Ted Yu created HBASE-6781:
-----------------------------

             Summary: .archive directory should be added to 
HConstants.HBASE_NON_USER_TABLE_DIRS
                 Key: HBASE-6781
                 URL: https://issues.apache.org/jira/browse/HBASE-6781
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu
             Fix For: 0.96.0


We can see the following in test output:
{code}
2012-09-14 00:50:43,500 DEBUG [IPC Server handler 0 on 51461] 
util.FSTableDescriptors(175): Exception during readTableDecriptor. Current 
table name = .archive
org.apache.hadoop.hbase.TableInfoMissingException: No .tableinfo file under 
hdfs://localhost:35107/user/jenkins/hbase/.archive
        at 
org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptor(FSTableDescriptors.java:417)
        at 
org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptor(FSTableDescriptors.java:408)
        at 
org.apache.hadoop.hbase.util.FSTableDescriptors.get(FSTableDescriptors.java:170)
        at 
org.apache.hadoop.hbase.util.FSTableDescriptors.getAll(FSTableDescriptors.java:201)
        at 
org.apache.hadoop.hbase.master.HMaster.getTableDescriptors(HMaster.java:2199)
        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:597)
        at 
org.apache.hadoop.hbase.ipc.ProtobufRpcEngine$Server.call(ProtobufRpcEngine.java:357)
        at 
org.apache.hadoop.hbase.ipc.HBaseServer$Handler.run(HBaseServer.java:1816)
{code}
.archive directory should be added to HConstants.HBASE_NON_USER_TABLE_DIRS

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to