We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1349516 commit c042582Copy full SHA for c042582
1 file changed
SingularityService/src/main/java/com/hubspot/singularity/mesos/SingularityMesosSchedulerImpl.java
@@ -180,10 +180,10 @@ public CompletableFuture<Void> subscribed(Subscribed subscribed) {
180
}
181
startup.startup(newMasterInfo);
182
state.setMesosSchedulerState(MesosSchedulerState.SUBSCRIBED);
183
- // Recheck for inconsistent state in case we started receiving/denying status updates while running startup
184
- recheckState();
185
restartInProgress.set(false);
186
handleQueuedStatusUpdates();
+ // Recheck for inconsistent state in case we started receiving/denying status updates while running startup
+ recheckState();
187
},
188
"subscribed",
189
false
0 commit comments