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 2022/07/29 23:12:53 UTC

[GitHub] [ozone] swamirishi commented on a diff in pull request #3625: HDDS-7048. EC: Add debug logging with exception info when stripe write failed

swamirishi commented on code in PR #3625:
URL: https://github.com/apache/ozone/pull/3625#discussion_r933672446


##########
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockOutputStream.java:
##########
@@ -761,4 +761,12 @@ private void handleExecutionException(Exception ex) throws IOException {
     adjustBuffersOnException();
     throw getIoException();
   }
+
+  /**
+   * Get the Replication Index.
+   * @return replicationIndex
+   */
+  public int getReplicationIndex() {

Review Comment:
   The class we are accessing from is not in the same package



-- 
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: issues-unsubscribe@ozone.apache.org

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