RuntimeEnvironment.destroyRenamedHistoryExecutor();
} catch (InterruptedException ex) {
log.log(Level.SEVERE,
"destroying of renamed thread pool failed", ex);
}
elapsed.report(log, "Done indexing data of all repositories");
}
public void sendToConfigHost(RuntimeEnvironment env, String configHost) {
if (configHost != null) {
String[] cfg = configHost.split(":");