JHSUYU commented on code in PR #7156: URL: https://github.com/apache/hbase/pull/7156#discussion_r2220863512
########## 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: Thanks for your suggestion! I have already created a new method and added comments. Could you help review it again? -- 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