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

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

Nick Dimiduk created HBASE-24523:
------------------------------------

             Summary: 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


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)