what version of hbase are you using?

If master is still initializing, then probably one of the regions in
transition is the region for meta, or a region for a system table (e.g.
hbase:namespace). You should check the master logs to figure out which one
and what their state is.

On Fri, Oct 11, 2019 at 1:09 AM 青椒肉丝 <1336318...@qq.com> wrote:

> hi ,guys:
>    My HBase made the following mistakes when creating a build table or
> disable table
>     " ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is
> initializing
>         at
> org.apache.hadoop.hbase.master.HMaster.checkInitialized(HMaster.java:2998)
>         at
> org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1968)
>         at
> org.apache.hadoop.hbase.master.MasterRpcServices.createTable(MasterRpcServices.java:624)
>         at
> org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos$MasterService$2.callBlockingMethod(MasterProtos.java)
>         at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:413)
>         at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:130)
>         at
> org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:324)
>         at
> org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:304) "
>
>
> And the HBase rit state is abnormal,HBase page display "41 region(s) in
> transition for more than 60000 milliseconds.",  Now you can't see any user
> tables from the HBase page, but you can see the list command in the HBase
> shell, If any friend has ever met this kind of problem, please help to
> answer it. Thank you.
>
>
>
>
> DavidShao

Reply via email to