hemantk-12 commented on code in PR #3958:
URL: https://github.com/apache/ozone/pull/3958#discussion_r1022240301
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/ratis/OzoneManagerDoubleBuffer.java:
##########
@@ -510,7 +556,8 @@ public long getFlushIterations() {
public synchronized CompletableFuture<Void> add(OMClientResponse response,
long transactionIndex) {
currentBuffer.add(new DoubleBufferEntry<>(transactionIndex, response));
- notify();
+ if (! (response instanceof OMKeyCommitResponse))
Review Comment:
This was done for testing similar to
https://github.com/GeorgeJahad/ozone/compare/05ed641c6...6cdfd890f#
Revert it back in next revision.
--
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]