Apache9 commented on code in PR #7156: URL: https://github.com/apache/hbase/pull/7156#discussion_r2218408824
########## hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerCall.java: ########## @@ -339,6 +339,20 @@ public synchronized void setResponse(Message m, final ExtendedCellScanner cells, bc = new BufferChain(responseBufs); } catch (IOException e) { RpcServer.LOG.warn("Exception while creating response " + e); + try { Review Comment: Better abstract this to a separated method and add comments to explain what is the purpose of this method? -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org