-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39670/
-----------------------------------------------------------

Review request for Aurora, Maxim Khutornenko and Bill Farner.


Bugs: AURORA-1510
    https://issues.apache.org/jira/browse/AURORA-1510


Repository: aurora


Description
-------

The PendingTaskProcessor runs concurrently with MesosSchedulerImpl. 
MesosSchedulerImpl adds/removes offfers from OfferManager while 
PendingTaskProcessor iterates over the available offers from OfferManager. 
Since OfferManager only returns an unmodifiable view of the underlying list of 
offers, this causes a `ConcurrentModificationException`. To prevent this 
exception, the PendingTaskProcessor takes an immutable copy of the offers 
before iterating over the list of available offers.


Diffs
-----

  config/legacy_untested_classes.txt 70d1dd0e60cf2c0026c8c66d02d2b945c3a16ceb 
  src/main/java/org/apache/aurora/scheduler/preemptor/PendingTaskProcessor.java 
506176769e172b7e9f4ba05c486fe6ab550fb5c3 

Diff: https://reviews.apache.org/r/39670/diff/


Testing
-------

./gradlew build -Pq


Thanks,

Zameer Manji

Reply via email to