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
use http pd client to scan regions
get correct regions
http.NewClient
client.serviceModeUpdateCb
pd-server -V
v6.5.3
The text was updated successfully, but these errors were encountered:
client/http: fix the scan region parameter (#7870)
3f67cac
close #7869 add null pointer check and fix http request format Signed-off-by: Smityz <smityz@qq.com>
Successfully merging a pull request may close this issue.
Bug Report
What did you do?
use http pd client to scan regions
What did you expect to see?
get correct regions
What did you see instead?
http.NewClient
, becaseclient.serviceModeUpdateCb
is null by defaultWhat version of PD are you using (
pd-server -V
)?v6.5.3
The text was updated successfully, but these errors were encountered: