You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/03/06 16:36:41 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+107) - Build # 16123 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16123/
Java: 64bit/jdk-9-ea+107 -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.lucene.util.automaton.TestMinimize.testAgainstBrzozowski

Error Message:
source=3 is out of bounds (maxState is 2)

Stack Trace:
java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
	at __randomizedtesting.SeedInfo.seed([CF5BD81C6D73BBE8:A63641FBD9533A6]:0)
	at org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:165)
	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:537)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:521)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:512)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:276)
	at org.apache.lucene.util.automaton.TestMinimize.testAgainstBrzozowski(TestMinimize.java:45)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:520)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:804)


FAILED:  org.apache.lucene.util.automaton.TestMinimize.testMinimizeHuge

Error Message:
5

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 5
	at __randomizedtesting.SeedInfo.seed([CF5BD81C6D73BBE8:F3A10734FFECAF89]:0)
	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:515)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:540)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:612)
	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:521)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:445)
	at org.apache.lucene.util.automaton.TestMinimize.testMinimizeHuge(TestMinimize.java:68)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:520)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:804)




Build Log:
[...truncated 752 lines...]
   [junit4] Suite: org.apache.lucene.util.automaton.TestMinimize
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMinimize -Dtests.method=testAgainstBrzozowski -Dtests.seed=CF5BD81C6D73BBE8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-CM -Dtests.timezone=Asia/Taipei -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestMinimize.testAgainstBrzozowski <<<
   [junit4]    > Throwable #1: java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CF5BD81C6D73BBE8:A63641FBD9533A6]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:165)
   [junit4]    > 	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:537)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:521)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:512)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
   [junit4]    > 	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262)
   [junit4]    > 	at org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:276)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestMinimize.testAgainstBrzozowski(TestMinimize.java:45)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMinimize -Dtests.method=testMinimizeHuge -Dtests.seed=CF5BD81C6D73BBE8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-CM -Dtests.timezone=Asia/Taipei -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestMinimize.testMinimizeHuge <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 5
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CF5BD81C6D73BBE8:F3A10734FFECAF89]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:515)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:540)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:612)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:614)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:521)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:445)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestMinimize.testMinimizeHuge(TestMinimize.java:68)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=ClassicSimilarity, locale=en-CM, timezone=Asia/Taipei
   [junit4]   2> NOTE: Linux 3.19.0-51-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=84147344,total=508952576
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexSearcher, TestReadOnlyIndex, TestTermRangeQuery, TestIndexWriterOnVMError, TestMultiTermConstantScore, TestIndexWriterMergePolicy, TestFilterLeafReader, TestSortedSetSortField, TestFixedBitSet, TestHighCompressionMode, TestWeakIdentityMap, TestBinaryDocument, TestSPIClassIterator, TestIndexWriterExceptions2, TestBoostQuery, TestNativeFSLockFactory, TestRecyclingByteBlockAllocator, TestFilterDirectory, TestCustomNorms, TestSpanBoostQuery, Test2BTerms, TestToken, TestVirtualMethod, TestAllFilesCheckIndexHeader, TestCrash, TestMinShouldMatch2, TestDocInverterPerFieldErrorInfo, TestInfoStream, TestQueryCachingPolicy, TestUnicodeUtil, TestPerSegmentDeletes, TestPerFieldPostingsFormat, TestAutomatonQuery, TestBooleanQueryVisitSubscorers, TestBlockPostingsFormat2, TestMultiTermQueryRewrites, TestBinaryDocValuesUpdates, TestMultiset, TestPagedBytes, TestSloppyPhraseQuery2, TestIndexWriterDelete, TestFieldType, TestBooleanMinShouldMatch, TestDoc, TestBinaryTerms, TestRegexpRandom, TestSentinelIntSet, TestSimpleAttributeImpl, TestIndexWriterLockRelease, TestBM25Similarity, TestMultiDocValues, TestIndexWriterUnicode, TestLucene50StoredFieldsFormat, TestNoMergePolicy, TestSparseFixedBitSet, TestIndexWriterCommit, TestSimpleFSLockFactory, TestDeletionPolicy, TestMultiPhraseQuery, TestIsCurrent, TestTrackingDirectoryWrapper, TestMinimize]
   [junit4] Completed [169/412 (1!)] on J0 in 0.49s, 3 tests, 2 errors <<< FAILURES!

