Information Schema WSREP_BF_ABORTS

The Information Schema WSREP_BF_ABORTS table provides statistics on Galera Cluster brute force aborts, detailing the victim and transaction IDs.

circle-info

This plugin is used in MariaDB Galera Cluster.

circle-info

This plugin is available as of MariaDB Enterprise Server 11.8.

This table contains execution state information for Galera threads. The respective plugin is not installed by default — you have to install it.

The table displays the history of BF aborts. It has these columns:

  • TIME - Datetime when bf abort happened

  • VICTIM_TRX_ID - Victim trx ID or NULL

  • VICTIM_THREAD_ID - Victim thread

  • THD ID VICTIM_QUERY_ID - Victim query id

  • VICTIM_SEQNO - Victim TO seqno associated with victim transaction

  • VICTIM_CLIENT_STATE - Victim thread wsrep client state at the moment when BF abort attempt happened

  • VICTIM_CLIENT_MODE - Victim thread wsrep client mode

  • VICTIM_TRX_STATE - Victim thread wsrep transaction state at the moment when BF abort attempt happened

  • VICTIM_LOCK - Victim lock information

  • BF_TRX_ID - BF thread transaction ID

  • BF_THREAD_ID - BF thread THD ID

  • BF_QUERY_ID - BF query id

  • BF_SEQNO - TO sequence number associated with BF transaction

  • BF_CLIENT_STATE - BF thread wsrep client state

  • BF_CLIENT_MODE - BF thread wsrep client mode

  • BF_TRX_STATE - BF thread wsrep transaction state

  • BF_LOCK - Information about the lock which BF thread tried to acquire

  • SPACE_ID - Lock space_id in case of record or table lock

  • PAGE_NO - Lock page_no in case of record lock

  • INDEX_NAME - Record lock index name

  • TABLE_NAME - Lock table name

Example output:

Last updated

Was this helpful?