[jira] [Commented] (HBASE-9314) Dropping a table always prints a TableInfoMissingException in the master log

2013-09-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13759546#comment-13759546
 ] 

Hudson commented on HBASE-9314:
---

ABORTED: Integrated in HBase-TRUNK #4471 (See 
[https://builds.apache.org/job/HBase-TRUNK/4471/])
HBASE-9314. Dropping a table always prints a TableInfoMissingException in the 
master log (apurtell: rev 1520425)
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSTableDescriptors.java


 Dropping a table always prints a TableInfoMissingException in the master log
 

 Key: HBASE-9314
 URL: https://issues.apache.org/jira/browse/HBASE-9314
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.95.2, 0.94.10
Reporter: Jean-Daniel Cryans
Assignee: Andrew Purtell
Priority: Minor
 Fix For: 0.98.0, 0.94.12, 0.96.0

 Attachments: 9314-0.94.patch, 9314-0.94.patch, 9314.patch


 Everytime I drop a table I get the same stack trace in the master's log:
 {noformat}
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Table 't' archived!
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Removing 't' 
 descriptor.
 2013-08-22 23:11:31,940 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Marking 't' as 
 deleted.
 2013-08-22 23:11:31,944 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase: Released 
 /hbase/table-lock/t/write-master:602
 2013-08-22 23:11:32,024 DEBUG [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: Exception during 
 readTableDecriptor. Current table name = t
 org.apache.hadoop.hbase.TableInfoMissingException: No table descriptor file 
 under hdfs://jdec2hbase0403-1.vpc.cloudera.com:9000/hbase/data/default/t
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:503)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:496)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.get(FSTableDescriptors.java:170)
   at 
 org.apache.hadoop.hbase.master.HMaster.getTableDescriptors(HMaster.java:2629)
   at 
 org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos$MasterMonitorService$2.callBlockingMethod(MasterMonitorProtos.java:4634)
   at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2156)
   at 
 org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1861)
 2013-08-22 23:11:32,024 WARN  [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: The following folder is in 
 HBase's root directory and doesn't contain a table descriptor, do consider 
 deleting it: t
 {noformat}
 But the operation completes.

--
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


[jira] [Commented] (HBASE-9314) Dropping a table always prints a TableInfoMissingException in the master log

2013-09-05 Thread Lars Hofhansl (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13759520#comment-13759520
 ] 

Lars Hofhansl commented on HBASE-9314:
--

+1

 Dropping a table always prints a TableInfoMissingException in the master log
 

 Key: HBASE-9314
 URL: https://issues.apache.org/jira/browse/HBASE-9314
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.95.2, 0.94.10
Reporter: Jean-Daniel Cryans
Assignee: Andrew Purtell
Priority: Minor
 Fix For: 0.98.0, 0.94.12, 0.96.0

 Attachments: 9314-0.94.patch, 9314-0.94.patch, 9314.patch


 Everytime I drop a table I get the same stack trace in the master's log:
 {noformat}
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Table 't' archived!
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Removing 't' 
 descriptor.
 2013-08-22 23:11:31,940 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Marking 't' as 
 deleted.
 2013-08-22 23:11:31,944 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase: Released 
 /hbase/table-lock/t/write-master:602
 2013-08-22 23:11:32,024 DEBUG [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: Exception during 
 readTableDecriptor. Current table name = t
 org.apache.hadoop.hbase.TableInfoMissingException: No table descriptor file 
 under hdfs://jdec2hbase0403-1.vpc.cloudera.com:9000/hbase/data/default/t
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:503)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:496)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.get(FSTableDescriptors.java:170)
   at 
 org.apache.hadoop.hbase.master.HMaster.getTableDescriptors(HMaster.java:2629)
   at 
 org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos$MasterMonitorService$2.callBlockingMethod(MasterMonitorProtos.java:4634)
   at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2156)
   at 
 org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1861)
 2013-08-22 23:11:32,024 WARN  [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: The following folder is in 
 HBase's root directory and doesn't contain a table descriptor, do consider 
 deleting it: t
 {noformat}
 But the operation completes.

--
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


[jira] [Commented] (HBASE-9314) Dropping a table always prints a TableInfoMissingException in the master log

2013-09-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13759664#comment-13759664
 ] 

Hudson commented on HBASE-9314:
---

SUCCESS: Integrated in HBase-0.94-security #283 (See 
[https://builds.apache.org/job/HBase-0.94-security/283/])
HBASE-9314. Dropping a table always prints a TableInfoMissingException in the 
master log (apurtell: rev 1520457)
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/util/FSTableDescriptors.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java


 Dropping a table always prints a TableInfoMissingException in the master log
 

 Key: HBASE-9314
 URL: https://issues.apache.org/jira/browse/HBASE-9314
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.95.2, 0.94.10
Reporter: Jean-Daniel Cryans
Assignee: Andrew Purtell
Priority: Minor
 Fix For: 0.98.0, 0.94.12, 0.96.0

 Attachments: 9314-0.94.patch, 9314-0.94.patch, 9314.patch


 Everytime I drop a table I get the same stack trace in the master's log:
 {noformat}
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Table 't' archived!
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Removing 't' 
 descriptor.
 2013-08-22 23:11:31,940 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Marking 't' as 
 deleted.
 2013-08-22 23:11:31,944 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase: Released 
 /hbase/table-lock/t/write-master:602
 2013-08-22 23:11:32,024 DEBUG [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: Exception during 
 readTableDecriptor. Current table name = t
 org.apache.hadoop.hbase.TableInfoMissingException: No table descriptor file 
 under hdfs://jdec2hbase0403-1.vpc.cloudera.com:9000/hbase/data/default/t
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:503)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:496)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.get(FSTableDescriptors.java:170)
   at 
 org.apache.hadoop.hbase.master.HMaster.getTableDescriptors(HMaster.java:2629)
   at 
 org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos$MasterMonitorService$2.callBlockingMethod(MasterMonitorProtos.java:4634)
   at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2156)
   at 
 org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1861)
 2013-08-22 23:11:32,024 WARN  [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: The following folder is in 
 HBase's root directory and doesn't contain a table descriptor, do consider 
 deleting it: t
 {noformat}
 But the operation completes.

--
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


[jira] [Commented] (HBASE-9314) Dropping a table always prints a TableInfoMissingException in the master log

2013-09-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13759671#comment-13759671
 ] 

Hudson commented on HBASE-9314:
---

FAILURE: Integrated in hbase-0.96 #15 (See 
[https://builds.apache.org/job/hbase-0.96/15/])
HBASE-9314. Dropping a table always prints a TableInfoMissingException in the 
master log (apurtell: rev 1520426)
* 
/hbase/branches/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSTableDescriptors.java


 Dropping a table always prints a TableInfoMissingException in the master log
 

 Key: HBASE-9314
 URL: https://issues.apache.org/jira/browse/HBASE-9314
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.95.2, 0.94.10
Reporter: Jean-Daniel Cryans
Assignee: Andrew Purtell
Priority: Minor
 Fix For: 0.98.0, 0.94.12, 0.96.0

 Attachments: 9314-0.94.patch, 9314-0.94.patch, 9314.patch


 Everytime I drop a table I get the same stack trace in the master's log:
 {noformat}
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Table 't' archived!
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Removing 't' 
 descriptor.
 2013-08-22 23:11:31,940 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Marking 't' as 
 deleted.
 2013-08-22 23:11:31,944 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase: Released 
 /hbase/table-lock/t/write-master:602
 2013-08-22 23:11:32,024 DEBUG [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: Exception during 
 readTableDecriptor. Current table name = t
 org.apache.hadoop.hbase.TableInfoMissingException: No table descriptor file 
 under hdfs://jdec2hbase0403-1.vpc.cloudera.com:9000/hbase/data/default/t
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:503)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:496)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.get(FSTableDescriptors.java:170)
   at 
 org.apache.hadoop.hbase.master.HMaster.getTableDescriptors(HMaster.java:2629)
   at 
 org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos$MasterMonitorService$2.callBlockingMethod(MasterMonitorProtos.java:4634)
   at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2156)
   at 
 org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1861)
 2013-08-22 23:11:32,024 WARN  [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: The following folder is in 
 HBase's root directory and doesn't contain a table descriptor, do consider 
 deleting it: t
 {noformat}
 But the operation completes.

--
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


[jira] [Commented] (HBASE-9314) Dropping a table always prints a TableInfoMissingException in the master log

2013-09-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13759680#comment-13759680
 ] 

Hudson commented on HBASE-9314:
---

SUCCESS: Integrated in HBase-0.94 #1136 (See 
[https://builds.apache.org/job/HBase-0.94/1136/])
HBASE-9314. Dropping a table always prints a TableInfoMissingException in the 
master log (apurtell: rev 1520457)
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/util/FSTableDescriptors.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java


 Dropping a table always prints a TableInfoMissingException in the master log
 

 Key: HBASE-9314
 URL: https://issues.apache.org/jira/browse/HBASE-9314
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.95.2, 0.94.10
Reporter: Jean-Daniel Cryans
Assignee: Andrew Purtell
Priority: Minor
 Fix For: 0.98.0, 0.94.12, 0.96.0

 Attachments: 9314-0.94.patch, 9314-0.94.patch, 9314.patch


 Everytime I drop a table I get the same stack trace in the master's log:
 {noformat}
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Table 't' archived!
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Removing 't' 
 descriptor.
 2013-08-22 23:11:31,940 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Marking 't' as 
 deleted.
 2013-08-22 23:11:31,944 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase: Released 
 /hbase/table-lock/t/write-master:602
 2013-08-22 23:11:32,024 DEBUG [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: Exception during 
 readTableDecriptor. Current table name = t
 org.apache.hadoop.hbase.TableInfoMissingException: No table descriptor file 
 under hdfs://jdec2hbase0403-1.vpc.cloudera.com:9000/hbase/data/default/t
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:503)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:496)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.get(FSTableDescriptors.java:170)
   at 
 org.apache.hadoop.hbase.master.HMaster.getTableDescriptors(HMaster.java:2629)
   at 
 org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos$MasterMonitorService$2.callBlockingMethod(MasterMonitorProtos.java:4634)
   at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2156)
   at 
 org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1861)
 2013-08-22 23:11:32,024 WARN  [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: The following folder is in 
 HBase's root directory and doesn't contain a table descriptor, do consider 
 deleting it: t
 {noformat}
 But the operation completes.

--
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


[jira] [Commented] (HBASE-9314) Dropping a table always prints a TableInfoMissingException in the master log

2013-09-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13759710#comment-13759710
 ] 

Hudson commented on HBASE-9314:
---

FAILURE: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #712 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/712/])
HBASE-9314. Dropping a table always prints a TableInfoMissingException in the 
master log (apurtell: rev 1520425)
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSTableDescriptors.java


 Dropping a table always prints a TableInfoMissingException in the master log
 

 Key: HBASE-9314
 URL: https://issues.apache.org/jira/browse/HBASE-9314
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.95.2, 0.94.10
Reporter: Jean-Daniel Cryans
Assignee: Andrew Purtell
Priority: Minor
 Fix For: 0.98.0, 0.94.12, 0.96.0

 Attachments: 9314-0.94.patch, 9314-0.94.patch, 9314.patch


 Everytime I drop a table I get the same stack trace in the master's log:
 {noformat}
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Table 't' archived!
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Removing 't' 
 descriptor.
 2013-08-22 23:11:31,940 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Marking 't' as 
 deleted.
 2013-08-22 23:11:31,944 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase: Released 
 /hbase/table-lock/t/write-master:602
 2013-08-22 23:11:32,024 DEBUG [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: Exception during 
 readTableDecriptor. Current table name = t
 org.apache.hadoop.hbase.TableInfoMissingException: No table descriptor file 
 under hdfs://jdec2hbase0403-1.vpc.cloudera.com:9000/hbase/data/default/t
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:503)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:496)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.get(FSTableDescriptors.java:170)
   at 
 org.apache.hadoop.hbase.master.HMaster.getTableDescriptors(HMaster.java:2629)
   at 
 org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos$MasterMonitorService$2.callBlockingMethod(MasterMonitorProtos.java:4634)
   at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2156)
   at 
 org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1861)
 2013-08-22 23:11:32,024 WARN  [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: The following folder is in 
 HBase's root directory and doesn't contain a table descriptor, do consider 
 deleting it: t
 {noformat}
 But the operation completes.

--
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


[jira] [Commented] (HBASE-9314) Dropping a table always prints a TableInfoMissingException in the master log

2013-09-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13759736#comment-13759736
 ] 

Hudson commented on HBASE-9314:
---

FAILURE: Integrated in hbase-0.96-hadoop2 #7 (See 
[https://builds.apache.org/job/hbase-0.96-hadoop2/7/])
HBASE-9314. Dropping a table always prints a TableInfoMissingException in the 
master log (apurtell: rev 1520426)
* 
/hbase/branches/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSTableDescriptors.java


 Dropping a table always prints a TableInfoMissingException in the master log
 

 Key: HBASE-9314
 URL: https://issues.apache.org/jira/browse/HBASE-9314
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.95.2, 0.94.10
Reporter: Jean-Daniel Cryans
Assignee: Andrew Purtell
Priority: Minor
 Fix For: 0.98.0, 0.94.12, 0.96.0

 Attachments: 9314-0.94.patch, 9314-0.94.patch, 9314.patch


 Everytime I drop a table I get the same stack trace in the master's log:
 {noformat}
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Table 't' archived!
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Removing 't' 
 descriptor.
 2013-08-22 23:11:31,940 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Marking 't' as 
 deleted.
 2013-08-22 23:11:31,944 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase: Released 
 /hbase/table-lock/t/write-master:602
 2013-08-22 23:11:32,024 DEBUG [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: Exception during 
 readTableDecriptor. Current table name = t
 org.apache.hadoop.hbase.TableInfoMissingException: No table descriptor file 
 under hdfs://jdec2hbase0403-1.vpc.cloudera.com:9000/hbase/data/default/t
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:503)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:496)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.get(FSTableDescriptors.java:170)
   at 
 org.apache.hadoop.hbase.master.HMaster.getTableDescriptors(HMaster.java:2629)
   at 
 org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos$MasterMonitorService$2.callBlockingMethod(MasterMonitorProtos.java:4634)
   at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2156)
   at 
 org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1861)
 2013-08-22 23:11:32,024 WARN  [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: The following folder is in 
 HBase's root directory and doesn't contain a table descriptor, do consider 
 deleting it: t
 {noformat}
 But the operation completes.

--
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


[jira] [Commented] (HBASE-9314) Dropping a table always prints a TableInfoMissingException in the master log

2013-09-01 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13755690#comment-13755690
 ] 

Andrew Purtell commented on HBASE-9314:
---

All trunk and 0.96 tests pass, but 0.94 reports this:

{noformat}
Tests run: 34, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 232.361 sec 
 FAILURE!
testHbckFixOrphanTable(org.apache.hadoop.hbase.util.TestHBaseFsck)  Time 
elapsed: 3.031 sec   FAILURE!
java.lang.AssertionError: expected:[NO_TABLEINFO_FILE] but was:[]
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:147)
at 
org.apache.hadoop.hbase.util.hbck.HbckTestingUtil.assertErrors(HbckTestingUtil.java:88)
at 
org.apache.hadoop.hbase.util.TestHBaseFsck.testHbckFixOrphanTable(TestHBaseFsck.java:433)
{noformat}

Looks like after this change hbck needs a fixup, likely is expecting 
TableInfoMissingException somewhere.

 Dropping a table always prints a TableInfoMissingException in the master log
 

 Key: HBASE-9314
 URL: https://issues.apache.org/jira/browse/HBASE-9314
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.95.2, 0.94.10
Reporter: Jean-Daniel Cryans
Assignee: Andrew Purtell
Priority: Minor
 Fix For: 0.98.0, 0.94.12, 0.96.0

 Attachments: 9314-0.94.patch, 9314.patch


 Everytime I drop a table I get the same stack trace in the master's log:
 {noformat}
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Table 't' archived!
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Removing 't' 
 descriptor.
 2013-08-22 23:11:31,940 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Marking 't' as 
 deleted.
 2013-08-22 23:11:31,944 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase: Released 
 /hbase/table-lock/t/write-master:602
 2013-08-22 23:11:32,024 DEBUG [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: Exception during 
 readTableDecriptor. Current table name = t
 org.apache.hadoop.hbase.TableInfoMissingException: No table descriptor file 
 under hdfs://jdec2hbase0403-1.vpc.cloudera.com:9000/hbase/data/default/t
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:503)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:496)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.get(FSTableDescriptors.java:170)
   at 
 org.apache.hadoop.hbase.master.HMaster.getTableDescriptors(HMaster.java:2629)
   at 
 org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos$MasterMonitorService$2.callBlockingMethod(MasterMonitorProtos.java:4634)
   at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2156)
   at 
 org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1861)
 2013-08-22 23:11:32,024 WARN  [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: The following folder is in 
 HBase's root directory and doesn't contain a table descriptor, do consider 
 deleting it: t
 {noformat}
 But the operation completes.

--
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


[jira] [Commented] (HBASE-9314) Dropping a table always prints a TableInfoMissingException in the master log

2013-09-01 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13755810#comment-13755810
 ] 

stack commented on HBASE-9314:
--

+1 on commit to 0.96 branch and trunk.

 Dropping a table always prints a TableInfoMissingException in the master log
 

 Key: HBASE-9314
 URL: https://issues.apache.org/jira/browse/HBASE-9314
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.95.2, 0.94.10
Reporter: Jean-Daniel Cryans
Assignee: Andrew Purtell
Priority: Minor
 Fix For: 0.98.0, 0.94.12, 0.96.0

 Attachments: 9314-0.94.patch, 9314.patch


 Everytime I drop a table I get the same stack trace in the master's log:
 {noformat}
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Table 't' archived!
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Removing 't' 
 descriptor.
 2013-08-22 23:11:31,940 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Marking 't' as 
 deleted.
 2013-08-22 23:11:31,944 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase: Released 
 /hbase/table-lock/t/write-master:602
 2013-08-22 23:11:32,024 DEBUG [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: Exception during 
 readTableDecriptor. Current table name = t
 org.apache.hadoop.hbase.TableInfoMissingException: No table descriptor file 
 under hdfs://jdec2hbase0403-1.vpc.cloudera.com:9000/hbase/data/default/t
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:503)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:496)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.get(FSTableDescriptors.java:170)
   at 
 org.apache.hadoop.hbase.master.HMaster.getTableDescriptors(HMaster.java:2629)
   at 
 org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos$MasterMonitorService$2.callBlockingMethod(MasterMonitorProtos.java:4634)
   at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2156)
   at 
 org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1861)
 2013-08-22 23:11:32,024 WARN  [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: The following folder is in 
 HBase's root directory and doesn't contain a table descriptor, do consider 
 deleting it: t
 {noformat}
 But the operation completes.

--
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


[jira] [Commented] (HBASE-9314) Dropping a table always prints a TableInfoMissingException in the master log

2013-08-30 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13754777#comment-13754777
 ] 

stack commented on HBASE-9314:
--

+1 if the return of null does not cause new issue

 Dropping a table always prints a TableInfoMissingException in the master log
 

 Key: HBASE-9314
 URL: https://issues.apache.org/jira/browse/HBASE-9314
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.95.2, 0.94.10
Reporter: Jean-Daniel Cryans
Assignee: Andrew Purtell
Priority: Minor
 Fix For: 0.98.0, 0.94.12, 0.96.0

 Attachments: 9314-0.94.patch, 9314.patch


 Everytime I drop a table I get the same stack trace in the master's log:
 {noformat}
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Table 't' archived!
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Removing 't' 
 descriptor.
 2013-08-22 23:11:31,940 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Marking 't' as 
 deleted.
 2013-08-22 23:11:31,944 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase: Released 
 /hbase/table-lock/t/write-master:602
 2013-08-22 23:11:32,024 DEBUG [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: Exception during 
 readTableDecriptor. Current table name = t
 org.apache.hadoop.hbase.TableInfoMissingException: No table descriptor file 
 under hdfs://jdec2hbase0403-1.vpc.cloudera.com:9000/hbase/data/default/t
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:503)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:496)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.get(FSTableDescriptors.java:170)
   at 
 org.apache.hadoop.hbase.master.HMaster.getTableDescriptors(HMaster.java:2629)
   at 
 org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos$MasterMonitorService$2.callBlockingMethod(MasterMonitorProtos.java:4634)
   at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2156)
   at 
 org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1861)
 2013-08-22 23:11:32,024 WARN  [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: The following folder is in 
 HBase's root directory and doesn't contain a table descriptor, do consider 
 deleting it: t
 {noformat}
 But the operation completes.

--
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


[jira] [Commented] (HBASE-9314) Dropping a table always prints a TableInfoMissingException in the master log

2013-08-30 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13754782#comment-13754782
 ] 

Andrew Purtell commented on HBASE-9314:
---

I looked at all users and they check for and handle nulls. Running unit tests 
locally to see if any new complaints - not finished yet. 

 Dropping a table always prints a TableInfoMissingException in the master log
 

 Key: HBASE-9314
 URL: https://issues.apache.org/jira/browse/HBASE-9314
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.95.2, 0.94.10
Reporter: Jean-Daniel Cryans
Assignee: Andrew Purtell
Priority: Minor
 Fix For: 0.98.0, 0.94.12, 0.96.0

 Attachments: 9314-0.94.patch, 9314.patch


 Everytime I drop a table I get the same stack trace in the master's log:
 {noformat}
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Table 't' archived!
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Removing 't' 
 descriptor.
 2013-08-22 23:11:31,940 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Marking 't' as 
 deleted.
 2013-08-22 23:11:31,944 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase: Released 
 /hbase/table-lock/t/write-master:602
 2013-08-22 23:11:32,024 DEBUG [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: Exception during 
 readTableDecriptor. Current table name = t
 org.apache.hadoop.hbase.TableInfoMissingException: No table descriptor file 
 under hdfs://jdec2hbase0403-1.vpc.cloudera.com:9000/hbase/data/default/t
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:503)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:496)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.get(FSTableDescriptors.java:170)
   at 
 org.apache.hadoop.hbase.master.HMaster.getTableDescriptors(HMaster.java:2629)
   at 
 org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos$MasterMonitorService$2.callBlockingMethod(MasterMonitorProtos.java:4634)
   at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2156)
   at 
 org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1861)
 2013-08-22 23:11:32,024 WARN  [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: The following folder is in 
 HBase's root directory and doesn't contain a table descriptor, do consider 
 deleting it: t
 {noformat}
 But the operation completes.

--
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


[jira] [Commented] (HBASE-9314) Dropping a table always prints a TableInfoMissingException in the master log

2013-08-30 Thread Jean-Daniel Cryans (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13754944#comment-13754944
 ] 

Jean-Daniel Cryans commented on HBASE-9314:
---

+1

 Dropping a table always prints a TableInfoMissingException in the master log
 

 Key: HBASE-9314
 URL: https://issues.apache.org/jira/browse/HBASE-9314
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.95.2, 0.94.10
Reporter: Jean-Daniel Cryans
Assignee: Andrew Purtell
Priority: Minor
 Fix For: 0.98.0, 0.94.12, 0.96.0

 Attachments: 9314-0.94.patch, 9314.patch


 Everytime I drop a table I get the same stack trace in the master's log:
 {noformat}
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Table 't' archived!
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Removing 't' 
 descriptor.
 2013-08-22 23:11:31,940 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Marking 't' as 
 deleted.
 2013-08-22 23:11:31,944 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase: Released 
 /hbase/table-lock/t/write-master:602
 2013-08-22 23:11:32,024 DEBUG [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: Exception during 
 readTableDecriptor. Current table name = t
 org.apache.hadoop.hbase.TableInfoMissingException: No table descriptor file 
 under hdfs://jdec2hbase0403-1.vpc.cloudera.com:9000/hbase/data/default/t
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:503)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:496)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.get(FSTableDescriptors.java:170)
   at 
 org.apache.hadoop.hbase.master.HMaster.getTableDescriptors(HMaster.java:2629)
   at 
 org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos$MasterMonitorService$2.callBlockingMethod(MasterMonitorProtos.java:4634)
   at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2156)
   at 
 org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1861)
 2013-08-22 23:11:32,024 WARN  [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: The following folder is in 
 HBase's root directory and doesn't contain a table descriptor, do consider 
 deleting it: t
 {noformat}
 But the operation completes.

--
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


[jira] [Commented] (HBASE-9314) Dropping a table always prints a TableInfoMissingException in the master log

2013-08-28 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13752166#comment-13752166
 ] 

Andrew Purtell commented on HBASE-9314:
---

Would it be sufficient to remove this warning?

 Dropping a table always prints a TableInfoMissingException in the master log
 

 Key: HBASE-9314
 URL: https://issues.apache.org/jira/browse/HBASE-9314
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.95.2, 0.94.10
Reporter: Jean-Daniel Cryans
Priority: Minor
 Fix For: 0.98.0, 0.94.12, 0.96.0


 Everytime I drop a table I get the same stack trace in the master's log:
 {noformat}
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Table 't' archived!
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Removing 't' 
 descriptor.
 2013-08-22 23:11:31,940 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Marking 't' as 
 deleted.
 2013-08-22 23:11:31,944 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase: Released 
 /hbase/table-lock/t/write-master:602
 2013-08-22 23:11:32,024 DEBUG [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: Exception during 
 readTableDecriptor. Current table name = t
 org.apache.hadoop.hbase.TableInfoMissingException: No table descriptor file 
 under hdfs://jdec2hbase0403-1.vpc.cloudera.com:9000/hbase/data/default/t
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:503)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:496)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.get(FSTableDescriptors.java:170)
   at 
 org.apache.hadoop.hbase.master.HMaster.getTableDescriptors(HMaster.java:2629)
   at 
 org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos$MasterMonitorService$2.callBlockingMethod(MasterMonitorProtos.java:4634)
   at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2156)
   at 
 org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1861)
 2013-08-22 23:11:32,024 WARN  [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: The following folder is in 
 HBase's root directory and doesn't contain a table descriptor, do consider 
 deleting it: t
 {noformat}
 But the operation completes.

--
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


[jira] [Commented] (HBASE-9314) Dropping a table always prints a TableInfoMissingException in the master log

2013-08-28 Thread Jean-Daniel Cryans (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13752523#comment-13752523
 ] 

Jean-Daniel Cryans commented on HBASE-9314:
---

Yeah that might be ok. It seems this method is only called from the client-side 
so also printing it in the master log doesn't add much value.

 Dropping a table always prints a TableInfoMissingException in the master log
 

 Key: HBASE-9314
 URL: https://issues.apache.org/jira/browse/HBASE-9314
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.95.2, 0.94.10
Reporter: Jean-Daniel Cryans
Assignee: Andrew Purtell
Priority: Minor
 Fix For: 0.98.0, 0.94.12, 0.96.0


 Everytime I drop a table I get the same stack trace in the master's log:
 {noformat}
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Table 't' archived!
 2013-08-22 23:11:31,939 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Removing 't' 
 descriptor.
 2013-08-22 23:11:31,940 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.master.handler.DeleteTableHandler: Marking 't' as 
 deleted.
 2013-08-22 23:11:31,944 DEBUG 
 [MASTER_TABLE_OPERATIONS-jdec2hbase0403-1:6-0] 
 org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase: Released 
 /hbase/table-lock/t/write-master:602
 2013-08-22 23:11:32,024 DEBUG [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: Exception during 
 readTableDecriptor. Current table name = t
 org.apache.hadoop.hbase.TableInfoMissingException: No table descriptor file 
 under hdfs://jdec2hbase0403-1.vpc.cloudera.com:9000/hbase/data/default/t
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:503)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.getTableDescriptorAndModtime(FSTableDescriptors.java:496)
   at 
 org.apache.hadoop.hbase.util.FSTableDescriptors.get(FSTableDescriptors.java:170)
   at 
 org.apache.hadoop.hbase.master.HMaster.getTableDescriptors(HMaster.java:2629)
   at 
 org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos$MasterMonitorService$2.callBlockingMethod(MasterMonitorProtos.java:4634)
   at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2156)
   at 
 org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1861)
 2013-08-22 23:11:32,024 WARN  [RpcServer.handler=0,port=6] 
 org.apache.hadoop.hbase.util.FSTableDescriptors: The following folder is in 
 HBase's root directory and doesn't contain a table descriptor, do consider 
 deleting it: t
 {noformat}
 But the operation completes.

--
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