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

[jira] [Updated] (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 ]

Attila Sasvari updated HBASE-17592:
-----------------------------------
    Attachment: HBASE-17592-1.patch

> 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
>            Priority: Trivial
>         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)