Project

General

Profile

Actions

Bug #57036

closed

rgw/multisite: bucket data sync error

Added by yite gu almost 2 years ago. Updated almost 2 years ago.

Status:
Won't Fix - EOL
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

radosgw-admin sync error list

[
    {
        "shard_id": 0,
        "entries": [
            {
                "id": "1_1659509025.482819_820.1",
                "section": "data",
                "name": "registry:685bf2ab-8fc3-4d98-90fe-aa4851ff0aa7.30781.1:1071",
                "timestamp": "2022-08-03 06:43:45.482819Z",
                "info": {
                    "source_zone": "685bf2ab-8fc3-4d98-90fe-aa4851ff0aa7",
                    "error_code": 125,
                    "message": "failed to sync bucket instance: (125) Operation canceled" 
                }
            },
            {
                "id": "1_1659509025.550206_821.1",
                "section": "data",
                "name": "registry:685bf2ab-8fc3-4d98-90fe-aa4851ff0aa7.30781.1:558",
                "timestamp": "2022-08-03 06:43:45.550206Z",
                "info": {
                    "source_zone": "685bf2ab-8fc3-4d98-90fe-aa4851ff0aa7",
                    "error_code": 125,
                    "message": "failed to sync bucket instance: (125) Operation canceled" 
                }
            },
            {
                "id": "1_1659509025.575432_822.1",
                "section": "data",
                "name": "registry:685bf2ab-8fc3-4d98-90fe-aa4851ff0aa7.30781.1:1543",
                "timestamp": "2022-08-03 06:43:45.575432Z",
                "info": {
                    "source_zone": "685bf2ab-8fc3-4d98-90fe-aa4851ff0aa7",
                    "error_code": 125,
                    "message": "failed to sync bucket instance: (125) Operation canceled" 
                }
            },
            {
                "id": "1_1659509025.627023_823.1",
                "section": "data",
                "name": "registry:685bf2ab-8fc3-4d98-90fe-aa4851ff0aa7.30781.1:430",
                "timestamp": "2022-08-03 06:43:45.627023Z",
                "info": {
                    "source_zone": "685bf2ab-8fc3-4d98-90fe-aa4851ff0aa7",
                    "error_code": 125,
                    "message": "failed to sync bucket instance: (125) Operation canceled" 
                }
            },
            {
                "id": "1_1659509025.670478_825.1",
                "section": "data",
                "name": "registry:685bf2ab-8fc3-4d98-90fe-aa4851ff0aa7.30781.1:1699",
                "timestamp": "2022-08-03 06:43:45.670478Z",
                "info": {
                    "source_zone": "685bf2ab-8fc3-4d98-90fe-aa4851ff0aa7",
                    "error_code": 125,
                    "message": "failed to sync bucket instance: (125) Operation canceled" 
                }
            },

master bucket object and secondary bucket object are inconsistent:
master bucket stats:
radosgw-admin bucket stats --bucket=registry
    "usage": {
        "rgw.main": {
            "size": 4854404414619,
            "size_actual": 4855315521536,
            "size_utilized": 4854404414619,
            "size_kb": 4740629312,
            "size_kb_actual": 4741519064,
            "size_kb_utilized": 4740629312,
            "num_objects": 270667
        },

secondary bucket stats:
radosgw-admin bucket stats --bucket=registry
    "usage": {
        "rgw.main": {
            "size": 4458779168333,
            "size_actual": 4459641950208,
            "size_utilized": 4458779168333,
            "size_kb": 4354276532,
            "size_kb_actual": 4355119092,
            "size_kb_utilized": 4354276532,
            "num_objects": 255109
        }
    },                                                   

ceph version: 14.2.22

Actions

Also available in: Atom PDF