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
» config set merge-schedule-limit 16 Failed to set config: [400] "need to clean up TTL first for schedule.merge-schedule-limit"
curl -X POST -H "Content-Type: application/json" -d '{"schedule.merge-schedule-limit": 16}' "http://<ip_address>:<port>/pd/api/v1/config?ttlSecond=0"
The text was updated successfully, but these errors were encountered:
actually, we only delete ttl config when post with ?ttlSecond=0 and we need to modify config with pd-ctl again.
?ttlSecond=0
Sorry, something went wrong.
api: enhance ttl config api output (#8451)
c53f1d5
close #8450 Signed-off-by: lhy1024 <admin@liudos.us> 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.
Enhancement Task
The text was updated successfully, but these errors were encountered: