rdelval commented on a change in pull request #37: Staggered (Variable batch) 
Updates
URL: https://github.com/apache/aurora/pull/37#discussion_r218591193
 
 

 ##########
 File path: 
src/main/java/org/apache/aurora/scheduler/storage/durability/ThriftBackfill.java
 ##########
 @@ -143,8 +148,28 @@ public IJobUpdate backFillJobUpdate(JobUpdate update) {
       backfillTask(instructions.getDesiredState().getTask());
     }
 
+    backfillUpdateStrategy(instructions.getSettings());
+
     instructions.getInitialState().forEach(e -> backfillTask(e.getTask()));
 
     return IJobUpdate.build(update);
   }
+
+  private void backfillUpdateStrategy(JobUpdateSettings settings) {
 
 Review comment:
   Thanks for the input @DavidMcLaughlin, I'll create a PR with just the Thrift 
changes in that case.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to