wsrep_retry_autocommit
This page is part of MariaDB's Documentation.
The parent of this page is: System Variables for MariaDB Enterprise Server
Topics on this page:
Overview
Number of autocommit retries the node attempts.
See also: System Variables for MariaDB Enterprise Server 11.4, in 10.6 ES, in 10.5 ES, in 10.4 ES, in 10.3 ES, in 10.2 ES, in 10.6 CS, in 10.5 CS, in 10.4 CS, in 10.3 CS, and in 10.2 CS
DETAILS
When using auto-commit with MariaDB Server, the Server treats all queries as transactions, committing the transaction after the query executes. With a Cluster Node, the Node also performs a certification check on writes to replicate the write-set to the cluster. These transactions can fail due to conflicts with the cluster without returning errors to the client.
This system variable determines the number of retries the node attempts when auto-committed transactions fail. The auto-commit feature is enabled using the autocommit system variable.
PARAMETERS
Command-line | --wsrep_retry_autocommit=# |
Configuration file | Supported |
Dynamic | Yes |
Scope | Global, Session |
Data Type | BIGINT UNSIGNED |
Minimum Value | 0 |
Maximum Value | 10000 |
Product Default Value | 1 |
CHANGE HISTORY
Release Series | History |
---|---|
11.4 Enterprise |
|
10.6 Enterprise |
|
10.6 Community |
|
10.5 Enterprise |
|
10.5 Community |
|
10.4 Enterprise |
|
10.4 Community |
|
10.3 Enterprise |
|
10.3 Community |
|
10.2 Enterprise |
|
10.2 Community |
|
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.