risdenk commented on a change in pull request #471: SOLR-8335 HdfsLockFactory
should eventually release index after crash.
URL: https://github.com/apache/lucene-solr/pull/471#discussion_r263848915
##########
File path:
solr/test-framework/src/java/org/apache/solr/SolrIgnoredThreadsFilter.java
##########
@@ -60,6 +61,11 @@ public boolean reject(Thread t) {
return true;
}
+ if (threadName.startsWith(HdfsLockFactory.HDFS_LOCK_UPDATE_PREFIX)) {
Review comment:
This doesn't seem right. We should be able to shutdown our threads
correctly...
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]