You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2017/02/03 22:59:51 UTC

[jira] [Assigned] (HBASE-17592) Fix typo in IPCUtil and RpcConnection

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

Josh Elser reassigned HBASE-17592:
----------------------------------

    Assignee: Attila Sasvari

> Fix typo in IPCUtil and RpcConnection
> -------------------------------------
>
>                 Key: HBASE-17592
>                 URL: https://issues.apache.org/jira/browse/HBASE-17592
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Attila Sasvari
>            Assignee: Attila Sasvari
>            Priority: Trivial
>             Fix For: 2.0.0
>
>         Attachments: HBASE-17592-1.patch
>
>
> Fix typos in timeout related client exception messages in {{IPCUtil.java}} and {{RpcConnection.java}} - "rpcTimetout".
> {code}
> hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/IPCUtil.java
> 179:        + (EnvironmentEdgeManager.currentTime() - call.getStartTime()) + ", rpcTimetout="
> hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/RpcConnection.java
> 196:              + (EnvironmentEdgeManager.currentTime() - call.getStartTime()) + ", rpcTimetout="
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)