Persist cluster info in manticore.json
and migrate to the new protection schema
#2822
Open
1 of 6 tasks
Labels
Proposal:
The current split-brain protection mechanism for writing to a replicated table when the cluster is suddenly unavailable relies on using the
cluster:table
syntax. If thecluster
becomes inaccessible, any write operations will fail.This approach is straightforward and has some advantages, such as making it immediately clear from looking in the application code that it’s working with a replicated table. However, it also has a few drawbacks:
mysqldump
.As discussed during the "Dev call on Dec 5, 2024," we could improve this by:
manticore.json
, so it doesn't get removed when the cluster disappears for some reasonChecklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered: