symious commented on code in PR #4075:
URL: https://github.com/apache/ozone/pull/4075#discussion_r1062058965
##########
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'm not sure if I'm understanding correctly, this is the inital error IDE
gives me.
<img width="978" alt="Screenshot 2023-01-05 at 10 33 18 AM"
src="https://user-images.githubusercontent.com/14933944/210688523-e68793af-fa7a-4d70-9877-3be0185e41e4.png">
--
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]