You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Liu Shaohui (JIRA)" <ji...@apache.org> on 2014/03/26 12:07:16 UTC

[jira] [Created] (HBASE-10839) NullPointerException in construction of RegionServer in Security Cluster

Liu Shaohui created HBASE-10839:
-----------------------------------

             Summary: NullPointerException in construction of RegionServer in Security Cluster
                 Key: HBASE-10839
                 URL: https://issues.apache.org/jira/browse/HBASE-10839
             Project: HBase
          Issue Type: Bug
          Components: regionserver
            Reporter: Liu Shaohui
            Priority: Critical


The initialization of secure rpc server  depends on regionserver's servername and zooKeeper watcher. But,  After HBASE-10569, they are null when creating secure rpc services.

[~jxiang]

{code}
Caused by: java.lang.NullPointerException
	at org.apache.hadoop.hbase.ipc.RpcServer.createSecretManager(RpcServer.java:1974)
	at org.apache.hadoop.hbase.ipc.RpcServer.start(RpcServer.java:1945)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.<init>(RSRpcServices.java:706)
	at org.apache.hadoop.hbase.master.MasterRpcServices.<init>(MasterRpcServices.java:190)
	at org.apache.hadoop.hbase.master.HMaster.createRpcServices(HMaster.java:297)
	at org.apache.hadoop.hbase.regionserver.HRegionServer.<init>(HRegionServer.java:431)
	at org.apache.hadoop.hbase.master.HMaster.<init>(HMaster.java:234)
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)