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/02/17 09:12:51 UTC

[GitHub] [ozone] guihecheng opened a new pull request #3108: HDDS-6342. EC: Fix large write with multiple stripes upon stripe failure.

guihecheng opened a new pull request #3108:
URL: https://github.com/apache/ozone/pull/3108


   ## What changes were proposed in this pull request?
   
   Fix large write with multiple stripes upon stripe failure.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-6342
   
   ## How was this patch tested?
   
   a new ut covers this case.
   manual test with ockg.
   


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


[GitHub] [ozone] umamaheswararao commented on pull request #3108: HDDS-6342. EC: Fix large write with multiple stripes upon stripe failure.

Posted by GitBox <gi...@apache.org>.
umamaheswararao commented on pull request #3108:
URL: https://github.com/apache/ozone/pull/3108#issuecomment-1043528172


   Thanks a lot @guihecheng for the contribution.


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


[GitHub] [ozone] umamaheswararao merged pull request #3108: HDDS-6342. EC: Fix large write with multiple stripes upon stripe failure.

Posted by GitBox <gi...@apache.org>.
umamaheswararao merged pull request #3108:
URL: https://github.com/apache/ozone/pull/3108


   


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


[GitHub] [ozone] umamaheswararao commented on a change in pull request #3108: HDDS-6342. EC: Fix large write with multiple stripes upon stripe failure.

Posted by GitBox <gi...@apache.org>.
umamaheswararao commented on a change in pull request #3108:
URL: https://github.com/apache/ozone/pull/3108#discussion_r809487266



##########
File path: hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/io/ECBlockOutputStreamEntry.java
##########
@@ -212,7 +212,7 @@ void updateBlockGroupToAckedPosition(long len) {
     if (isWritingParity()) {
       return;
     }
-    this.successfulBlkGrpAckedLen += len;
+    this.successfulBlkGrpAckedLen = len;

Review comment:
       It's good catch @guihecheng 




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