Skip to content

Commit 8bb3e95

Browse files
committed
Cleanup
1 parent 409e24d commit 8bb3e95

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

SingularityService/src/main/java/com/hubspot/singularity/scheduler/SingularityScheduler.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,6 @@ public void checkForDecomissions() {
218218
agent.getId()
219219
);
220220

221-
// TODO: Is there a guaranteed order these come out of ZK in to prevent sort?
222-
// Probably nbd because this list will be very short, but still
223221
SingularityMachineStateHistoryUpdate stateHistoryUpdate = history
224222
.stream()
225223
.filter(update -> update.getState() == MachineState.STARTING_DECOMMISSION)

0 commit comments

Comments
 (0)