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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In TiDB, while running any workload, enable TSO follower proxy and then disable it via system variable..
The TSO follower proxy behavior stops after disabling TSO follower proxy
TSO follower looks still effective after disabling it. This can make the performace slighly lower than that before enabling it.
pd-server -V
TiDB: a21d9ea TiKV: 18546c296bc70e4abf2ab144b1f3048dbc47024e PD: 982fa22
(The issue seems to be in pd client referenced by TiDB, not pd server).
The text was updated successfully, but these errors were encountered:
b70107e
client/tso: fix the issue where the TSO follower proxy cannot be clos…
2d8f681
…ed (#8719) (#8721) close #8709 Remove outdated follower connections after disabling the TSO follower proxy. Signed-off-by: JmPotato <ghzpotato@gmail.com> Co-authored-by: JmPotato <ghzpotato@gmail.com>
JmPotato
Successfully merging a pull request may close this issue.
Bug Report
What did you do?
In TiDB, while running any workload, enable TSO follower proxy and then disable it via system variable..
What did you expect to see?
The TSO follower proxy behavior stops after disabling TSO follower proxy
What did you see instead?
TSO follower looks still effective after disabling it. This can make the performace slighly lower than that before enabling it.
What version of PD are you using (
pd-server -V
)?TiDB: a21d9ea
TiKV: 18546c296bc70e4abf2ab144b1f3048dbc47024e
PD: 982fa22
(The issue seems to be in pd client referenced by TiDB, not pd server).
The text was updated successfully, but these errors were encountered: