Nuno Santos created OAK-10788: --------------------------------- Summary: Indexing job downloader: shutdown gracefully all threads in case of failure Key: OAK-10788 URL: https://issues.apache.org/jira/browse/OAK-10788 Project: Jackrabbit Oak Issue Type: Bug Components: indexing Reporter: Nuno Santos
If the download fails, the threads created by the Pipeline strategy are not all being correctly shutdown, some of them may be left behind. As they are all daemon threads, they will not prevent the JVM from shutting down. But when they are forcibly closed at the JVM shutdown, they print in the logs several exceptions (connections closed abruptly, trying to access objects that were already closed) that are confusing and distract from the root cause of the problem. -- This message was sent by Atlassian Jira (v8.20.10#820010)