Re: complete MiniDFSCluster.shutdown()

2019-07-14 Thread Mikhail Khludnev
Hello, Steve. Tried to sweep all remainings of MiniDFSCluster https://jira.apache.org/jira/browse/SOLR-13630. Once again I need it for tests, just to make sure that everything stop before starting new test that's not what's absolutely necessary for real life usage. Here's the list what's keep runni

Re: complete MiniDFSCluster.shutdown()

2019-07-03 Thread Steve Loughran
if its not a UGI token renewer, it's probably a bug On Wed, Jul 3, 2019 at 4:08 PM Mikhail Khludnev wrote: > Hello, > There are integration tests between Solr and HDFS. Turns out even calling > MiniDFSCluster.shutdown() leaves some HDFS threads running. It's probably > ok, but it upsets Solr's t

complete MiniDFSCluster.shutdown()

2019-07-03 Thread Mikhail Khludnev
Hello, There are integration tests between Solr and HDFS. Turns out even calling MiniDFSCluster.shutdown() leaves some HDFS threads running. It's probably ok, but it upsets Solr's tests since they assert that there's nothing running after test is over to verify against leaks. Are there any total sh