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/06/08 12:46:54 UTC

[GitHub] [ozone] adoroszlai opened a new pull request #2314: HDDS-5318. Intermittent failure in TestOzoneManagerDoubleBufferWithOMResponse

adoroszlai opened a new pull request #2314:
URL: https://github.com/apache/ozone/pull/2314


   ## What changes were proposed in this pull request?
   
   `TestOzoneManagerDoubleBufferWithOMResponse` is flaky because double buffer involves another thread.  `flushTransactions` updates `flushedTransactionCount`, then somewhat later also updates `lastAppliedIndex`.  The test waits for the former, but simply checks the latter with assertion.  We need to wait for this update, too.
   
   https://issues.apache.org/jira/browse/HDDS-5318
   
   ## How was this patch tested?
   
   Repeated `TestOzoneManagerDoubleBufferWithOMResponse` 50x:
   https://github.com/adoroszlai/hadoop-ozone/runs/2771888499
   
   Regular CI (pending):
   https://github.com/adoroszlai/hadoop-ozone/actions/runs/918284218


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

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] adoroszlai merged pull request #2314: HDDS-5318. Intermittent failure in TestOzoneManagerDoubleBufferWithOMResponse

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


   


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

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] adoroszlai commented on pull request #2314: HDDS-5318. Intermittent failure in TestOzoneManagerDoubleBufferWithOMResponse

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


   Thanks @hanishakoneru for the review.


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

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