-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31334/
-----------------------------------------------------------
Review request for Aurora, Kevin Sweeney and Bill Farner.
Bugs: AURORA-1134
https://issues.apache.org/jira/browse/AURORA-1134
Repository: aurora
Description
-------
Cron schedule updates were treated as template addition rather than
differential update, requiring extra quota capacity to clear the check.
Adding a new `checkCronUpdate()` QuotaManager interface method to correctly
handle cron job updates.
This will no apply cleanly, diffed against https://reviews.apache.org/r/31241/
Diffs
-----
src/main/java/org/apache/aurora/scheduler/quota/QuotaManager.java
934b92021d08ca23d95888683e9527ce37a8690a
src/main/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterface.java
2d21a976379631d11a498e7fcfd7cb6b800f3c15
src/test/java/org/apache/aurora/scheduler/quota/QuotaManagerImplTest.java
b0772f73f1a21da5828660bfd7d2b1f6b15cbf74
src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java
06c8faa9de4d0ac8389dbf07d4e81934b503761b
Diff: https://reviews.apache.org/r/31334/diff/
Testing
-------
./gradlew -Pq build
Thanks,
Maxim Khutornenko