Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arssher committed Jan 28, 2025
1 parent a79695e commit 8056b7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/rfcs/035-safekeeper-dynamic-membership-change.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -505,7 +505,8 @@ corruption. The following sequence works:

For pg version / wal segment size: while we may persist them in `timelines`
table, it is not necessary as initial creation at step 3 can take them from
cplane call and later pull_timeline will carry them around.
pageserver or cplane creation call and later pull_timeline will carry them
around.

Timeline migration.
1) CAS to the db to create joint conf, and in the same transaction create
Expand Down

0 comments on commit 8056b7b

Please sign in to comment.