• sjaakola's avatar
    MDEV-26391 BF abortable mariabackup execution · 95de5248
    sjaakola authored
    This commit changes backup execution (namely the block ddl phase),
    so that node is not paused from cluster. Instead, the following
    backup execution is declared as vulnerable for possible cluster
    level conflicts, especially with DDL statement applying.
    With this, the mariabackup execution may be aborted, if DDL
    statements happen during backup execution. This abortable
    backup execution is optional feature and may be
    enabled/disabled by wsrep_mode: BF_ABORT_MARIABACKUP.
    Note that old style node desync and pause, despite of
    WSREP_MODE_BF_MARIABACKUP is needed if node is operating as
    SST donor.
    Reviewed-by: default avatarJan Lindström <jan.lindstrom@mariadb.com>
    95de5248
service_wsrep.cc 11.6 KB