max-txn-time-use参数

  1. 不是
  2. 应该是不需要配置了,之后的版本看起来常量这里配置的时间足够长了
    https://github.com/pingcap/tidb/commit/6faec865c0a2ea49e7d16e29fae29cf91370a5f0
    // MaxTxnTimeUse is the max time a Txn may use (in ms) from its begin to commit.
    // We use it to abort the transaction to guarantee GC worker will not influence it.
    const MaxTxnTimeUse = 24 * 60 * 60 * 1000
  3. 请问具体遇到的问题是什么?为什么需要修改这个参数?
1 个赞