]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: one log shard fails shouldn't block other shards process when reshard 31155/head
authorzhangshaowen <zhangshaowen@cmss.chinamobile.com>
Fri, 25 Oct 2019 08:47:43 +0000 (16:47 +0800)
committerzhangshaowen <zhangshaowen@cmss.chinamobile.com>
Fri, 25 Oct 2019 08:47:43 +0000 (16:47 +0800)
buckets

Signed-off-by: zhangshaowen <zhangshaowen@cmss.chinamobile.com>
src/rgw/rgw_reshard.cc

index 4c05001199d7138d04d648d5f52eed7acb1f4edc..22d639f325e858b8b799d8781fa34a89a6f41e1b 100644 (file)
@@ -1054,9 +1054,8 @@ int RGWReshard::process_all_logshards()
     ldout(store->ctx(), 20) << "processing logshard = " << logshard << dendl;
 
     ret = process_single_logshard(i);
-    if (ret <0) {
-      return ret;
-    }
+
+    ldout(store->ctx(), 20) << "finish processing logshard = " << logshard << " , ret = " << ret << dendl;
   }
 
   return 0;