You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jean-Marc Spaggiari (JIRA)" <ji...@apache.org> on 2013/10/02 01:08:26 UTC

[jira] [Updated] (HBASE-9697) ZKDataMigrator should exit on table(s) null check.

     [ https://issues.apache.org/jira/browse/HBASE-9697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Marc Spaggiari updated HBASE-9697:
---------------------------------------

    Attachment: HBASE-9697-v0-trunk.patch

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