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)