|
|
@ -2102,8 +2102,6 @@ public final class Switchboard extends serverSwitch {
|
|
|
|
ConcurrentLog.logException(e);
|
|
|
|
ConcurrentLog.logException(e);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
execAPIActions();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// close unused connections
|
|
|
|
// close unused connections
|
|
|
|
ConnectionInfo.cleanUp();
|
|
|
|
ConnectionInfo.cleanUp();
|
|
|
|
|
|
|
|
|
|
|
@ -2290,6 +2288,10 @@ public final class Switchboard extends serverSwitch {
|
|
|
|
postprocessingRunning = false;
|
|
|
|
postprocessingRunning = false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// execute api actions; this must be done after postprocessing because
|
|
|
|
|
|
|
|
// these actions may also influence the search index/ call optimize steps
|
|
|
|
|
|
|
|
execAPIActions();
|
|
|
|
|
|
|
|
|
|
|
|
return true;
|
|
|
|
return true;
|
|
|
|
} catch ( final InterruptedException e ) {
|
|
|
|
} catch ( final InterruptedException e ) {
|
|
|
|
this.log.info("cleanupJob: Shutdown detected");
|
|
|
|
this.log.info("cleanupJob: Shutdown detected");
|
|
|
|