Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: tidb工单卡住无法执行
[TiDB Usage Environment] Production Environment / Testing / PoC
[TiDB Version] 6.3
We installed version 6.3 of TiDB in a pre-release environment.
This version has a feature where MAX_execution_time affects DDL. Previously, it did not.
Now, this causes any DDL-related tickets submitted through Yearning to fail to execute. Is there any way to solve this? For example, using a hint with alter table to change the execution time would work. I tried placing
set session max_execution_time=0; at the beginning, but it had no effect.
[Reproduction Path] What operations were performed that led to the issue
[Encountered Issue: Problem Phenomenon and Impact]
[Resource Configuration]
[Attachments: Screenshots/Logs/Monitoring]