1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +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 58cea10577
commit 3a1b194741
5 changed files with 34 additions and 5 deletions

View File

@ -251,7 +251,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_;