sodonnel commented on a change in pull request #2717:
URL: https://github.com/apache/ozone/pull/2717#discussion_r723480666



##########
File path: 
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/io/ECKeyOutputStream.java
##########
@@ -195,6 +195,7 @@ public void write(byte[] b, int off, int len) throws 
IOException {
         currentWriterChunkLenToWrite,
         currentChunkBufferLen + currentWriterChunkLenToWrite == ecChunkSize);
     checkAndWriteParityCells(pos);
+    off += currentWriterChunkLenToWrite;

Review comment:
       Note this duplicates the change in #2714 so this change will be removed 
from here with it is committed (before this one)




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

Reply via email to