You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Alice Chen (JIRA)" <ji...@apache.org> on 2015/07/22 20:16:06 UTC

[jira] [Created] (TRAFODION-458) LP Bug: 1343479 - no recovery mechanism when populating sinle or all indexes

Alice Chen created TRAFODION-458:
------------------------------------

             Summary: LP Bug: 1343479 - no recovery mechanism when populating sinle or all indexes
                 Key: TRAFODION-458
                 URL: https://issues.apache.org/jira/browse/TRAFODION-458
             Project: Apache Trafodion
          Issue Type: Bug
          Components: sql-exe
            Reporter: Apache Trafodion
            Assignee: Apache Trafodion


When populating one single index or all indexes there is no recovery if something goes wrong. we may need to add error handling when populating indexes.
the error handling may need to take place at 2 different levels:
* at the index level when we create or populate a single index: if something goes wrong with populating the index we should go back to the initial state of the index table. (if empty maybe we can purgedata otherwise we can use snapshot)
*and when we do populate all index the recovery may need to deal with all the updated indexes if something goes wrong. 
   **One way to deal with it  is to restore all the indexes to their original state .  and the user can correct the issue and rerun the command again to populate al indexes
   ** another way may be to restore only the index that caused the issue. and the user can correct the issue and then run the populate index on the remaining  index
Assigned to LaunchPad User khaled Bouaziz



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)