From f22effff8fdf010cb71cdf4197bc9782ea2829ed Mon Sep 17 00:00:00 2001 From: "Adam C. Emerson" Date: Wed, 14 Mar 2018 14:47:15 -0400 Subject: [PATCH] rgw: Robustly notify If at first you don't succeed, try, try again. Keep track of what you succeed with and what you don't. If you succeeded with something on a previous try, don't worry if you didn't get it this time. After a reasonable number of tries, give up. http://tracker.ceph.com/issues/24963 Signed-off-by: Adam C. Emerson --- src/common/options.cc | 14 +++++- src/rgw/rgw_rados.cc | 103 +++++++++++++++++++++++++++++++++++++++++- src/rgw/rgw_rados.h | 4 ++ 3 files changed, 119 insertions(+), 2 deletions(-) diff --git a/src/common/options.cc b/src/common/options.cc index 79e88c5f5fae2..46644d8206403 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -6262,7 +6262,6 @@ std::vector