elek opened a new pull request #14: HDDS-2295. Display log of freon on the 
standard output
URL: https://github.com/apache/hadoop-ozone/pull/14
 
 
    ## What changes were proposed in this pull request?
   
   HDDS-2042 disabled the console logging for all of the ozone command line 
tools including freon.
   
   But freon is different, it has a different error handling model. For freon 
we need all the log on the console.
   
    1. To follow all the different errors
   
    2. To get information about the used (random) prefix which can be reused 
during the validation phase.
   
   I propose to restore the original behavior for Ozone.
   
    ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-2295
   
    ## How was this patch tested?
   
   Start any of the docker compose cluster and do a 
   
   ```
   ozone freon ockg -n10
   ```
   
   You should see the logs (for example the notice about the used prefix)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to