[
https://issues.apache.org/jira/browse/HBASE-9697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13784032#comment-13784032
]
Jean-Marc Spaggiari commented on HBASE-9697:
--------------------------------------------
The only failed test I got when I have submitted the patch to Hadoop QA was:
{code}
{color:red}-1 core tests{color}. The patch failed these unit tests:
org.apache.hadoop.hbase.client.TestAsyncProcess
{code}
So I'm not sure it's related. I will re-tun the test for TestHBaseFsck locally
to see.
Ok. I get TestHBaseFsck failure with, and without this patch. So I don't think
it's related.
> ZKDataMigrator should exit on table(s) null check.
> --------------------------------------------------
>
> Key: HBASE-9697
> URL: https://issues.apache.org/jira/browse/HBASE-9697
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.0, 0.96.1
> Reporter: Jean-Marc Spaggiari
> Assignee: Jean-Marc Spaggiari
> Fix For: 0.98.0, 0.96.0
>
> Attachments: HBASE-9697-v0-trunk.patch
>
>
> Doing something like that in 2 places:
> {code}
> if (tables == null) {
> LOG.info("No table present to migrate table state to PB. returning..");
> }
> for (String table : tables) {
> {code}
> We need to return just after logging.
--
This message was sent by Atlassian JIRA
(v6.1#6144)