Jie Huang created HBASE-6464:
--------------------------------
Summary: reportTableInFlux() throws NPE when no table is returned.
Key: HBASE-6464
URL: https://issues.apache.org/jira/browse/HBASE-6464
Project: HBase
Issue Type: Bug
Components: hbck
Affects Versions: 0.94.0, 0.96.0
Reporter: Jie Huang
Priority: Critical
reportTableInFlux() gets all tables not in flux. However, when no table is
found in getTable(numSkipped) function, it will return null. Then,
errorReporter attempts to print the table number, which causes a NPE here.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira