----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24720/ -----------------------------------------------------------
(Updated Aug. 18, 2014, 5:49 p.m.) Review request for Aurora, Maxim Khutornenko and Bill Farner. Changes ------- Failure states. Repository: aurora Description ------- Added some more items to the JobUpdateAction enum. Not married to the labels I've chosen, and I wasn't sure if we want to break out INSTANCE_UPDATING into finer-grained actions. Expected actions: 1) instance update: INSTANCE_UPDATED 2) instance remove: INSTANCE_REMOVED 3) instance add: INSTANCE_ADDED -> INSTANCE_UPDATING -> INSTANCE_UPDATED 4) noop: INSTANCE_SKIPPED 5) instance rolled back: INSTANCE_ROLLED_BACK Diffs (updated) ----- src/main/thrift/org/apache/aurora/gen/api.thrift af9f02ed1de487bc5cc2967d2edcece5b21e0be5 src/test/java/org/apache/aurora/scheduler/storage/db/DBJobUpdateStoreTest.java f695b85514bcc5cedb16e962124af3db052cb17a src/test/java/org/apache/aurora/scheduler/storage/log/LogStorageTest.java ebcb9103d75909080f5b6a69db3a1bf46cfd9780 src/test/resources/org/apache/aurora/gen/api.thrift.md5 21a05f6939da1dd7fc15cf6336bc3fee283f16ab Diff: https://reviews.apache.org/r/24720/diff/ Testing ------- ./gradlew -Pq build Thanks, David McLaughlin
