Description
Reproducer: CacheContinuousQueryFailoverMvccTxSelfTest#testLeftPrimaryAndBackupNodes. This test can sporadically hangs when topology is unstable.
The problem here is when two oldest nodes A and B failed, other nodes elect B node as a new coordinator despite it is down. This happens because the new mvcc coordinator is assigned in GridDhtPartitionsExchangeFuture#init method which is called only ones in case of multiple nodes fail simultaneously.
Attachments
Issue Links
- relates to
-
IGNITE-10537 MVCC: Client reconnect tests became unstable after mvcc coordinator reassign fix.
- Resolved
- links to