[...truncated 805 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:50: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 412 suites (1 ignored), 3446 tests, 2 errors, 61 ignored (57 assumptions) [seed: CF5BD81C6D73BBE8]

Total time: 5 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



Re: [JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_72) - Build # 16125 - Still Failing!

Posted by Joel Bernstein <jo...@gmail.com>.
This one reproduces for me. I'll open a ticket.

Joel Bernstein
http://joelsolr.blogspot.com/

On Sun, Mar 6, 2016 at 5:29 PM, Policeman Jenkins Server <
jenkins@thetaphi.de> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16125/
> Java: 32bit/jdk1.8.0_72 -server -XX:+UseConcMarkSweepGC
>
> 1 tests failed.
> FAILED:
> org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testAll
>
> Error Message:
>
>
> Stack Trace:
> java.lang.AssertionError
>         at
> __randomizedtesting.SeedInfo.seed([A8E5206069146FC0:E4BB0E1912843005]:0)
>         at org.junit.Assert.fail(Assert.java:92)
>         at org.junit.Assert.assertTrue(Assert.java:43)
>         at org.junit.Assert.assertTrue(Assert.java:54)
>         at
> org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testDaemonStream(StreamExpressionTest.java:658)
>         at
> org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testAll(StreamExpressionTest.java:141)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
>         at java.lang.Thread.run(Thread.java:745)
>
>
>
>
> Build Log:
> [...truncated 12934 lines...]
>    [junit4] Suite:
> org.apache.solr.client.solrj.io.stream.StreamExpressionTest
>    [junit4]   2> Creating dataDir:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/init-core-data-001
>    [junit4]   2> 56465 INFO
> (SUITE-StreamExpressionTest-seed#[A8E5206069146FC0]-worker) [    ]
> o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
>    [junit4]   2> 56466 INFO
> (SUITE-StreamExpressionTest-seed#[A8E5206069146FC0]-worker) [    ]
> o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
> /_kl/wh
>    [junit4]   2> 56467 WARN
> (SUITE-StreamExpressionTest-seed#[A8E5206069146FC0]-worker) [    ]
> o.a.s.c.AbstractZkTestCase TEST_HOME() does not exist - solrj test?
>    [junit4]   2> 56470 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>    [junit4]   2> 56470 INFO  (Thread-189) [    ] o.a.s.c.ZkTestServer
> client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 56470 INFO  (Thread-189) [    ] o.a.s.c.ZkTestServer
> Starting server
>    [junit4]   2> 56571 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.ZkTestServer start zk server on port:35052
>    [junit4]   2> 56571 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 56571 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 56573 INFO  (zkCallback-54-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@17ad29
> name:ZooKeeperConnection Watcher:127.0.0.1:35052 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 56573 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 56573 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 56573 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient makePath: /solr
>    [junit4]   2> 56575 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 56577 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 56577 INFO  (zkCallback-55-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@aaf3d5
> name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 56578 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 56578 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 56578 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient makePath: /collections/collection1
>    [junit4]   2> 56580 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
>    [junit4]   2> 56581 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
>    [junit4]   2> 56584 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
>    [junit4]   2> 56585 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase put
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig-streaming.xml
> to /configs/conf1/solrconfig.xml
>    [junit4]   2> 56585 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
>    [junit4]   2> 56587 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase put
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema-streaming.xml
> to /configs/conf1/schema.xml
>    [junit4]   2> 56587 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
> because it doesn't exist
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt
> because it doesn't exist
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt
> because it doesn't exist
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml
> because it doesn't exist
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml
> because it doesn't exist
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json
> because it doesn't exist
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt
> because it doesn't exist
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt
> because it doesn't exist
>    [junit4]   2> 56589 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractZkTestCase skipping
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt
> because it doesn't exist
>    [junit4]   2> 56590 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 56590 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 56591 INFO  (zkCallback-56-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@442752
> name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 56591 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 56592 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 56602 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.SolrTestCaseJ4 Writing core.properties file to
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1
>    [junit4]   2> 56616 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.Server jetty-9.3.6.v20151106
>    [junit4]   2> 56618 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@119c8cf
> {/_kl/wh,null,AVAILABLE}
>    [junit4]   2> 56623 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.u.s.SslContextFactory x509=X509@1a8d68a(solrtest,h=[],w=[]) for
> SslContextFactory@beae42
> (file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore,file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore)
>    [junit4]   2> 56721 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.ServerConnector Started ServerConnector@69c14a{SSL,[ssl,
> http/1.1]}{127.0.0.1:41279}
>    [junit4]   2> 56722 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.Server Started @58357ms
>    [junit4]   2> 56722 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties:
> {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/tempDir-001/control/data,
> hostContext=/_kl/wh, hostPort=41279,
> coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores}
>    [junit4]   2> 56722 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
> sun.misc.Launcher$AppClassLoader@1d16e93
>    [junit4]   2> 56722 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001'
>    [junit4]   2> 56722 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 56722 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 56722 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 56723 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 56724 INFO  (zkCallback-57-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@4e03b
> name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 56724 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 56724 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 56725 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
> ZooKeeper)
>    [junit4]   2> 56725 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.SolrXmlConfig Loading container configuration from
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/solr.xml
>    [junit4]   2> 56730 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.CorePropertiesLocator Config-defined core root directory:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores
>    [junit4]   2> 56730 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.CoreContainer New CoreContainer 23196359
>    [junit4]   2> 56730 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.CoreContainer Loading cores into CoreContainer
> [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001]
>    [junit4]   2> 56730 WARN
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.CoreContainer Couldn't add files from
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/lib
> to classpath:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/lib
>    [junit4]   2> 56730 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
> 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
> 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
> 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
> false,useRetries : false,
>    [junit4]   2> 56732 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
> params: socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 56733 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 56733 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.l.LogWatcher Registering Log Listener [Log4j
> (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 56733 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35052/solr
>    [junit4]   2> 56733 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.ZkController zkHost includes chroot
>    [junit4]   2> 56733 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 56733 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 56735 INFO  (zkCallback-60-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@175d3a1
> name:ZooKeeperConnection Watcher:127.0.0.1:35052 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 56735 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 56735 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 56736 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 56737 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@1647ec6
> name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 56737 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 56740 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/queue
>    [junit4]   2> 56741 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/collection-queue-work
>    [junit4]   2> 56744 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/collection-map-running
>    [junit4]   2> 56746 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/collection-map-completed
>    [junit4]   2> 56747 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/collection-map-failure
>    [junit4]   2> 56750 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /live_nodes
>    [junit4]   2> 56751 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /aliases.json
>    [junit4]   2> 56752 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /clusterstate.json
>    [junit4]   2> 56754 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /security.json
>    [junit4]   2> 56756 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 56758 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live
> nodes from ZooKeeper... (0) -> (0)
>    [junit4]   2> 56759 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer_elect
>    [junit4]   2> 56771 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer_elect/election
>    [junit4]   2> 56772 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer Overseer (id=null)
> closing
>    [junit4]   2> 56772 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.LeaderElector Joined leadership
> election with path:
> /overseer_elect/election/95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000
>    [junit4]   2> 56772 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.OverseerElectionContext I am
> going to be the leader 127.0.0.1:41279__kl%2Fwh
>    [junit4]   2> 56772 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer_elect/leader
>    [junit4]   2> 56773 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer Overseer
> (id=95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) starting
>    [junit4]   2> 56774 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /overseer/queue-work
>    [junit4]   2> 56787 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ]
> o.a.s.c.OverseerAutoReplicaFailoverThread Starting
> OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
> autoReplicaFailoverWaitAfterExpiration=30000
> autoReplicaFailoverBadNodeExpiration=60000
>    [junit4]   2> 56787 INFO
> (OverseerCollectionConfigSetProcessor-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.OverseerTaskProcessor Process
> current queue of overseer operations
>    [junit4]   2> 56788 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.ZkController Register node as
> live in ZooKeeper:/live_nodes/127.0.0.1:41279__kl%2Fwh
>    [junit4]   2> 56788 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer Starting to work on the
> main queue
>    [junit4]   2> 56788 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /live_nodes/127.0.0.1:41279__kl%2Fwh
>    [junit4]   2> 56789 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A live node
> change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged
> path:/live_nodes], has occurred - updating... (live nodes size: [0])
>    [junit4]   2> 56789 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live
> nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 56789 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live
> nodes from ZooKeeper... (1) -> (1)
>    [junit4]   2> 56809 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CoreContainer Security conf
> doesn't exist. Skipping setup for authorization module.
>    [junit4]   2> 56809 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CoreContainer No authentication
> plugin used.
>    [junit4]   2> 56809 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Looking
> for core definitions underneath
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores
>    [junit4]   2> 56811 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CoreDescriptor Created
> CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false,
> schema=schema.xml, loadOnStartup=true,
> configSetProperties=configsetprops.json, collection=control_collection,
> coreNodeName=, dataDir=data/, shard=}
>    [junit4]   2> 56811 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Found core
> collection1 in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1
>    [junit4]   2> 56811 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Found 1
> core definitions
>    [junit4]   2> 56812 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.s.SolrDispatchFilter
> user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
>    [junit4]   2> 56812 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.s.SolrDispatchFilter
> SolrDispatchFilter.init() done
>    [junit4]   2> 56812 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.ZkController publishing state=down
>    [junit4]   2> 56812 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.ZkController numShards not found on descriptor - reading it from
> system property
>    [junit4]   2> 56815 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.ZkController look for our core node name
>    [junit4]   2> 56815 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage:
> queueSize: 1, message = {
>    [junit4]   2>   "core":"collection1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"https://127.0.0.1:41279/_kl/wh",
>    [junit4]   2>   "node_name":"127.0.0.1:41279__kl%2Fwh",
>    [junit4]   2>   "numShards":"1",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "shard":null,
>    [junit4]   2>   "collection":"control_collection",
>    [junit4]   2>   "operation":"state"} current state version: 0
>    [junit4]   2> 56820 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Update state
> numShards=1 message={
>    [junit4]   2>   "core":"collection1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"https://127.0.0.1:41279/_kl/wh",
>    [junit4]   2>   "node_name":"127.0.0.1:41279__kl%2Fwh",
>    [junit4]   2>   "numShards":"1",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "shard":null,
>    [junit4]   2>   "collection":"control_collection",
>    [junit4]   2>   "operation":"state"}
>    [junit4]   2> 56822 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ClusterStateMutator building a
> new cName: control_collection
>    [junit4]   2> 56829 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Assigning new
> node to shard shard=shard1
>    [junit4]   2> 56840 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state
> change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
>    [junit4]   2> 57815 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.ZkController waiting to find shard id in clusterstate for
> collection1
>    [junit4]   2> 57815 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.ZkController Check for collection zkNode:control_collection
>    [junit4]   2> 57816 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.ZkController Collection zkNode exists
>    [junit4]   2> 57816 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.c.ZkStateReader Load collection config from:
> [/collections/control_collection]
>    [junit4]   2> 57816 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.c.ZkStateReader path=[/collections/control_collection]
> [configName]=[conf1] specified config exists in ZooKeeper
>    [junit4]   2> 57816 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1'
>    [junit4]   2> 57817 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 57817 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 57818 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.Config loaded config solrconfig.xml with version 0
>    [junit4]   2> 57822 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.SolrConfig current version of requestparams : -1
>    [junit4]   2> 57825 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>    [junit4]   2> 57835 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 57840 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.s.IndexSchema [collection1] Schema name=test
>    [junit4]   2> 57929 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.s.IndexSchema default search field in schema is text
>    [junit4]   2> 57929 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.s.IndexSchema unique key field: id
>    [junit4]   2> 57930 WARN
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination
> for multiple copyFields (2)
>    [junit4]   2> 57930 WARN
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.s.IndexSchema Field text is not multivalued and destination for
> multiple copyFields (3)
>    [junit4]   2> 57934 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming
> default properties: Can't find resource 'configsetprops.json' in classpath
> or '/configs/conf1',
> cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
>    [junit4]   2> 57934 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1]
> o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration
> from collection control_collection
>    [junit4]   2> 57934 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 57934 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
> [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1],
> dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/]
>    [junit4]   2> 57934 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
> collection1
>    [junit4]   2> 57935 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data
>    [junit4]   2> 57935 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
> new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/index/
>    [junit4]   2> 57935 WARN
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/index'
> doesn't exist. Creating new index...
>    [junit4]   2> 57935 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/index
>    [junit4]   2> 57936 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
> commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@14dd468
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17da67f
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 57936 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>    [junit4]   2> 57936 INFO
> (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
> Looking for old index directories to cleanup for core collection1 in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/
>    [junit4]   2> 57936 WARN
> (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.DirectoryFactory
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/
> does not point to a valid data directory; skipping clean-up of old index
> directories.
>    [junit4]   2> 57938 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
> default, creating implicit default
>    [junit4]   2> 57940 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 57941 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 57941 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 57942 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 57943 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.RequestHandlers Registered paths:
> /admin/mbeans,standard,,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
>    [junit4]   2> 57944 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
> org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 57944 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
> org.apache.solr.update.UpdateLog
>    [junit4]   2> 57944 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
> defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
> numVersionBuckets=65536
>    [junit4]   2> 57949 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 57949 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 57949 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit:
> commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@14dd468
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17da67f
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 57949 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>    [junit4]   2> 57949 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@16da9d1[collection1]
> main]
>    [junit4]   2> 57950 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:
> [/collections/control_collection]
>    [junit4]   2> 57951 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.c.ZkStateReader
> path=[/collections/control_collection] [configName]=[conf1] specified
> config exists in ZooKeeper
>    [junit4]   2> 57951 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based
> storage for the RestManager with znodeBase: /configs/conf1
>    [junit4]   2> 57954 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO
> with znodeBase: /configs/conf1
>    [junit4]   2> 57954 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
> {}
>    [junit4]   2> 57954 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json
> using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 57954 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode
> /configs/conf1/_rest_managed.json
>    [junit4]   2> 57954 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path
> _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 57954 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.r.RestManager Initializing 0 registered
> ManagedResources
>    [junit4]   2> 57954 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for
> 10000
>    [junit4]   2> 57955 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to
> seed version buckets
>    [junit4]   2> 57955 INFO
> (searcherExecutor-197-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
> [collection1] Registered new searcher Searcher@16da9d1[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 57955 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_
> for 65536 version buckets from index
>    [junit4]   2> 57955 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot
> seed version bucket highest value from index
>    [junit4]   2> 57955 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.u.UpdateLog Could not find max version in index or
> recent updates, using new clock 1528093225194094592
>    [junit4]   2> 57957 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with
> highest version 1528093225194094592
>    [junit4]   2> 57959 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
>    [junit4]   2> 57960 INFO
> (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.CoreContainer registering core: collection1
>    [junit4]   2> 57961 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ZkController Register replica - core:collection1 address:
> https://127.0.0.1:41279/_kl/wh collection:control_collection shard:shard1
>    [junit4]   2> 57970 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.c.SolrZkClient makePath:
> /collections/control_collection/leader_elect/shard1/election
>    [junit4]   2> 57972 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.LeaderElector Joined leadership election with path:
> /collections/control_collection/leader_elect/shard1/election/95505826477441029-core_node1-n_0000000000
>    [junit4]   2> 57973 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ShardLeaderElectionContext Running the leader process for
> shard=shard1 and weAreReplacement=false and leaderVoteWait=0
>    [junit4]   2> 57974 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
>    [junit4]   2> 57974 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
>    [junit4]   2> 57974 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage:
> queueSize: 1, message = {
>    [junit4]   2>   "operation":"leader",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "collection":"control_collection"} current state
> version: 1
>    [junit4]   2> 57975 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.SyncStrategy Sync replicas to
> https://127.0.0.1:41279/_kl/wh/collection1/
>    [junit4]   2> 57975 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
>    [junit4]   2> 57975 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.SyncStrategy https://127.0.0.1:41279/_kl/wh/collection1/ has no
> replicas
>    [junit4]   2> 57979 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.c.SolrZkClient makePath:
> /collections/control_collection/leaders/shard1
>    [junit4]   2> 57980 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
> /collections/control_collection/leaders/shard1/leader after winning as
> /collections/control_collection/leader_elect/shard1/election/95505826477441029-core_node1-n_0000000000
>    [junit4]   2> 57990 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ShardLeaderElectionContext I am the new leader:
> https://127.0.0.1:41279/_kl/wh/collection1/ shard1
>    [junit4]   2> 57991 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage:
> queueSize: 1, message = {
>    [junit4]   2>   "operation":"leader",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "collection":"control_collection",
>    [junit4]   2>   "base_url":"https://127.0.0.1:41279/_kl/wh",
>    [junit4]   2>   "core":"collection1",
>    [junit4]   2>   "state":"active"} current state version: 1
>    [junit4]   2> 58093 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state
> change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
>    [junit4]   2> 58141 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ZkController We are https://127.0.0.1:41279/_kl/wh/collection1/
> and leader is https://127.0.0.1:41279/_kl/wh/collection1/
>    [junit4]   2> 58141 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=
> https://127.0.0.1:41279/_kl/wh
>    [junit4]   2> 58141 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ZkController I am the leader, no recovery necessary
>    [junit4]   2> 58141 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ZkController publishing state=active
>    [junit4]   2> 58141 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ZkController numShards not found on descriptor - reading it from
> system property
>    [junit4]   2> 58143 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage:
> queueSize: 1, message = {
>    [junit4]   2>   "core":"collection1",
>    [junit4]   2>   "core_node_name":"core_node1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"https://127.0.0.1:41279/_kl/wh",
>    [junit4]   2>   "node_name":"127.0.0.1:41279__kl%2Fwh",
>    [junit4]   2>   "numShards":"1",
>    [junit4]   2>   "state":"active",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "collection":"control_collection",
>    [junit4]   2>   "operation":"state"} current state version: 2
>    [junit4]   2> 58143 INFO
> (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh
> x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh
> c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
>    [junit4]   2> 58143 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Update state
> numShards=1 message={
>    [junit4]   2>   "core":"collection1",
>    [junit4]   2>   "core_node_name":"core_node1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"https://127.0.0.1:41279/_kl/wh",
>    [junit4]   2>   "node_name":"127.0.0.1:41279__kl%2Fwh",
>    [junit4]   2>   "numShards":"1",
>    [junit4]   2>   "state":"active",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "collection":"control_collection",
>    [junit4]   2>   "operation":"state"}
>    [junit4]   2> 58245 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state
> change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
>    [junit4]   2> 58316 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 58316 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 58317 INFO  (zkCallback-63-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@1d979d4
> name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 58317 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 58318 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 58318 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
>    [junit4]   2> 58319 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 58320 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
> loss:false
>    [junit4]   2> 58330 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.SolrTestCaseJ4 Writing core.properties file to
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1
>    [junit4]   2> 58330 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001
>    [junit4]   2> 58331 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.Server jetty-9.3.6.v20151106
>    [junit4]   2> 58332 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18d01a4
> {/_kl/wh,null,AVAILABLE}
>    [junit4]   2> 58333 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.u.s.SslContextFactory x509=X509@a9f49d(solrtest,h=[],w=[]) for
> SslContextFactory@111845a
> (file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore,file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore)
>    [junit4]   2> 58336 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.ServerConnector Started ServerConnector@51194f{SSL,[ssl,
> http/1.1]}{127.0.0.1:46844}
>    [junit4]   2> 58336 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.Server Started @59972ms
>    [junit4]   2> 58336 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties:
> {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/tempDir-001/jetty1,
> solrconfig=solrconfig.xml, hostContext=/_kl/wh, hostPort=46844,
> coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores}
>    [junit4]   2> 58336 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
> sun.misc.Launcher$AppClassLoader@1d16e93
>    [junit4]   2> 58336 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001'
>    [junit4]   2> 58337 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 58337 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 58337 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 58337 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 58338 INFO  (zkCallback-64-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@eb788e
> name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 58338 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 58338 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 58339 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
> ZooKeeper)
>    [junit4]   2> 58339 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.SolrXmlConfig Loading container configuration from
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/solr.xml
>    [junit4]   2> 58343 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.CorePropertiesLocator Config-defined core root directory:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores
>    [junit4]   2> 58343 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.CoreContainer New CoreContainer 27182260
>    [junit4]   2> 58343 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.CoreContainer Loading cores into CoreContainer
> [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001]
>    [junit4]   2> 58343 WARN
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.CoreContainer Couldn't add files from
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/lib
> to classpath:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/lib
>    [junit4]   2> 58343 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
> 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
> 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
> 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
> false,useRetries : false,
>    [junit4]   2> 58345 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
> params: socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 58346 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 58346 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.l.LogWatcher Registering Log Listener [Log4j
> (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 58346 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35052/solr
>    [junit4]   2> 58346 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.ZkController zkHost includes chroot
>    [junit4]   2> 58346 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
>    [junit4]   2> 58346 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 58348 INFO  (zkCallback-67-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@100f2ab
> name:ZooKeeperConnection Watcher:127.0.0.1:35052 got event WatchedEvent
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 58348 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 58348 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.c.SolrZkClient Using default ZkACLProvider
>    [junit4]   2> 58349 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 58350 INFO
> (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@1b6e60c
> name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 58350 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 58354 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 58355 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live
> nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 58356 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.Overseer Overseer (id=null)
> closing
>    [junit4]   2> 58356 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.LeaderElector Joined leadership
> election with path:
> /overseer_elect/election/95505826477441033-127.0.0.1:46844__kl%2Fwh-n_0000000001
>    [junit4]   2> 58358 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.LeaderElector Watching path
> /overseer_elect/election/95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000
> to know if I could be the leader
>    [junit4]   2> 58358 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.ZkController Publish
> node=127.0.0.1:46844__kl%2Fwh as DOWN
>    [junit4]   2> 58360 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage:
> queueSize: 1, message = {
>    [junit4]   2>   "operation":"downnode",
>    [junit4]   2>   "node_name":"127.0.0.1:46844__kl%2Fwh"} current state
> version: 3
>    [junit4]   2> 58361 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.NodeMutator DownNode state
> invoked for node: 127.0.0.1:46844__kl%2Fwh
>    [junit4]   2> 58464 INFO  (zkCallback-63-thread-1) [    ]
> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
> state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has
> occurred - updating... (live nodes size: [1])
>    [junit4]   2> 58464 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state
> change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
>    [junit4]   2> 58464 INFO
> (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state
> change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
>    [junit4]   2> 59360 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.ZkController Register node as
> live in ZooKeeper:/live_nodes/127.0.0.1:46844__kl%2Fwh
>    [junit4]   2> 59361 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath:
> /live_nodes/127.0.0.1:46844__kl%2Fwh
>    [junit4]   2> 59361 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A live node
> change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged
> path:/live_nodes], has occurred - updating... (live nodes size: [1])
>    [junit4]   2> 59361 INFO
> (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A live node
> change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged
> path:/live_nodes], has occurred - updating... (live nodes size: [1])
>    [junit4]   2> 59361 INFO  (zkCallback-63-thread-1) [    ]
> o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent
> state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has
> occurred - updating... (live nodes size: [1])
>    [junit4]   2> 59362 INFO
> (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live
> nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 59362 INFO  (zkCallback-63-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 59362 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live
> nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 59384 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CoreContainer Security conf
> doesn't exist. Skipping setup for authorization module.
>    [junit4]   2> 59384 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CoreContainer No authentication
> plugin used.
>    [junit4]   2> 59385 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Looking
> for core definitions underneath
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores
>    [junit4]   2> 59386 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CoreDescriptor Created
> CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false,
> schema=schema.xml, loadOnStartup=true,
> configSetProperties=configsetprops.json, collection=collection1,
> coreNodeName=, dataDir=data/, shard=}
>    [junit4]   2> 59386 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Found core
> collection1 in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1
>    [junit4]   2> 59386 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Found 1
> core definitions
>    [junit4]   2> 59387 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.s.SolrDispatchFilter
> user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
>    [junit4]   2> 59387 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0])
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.s.SolrDispatchFilter
> SolrDispatchFilter.init() done
>    [junit4]   2> 59387 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.ZkController publishing state=down
>    [junit4]   2> 59387 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.ZkController numShards not found on descriptor - reading it from
> system property
>    [junit4]   2> 59388 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.ZkController look for our core node name
>    [junit4]   2> 59388 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage:
> queueSize: 1, message = {
>    [junit4]   2>   "core":"collection1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"https://127.0.0.1:46844/_kl/wh",
>    [junit4]   2>   "node_name":"127.0.0.1:46844__kl%2Fwh",
>    [junit4]   2>   "numShards":"2",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "shard":null,
>    [junit4]   2>   "collection":"collection1",
>    [junit4]   2>   "operation":"state"} current state version: 4
>    [junit4]   2> 59389 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Update state
> numShards=2 message={
>    [junit4]   2>   "core":"collection1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"https://127.0.0.1:46844/_kl/wh",
>    [junit4]   2>   "node_name":"127.0.0.1:46844__kl%2Fwh",
>    [junit4]   2>   "numShards":"2",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "shard":null,
>    [junit4]   2>   "collection":"collection1",
>    [junit4]   2>   "operation":"state"}
>    [junit4]   2> 59389 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ClusterStateMutator building a
> new cName: collection1
>    [junit4]   2> 59389 INFO
> (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Assigning new
> node to shard shard=shard2
>    [junit4]   2> 59491 INFO
> (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh)
> [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state
> change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
>    [junit4]   2> 59491 INFO
> (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state
> change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
>    [junit4]   2> 59491 INFO  (zkCallback-63-thread-1) [    ]
> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
> state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has
> occurred - updating... (live nodes size: [2])
>    [junit4]   2> 60388 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.ZkController waiting to find shard id in clusterstate for
> collection1
>    [junit4]   2> 60388 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.ZkController Check for collection zkNode:collection1
>    [junit4]   2> 60389 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.ZkController Collection zkNode exists
>    [junit4]   2> 60389 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.c.ZkStateReader Load collection config from:
> [/collections/collection1]
>    [junit4]   2> 60389 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.c.ZkStateReader path=[/collections/collection1]
> [configName]=[conf1] specified config exists in ZooKeeper
>    [junit4]   2> 60389 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1'
>    [junit4]   2> 60389 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 60390 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
> system property or JNDI)
>    [junit4]   2> 60390 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.Config
> loaded config solrconfig.xml with version 0
>    [junit4]   2> 60393 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.SolrConfig current version of requestparams : -1
>    [junit4]   2> 60395 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>    [junit4]   2> 60403 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 60407 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.s.IndexSchema [collection1] Schema name=test
>    [junit4]   2> 60473 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.s.IndexSchema default search field in schema is text
>    [junit4]   2> 60473 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.s.IndexSchema unique key field: id
>    [junit4]   2> 60474 WARN
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination
> for multiple copyFields (2)
>    [junit4]   2> 60474 WARN
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.s.IndexSchema Field text is not multivalued and destination for
> multiple copyFields (3)
>    [junit4]   2> 60475 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming
> default properties: Can't find resource 'configsetprops.json' in classpath
> or '/configs/conf1',
> cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
>    [junit4]   2> 60475 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1]
> o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration
> from collection collection1
>    [junit4]   2> 60475 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 60475 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
> [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1],
> dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/]
>    [junit4]   2> 60475 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
> collection1
>    [junit4]   2> 60476 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data
>    [junit4]   2> 60476 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
> new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/index/
>    [junit4]   2> 60476 WARN
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
> '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/index'
> doesn't exist. Creating new index...
>    [junit4]   2> 60476 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/index
>    [junit4]   2> 60477 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit:
> commits: num=1
>    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@d629b8
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d6ea4d
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 60477 INFO
> (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh)
> [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1
> x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
>    [junit4]   2> 60477 INFO
> (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46844__kl%2Fwh
> c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking
> for old index directories to cleanup for core collection1 in
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/
>    [junit4]   2> 60477 WARN
> (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46844__kl%2Fwh
> c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/
> does not point
>
> [...truncated too long message...]
>
> ocessing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh
> c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy
> Stopping recovery for core=[collection1] coreNodeName=[core_node4]
>    [junit4]   2> 85531 INFO
> (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh)
> [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4
> x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has
> reached 0 - closing IndexWriter
>    [junit4]   2> 85531 INFO
> (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh)
> [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4
> x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
> IndexWriterCloser
>    [junit4]   2> 85532 INFO
> (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh)
> [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4
> x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on
> request.
>    [junit4]   2> 85532 INFO
> (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh)
> [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4
> x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory
> - 2 directories currently being tracked
>    [junit4]   2> 85532 INFO
> (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh)
> [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4
> x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data
> [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data;done=false>>]
>    [junit4]   2> 85532 INFO
> (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh)
> [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4
> x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data
>    [junit4]   2> 85532 INFO
> (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh)
> [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4
> x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data/index
> [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data/index;done=false>>]
>    [junit4]   2> 85532 INFO
> (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh)
> [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4
> x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data/index
>    [junit4]   2> 85533 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.ServerConnector Stopped ServerConnector@6ae87f{SSL,[ssl,
> http/1.1]}{127.0.0.1:0}
>    [junit4]   2> 85533 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1475e08
> {/_kl/wh,null,UNAVAILABLE}
>    [junit4]   2> 85534 INFO
> (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ]
> o.a.s.c.ZkTestServer connecting to 127.0.0.1:35052 35052
>    [junit4]   2> 85642 INFO  (Thread-189) [    ] o.a.s.c.ZkTestServer
> connecting to 127.0.0.1:35052 35052
>    [junit4]   2> 85642 WARN  (Thread-189) [    ] o.a.s.c.ZkTestServer
> Watch limit violations:
>    [junit4]   2> Maximum concurrent create/delete watches above limit:
>    [junit4]   2>
>    [junit4]   2>        40      /solr/aliases.json
>    [junit4]   2>        5       /solr/security.json
>    [junit4]   2>        5       /solr/configs/conf1
>    [junit4]   2>
>    [junit4]   2> Maximum concurrent data watches above limit:
>    [junit4]   2>
>    [junit4]   2>        40      /solr/clusterstate.json
>    [junit4]   2>
>    [junit4]   2> Maximum concurrent children watches above limit:
>    [junit4]   2>
>    [junit4]   2>        40      /solr/live_nodes
>    [junit4]   2>        40      /solr/collections
>    [junit4]   2>        2       /solr/overseer/queue
>    [junit4]   2>        2       /solr/overseer/collection-queue-work
>    [junit4]   2>        2       /solr/overseer/queue-work
>    [junit4]   2>
>    [junit4]   2> NOTE: reproduce with: ant test
> -Dtestcase=StreamExpressionTest -Dtests.method=testAll
> -Dtests.seed=A8E5206069146FC0 -Dtests.multiplier=3 -Dtests.slow=true
> -Dtests.locale=lv-LV -Dtests.timezone=America/Iqaluit -Dtests.asserts=true
> -Dtests.file.encoding=ISO-8859-1
>    [junit4] FAILURE 29.2s J1 | StreamExpressionTest.testAll <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([A8E5206069146FC0:E4BB0E1912843005]:0)
>    [junit4]    >        at
> org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testDaemonStream(StreamExpressionTest.java:658)
>    [junit4]    >        at
> org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testAll(StreamExpressionTest.java:141)
>    [junit4]    >        at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
>    [junit4]    >        at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> 85647 INFO
> (SUITE-StreamExpressionTest-seed#[A8E5206069146FC0]-worker) [    ]
> o.a.s.SolrTestCaseJ4 ###deleteCore
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001
>    [junit4]   2> Mar 06, 2016 10:28:09 PM
> com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
>    [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked
> thread(s).
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60):
> {i_multi=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> s_multi=PostingsFormat(name=Direct), a_s=PostingsFormat(name=Direct),
> _version_=FST50, multiDefault=PostingsFormat(name=LuceneFixedGap),
> a_f=PostingsFormat(name=LuceneFixedGap), intDefault=FST50,
> a_i=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> id=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> checkpoint_ss=PostingsFormat(name=Direct), timestamp=FST50},
> docValues:{i_multi=DocValuesFormat(name=Memory),
> s_multi=DocValuesFormat(name=Lucene54), a_s=DocValuesFormat(name=Lucene54),
> multiDefault=DocValuesFormat(name=Asserting),
> a_f=DocValuesFormat(name=Asserting),
> intDefault=DocValuesFormat(name=Lucene54),
> a_i=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Memory),
> checkpoint_ss=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1935,
> maxMBSortInHeap=4.505583632893849, sim=ClassicSimilarity, locale=lv-LV,
> timezone=America/Iqaluit
>    [junit4]   2> NOTE: Linux 3.19.0-51-generic i386/Oracle Corporation
> 1.8.0_72 (32-bit)/cpus=12,threads=1,free=46947408,total=206110720
>    [junit4]   2> NOTE: All tests run in this JVM: [TestZkConfigManager,
> TestFastInputStream, TestRetryUtil, SolrExampleStreamingBinaryTest,
> DocumentAnalysisResponseTest, ClientUtilsTest, ShardParamsTest,
> TestSolrJErrorHandling, TestConfigSetAdminRequest, TestSolrProperties,
> TestDocumentObjectBinder, SolrExampleJettyTest, LargeVolumeBinaryJettyTest,
> JettyWebappTest, MergeIndexesEmbeddedTest, SolrExceptionTest,
> FacetFieldTest, GetByIdTest, BasicHttpSolrClientTest,
> TestCloudSolrClientConnections, JdbcDriverTest, StreamExpressionTest]
>    [junit4] Completed [58/77 (1!)] on J1 in 29.70s, 1 test, 1 failure <<<
> FAILURES!
>
> [...truncated 69 lines...]
> BUILD FAILED
> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:246: The
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:524:
> The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457:
> The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014:
> There were test failures: 77 suites, 521 tests, 1 failure [seed:
> A8E5206069146FC0]
>
> Total time: 58 minutes 21 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> [WARNINGS] Skipping publisher since build result is FAILURE
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_72) - Build # 16125 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16125/
Java: 32bit/jdk1.8.0_72 -server -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testAll

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([A8E5206069146FC0:E4BB0E1912843005]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testDaemonStream(StreamExpressionTest.java:658)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testAll(StreamExpressionTest.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12934 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/init-core-data-001
   [junit4]   2> 56465 INFO  (SUITE-StreamExpressionTest-seed#[A8E5206069146FC0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 56466 INFO  (SUITE-StreamExpressionTest-seed#[A8E5206069146FC0]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_kl/wh
   [junit4]   2> 56467 WARN  (SUITE-StreamExpressionTest-seed#[A8E5206069146FC0]-worker) [    ] o.a.s.c.AbstractZkTestCase TEST_HOME() does not exist - solrj test?
   [junit4]   2> 56470 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 56470 INFO  (Thread-189) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 56470 INFO  (Thread-189) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 56571 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.ZkTestServer start zk server on port:35052
   [junit4]   2> 56571 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 56571 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56573 INFO  (zkCallback-54-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@17ad29 name:ZooKeeperConnection Watcher:127.0.0.1:35052 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 56573 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56573 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 56573 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 56575 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 56577 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56577 INFO  (zkCallback-55-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@aaf3d5 name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 56578 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56578 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 56578 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 56580 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 56581 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 56584 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 56585 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig-streaming.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 56585 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 56587 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema-streaming.xml to /configs/conf1/schema.xml
   [junit4]   2> 56587 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml because it doesn't exist
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt because it doesn't exist
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt because it doesn't exist
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml because it doesn't exist
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist
   [junit4]   2> 56589 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist
   [junit4]   2> 56590 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 56590 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56591 INFO  (zkCallback-56-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@442752 name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 56591 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56592 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 56602 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1
   [junit4]   2> 56616 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 56618 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@119c8cf{/_kl/wh,null,AVAILABLE}
   [junit4]   2> 56623 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.u.s.SslContextFactory x509=X509@1a8d68a(solrtest,h=[],w=[]) for SslContextFactory@beae42(file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore,file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore)
   [junit4]   2> 56721 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.ServerConnector Started ServerConnector@69c14a{SSL,[ssl, http/1.1]}{127.0.0.1:41279}
   [junit4]   2> 56722 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.Server Started @58357ms
   [junit4]   2> 56722 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/tempDir-001/control/data, hostContext=/_kl/wh, hostPort=41279, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores}
   [junit4]   2> 56722 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 56722 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001'
   [junit4]   2> 56722 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 56722 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 56722 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 56723 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56724 INFO  (zkCallback-57-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4e03b name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 56724 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56724 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 56725 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 56725 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/solr.xml
   [junit4]   2> 56730 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores
   [junit4]   2> 56730 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.CoreContainer New CoreContainer 23196359
   [junit4]   2> 56730 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001]
   [junit4]   2> 56730 WARN  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/lib
   [junit4]   2> 56730 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 56732 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 56733 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 56733 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 56733 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35052/solr
   [junit4]   2> 56733 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 56733 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 56733 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56735 INFO  (zkCallback-60-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@175d3a1 name:ZooKeeperConnection Watcher:127.0.0.1:35052 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 56735 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56735 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 56736 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56737 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1647ec6 name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 56737 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56740 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 56741 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 56744 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 56746 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 56747 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 56750 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 56751 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 56752 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 56754 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 56756 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 56758 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 56759 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 56771 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 56772 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 56772 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000
   [junit4]   2> 56772 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41279__kl%2Fwh
   [junit4]   2> 56772 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 56773 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer Overseer (id=95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) starting
   [junit4]   2> 56774 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 56787 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 56787 INFO  (OverseerCollectionConfigSetProcessor-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 56788 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41279__kl%2Fwh
   [junit4]   2> 56788 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 56788 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41279__kl%2Fwh
   [junit4]   2> 56789 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 56789 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 56789 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 56809 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 56809 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 56809 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores
   [junit4]   2> 56811 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 56811 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1
   [junit4]   2> 56811 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 56812 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 56812 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 56812 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 56812 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 56815 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 56815 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:41279/_kl/wh",
   [junit4]   2>   "node_name":"127.0.0.1:41279__kl%2Fwh",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 56820 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:41279/_kl/wh",
   [junit4]   2>   "node_name":"127.0.0.1:41279__kl%2Fwh",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 56822 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 56829 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 56840 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 57815 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 57815 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 57816 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 57816 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 57816 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 57816 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1'
   [junit4]   2> 57817 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 57817 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 57818 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 57822 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 57825 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 57835 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 57840 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 57929 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 57929 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 57930 WARN  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 57930 WARN  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 57934 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 57934 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 57934 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 57934 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/]
   [junit4]   2> 57934 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 57935 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data
   [junit4]   2> 57935 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/index/
   [junit4]   2> 57935 WARN  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 57935 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/index
   [junit4]   2> 57936 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@14dd468 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17da67f),segFN=segments_1,generation=1}
   [junit4]   2> 57936 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 57936 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/
   [junit4]   2> 57936 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 57938 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 57940 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 57941 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 57941 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 57942 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 57943 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 57944 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 57944 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 57944 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 57949 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 57949 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 57949 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@14dd468 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17da67f),segFN=segments_1,generation=1}
   [junit4]   2> 57949 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 57949 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@16da9d1[collection1] main]
   [junit4]   2> 57950 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 57951 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 57951 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 57954 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 57954 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 57954 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 57954 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 57954 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 57954 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 57954 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 57955 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 57955 INFO  (searcherExecutor-197-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@16da9d1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 57955 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 57955 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 57955 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1528093225194094592
   [junit4]   2> 57957 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1528093225194094592
   [junit4]   2> 57959 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 57960 INFO  (coreLoadExecutor-196-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 57961 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:https://127.0.0.1:41279/_kl/wh collection:control_collection shard:shard1
   [junit4]   2> 57970 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 57972 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95505826477441029-core_node1-n_0000000000
   [junit4]   2> 57973 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=0
   [junit4]   2> 57974 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 57974 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 57974 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 57975 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:41279/_kl/wh/collection1/
   [junit4]   2> 57975 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 57975 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:41279/_kl/wh/collection1/ has no replicas
   [junit4]   2> 57979 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 57980 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95505826477441029-core_node1-n_0000000000
   [junit4]   2> 57990 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:41279/_kl/wh/collection1/ shard1
   [junit4]   2> 57991 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"https://127.0.0.1:41279/_kl/wh",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 58093 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 58141 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are https://127.0.0.1:41279/_kl/wh/collection1/ and leader is https://127.0.0.1:41279/_kl/wh/collection1/
   [junit4]   2> 58141 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:41279/_kl/wh
   [junit4]   2> 58141 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 58141 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 58141 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 58143 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:41279/_kl/wh",
   [junit4]   2>   "node_name":"127.0.0.1:41279__kl%2Fwh",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 58143 INFO  (coreZkRegister-190-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41279__kl%2Fwh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 58143 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:41279/_kl/wh",
   [junit4]   2>   "node_name":"127.0.0.1:41279__kl%2Fwh",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 58245 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 58316 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 58316 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 58317 INFO  (zkCallback-63-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d979d4 name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 58317 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 58318 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 58318 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 58319 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 58320 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 58330 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1
   [junit4]   2> 58330 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001
   [junit4]   2> 58331 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 58332 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18d01a4{/_kl/wh,null,AVAILABLE}
   [junit4]   2> 58333 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.u.s.SslContextFactory x509=X509@a9f49d(solrtest,h=[],w=[]) for SslContextFactory@111845a(file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore,file:///home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/etc/test/solrtest.keystore)
   [junit4]   2> 58336 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.ServerConnector Started ServerConnector@51194f{SSL,[ssl, http/1.1]}{127.0.0.1:46844}
   [junit4]   2> 58336 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.Server Started @59972ms
   [junit4]   2> 58336 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_kl/wh, hostPort=46844, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores}
   [junit4]   2> 58336 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 58336 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001'
   [junit4]   2> 58337 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 58337 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 58337 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 58337 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 58338 INFO  (zkCallback-64-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@eb788e name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 58338 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 58338 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 58339 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 58339 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/solr.xml
   [junit4]   2> 58343 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores
   [junit4]   2> 58343 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.CoreContainer New CoreContainer 27182260
   [junit4]   2> 58343 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001]
   [junit4]   2> 58343 WARN  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/lib
   [junit4]   2> 58343 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 58345 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 58346 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 58346 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 58346 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35052/solr
   [junit4]   2> 58346 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 58346 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 58346 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 58348 INFO  (zkCallback-67-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@100f2ab name:ZooKeeperConnection Watcher:127.0.0.1:35052 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 58348 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 58348 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 58349 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 58350 INFO  (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b6e60c name:ZooKeeperConnection Watcher:127.0.0.1:35052/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 58350 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 58354 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 58355 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 58356 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 58356 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95505826477441033-127.0.0.1:46844__kl%2Fwh-n_0000000001
   [junit4]   2> 58358 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000 to know if I could be the leader
   [junit4]   2> 58358 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.ZkController Publish node=127.0.0.1:46844__kl%2Fwh as DOWN
   [junit4]   2> 58360 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:46844__kl%2Fwh"} current state version: 3
   [junit4]   2> 58361 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:46844__kl%2Fwh
   [junit4]   2> 58464 INFO  (zkCallback-63-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 58464 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 58464 INFO  (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 59360 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46844__kl%2Fwh
   [junit4]   2> 59361 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46844__kl%2Fwh
   [junit4]   2> 59361 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 59361 INFO  (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 59361 INFO  (zkCallback-63-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 59362 INFO  (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 59362 INFO  (zkCallback-63-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 59362 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 59384 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 59384 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 59385 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores
   [junit4]   2> 59386 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 59386 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1
   [junit4]   2> 59386 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 59387 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 59387 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 59387 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 59387 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 59388 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 59388 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:46844/_kl/wh",
   [junit4]   2>   "node_name":"127.0.0.1:46844__kl%2Fwh",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 59389 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:46844/_kl/wh",
   [junit4]   2>   "node_name":"127.0.0.1:46844__kl%2Fwh",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 59389 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 59389 INFO  (OverseerStateUpdate-95505826477441029-127.0.0.1:41279__kl%2Fwh-n_0000000000) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 59491 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:41279__kl%2Fwh) [n:127.0.0.1:41279__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 59491 INFO  (zkCallback-68-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 59491 INFO  (zkCallback-63-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 60388 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 60388 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 60389 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 60389 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 60389 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 60389 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1'
   [junit4]   2> 60389 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 60390 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 60390 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 60393 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 60395 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 60403 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 60407 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 60473 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 60473 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 60474 WARN  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 60474 WARN  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 60475 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1
   [junit4]   2> 60475 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 60475 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 60475 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 60475 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 60476 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data
   [junit4]   2> 60476 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 60476 WARN  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 60476 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 60477 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@d629b8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d6ea4d),segFN=segments_1,generation=1}
   [junit4]   2> 60477 INFO  (coreLoadExecutor-207-thread-1-processing-n:127.0.0.1:46844__kl%2Fwh) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 60477 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 60477 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46844__kl%2Fwh c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-1-001/cores/collection1/data/ does not point

[...truncated too long message...]

ocessing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Stopping recovery for core=[collection1] coreNodeName=[core_node4]
   [junit4]   2> 85531 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 85531 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 85532 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 85532 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 85532 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data;done=false>>]
   [junit4]   2> 85532 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data
   [junit4]   2> 85532 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 85532 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:44147__kl%2Fwh) [n:127.0.0.1:44147__kl%2Fwh c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001/shard-4-001/cores/collection1/data/index
   [junit4]   2> 85533 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@6ae87f{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 85533 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1475e08{/_kl/wh,null,UNAVAILABLE}
   [junit4]   2> 85534 INFO  (TEST-StreamExpressionTest.testAll-seed#[A8E5206069146FC0]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35052 35052
   [junit4]   2> 85642 INFO  (Thread-189) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35052 35052
   [junit4]   2> 85642 WARN  (Thread-189) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	40	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	40	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	40	/solr/live_nodes
   [junit4]   2> 	40	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=StreamExpressionTest -Dtests.method=testAll -Dtests.seed=A8E5206069146FC0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lv-LV -Dtests.timezone=America/Iqaluit -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 29.2s J1 | StreamExpressionTest.testAll <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A8E5206069146FC0:E4BB0E1912843005]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testDaemonStream(StreamExpressionTest.java:658)
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testAll(StreamExpressionTest.java:141)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 85647 INFO  (SUITE-StreamExpressionTest-seed#[A8E5206069146FC0]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_A8E5206069146FC0-001
   [junit4]   2> Mar 06, 2016 10:28:09 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {i_multi=PostingsFormat(name=LuceneVarGapDocFreqInterval), s_multi=PostingsFormat(name=Direct), a_s=PostingsFormat(name=Direct), _version_=FST50, multiDefault=PostingsFormat(name=LuceneFixedGap), a_f=PostingsFormat(name=LuceneFixedGap), intDefault=FST50, a_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), checkpoint_ss=PostingsFormat(name=Direct), timestamp=FST50}, docValues:{i_multi=DocValuesFormat(name=Memory), s_multi=DocValuesFormat(name=Lucene54), a_s=DocValuesFormat(name=Lucene54), multiDefault=DocValuesFormat(name=Asserting), a_f=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Lucene54), a_i=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Memory), checkpoint_ss=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1935, maxMBSortInHeap=4.505583632893849, sim=ClassicSimilarity, locale=lv-LV, timezone=America/Iqaluit
   [junit4]   2> NOTE: Linux 3.19.0-51-generic i386/Oracle Corporation 1.8.0_72 (32-bit)/cpus=12,threads=1,free=46947408,total=206110720
   [junit4]   2> NOTE: All tests run in this JVM: [TestZkConfigManager, TestFastInputStream, TestRetryUtil, SolrExampleStreamingBinaryTest, DocumentAnalysisResponseTest, ClientUtilsTest, ShardParamsTest, TestSolrJErrorHandling, TestConfigSetAdminRequest, TestSolrProperties, TestDocumentObjectBinder, SolrExampleJettyTest, LargeVolumeBinaryJettyTest, JettyWebappTest, MergeIndexesEmbeddedTest, SolrExceptionTest, FacetFieldTest, GetByIdTest, BasicHttpSolrClientTest, TestCloudSolrClientConnections, JdbcDriverTest, StreamExpressionTest]
   [junit4] Completed [58/77 (1!)] on J1 in 29.70s, 1 test, 1 failure <<< FAILURES!

[...truncated 69 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:246: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:524: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 77 suites, 521 tests, 1 failure [seed: A8E5206069146FC0]

Total time: 58 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_72) - Build # 16124 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16124/
Java: 32bit/jdk1.8.0_72 -client -XX:+UseSerialGC

63 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.HttpPartitionTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1]:0)


FAILED:  org.apache.solr.TestHighlightDedupGrouping.test

Error Message:
IOException occured when talking to server at: http://127.0.0.1:40949/r_cg/lf/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:40949/r_cg/lf/collection1
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:E2A2C2BD4439D759]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873)
	at org.apache.solr.BaseDistributedSearchTestCase.del(BaseDistributedSearchTestCase.java:551)
	at org.apache.solr.TestHighlightDedupGrouping.basicTest(TestHighlightDedupGrouping.java:45)
	at org.apache.solr.TestHighlightDedupGrouping.test(TestHighlightDedupGrouping.java:40)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 50 more


FAILED:  org.apache.solr.client.solrj.ConnectionReuseTest.test

Error Message:
Connection reset

Stack Trace:
java.net.SocketException: Connection reset
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:E2A2C2BD4439D759]:0)
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.solr.client.solrj.ConnectionReuseTest.headerRequest(ConnectionReuseTest.java:180)
	at org.apache.solr.client.solrj.ConnectionReuseTest.test(ConnectionReuseTest.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:49695, http://127.0.0.1:55826, http://127.0.0.1:35677]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:49695, http://127.0.0.1:55826, http://127.0.0.1:35677]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:30F7988BC4FF3778]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse(AsyncCallRequestStatusResponseTest.java:35)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:35677
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 47 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 51 more


FAILED:  org.apache.solr.cloud.CdcrVersionReplicationTest.testCdcrDocVersions

Error Message:
The collection (tmp_collection) is still present - waited for 15 seconds

Stack Trace:
java.lang.AssertionError: The collection (tmp_collection) is still present - waited for 15 seconds
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:9260F6C518A355BD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForCollectionToDisappear(AbstractDistribZkTestBase.java:206)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForCollectionToDisappear(BaseCdcrDistributedZkTest.java:492)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.startServers(BaseCdcrDistributedZkTest.java:592)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.createSourceCollection(BaseCdcrDistributedZkTest.java:342)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.baseBefore(BaseCdcrDistributedZkTest.java:164)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test

Error Message:
There are still nodes recoverying - waited for 330 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:E2A2C2BD4439D759]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:174)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:130)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:844)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test(CloudExitableDirectoryReaderTest.java:48)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.CollectionStateFormat2Test.test

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:54225, http://127.0.0.1:42674, http://127.0.0.1:43815, http://127.0.0.1:50639, http://127.0.0.1:34147]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:54225, http://127.0.0.1:42674, http://127.0.0.1:43815, http://127.0.0.1:50639, http://127.0.0.1:34147]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:E2A2C2BD4439D759]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1593)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1547)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1808)
	at org.apache.solr.cloud.CollectionStateFormat2Test.testZkNodeLocation(CollectionStateFormat2Test.java:60)
	at org.apache.solr.cloud.CollectionStateFormat2Test.test(CollectionStateFormat2Test.java:39)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:42674
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 50 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 54 more


FAILED:  org.apache.solr.cloud.CollectionTooManyReplicasTest.testAddTooManyReplicas

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:33637, http://127.0.0.1:46203]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:33637, http://127.0.0.1:46203]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:E7A489BFA4238510]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.CollectionTooManyReplicasTest.testAddTooManyReplicas(CollectionTooManyReplicasTest.java:56)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:46203
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 47 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 51 more


FAILED:  org.apache.solr.cloud.CollectionTooManyReplicasTest.testAddShard

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:44583, http://127.0.0.1:46510, http://127.0.0.1:54667]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:44583, http://127.0.0.1:46510, http://127.0.0.1:54667]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:4EB39BC6B2D064EA]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.CollectionTooManyReplicasTest.testAddShard(CollectionTooManyReplicasTest.java:139)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:46510
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 47 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
	at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
	at org.apache.http.impl.io.AbstractSessionOutputBuffer.flushBuffer(AbstractSessionOutputBuffer.java:159)
	at org.apache.http.impl.io.AbstractSessionOutputBuffer.flush(AbstractSessionOutputBuffer.java:166)
	at org.apache.http.impl.AbstractHttpClientConnection.doFlush(AbstractHttpClientConnection.java:272)
	at org.apache.http.impl.AbstractHttpClientConnection.flush(AbstractHttpClientConnection.java:277)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.flush(ManagedClientConnectionImpl.java:181)
	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:240)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:122)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 51 more


FAILED:  org.apache.solr.cloud.CollectionTooManyReplicasTest.testDownedShards

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:45729, http://127.0.0.1:35674, http://127.0.0.1:33368]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:45729, http://127.0.0.1:35674, http://127.0.0.1:33368]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:8DE5532613EF7E5]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.CollectionTooManyReplicasTest.testDownedShards(CollectionTooManyReplicasTest.java:223)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:33368
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 47 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
	at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
	at org.apache.http.impl.io.AbstractSessionOutputBuffer.flushBuffer(AbstractSessionOutputBuffer.java:159)
	at org.apache.http.impl.io.AbstractSessionOutputBuffer.flush(AbstractSessionOutputBuffer.java:166)
	at org.apache.http.impl.AbstractHttpClientConnection.doFlush(AbstractHttpClientConnection.java:272)
	at org.apache.http.impl.AbstractHttpClientConnection.flush(AbstractHttpClientConnection.java:277)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.flush(ManagedClientConnectionImpl.java:181)
	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:240)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:122)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 51 more


FAILED:  org.apache.solr.cloud.CustomCollectionTest.test

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:43129, http://127.0.0.1:49069, http://127.0.0.1:41208, http://127.0.0.1:47157, http://127.0.0.1:58962]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:43129, http://127.0.0.1:49069, http://127.0.0.1:41208, http://127.0.0.1:47157, http://127.0.0.1:58962]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:E2A2C2BD4439D759]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1593)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1547)
	at org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:156)
	at org.apache.solr.cloud.CustomCollectionTest.test(CustomCollectionTest.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:41208
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 49 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 53 more


FAILED:  org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteInactiveReplicaTest

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:38902/c_ykz/ik, http://127.0.0.1:42772/c_ykz/ik, http://127.0.0.1:49013/c_ykz/ik, http://127.0.0.1:39129/c_ykz/ik, http://127.0.0.1:41416/c_ykz/ik]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38902/c_ykz/ik, http://127.0.0.1:42772/c_ykz/ik, http://127.0.0.1:49013/c_ykz/ik, http://127.0.0.1:39129/c_ykz/ik, http://127.0.0.1:41416/c_ykz/ik]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:A7C86694A564CC43]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.setClusterProp(CollectionsAPIDistributedZkTest.java:1303)
	at org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteInactiveReplicaTest(DeleteInactiveReplicaTest.java:56)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:41416/c_ykz/ik
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 47 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 51 more


FAILED:  org.apache.solr.cloud.DeleteStatusTest.testDeleteStatus

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:59738, https://127.0.0.1:53944, https://127.0.0.1:60861, https://127.0.0.1:47010, https://127.0.0.1:43772]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:59738, https://127.0.0.1:53944, https://127.0.0.1:60861, https://127.0.0.1:47010, https://127.0.0.1:43772]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:90445B64E259D6C2]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.DeleteStatusTest.testDeleteStatus(DeleteStatusTest.java:38)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:43772
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 47 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543)
	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 51 more


FAILED:  org.apache.solr.cloud.DeleteStatusTest.testDeleteStatusFlush

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:50290, https://127.0.0.1:46999, https://127.0.0.1:34025, https://127.0.0.1:48487, https://127.0.0.1:39421]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:50290, https://127.0.0.1:46999, https://127.0.0.1:34025, https://127.0.0.1:48487, https://127.0.0.1:39421]
	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1:DF3898BAA07C3DC1]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.DeleteStatusTest.testDeleteStatusFlush(DeleteStatusTest.java:77)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:34025
	at

[...truncated too long message...]

ative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 8716761 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 8716761 WARN  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Stopping recovery for core=[collection1] coreNodeName=[core_node3]
   [junit4]   2> 8716761 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 8716761 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 8716761 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 8716778 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 8716778 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_6AF6FD67EAC5BAA1-001/shard-3-001/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_6AF6FD67EAC5BAA1-001/shard-3-001/cores/collection1/data;done=false>>]
   [junit4]   2> 8716778 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_6AF6FD67EAC5BAA1-001/shard-3-001/cores/collection1/data
   [junit4]   2> 8716778 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_6AF6FD67EAC5BAA1-001/shard-3-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_6AF6FD67EAC5BAA1-001/shard-3-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 8716778 INFO  (coreCloseExecutor-3234-thread-1) [n:127.0.0.1:39953_nodc%2Fc c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_6AF6FD67EAC5BAA1-001/shard-3-001/cores/collection1/data/index
   [junit4]   2> 8716814 INFO  (TEST-HttpPartitionTest.test-seed#[6AF6FD67EAC5BAA1]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@96da3{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 8716814 INFO  (TEST-HttpPartitionTest.test-seed#[6AF6FD67EAC5BAA1]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@13bcdf3{/nodc/c,null,UNAVAILABLE}
   [junit4]   2> 8716815 INFO  (TEST-HttpPartitionTest.test-seed#[6AF6FD67EAC5BAA1]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57545 57545
   [junit4]   2> 8716908 WARN  (TEST-HttpPartitionTest.test-seed#[6AF6FD67EAC5BAA1]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:52384/nodc/c, target: http://127.0.0.1:42540/nodc/c
   [junit4]   2> 8716908 WARN  (TEST-HttpPartitionTest.test-seed#[6AF6FD67EAC5BAA1]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:42739/nodc/c, target: http://127.0.0.1:59852/nodc/c
   [junit4]   2> 8716908 WARN  (TEST-HttpPartitionTest.test-seed#[6AF6FD67EAC5BAA1]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:39953/nodc/c, target: http://127.0.0.1:58587/nodc/c
   [junit4]   2> 8716908 WARN  (TEST-HttpPartitionTest.test-seed#[6AF6FD67EAC5BAA1]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:43730/nodc/c, target: http://127.0.0.1:38009/nodc/c
   [junit4]   2> 8716910 INFO  (SUITE-HttpPartitionTest-seed#[6AF6FD67EAC5BAA1]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_6AF6FD67EAC5BAA1-001
   [junit4]   2> Mar 06, 2016 8:20:10 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1218, maxMBSortInHeap=6.333033236048956, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=pl-PL, timezone=Asia/Pyongyang
   [junit4]   2> NOTE: Linux 3.19.0-51-generic i386/Oracle Corporation 1.8.0_72 (32-bit)/cpus=12,threads=1,free=75970288,total=218689536
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressLucene, TestTestInjection, CdcrVersionReplicationTest, SegmentsInfoRequestHandlerTest, TestCSVLoader, TestNamedUpdateProcessors, RAMDirectoryFactoryTest, SolrXmlInZkTest, TestFastOutputStream, TestBulkSchemaAPI, TestConfigSetsAPI, SyncSliceTest, TestSolrConfigHandlerConcurrent, RestartWhileUpdatingTest, IndexSchemaTest, DistributedQueueTest, TestClusterStateMutator, BufferStoreTest, TestIBSimilarityFactory, ConnectionReuseTest, TestObjectReleaseTracker, SpatialHeatmapFacetsTest, DocumentAnalysisRequestHandlerTest, TestAnalyzedSuggestions, PeerSyncTest, CustomCollectionTest, TestDistributedStatsComponentCardinality, TestSchemaResource, OutOfBoxZkACLAndCredentialsProvidersTest, XsltUpdateRequestHandlerTest, TestReplicaProperties, CurrencyFieldOpenExchangeTest, CacheHeaderTest, RequiredFieldsTest, StandardRequestHandlerTest, TestFieldTypeResource, DateFieldTest, URLClassifyProcessorTest, TestConfigReload, TestChildDocTransformer, TestHighFrequencyDictionaryFactory, TestMergePolicyConfig, TestRandomFaceting, TestRTGBase, TestDFISimilarityFactory, TestPseudoReturnFields, TestDynamicLoading, PathHierarchyTokenizerFactoryTest, DocValuesMissingTest, UUIDFieldTest, TestReloadDeadlock, AsyncCallRequestStatusResponseTest, HdfsChaosMonkeySafeLeaderTest, PreAnalyzedFieldTest, TestAtomicUpdateErrorCases, CloudExitableDirectoryReaderTest, TestOverriddenPrefixQueryForCustomFieldType, CoreMergeIndexesAdminHandlerTest, DistribCursorPagingTest, TestCrossCoreJoin, TestSolr4Spatial, TestSchemaManager, TestLRUCache, HLLSerializationTest, TestLMDirichletSimilarityFactory, TestAddFieldRealTimeGet, TestRemoteStreaming, DistributedSpellCheckComponentTest, DistributedFacetPivotLargeTest, TestBlendedInfixSuggestions, TestExactSharedStatsCache, AddBlockUpdateTest, TestManagedResource, QueryEqualityTest, TestRealTimeGet, TestArbitraryIndexDir, TestHighlightDedupGrouping, DistributedFacetPivotSmallTest, TlogReplayBufferedWhileIndexingTest, TestCryptoKeys, TestScoreJoinQPNoScore, ZkNodePropsTest, TestPKIAuthenticationPlugin, OutputWriterTest, JsonLoaderTest, OverseerRolesTest, TestCloudSchemaless, TestSortByMinMaxFunction, TestBulkSchemaConcurrent, TestDefaultSearchFieldResource, SynonymTokenizerTest, CloudMLTQParserTest, HdfsBasicDistributedZk2Test, ResponseLogComponentTest, TestComponentsName, TestShardHandlerFactory, OpenCloseCoreStressTest, OverseerTest, BasicZkTest, FullSolrCloudDistribCmdsTest, AssignTest, BaseCdcrDistributedZkTest, CollectionStateFormat2Test, CollectionTooManyReplicasTest, DeleteInactiveReplicaTest, DeleteStatusTest, HttpPartitionTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest -Dtests.seed=6AF6FD67EAC5BAA1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pl-PL -Dtests.timezone=Asia/Pyongyang -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | HttpPartitionTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6AF6FD67EAC5BAA1]:0)
   [junit4] Completed [582/582 (37!)] on J0 in 7222.63s, 1 test, 2 errors <<< FAILURES!

[...truncated 20 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:524: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 582 suites (8 ignored), 2344 tests, 1 suite-level error, 54 errors, 8 failures, 117 ignored (71 assumptions) [seed: 6AF6FD67EAC5BAA1]

Total time: 169 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any