Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-24523

Include target hostname/ip/port in `ipc.ServerNotRunningYetException`

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.3.0
    • None
    • IPC/RPC
    • None

    Description

      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,

      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)
      ...
      

      Attachments

        Activity

          People

            wchevreuil Wellington Chevreuil
            ndimiduk Nick Dimiduk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: