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
Test
The server returns a suitable status code when meeting ErrEtcdTxnConflict
The server returns 403 when meeting any errors, but for temporary failure, we should return 503
https://datatracker.ietf.org/doc/html/rfc7231#section-6.6.4
pd-server -V
master
The text was updated successfully, but these errors were encountered:
After discussion with @niubell, we will only fix it on master branch.
Sorry, something went wrong.
api: use suitable status code and make TestResetTS stable (#7368)
8e6dcfb
close #7411 Signed-off-by: lhy1024 <admin@liudos.us> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
api: use suitable status code and make TestResetTS stable (tikv#7368)
175dff8
close tikv#7411 Signed-off-by: lhy1024 <admin@liudos.us> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
lhy1024
Successfully merging a pull request may close this issue.
Bug Report
What did you do?
Test
What did you expect to see?
The server returns a suitable status code when meeting ErrEtcdTxnConflict
What did you see instead?
The server returns 403 when meeting any errors, but for temporary failure, we should return 503
https://datatracker.ietf.org/doc/html/rfc7231#section-6.6.4
What version of PD are you using (
pd-server -V
)?master
The text was updated successfully, but these errors were encountered: