We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d594176 commit bcc17c6Copy full SHA for bcc17c6
opengrok-indexer/src/main/java/org/opengrok/indexer/index/Indexer.java
@@ -413,6 +413,7 @@ public static void main(String[] argv) {
413
System.err.println("Exception: " + e.getLocalizedMessage());
414
System.exit(1);
415
} finally {
416
+ env.getSearchExecutor().shutdownNow();
417
stats.report(LOGGER, "Indexer finished", "indexer.total");
418
}
419
0 commit comments