chia7712 commented on code in PR #16607:
URL: https://github.com/apache/kafka/pull/16607#discussion_r1680150731


##########
core/src/main/scala/kafka/tools/StorageTool.scala:
##########
@@ -530,7 +530,6 @@ object StorageTool extends Logging {
     metaPropertiesEnsemble.verify(metaProperties.clusterId(), 
metaProperties.nodeId(),
       util.EnumSet.noneOf(classOf[VerificationFlag]))
 
-    stream.println(s"metaPropertiesEnsemble=$metaPropertiesEnsemble")

Review Comment:
   @cmccabe not sure whether this output is debugging-only? it was added by 
#14628, and the code was 
`System.out.println(s"metaPropertiesEnsemble=${metaPropertiesEnsemble}")`. 
Hence, I assume it was used to debug only before.



##########
core/src/main/scala/kafka/tools/StorageTool.scala:
##########
@@ -530,7 +530,6 @@ object StorageTool extends Logging {
     metaPropertiesEnsemble.verify(metaProperties.clusterId(), 
metaProperties.nodeId(),
       util.EnumSet.noneOf(classOf[VerificationFlag]))
 
-    stream.println(s"metaPropertiesEnsemble=$metaPropertiesEnsemble")

Review Comment:
   @cmccabe not sure whether this output is debugging-only? it was added by 
#14628, and the code was 
`System.out.println(s"metaPropertiesEnsemble=${metaPropertiesEnsemble}")`. 
Hence, I assume it was used to debug only before.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to