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

   ## What changes were proposed in this pull request?
   
   In `FlushNotifier`, it add a new latch to the `flushLatches` set for each 
`await()` call.
   
   We may reduce the number of objects by using `CompletableFuture`. Then, the 
`await()` calls waiting for the same flush will use for the same future.
   
   ## What is the link to the Apache JIRA
   
   HDDS-10039
   
   ## How was this patch tested?
   
   By updating existing tests.


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