Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pschoenfelder committed Mar 8, 2022
1 parent 409e24d commit 8bb3e95
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ public void checkForDecomissions() {
agent.getId()
);

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

0 comments on commit 8bb3e95

Please # to comment.