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 b96be48 commit cb82f66Copy full SHA for cb82f66
opengrok-indexer/src/main/java/org/opengrok/indexer/index/Indexer.java
@@ -1092,6 +1092,7 @@ public void run() {
1092
1093
// Wait forever for the executors to finish.
1094
try {
1095
+ LOGGER.info("Waiting for the executors to finish");
1096
latch.await(999, TimeUnit.DAYS);
1097
} catch (InterruptedException exp) {
1098
LOGGER.log(Level.WARNING, "Received interrupt while waiting" +
0 commit comments