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

NPE in RSRpcServices.get on trunk

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.99.0
    • IPC/RPC
    • None
    • Reviewed

    Description

      You seen this one jxiang?

      Here is the exception:

      2014-03-27 11:38:16,649 ERROR [RpcServer.handler=5,port=16020] ipc.RpcServer: Unexpected throwable object
      java.lang.NullPointerException
              at org.apache.hadoop.hbase.regionserver.RSRpcServices.get(RSRpcServices.java:1577)
              at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:29493)
              at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2002)
              at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:98)
              at org.apache.hadoop.hbase.ipc.SimpleRpcScheduler.consumerLoop(SimpleRpcScheduler.java:162)
              at org.apache.hadoop.hbase.ipc.SimpleRpcScheduler.access$000(SimpleRpcScheduler.java:38)
              at org.apache.hadoop.hbase.ipc.SimpleRpcScheduler$1.run(SimpleRpcScheduler.java:110)
              at java.lang.Thread.run(Thread.java:744)
      

      Code looks like this on trunk:

      1576     } finally {
      1577       regionServer.metricsRegionServer.updateGet(
      1578         EnvironmentEdgeManager.currentTimeMillis() - before);
      1579     }
      1580   }
      

      Attachments

        1. 10853.txt
          4 kB
          Michael Stack

        Activity

          People

            stack Michael Stack
            stack Michael Stack
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: