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

Pass certification keys also for NBO end.

Certification keys are needed for NBO end to resolve dependencies
for the write sets which follow NBO end. Without keys the following
write sets do not detect dependency to NBO event and may start applying
too early.
This commit is contained in:
Teemu Ollakka
2019-09-06 11:57:56 +03:00
parent 38bff4b68f
commit bf64c2dd01
5 changed files with 34 additions and 5 deletions

View File

@@ -226,7 +226,7 @@ namespace wsrep
void clear_fragments();
void cleanup();
void debug_log_state(const char*) const;
void debug_log_key_append(const wsrep::key& key);
void debug_log_key_append(const wsrep::key& key) const;
wsrep::server_service& server_service_;
wsrep::client_service& client_service_;