We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409e24d commit 8bb3e95Copy full SHA for 8bb3e95
1 file changed
SingularityService/src/main/java/com/hubspot/singularity/scheduler/SingularityScheduler.java
@@ -218,8 +218,6 @@ public void checkForDecomissions() {
218
agent.getId()
219
);
220
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
223
SingularityMachineStateHistoryUpdate stateHistoryUpdate = history
224
.stream()
225
.filter(update -> update.getState() == MachineState.STARTING_DECOMMISSION)
0 commit comments