HBase shell disable_all/enable_all/drop_all promp wrong tables for confirmation
-------------------------------------------------------------------------------

                 Key: HBASE-5398
                 URL: https://issues.apache.org/jira/browse/HBASE-5398
             Project: HBase
          Issue Type: Bug
          Components: scripts
    Affects Versions: 0.92.0, 0.94.0
            Reporter: Jimmy Xiang
            Assignee: Jimmy Xiang
             Fix For: 0.94.0, 0.92.0


When using hbase shell to disable_all/enable_all/drop_all tables, the tables 
prompted for confirmation are wrong.

For example, disable_all 'test*'
will show confirmation for diable tables like:

mytest1
test123

Fortunately, these tables will not be disable actually since Java pattern 
doesn't match this way.

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

        

Reply via email to