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 2021/10/07 02:24:43 UTC

[GitHub] [ozone] umamaheswararao commented on a change in pull request #2717: HDDS-5832. EC: ECKeyOutputStream persists blocks in random order

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



##########
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:
       Now this change committed.




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