Skip to content
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

sleep 30 sec before http srv shutdown #55

Closed
wants to merge 4 commits into from

Conversation

yuchen-db
Copy link

Querier and query frontend initialization is good but termination is problematic. HTTP graceful shutdown has data race issue that might be related to https://go-review.googlesource.com/c/go/+/565277. A brief sleep here should help avoid the race condition.

  • I added CHANGELOG entry for this change.
  • Change is not relevant to the end user.

Changes

Verification

@yuchen-db yuchen-db force-pushed the yuchen-db/http-shutdown branch from 08b49df to 6228b94 Compare July 9, 2024 07:41
@yuchen-db yuchen-db changed the title sleep 5 sec before http srv shutdown sleep 30 sec before http srv shutdown Jul 9, 2024
@yuchen-db yuchen-db closed this Jul 19, 2024
@jnyi jnyi deleted the yuchen-db/http-shutdown branch November 1, 2024 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant