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 2020/12/01 08:54:52 UTC

[GitHub] [ozone] adoroszlai commented on a change in pull request #1523: HDDS-4320. Let Ozone input streams implement CanUnbuffer

adoroszlai commented on a change in pull request #1523:
URL: https://github.com/apache/ozone/pull/1523#discussion_r533171908



##########
File path: hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockInputStream.java
##########
@@ -171,6 +162,23 @@ public synchronized void initialize() throws IOException {
     }
   }
 
+  private void refreshPipeline(IOException cause) throws IOException {
+    LOG.error("Unable to read information for block {} from pipeline {}: {}",
+        blockID, pipeline.getId(), cause.getMessage());

Review comment:
       It was an error previously, I only changed the message a bit from:
   
   ```
   LOG.error("Unable to read block information from pipeline.");
   ```
   
   but I agree, it should be logged at lower level.




----------------------------------------------------------------
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



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