ashishkumar50 opened a new pull request, #7032:
URL: https://github.com/apache/ozone/pull/7032

   ## What changes were proposed in this pull request?
   
   TestBlockOutputStream.testWriteMoreThanFlushSize is flaky after HDDS-9844 
fix.
   It is due to addAckDataLength is not kept as thread safe which is causing 
wrong totalAckDataLength.
   In this PR we are adding synchronized in 
AbstractCommitWatcher.addAckDataLength to make thread safe.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-11280
   
   ## How was this patch tested?
   
   Verified in 10X10 run and it is green after the fix
   https://github.com/ashishkumar50/ozone/actions/runs/10244918136/workflow
   


-- 
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-unsubscr...@ozone.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to