You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Maxim Khutornenko (JIRA)" <ji...@apache.org> on 2015/06/02 23:45:50 UTC

[jira] [Created] (AURORA-1340) SnapshotStore should fail with TransientStorageException during recovery

Maxim Khutornenko created AURORA-1340:
-----------------------------------------

             Summary: SnapshotStore should fail with TransientStorageException during recovery
                 Key: AURORA-1340
                 URL: https://issues.apache.org/jira/browse/AURORA-1340
             Project: Aurora
          Issue Type: Bug
          Components: Scheduler
            Reporter: Maxim Khutornenko


The SnapshotStore is not decorated with CallOrderEnforcingStorage, which makes it completely unaware of the scheduler lifecycle state. This makes it possible to create empty backup files if a "scheduler_backup_now" is called during the restart. 

The SnapshotStore cannot be directly decorated with CallOrderEnforcingStorage as it requires a @Volatile storage, so some custom solution is needed. 



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