1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-30 07:23:07 +03:00
- fixed node ID assertion in on_connect() method,
   fixed "sanity checks" to allow reconnection to primary component
 - fixed code duplication in on_view() method
This commit is contained in:
Alexey Yurchenko
2018-11-23 16:46:38 +02:00
parent d95ec7ed99
commit 3950ea3027
3 changed files with 43 additions and 25 deletions

View File

@ -597,6 +597,9 @@ namespace wsrep
// Close transactions when handling disconnect from the group.
void close_transactions_at_disconnect(wsrep::high_priority_service&);
// Common actions on final view
void go_final(wsrep::unique_lock<wsrep::mutex>&,
const wsrep::view&, wsrep::high_priority_service*);
wsrep::mutex& mutex_;
wsrep::condition_variable& cond_;