symious commented on code in PR #4075:
URL: https://github.com/apache/ozone/pull/4075#discussion_r1052822582
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/ratis/OzoneManagerDoubleBuffer.java:
##########
@@ -480,9 +482,10 @@ public void stop() {
}
- private void terminate(IOException ex) {
+ private void terminate(IOException ex, OMResponse omResponse) {
String message = "During flush to DB encountered error in " +
- "OMDoubleBuffer flush thread " + Thread.currentThread().getName();
+ "OMDoubleBuffer flush thread " + Thread.currentThread().getName() +
+ " when handling OMRequest: " + omResponse;
Review Comment:
Updated in the description.
I got the output by just print the Response before handling it.
--
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]