Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: pump组件重启-‘版主大大-加急’
[TiDB Usage Environment] Production Environment
[TiDB Version] 3.0.3
[Encountered Issues]
- How to restart pump to make the modified gc time in the pump configuration file take effect in TiDB 3.0 version?
Is it done by using ansible-playbook stop.yml -l pump1
ansible-playbook start.yml -l pump1
like this? - Because of concerns that issues with binlog logging might stop the TiDB cluster, I want to add the binlog.ignore-error: true parameter. Should this parameter be added to the inventory.ini configuration file?
After adding it, should I use ansible-playbook rolling_update.yml -t tidb -i inventory.ini to make the configuration take effect?