Skip to content

Commit

Permalink
[PR][log] forceful shutdown log message for LogCompactionService exec…
Browse files Browse the repository at this point in the history
…utor
  • Loading branch information
Whitney Deng committed Feb 14, 2025
1 parent 6ce15e3 commit b360da8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void stopInner() throws Exception {
try {
if (!executor.awaitTermination(SCHEDULED_EXECUTOR_TIMEOUT_S, TimeUnit.SECONDS)) {
executor.shutdownNow();
LOGGER.info("log compaction service shut down gracefully");
LOGGER.info("log compaction service executor shutdown timed out and is forcefully shutdown");
}
} catch (InterruptedException e) {
executor.shutdownNow();
Expand Down

0 comments on commit b360da8

Please sign in to comment.