mds/Beacon: wake up the thread in shutdown()#60325
Merged
Conversation
batrick
approved these changes
Oct 16, 2024
Member
|
jenkins test api |
Member
|
jenkins test make check arm64 |
Member
|
I'd also approve a ticket for backporting this. |
Member
|
jenkins test api |
vshankar
approved these changes
Oct 28, 2024
Contributor
vshankar
left a comment
There was a problem hiding this comment.
@MaxKellermann please create a redmine ticket and link it in the commit message. Thx!
Member
Author
|
OK, I have registered an account and waiting for approval. Then I'll create tickets for several other PRs. |
Member
Author
This eliminates the `wait_for()` delay and speeds up MDS shutdown. Fixes: https://tracker.ceph.com/issues/68759 Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
648a821 to
0276ab4
Compare
Member
|
This PR is under test in https://tracker.ceph.com/issues/68786. |
Member
|
This PR is under test in https://tracker.ceph.com/issues/68859. |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This eliminates the
wait_for()delay and speeds up MDS shutdown.This used to be part of #60320
Checklist