Master GUI does not handle the redeployment of the meta table.
--------------------------------------------------------------
Key: HADOOP-2630
URL: https://issues.apache.org/jira/browse/HADOOP-2630
Project: Hadoop
Issue Type: Bug
Components: contrib/hbase
Reporter: Billy Pearson
Priority: Minor
Fix For: 0.17.0
Master GUI does not handle the redeployment of the meta table. If one of the
region servers fail when hosting the .META. looks like its cache it but not
looking for the new location when its not found at know location. reproduce by
killing the region server hosting the META region.
The below is show when the
{code}
error msg : org.apache.hadoop.ipc.RemoteException:
org.apache.hadoop.hbase.NotServingRegionException: .META.,,1 at
org.apache.hadoop.hbase.HRegionServer.getRegion(HRegionServer.java:1674) at
org.apache.hadoop.hbase.HRegionServer.getRegion(HRegionServer.java:1646) at
org.apache.hadoop.hbase.HRegionServer.openScanner(HRegionServer.java:1515) at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585) at
org.apache.hadoop.hbase.ipc.HbaseRPC$Server.call(HbaseRPC.java:413) at
org.apache.hadoop.ipc.Server$Handler.run(Server.java:908)
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.