-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config配置支持:min-slaves-to-write/min-slaves-max-lag #2907
Comments
主从切换的时候可能会数据丢失或者主从不一致 |
Data may be lost or master-slave inconsistency may occur when switching between master and slave. |
后续看一下参数作用 |
Let’s take a look at the parameters later |
这一块考虑了一下,暂时认为在控制面加这个逻辑比较合适,具体做法可以是: |
After thinking about this for a while, I temporarily think it is more appropriate to add this logic to the control surface. The specific method can be: |
Which PikiwiDB functionalities are relevant/related to the feature request?
No response
Description
v3.5.5支持一下config,减少哨兵模式下主从切换导致的数据丢失情况。
Proposed solution
Alternatives considered
The text was updated successfully, but these errors were encountered: