duongkame commented on code in PR #4075:
URL: https://github.com/apache/ozone/pull/4075#discussion_r1062690251


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/ratis/OzoneManagerDoubleBuffer.java:
##########
@@ -276,9 +277,9 @@ private void flushTransactions() {
             AtomicReference<String> lastTraceId = new AtomicReference<>();
             readyBuffer.iterator().forEachRemaining((entry) -> {
               try {
-                OMResponse omResponse = entry.getResponse().getOMResponse();

Review Comment:
   I was wrong actually, thought it `omResponse` is used only inside the for 
loop. It's alright then.



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