Skip to content
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

DR Auto-Sync: need a timeout mechanism when DR state changes from async to sync_recover #4939

Closed
tshqin opened this issue May 12, 2022 · 0 comments · Fixed by #6295
Closed
Assignees
Labels
affects-6.5 This bug affects the 6.5.x(LTS) versions. affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. severity/moderate type/bug The issue is confirmed as a bug.

Comments

@tshqin
Copy link

tshqin commented May 12, 2022

Currently we have the 'wait-store-timeout' configuration item to protect the DR state in 'sync' from short-term jitters.
As we know, either the DR state is 'sync' or 'async', the DR replicas are in ACID consistent state. Unless the DR state is changed to 'sync_recover', we don't guarantee the DR replicas' ACID consistency.
So, we need a timeout in 'async' state to protect the DR replicas' ACID consistency from short-term jitters.

@tshqin tshqin added the type/feature-request Categorizes issue or PR as related to a new feature. label May 12, 2022
@disksing disksing self-assigned this May 16, 2022
@JmPotato JmPotato added severity/moderate affects-6.5 This bug affects the 6.5.x(LTS) versions. type/bug The issue is confirmed as a bug. and removed type/feature-request Categorizes issue or PR as related to a new feature. labels Mar 26, 2024
ti-chi-bot bot added a commit that referenced this issue Mar 26, 2024
close #4939

Signed-off-by: husharp <[email protected]>

Co-authored-by: disksing <[email protected]>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
@rleungx rleungx added affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. labels Nov 6, 2024
ti-chi-bot bot added a commit that referenced this issue Nov 11, 2024
close #4939

Signed-off-by: husharp <[email protected]>

Co-authored-by: disksing <[email protected]>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.5 This bug affects the 6.5.x(LTS) versions. affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. severity/moderate type/bug The issue is confirmed as a bug.
Projects
Status: Need Triage
Development

Successfully merging a pull request may close this issue.

4 participants