You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2019/11/06 05:54:20 UTC

[GitHub] [hadoop-ozone] adoroszlai opened a new pull request #120: HDDS-2407. Reduce log level of per-node failure in XceiverClientGrpc

adoroszlai opened a new pull request #120: HDDS-2407. Reduce log level of per-node failure in XceiverClientGrpc
URL: https://github.com/apache/hadoop-ozone/pull/120
 
 
   ## What changes were proposed in this pull request?
   
   When reading from a pipeline, client should not care if some datanode could not service the request, as long as the pipeline as a whole is OK.  The [log message](https://github.com/apache/hadoop-ozone/blob/2529cee1a7dd27c51cb9aed0dc57af283ff24e26/hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/XceiverClientGrpc.java#L303-L304) indicating node failure was [increased to error level](https://github.com/apache/hadoop-ozone/commit/a79dc4609a975d46a3e051ad6904fb1eb40705ee#diff-b9b6f3ccb12829d90886e041d11395b1R288) in [HDDS-1780](https://issues.apache.org/jira/browse/HDDS-1780).  This PR proposes to change it back to debug.  Pipeline-level failure is still logged as error.
   
   https://issues.apache.org/jira/browse/HDDS-2407
   
   ## How was this patch tested?
   
   Tested locally on docker-compose cluster with 0/1/2/3 datanodes down.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org