1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-11-20 21:22:21 +03:00
Files
wsrep-lib/src/server_state.cpp
Alexey Yurchenko 8f59e7b30b 1. Never transition from s_donor directly to s_synced, always wait
for SYNCED event as expected.
2. Fix transition to `s_joined` only after we have a complete state.
   Complete state is reached in the following 3 cases:
   - SST seqno exceeds connected seqno
   - view seqno equals connected seqno (view processed == view connected)
   - current state is `s_donor`

Refs codership/wsrep-lib#175
2021-11-30 21:49:50 +02:00

55 KiB