We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer these questions before submitting your issue. Thanks!
set config tikv raftstore.sync-log=false;
MySQL [(none)]> set config tikv raftstore.sync-log=false; Query OK, 0 rows affected, 1 warning (0.01 sec) MySQL [(none)]> show warnings; +---------+------+---------------------------------------------------------------------------------------+ | Level | Code | Message | +---------+------+---------------------------------------------------------------------------------------+ | Warning | 1105 | Post http://0.0.0.0:30185/config: dial tcp 0.0.0.0:30185: connect: connection refused | +---------+------+---------------------------------------------------------------------------------------+ 1 row in set (0.00 sec) MySQL [(none)]> show config where name = 'raftstore.sync-log'; Empty set, 1 warning (0.01 sec) MySQL [(none)]> show config where name like 'sync'; Empty set, 1 warning (0.01 sec) MySQL [(none)]> show warnings; +---------+------+--------------------------------------------------------------------------------------+ | Level | Code | Message | +---------+------+--------------------------------------------------------------------------------------+ | Warning | 1105 | Get http://0.0.0.0:30185/config: dial tcp 0.0.0.0:30185: connect: connection refused | +---------+------+--------------------------------------------------------------------------------------+ 1 row in set (0.00 sec)
Modify tikv's configuration online success.
Modify tikv's configuration online failed.
MySQL [(none)]> select tidb_version()\G *************************** 1. row *************************** tidb_version(): Release Version: v4.0.6 Edition: Community Git Commit Hash: 51d365fc45fdfc039eb204a96268c5bd1c55075f Git Branch: heads/refs/tags/v4.0.6 UTC Build Time: 2020-09-15 09:50:30 GoVersion: go1.13 Race Enabled: false TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306 Check Table Before Drop: false 1 row in set (0.00 sec)
The text was updated successfully, but these errors were encountered:
/label component/tikv
Sorry, something went wrong.
ethercflow
No branches or pull requests
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
set config tikv raftstore.sync-log=false;
in TiDB2. What did you expect to see? (Required)
Modify tikv's configuration online success.
3. What did you see instead (Required)
Modify tikv's configuration online failed.
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: