From 096a0d8724d8c750a06078dde2a3b0625da27f23 Mon Sep 17 00:00:00 2001 From: Arseny Sher Date: Mon, 27 Jan 2025 17:37:55 +0300 Subject: [PATCH] fix --- docs/rfcs/035-safekeeper-dynamic-membership-change.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rfcs/035-safekeeper-dynamic-membership-change.md b/docs/rfcs/035-safekeeper-dynamic-membership-change.md index a40bbf46e2b8..37f813b9ac20 100644 --- a/docs/rfcs/035-safekeeper-dynamic-membership-change.md +++ b/docs/rfcs/035-safekeeper-dynamic-membership-change.md @@ -447,7 +447,7 @@ timeline id but lower `generation` as next op makes previous obsolete. Insertion of `op_type` `delete` overwrites all rows. About `exclude`: rather than adding explicit safekeeper http endpoint, it is -reasonable to reuse configuration switch endpoint: if safekeeper is not member +reasonable to reuse membership switch endpoint: if safekeeper is not member of the configuration it locally removes the timeline on the switch. In this case 404 should also be considered an 'ok' answer by the caller.