----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57757/#review169379 -----------------------------------------------------------
Master (b8f72d1) is red with this patch. ./build-support/jenkins/build.sh Test coverage missing for org/apache/aurora/scheduler/storage/log/SnapshotStoreImpl$8 Test coverage missing for org/apache/aurora/scheduler/storage/log/SnapshotStoreImpl$7 Test coverage missing for org/apache/aurora/scheduler/storage/log/SnapshotStoreImpl$9 Test coverage missing for org/apache/aurora/scheduler/storage/log/SnapshotStoreImpl$4 Test coverage missing for org/apache/aurora/scheduler/storage/log/SnapshotStoreImpl$3 Test coverage missing for org/apache/aurora/scheduler/storage/log/SnapshotStoreImpl$6 Test coverage missing for org/apache/aurora/scheduler/storage/log/SnapshotStoreImpl$5 Test coverage missing for org/apache/aurora/scheduler/storage/log/SnapshotStoreImpl$2 Test coverage missing for org/apache/aurora/scheduler/storage/log/SnapshotStoreImpl$1 Test coverage missing for org/apache/aurora/scheduler/storage/log/LogStorage$Settings Test coverage missing for org/apache/aurora/scheduler/storage/log/LogStorage$ScheduledExecutorSchedulingService Test coverage missing for org/apache/aurora/scheduler/storage/log/LogStorageModule Test coverage missing for org/apache/aurora/scheduler/storage/log/SnapshotStoreImpl$SnapshotField Test coverage missing for org/apache/aurora/scheduler/storage/backup/TemporaryStorage$TemporaryStorageFactory$1 Test coverage missing for org/apache/aurora/scheduler/storage/backup/BackupModule Test coverage missing for org/apache/aurora/scheduler/storage/backup/Recovery$RecoveryImpl Test coverage missing for org/apache/aurora/scheduler/storage/backup/TemporaryStorage$TemporaryStorageFactory Test coverage missing for org/apache/aurora/scheduler/storage/backup/Recovery$RecoveryImpl$PendingRecovery Test coverage missing for org/apache/aurora/scheduler/TaskVars Test coverage missing for org/apache/aurora/scheduler/SchedulerLifecycle$DefaultDelayedActions Test coverage missing for org/apache/aurora/scheduler/TierManager$TierManagerImpl$TierConfig Test coverage missing for org/apache/aurora/scheduler/TaskVars$Counter Test coverage missing for org/apache/aurora/scheduler/TaskVars$1 Test coverage missing for org/apache/aurora/scheduler/SchedulerModule$TaskEventBatchWorker Test coverage missing for org/apache/aurora/scheduler/HostOffer$1 Test coverage missing for org/apache/aurora/scheduler/SchedulerModule Test coverage missing for org/apache/aurora/scheduler/TaskIdGenerator$TaskIdGeneratorImpl Test coverage missing for org/apache/aurora/scheduler/SchedulerModule$1 Test coverage missing for org/apache/aurora/scheduler/TaskStatusHandlerImpl Test coverage missing for org/apache/aurora/scheduler/TaskStatusHandlerImpl$1 Test coverage missing for org/apache/aurora/scheduler/TierModule Test coverage missing for org/apache/aurora/scheduler/storage/db/typehandlers/VolumeModeTypeHandler * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== BUILD FAILED Total time: 1 hrs 0 mins 27.501 secs I will refresh this build result if you post a review containing "@ReviewBot retry" - Aurora ReviewBot On March 19, 2017, 4:34 p.m., Stephan Erb wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/57757/ > ----------------------------------------------------------- > > (Updated March 19, 2017, 4:34 p.m.) > > > Review request for Aurora, Santhosh Kumar Shanmugham and Zameer Manji. > > > Bugs: AURORA-1907 > https://issues.apache.org/jira/browse/AURORA-1907 > > > Repository: aurora > > > Description > ------- > > We have noticed that on hosts with lots of active tasks (~100) the Thermos UI > is not usable. Thermos fully utilizes one core but does not render any > requests. > > Dumping `/threads` indicates the observer might be backlogged by the hundred > concurrent `TaskResourceMonitor` threads. Due to the Python GIL only one can > make progress at a time though. > > This patch is now adding options to control the resource collection interval, > giving operators a possibility to reduce the CPU pressure. > > -- > > Reviewer notes: I dropped the entrypoint test as it was heavily relying on > mocks > without significant code coverage. > > > Diffs > ----- > > RELEASE-NOTES.md d58d2bd2558c2060aa659402ea88271bd8704cde > docs/README.md 1d679e27cf26122c34a9157194f189ce3035b176 > docs/reference/observer-configuration.md PRE-CREATION > src/main/python/apache/aurora/tools/thermos_observer.py > 4bba01930434f33150b0413d20d9657b61b364c5 > src/main/python/apache/thermos/monitoring/resource.py > 53d0ff1a71c27f053c59acca556c35d1e5ac91f0 > src/main/python/apache/thermos/observer/task_observer.py > 1485de8faef52716f11b82a3556064de26c67427 > src/test/python/apache/aurora/tools/test_thermos_observer_entry_point.py > e1c8dec5f26be1aec931b1a614ecc138ae63d9de > > > Diff: https://reviews.apache.org/r/57757/diff/2/ > > > Testing > ------- > > ./pants test.pytest src/{test,main}/python:: -- -v > > > Thanks, > > Stephan Erb > >
