Uploaded image for project: 'Apache Trafodion (Retired)'
  1. Apache Trafodion (Retired)
  2. TRAFODION-1948

Scan returns duplicate rows after drop schema cascade

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0-incubating
    • None
    • None

    Description

      After a series of statements followed by drop schema cascade, scan of objects table returns duplicate rows.

      >>drop schema "t4sch" cascade;

          • ERROR[1069] Schema TRAFODION.t4sch could not be dropped. Reason: schema t4sch is not empty.
            ObjectsInSchema: SB_HISTOGRAMS SB_HISTOGRAMS
          • ERROR[1073] Schema TRAFODION.t4sch was partially dropped, call CLEANUP SCHEMA to remove remaining entries.

      — SQL operation failed with errors.
      >>

      >>drop implicit volatile schema cleanup cascade;

          • ERROR[1069] Schema TRAFODION.VOLATILE_SCHEMA_MXID110000275952123279425519710010000000002 could not be dropped. Reason: schema VOLATILE_SCHEMA_MXID110000275952123279425519710010000000002 is not empty.
            ObjectsInSchema: T4TAB2 T4TAB2
          • ERROR[1073] Schema TRAFODION.VOLATILE_SCHEMA_MXID110000275952123279425519710010000000002 was partially dropped, call CLEANUP SCHEMA to remove remaining entries.

      — SQL operation failed with errors.

      Attachments

        Activity

          People

            Unassigned Unassigned
            vasudevp Prashanth Vasudev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: