-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
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
Remove hardcoded sleep in shutdown for distributor #3687
Conversation
I had forgotten about this. We semi-recently added a I am fine with just removing the lines that sleep for 30s. They were not well thought out when they were added, but have never bothered us enough to remove. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving doc update. Thank you for adding doc update withj your PR!
@joe-elliott that makes way more sense, I should have used git blame to look at the existing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice cleanup!
I've been wanting to get rid of this forever and keep forgetting to just remove it. Thanks so much for getting this done! |
What this PR does:
This sleep is being removed in favor of using the configuration item
shutdown_delay
for generic server shutdown across all Tempo components introduced in #3395.Which issue(s) this PR fixes:
Fixes #2353
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]