[
https://issues.apache.org/jira/browse/SOLR-13074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16759121#comment-16759121
]
Kevin Risden commented on SOLR-13074:
-------------------------------------
The reproduce with from the top fails for me:
{code:java}
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=MoveReplicaHDFSTest
-Dtests.seed=DC1CE772C445A55D -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true -Dtests.awaitsfix=true -Dtests.badapples=true
-Dtests.locale=fr -Dtests.timezone=Australia/Tasmania -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s | MoveReplicaHDFSTest (suite) <<<
[junit4] > Throwable #1: java.lang.NullPointerException
[junit4] > at __randomizedtesting.SeedInfo.seed([DC1CE772C445A55D]:0)
[junit4] > at
org.apache.solr.cloud.SolrCloudTestCase.zkClient(SolrCloudTestCase.java:227)
[junit4] > at
org.apache.solr.cloud.MoveReplicaHDFSTest.setupClass(MoveReplicaHDFSTest.java:55)
[junit4] > at java.lang.Thread.run(Thread.java:748)
{code}
> MoveReplicaHDFSTest leaks threads, falls into an endless loop, logging like
> crazy
> ---------------------------------------------------------------------------------
>
> Key: SOLR-13074
> URL: https://issues.apache.org/jira/browse/SOLR-13074
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: Hadoop Integration
> Reporter: Dawid Weiss
> Assignee: Dawid Weiss
> Priority: Major
>
> This reproduces for me, always (Linux box):
> {code}
> ant test -Dtestcase=MoveReplicaHDFSTest -Dtests.seed=DC1CE772C445A55D
> -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.locale=fr
> -Dtests.timezone=Australia/Tasmania -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
> {code}
> It's the bug in Hadoop I discusse in SOLR-13060 -- one of the threads falls
> into an endless loop when terminated (interrupted). Perhaps we should close
> something cleanly and don't.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]