zacharymorn commented on a change in pull request #128: URL: https://github.com/apache/lucene/pull/128#discussion_r627960267
########## File path: lucene/core/src/java/org/apache/lucene/index/CheckIndex.java ########## @@ -810,6 +976,8 @@ public Status checkIndex(List<String> onlySegments) throws IOException { result.newSegments.add(info.clone()); } + executor.shutdown(); Review comment: Oops sorry. Thought it would be ok with the `join` call before `shutdown`, but yeah even the idle threads may take time to shutdown. Added. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org