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
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
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