KAFKA-15129;[1/N] Remove metrics in LogCleanerManager when LogCleaner shutdown#13924
Merged
divijvaidya merged 4 commits intoapache:trunkfrom Jul 3, 2023
Merged
KAFKA-15129;[1/N] Remove metrics in LogCleanerManager when LogCleaner shutdown#13924divijvaidya merged 4 commits intoapache:trunkfrom
divijvaidya merged 4 commits intoapache:trunkfrom
Conversation
added 2 commits
June 28, 2023 20:48
Contributor
Author
|
I have submitted some PRs (two others: https://github.com/apache/kafka/pull/13926、https://github.com/apache/kafka/pull/13929) on the topic of "clean metric", please help to review, thank you! @clolov @divijvaidya |
clolov
approved these changes
Jun 30, 2023
Contributor
clolov
left a comment
There was a problem hiding this comment.
Beyond wanting the variable names to start with lower-case unless there is a good reason to not do so, I am happy with this!
clolov
reviewed
Jun 30, 2023
divijvaidya
reviewed
Jun 30, 2023
divijvaidya
approved these changes
Jun 30, 2023
Member
divijvaidya
left a comment
There was a problem hiding this comment.
Looks good! I will wait for CI to complete before we merge this.
Contributor
Author
|
Hi, can we merge this and review the next three PR of the topic? @divijvaidya |
Member
|
Unrelated test failures, merging this in. @hudeqi I have rest of the PRs in my queue and will reach to them in a few days. |
kamalcph
reviewed
Jul 4, 2023
dajac
reviewed
Jul 6, 2023
divijvaidya
pushed a commit
that referenced
this pull request
Jul 7, 2023
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 pr is used to remove the metrics in LogCleanerManager when logCleaner is closed.
This pr has passed the corresponding unit test, and it is part of KAFKA-15129.