henrybear327 commented on code in PR #10934:
URL: https://github.com/apache/ozone/pull/10934#discussion_r3894235448
##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/local/LocalOzoneCluster.java:
##########
@@ -693,6 +883,7 @@ private void prepareStorageLayout() throws IOException {
switch (config.getFormatMode()) {
case ALWAYS:
+ LOG.info("Removing local Ozone data dir {} (format mode ALWAYS).",
dataDir);
Review Comment:
I kept it as a log message because LocalOzoneCluster has no CLI output
channel, and adding one for a single message feels outside this PR's scope.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]