mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Refs MW-252
- enveloped FTWRL processing with wsrep desync/resync calls. This way FTWRL processing node will not cause flow control to kick in - donor servicing thread is unfortunate exception, we must let him to pause provider as part of FTWRL phase, but not desync/resync as this is done as part of donor control on higher level
This commit is contained in:
parent
da9650a36a
commit
4290117b79
4 changed files with 44 additions and 2 deletions
|
|
@ -3880,6 +3880,7 @@ public:
|
|||
bool wsrep_apply_toi; /* applier processing in TOI */
|
||||
bool wsrep_skip_append_keys;
|
||||
wsrep_gtid_t wsrep_sync_wait_gtid;
|
||||
my_bool wsrep_donor; /* true if thread is SST donor servicing */
|
||||
ulong wsrep_affected_rows;
|
||||
#endif /* WITH_WSREP */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue