You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Wellington Chevreuil (Jira)" <ji...@apache.org> on 2020/06/09 09:38:00 UTC

[jira] [Commented] (HBASE-24523) Include target hostname/ip/port in `ipc.ServerNotRunningYetException`

    [ https://issues.apache.org/jira/browse/HBASE-24523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17129060#comment-17129060 ] 

Wellington Chevreuil commented on HBASE-24523:
----------------------------------------------

+1 for this extra info. Are you working on a PR for this, [~ndimiduk]? Otherwise, I can look at this.

> Include target hostname/ip/port in `ipc.ServerNotRunningYetException`
> ---------------------------------------------------------------------
>
>                 Key: HBASE-24523
>                 URL: https://issues.apache.org/jira/browse/HBASE-24523
>             Project: HBase
>          Issue Type: Task
>          Components: IPC/RPC
>    Affects Versions: 2.3.0
>            Reporter: Nick Dimiduk
>            Priority: Major
>
> We get almost 100 lines of exception backtrace along with this exception, but the identity of the server with whom the client is trying to communication is not included. For example,
> {noformat}
> 2020-06-06 00:35:37,123 WARN  [ChaosMonkey] client.ConnectionImplementation: Checking master connection
> org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet
>         at org.apache.hadoop.hbase.master.HMaster.checkServiceStarted(HMaster.java:2901)
>         at org.apache.hadoop.hbase.master.MasterRpcServices.isMasterRunning(MasterRpcServices.java:1178)
>         at org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos$MasterService$2.callBlockingMethod(MasterProtos.java)
>         at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:393)
>         at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:133)
>         at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:338)
>         at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:318)
> ...
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)