Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic:
useConfigs=maxPerformance
导致事务无法提交
The useConfigs=maxPerformance
will include a set of configurations:
cacheServerConfiguration=true
useLocalSessionState=true
elideSetAutoCommits=true
alwaysSendSetIsolation=false
enableQueryTimeouts=false
After setting it, the development feedback indicates that transactions cannot be used. Even the simplest transactions cannot be committed, not nested transactions.
Please help analyze the reason.
【TiDB Usage Environment】Production, Testing, Research
【TiDB Version】
【Encountered Problem】
【Reproduction Path】What operations were performed to encounter the problem
【Problem Phenomenon and Impact】
【Attachments】
Please provide the version information of each component, such as cdc/tikv, which can be obtained by executing cdc version/tikv-server --version.