This page documents status variables related to the Semisynchronous Replication Plugin (which has been merged into the main server from ). See Server Status Variables for a complete list of status variables that can be viewed with SHOW STATUS.
See also the Full list of MariaDB options, system and status variables.
Rpl_semi_sync_master_clientsDescription: Number of semisynchronous slaves.
Data Type: numeric
Rpl_semi_sync_master_get_ackDescription: Number of acknowledgements received by the master from slaves.
Data Type: numeric
Rpl_semi_sync_master_net_avg_wait_timeDescription: Average time the master waited for a slave to reply, in microseconds.
Data Type: numeric
Rpl_semi_sync_master_net_wait_timeDescription: Total time the master waited for slave replies, in microseconds.
Data Type: numeric
Rpl_semi_sync_master_net_waitsDescription: Total number of times the master waited for slave replies.
Data Type: numeric
Rpl_semi_sync_master_no_timesDescription: Number of times the master turned off semisynchronous replication. The global value can be flushed by .
Data Type: numeric
Rpl_semi_sync_master_no_txDescription: Number of commits that have not been successfully acknowledged by a slave. The global value can be flushed by .
Data Type: numeric
Rpl_semi_sync_master_request_ackDescription: Number of acknowledgement requests sent to slaves.
Data Type: numeric
Rpl_semi_sync_master_statusDescription: Whether or not semisynchronous replication is currently operating on the master. The value will be ON if both the plugin has been enabled and a commit acknowledgment has occurred. It will be OFF if either the plugin has not been enabled, or the master is replicating asynchronously due to a commit acknowledgment timeout.
Data Type: boolean
Rpl_semi_sync_master_timefunc_failuresDescription: Number of times the master failed when calling a time function, such as gettimeofday(). The global value can be flushed by .
Data Type: numeric
Rpl_semi_sync_master_tx_avg_wait_timeDescription: Average time the master waited for each transaction, in microseconds.
Data Type: numeric
Rpl_semi_sync_master_tx_wait_timeDescription: Total time the master waited for transactions, in microseconds.
Data Type: numeric
Rpl_semi_sync_master_tx_waitsDescription: Total number of times the master waited for transactions.
Data Type: numeric
Rpl_semi_sync_master_wait_pos_backtraverseDescription: Total number of times the master waited for an event that had binary coordinates lower than previous events waited for. Occurs if the order in which transactions start waiting for a reply is different from the order in which their binary log events were written. The global value can be flushed by .
Data Type: numeric
Rpl_semi_sync_master_wait_sessionsDescription: Number of sessions that are currently waiting for slave replies.
Data Type: numeric
Rpl_semi_sync_master_yes_txDescription: Number of commits that have been successfully acknowledged by a slave. The global value can be flushed by .
Data Type: numeric
Rpl_semi_sync_slave_statusDescription: Whether or not semisynchronous replication is currently operating on the slave. ON if both semi-sync has been enabled for the replica (i.e. by setting the variable to TRUE) and the slave I/O thread is running.
Data Type: boolean
Rpl_semi_sync_slave_send_ackDescription: Number of acknowledgements the slave sent to the master.
Data Type: numeric
This page is licensed: CC BY-SA / Gnu FDL