From 7df69486f4ac1efd00442ecfb9a44f463783801c Mon Sep 17 00:00:00 2001 From: "Adam C. Emerson" Date: Wed, 14 Mar 2018 16:29:02 -0400 Subject: [PATCH] rgw: Cache notify fault injection Allow a configured probability of dropping a notify message on the floor without processing or acking it. Fixes: http://tracker.ceph.com/issues/24962 Signed-off-by: Adam C. Emerson --- src/common/options.cc | 16 ++++++++++++++++ src/rgw/rgw_rados.cc | 17 +++++++++++++++++ src/rgw/rgw_rados.h | 2 ++ 3 files changed, 35 insertions(+) diff --git a/src/common/options.cc b/src/common/options.cc index b2f43f0d1fb..998d21b1b43 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -6248,6 +6248,22 @@ std::vector