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
GeTSAsync
Due to thathandleDispatcher will be canceled after closing, so
handleDispatcher
pd/client/tso_dispatcher.go
Line 86 in 2e3e4c0
see new test case in #7862
pd-server -V
The text was updated successfully, but these errors were encountered:
Because size of channel is large, so we can regard this as minor issue.
Sorry, something went wrong.
client: tsoRequest should return when in dispatching but context done (…
6cb8917
…#7862) close #7864 Signed-off-by: Cabinfever_B <[email protected]> Co-authored-by: Hu# <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Successfully merging a pull request may close this issue.
Bug Report
What did you do?
Due to that
handleDispatcher
will be canceled after closing, sopd/client/tso_dispatcher.go
Line 86 in 2e3e4c0
will be blocked.
see new test case in #7862
What did you expect to see?
What did you see instead?
What version of PD are you using (
pd-server -V
)?The text was updated successfully, but these errors were encountered: