1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

- Added wait-until parameter for begin_nbo_phase_two().

- Retry enter_toi() in poll_enter_toi() also for error_connection_failed
  which means that the connectivity to the cluster has been lost,
  a.k.a non-prim.
This commit is contained in:
Teemu Ollakka
2019-09-09 17:38:39 +03:00
parent 750052b640
commit 086c466637
3 changed files with 25 additions and 9 deletions

View File

@ -237,7 +237,8 @@ namespace wsrep
error_size_exceeded,
/** Connectivity to cluster lost */
error_connection_failed,
/** Internal provider failure, provider must be reinitialized */
/** Internal provider failure or provider was closed,
provider must be reinitialized */
error_provider_failed,
/** Fatal error, server must abort */
error_fatal,