Zheng Wang created HBASE-22021:
----------------------------------

             Summary: A small refactoring for 
NettyServerCall.sendResponseIfReady
                 Key: HBASE-22021
                 URL: https://issues.apache.org/jira/browse/HBASE-22021
             Project: HBase
          Issue Type: Improvement
          Components: rpc
            Reporter: Zheng Wang


before:
connection.channel.writeAndFlush(this);
 
after:
connection.doRespond(this);



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to