Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-1442

Alter Index double normalize Index Table Name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.2.0
    • 4.3.0, 3.3.0, 4.2.1, 3.2.1
    • None
    • None

    Description

      The issue reported by Vamsi Krishna Attluri on Phoenix 4.1+ with following repro steps:

      create index "test:table1indx1" on "test:table1"(colfam1.col3 desc);
      
      alter index "test:table1indx1" on "test:table1" disable;
      
      Error: ERROR 1012 (42M03): Table undefined. tableName=TEST:TABLE1INDX1 (state=42M03,code=1012)
      
      

      Attachments

        1. PHOENIX-1442.patch
          3 kB
          Jeffrey Zhong

        Activity

          People

            jeffreyz Jeffrey Zhong
            jeffreyz Jeffrey Zhong
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: