You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
K8SPS-548 resolve gr-self-healing test failures (#1142)
* K8SPS-548 resolve gr-self-healing test failures
Fix two critical issues causing gr-self-healing test failures:
1. False split-brain detection due to incorrect quorum calculation
- CheckIfInPrimaryPartition now only counts ONLINE members for quorum
- Prevents false "possible split brain!" errors from stale UNREACHABLE entries
2. Cluster creation failures from stale group_replication_group_seeds
- Clear persisted seeds early in bootstrap process
- Prevents "Peer address is not valid" errors after pod deletions
* fix split-brain detecion in liveness probe
* improve test
* Update e2e-tests/functions
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update e2e-tests/functions
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update e2e-tests/functions
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update e2e-tests/functions
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: George Kechagias <george.kechagias@percona.com>
Co-authored-by: Ege Güneş <ege.gunes@percona.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments