StephanErb opened a new pull request #61: Ensure resource ordering in 
PreemptionVictimFilter is deterministic
URL: https://github.com/apache/aurora/pull/61
 
 
   ### Description:
   
   This is a fix for https://issues.apache.org/jira/browse/AURORA-1949 and the 
associated stacktrace:
   
   ```
   SEVERE: Service PreemptorService [FAILED] has failed in the RUNNING state.
   java.lang.IllegalArgumentException: Comparison method violates its general 
contract!
           at java.util.TimSort.mergeLo(TimSort.java:777)
           at java.util.TimSort.mergeAt(TimSort.java:514)
           at java.util.TimSort.mergeCollapse(TimSort.java:441)
           at java.util.TimSort.sort(TimSort.java:245)
           at java.util.Arrays.sort(Arrays.java:1438)
           at 
com.google.common.collect.Ordering.immutableSortedCopy(Ordering.java:882)
           at 
org.apache.aurora.scheduler.preemptor.PreemptionVictimFilter$PreemptionVictimFilterImpl.filterPreemptionVictims(PreemptionVictimFilter.java:210)
           at 
org.apache.aurora.scheduler.preemptor.PendingTaskProcessor.lambda$run$0(PendingTaskProcessor.java:178)
           at 
org.apache.aurora.scheduler.storage.db.DbStorage.read(DbStorage.java:147)
           at 
org.mybatis.guice.transactional.TransactionalMethodInterceptor.invoke(TransactionalMethodInterceptor.java:101)
           at 
org.apache.aurora.common.inject.TimedInterceptor.invoke(TimedInterceptor.java:83)
           at 
org.apache.aurora.scheduler.storage.log.LogStorage.read(LogStorage.java:562)
           at 
org.apache.aurora.scheduler.storage.CallOrderEnforcingStorage.read(CallOrderEnforcingStorage.java:113)
           at 
org.apache.aurora.scheduler.preemptor.PendingTaskProcessor.run(PendingTaskProcessor.java:135)
           at 
org.apache.aurora.common.inject.TimedInterceptor.invoke(TimedInterceptor.java:83)
           at 
org.apache.aurora.scheduler.preemptor.PreemptorModule$PreemptorService.runOneIteration(PreemptorModule.java:205)
           at 
com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task.run(AbstractScheduledService.java:188)
           at 
com.google.common.util.concurrent.Callables$4.run(Callables.java:122)
           at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
           at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
           at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
           at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
           at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:748)
   ```
   We now ensure that the comparator is always being consistent in its output, 
so that Java does not choke on it. 
   
   ### Testing Done:
   ./gradlew -Pq build

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


With regards,
Apache Git Services

Reply via email to