mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Allow connected - connected server state transition.
This will happen regularily when receiving several consequent non-prim views.
This commit is contained in:
@ -719,7 +719,7 @@ void wsrep::server_state::state(
|
||||
{ 0, 1, 0, 1, 0, 0, 0, 0, 0}, /* dis */
|
||||
{ 1, 0, 1, 0, 0, 0, 0, 0, 0}, /* ing */
|
||||
{ 1, 0, 0, 1, 0, 1, 0, 0, 0}, /* ized */
|
||||
{ 1, 0, 0, 0, 1, 0, 0, 1, 0}, /* cted */
|
||||
{ 1, 0, 0, 1, 1, 0, 0, 1, 0}, /* cted */
|
||||
{ 1, 1, 0, 0, 0, 1, 0, 0, 0}, /* jer */
|
||||
{ 1, 0, 0, 0, 0, 0, 0, 1, 1}, /* jed */
|
||||
{ 1, 0, 0, 0, 0, 1, 0, 0, 1}, /* dor */
|
||||
|
Reference in New Issue
Block a user