Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
v2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
liubo0127 committed Jan 3, 2019
1 parent 93b3e2c commit 63e9033
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions conf/tidb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@ tikv_client:

# max time for commit command, must be twice bigger than raft election timeout.
# commit-timeout: "41s"
# The max time a Txn may use (in seconds) from its startTS to commitTS.
# We use it to guarantee GC worker will not influence any active txn. Please make sure that this
# value is less than gc_life_time - 10s.
# max-txn-time-use: 590

binlog:
# WriteTimeout specifies how long it will wait for writing binlog to pump.
Expand Down
2 changes: 1 addition & 1 deletion inventory.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ansible_user = tidb

cluster_name = test-cluster

tidb_version = v2.0.10
tidb_version = v2.0.11

# process supervision, [systemd, supervise]
process_supervision = systemd
Expand Down
5 changes: 5 additions & 0 deletions roles/tidb/vars/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ tikv_client:
# max time for commit command, must be twice bigger than raft election timeout.
commit-timeout: "41s"

# The max time a Txn may use (in seconds) from its startTS to commitTS.
# We use it to guarantee GC worker will not influence any active txn. Please make sure that this
# value is less than gc_life_time - 10s.
max-txn-time-use: 590

binlog:
# Socket file to write binlog.
# binlog-socket: ""
Expand Down

0 comments on commit 63e9033

Please sign in to comment.