You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Yuan Liu (JIRA)" <ji...@apache.org> on 2017/05/26 04:58:04 UTC

[jira] [Created] (TRAFODION-2624) cleanat does not drop TDDL table

Yuan Liu created TRAFODION-2624:
-----------------------------------

             Summary: cleanat does not drop TDDL table
                 Key: TRAFODION-2624
                 URL: https://issues.apache.org/jira/browse/TRAFODION-2624
             Project: Apache Trafodion
          Issue Type: Bug
          Components: dtm
    Affects Versions: any
            Reporter: Yuan Liu
             Fix For: any


After executing cleanat, one DTM table TDDL still exists.

[trafodion@openstack-1 ~]$ cleanat
SQ environment is not up. Please issue 'sqstop abrupt' or 'ckillall' to kill any orphan processes.
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
17/05/26 12:32:29 INFO Configuration.deprecation: hadoop.native.lib is deprecated. Instead, use io.native.lib.available
HBase Shell; enter 'help<RETURN>' for list of supported commands.
Type "exit<RETURN>" to leave the HBase Shell
Version 1.2.0-cdh5.7.1, rUnknown, Wed Jun  1 16:30:06 PDT 2016

disable_all 'TRAFODION._DTM_.TLOG.*'
TRAFODION._DTM_.TLOG0
TRAFODION._DTM_.TLOG0_CONTROL_POINT
TRAFODION._DTM_.TLOG1
TRAFODION._DTM_.TLOG1_CONTROL_POINT

Disable the above 4 tables (y/n)?
4 tables successfully disabled

drop_all 'TRAFODION._DTM_.TLOG.*'
TRAFODION._DTM_.TLOG0
TRAFODION._DTM_.TLOG0_CONTROL_POINT
TRAFODION._DTM_.TLOG1
TRAFODION._DTM_.TLOG1_CONTROL_POINT

Drop the above 4 tables (y/n)?
4 tables successfully dropped



hbase(main):042:0* list 'TRAFODION.*'
TABLE
TRAFODION._DTM_.TDDL
1 row(s) in 0.0070 seconds

=> ["TRAFODION._DTM_.TDDL"]




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)