You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Wei-Chiu Chuang (JIRA)" <ji...@apache.org> on 2019/03/09 08:52:00 UTC

[jira] [Assigned] (HBASE-22021) A small refactoring for NettyServerCall.sendResponseIfReady

     [ https://issues.apache.org/jira/browse/HBASE-22021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wei-Chiu Chuang reassigned HBASE-22021:
---------------------------------------

    Assignee: Wei-Chiu Chuang

> 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
>            Assignee: Wei-Chiu Chuang
>            Priority: Major
>              Labels: starter
>
> before:
> connection.channel.writeAndFlush(this);
>  
> after:
> connection.doRespond(this);



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