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
If PRS fails during the initialisation of a shard, and the failure happens while promoting the primary before it has had a chance to write to the topo-server, it won't be a primary tablet. VTOrc sees this failure and tries to fix this by calling UndoDemotePrimary, but that doesn't change the type of the tablet to PRIMARY. It only fixes the mysql level settings and this causes the cluster to not have a primary at all.
Reproduction Steps
Run PRS, and simulate a failure that happens before new primary tablet has promoted itself.
Binary Version
main
Operating System and Environment details
-
Log Fragments
The text was updated successfully, but these errors were encountered:
Overview of the Issue
If PRS fails during the initialisation of a shard, and the failure happens while promoting the primary before it has had a chance to write to the topo-server, it won't be a primary tablet. VTOrc sees this failure and tries to fix this by calling
UndoDemotePrimary
, but that doesn't change the type of the tablet toPRIMARY
. It only fixes the mysql level settings and this causes the cluster to not have a primary at all.Reproduction Steps
Binary Version
Operating System and Environment details
Log Fragments
The text was updated successfully, but these errors were encountered: