----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16310/ -----------------------------------------------------------
(Updated Dec. 17, 2013, 2:10 a.m.) Review request for Aurora, Bill Farner and Brian Wickman. Changes ------- Dropped base dep from BUILD file. Repository: aurora Description ------- Updater prints duplicate LOCK error message in case of held lock. Diffs (updated) ----- src/main/python/twitter/aurora/client/api/BUILD 6818a759e0e3b2e221e24411233f670b4940e3ef src/main/python/twitter/aurora/client/api/updater.py 32bd6a1bf6bf401b0341b6e14e570d83c3e79dd5 Diff: https://reviews.apache.org/r/16310/diff/ Testing ------- Tested via local source distribution: $ dist/aurora_client.pex update smf1-test/mkhutornenko/test/cron_hello_world aurora/internal/examples/hello_world.aurora INFO] Updating job: cron_hello_world INFO] Response from scheduler: LOCK_ERROR (message: Operation for: mkhutornenko/test/cron_hello_world is already in progress. Started at: Tue Dec 17 00:56:43 UTC 2013. Current owner: mkhutornenko.) INFO] Note: if the scheduler detects that a job update is in progress (or was not properly completed) it will reject subsequent updates. This is because your job is likely in a partially-updated state. You should only begin another update if you are confident that nobody is updating this job, and that the job is in a state suitable for an update. After checking on the above, you may release the update lock on the job by invoking cancel_update. Thanks, Maxim Khutornenko