-
Notifications
You must be signed in to change notification settings - Fork 14k
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
KAFKA-17148: Remove print MetaPropertiesEnsemble from kafka-storage tool #16607
Conversation
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.
@wernerdv thanks for this patch. Please take a look at StorageToolTest
@@ -530,7 +530,6 @@ object StorageTool extends Logging { | |||
metaPropertiesEnsemble.verify(metaProperties.clusterId(), metaProperties.nodeId(), | |||
util.EnumSet.noneOf(classOf[VerificationFlag])) | |||
|
|||
stream.println(s"metaPropertiesEnsemble=$metaPropertiesEnsemble") |
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.
testFormatEmptyDirectory
and testFormatSucceedsIfAllDirectoriesAreAvailable
need to be updated for this change.
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.
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.
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.
Done
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.
I confirmed that this prevents the line from being printed from the storage tool.
Test failures appear unrelated. |
…ool (apache#16607) Reviewers: Chia-Ping Tsai <chia7712@gmail.com>, Greg Harris <greg.harris@aiven.io>
…ool (apache#16607) Reviewers: Chia-Ping Tsai <chia7712@gmail.com>, Greg Harris <greg.harris@aiven.io>
…ool (apache#16607) Reviewers: Chia-Ping Tsai <chia7712@gmail.com>, Greg Harris <greg.harris@aiven.io>
…ool (apache#16607) Reviewers: Chia-Ping Tsai <chia7712@gmail.com>, Greg Harris <greg.harris@aiven.io>
Remove print
MetaPropertiesEnsemble
from kafka-storage tool.Committer Checklist (excluded from commit message)