Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1321/

3 tests failed.
FAILED:  org.apache.lucene.analysis.ja.TestFactories.test

Error Message:
Unable to parse

Stack Trace:
java.lang.NumberFormatException: Unable to parse
        at 
__randomizedtesting.SeedInfo.seed([EB650143691E67D2:63313E99C7E20A2A]:0)
        at org.apache.lucene.util.ArrayUtil.parse(ArrayUtil.java:94)
        at org.apache.lucene.util.ArrayUtil.parseInt(ArrayUtil.java:83)
        at org.apache.lucene.util.ArrayUtil.parseInt(ArrayUtil.java:51)
        at 
org.apache.lucene.analysis.miscellaneous.DelimitedTermFrequencyTokenFilter.incrementToken(DelimitedTermFrequencyTokenFilter.java:67)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:731)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:642)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:540)
        at 
org.apache.lucene.analysis.ja.TestFactories.doTestTokenFilter(TestFactories.java:102)
        at 
org.apache.lucene.analysis.ja.TestFactories.test(TestFactories.java:55)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:368)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Doc with id=954 not found in http://127.0.0.1:38013/c8n_1x2 due to: Path not 
found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=954 not found in 
http://127.0.0.1:38013/c8n_1x2 due to: Path not found: /id; rsp={doc=null}
        at 
__randomizedtesting.SeedInfo.seed([8DF1F8B5FF38CB9D:5A5C76F51C4A665]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:602)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:557)
        at 
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:378)
        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:131)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.addReplicaTest

Error Message:
Error from server at https://127.0.0.1:59685/solr: ADDREPLICA failed to create 
replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:59685/solr: ADDREPLICA failed to create replica
        at 
__randomizedtesting.SeedInfo.seed([8DF1F8B5FF38CB9D:1E51AF937130804C]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:237)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:459)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:389)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1130)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.addReplicaTest(CollectionsAPIDistributedZkTest.java:724)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 4000 lines...]
   [junit4] Suite: org.apache.lucene.analysis.ja.TestFactories
   [junit4]   2> TEST FAIL: useCharFilter=true text='&sv 
\ud9ce\udcddS|\u449a\uf28c\uf7ba%\u745e\u05ad \ud7e5  y'
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestFactories 
-Dtests.method=test -Dtests.seed=EB650143691E67D2 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=uk-UA -Dtests.timezone=Asia/Urumqi -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   14.8s J2 | TestFactories.test <<<
   [junit4]    > Throwable #1: java.lang.NumberFormatException: Unable to parse
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EB650143691E67D2:63313E99C7E20A2A]:0)
   [junit4]    >        at 
org.apache.lucene.util.ArrayUtil.parse(ArrayUtil.java:94)
   [junit4]    >        at 
org.apache.lucene.util.ArrayUtil.parseInt(ArrayUtil.java:83)
   [junit4]    >        at 
org.apache.lucene.util.ArrayUtil.parseInt(ArrayUtil.java:51)
   [junit4]    >        at 
org.apache.lucene.analysis.miscellaneous.DelimitedTermFrequencyTokenFilter.incrementToken(DelimitedTermFrequencyTokenFilter.java:67)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:731)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:642)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:540)
   [junit4]    >        at 
org.apache.lucene.analysis.ja.TestFactories.doTestTokenFilter(TestFactories.java:102)
   [junit4]    >        at 
org.apache.lucene.analysis.ja.TestFactories.test(TestFactories.java:55)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/analysis/kuromoji/test/J2/temp/lucene.analysis.ja.TestFactories_EB650143691E67D2-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{dummy=PostingsFormat(name=Direct)}, docValues:{}, maxPointsInLeafNode=693, 
maxMBSortInHeap=6.805968187498799, sim=RandomSimilarity(queryNorm=false): 
{dummy=DFR G3(800.0)}, locale=uk-UA, timezone=Asia/Urumqi
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=219584264,total=292552704
   [junit4]   2> NOTE: All tests run in this JVM: [TestJapaneseAnalyzer, 
TestJapaneseReadingFormFilterFactory, TestToStringUtil, 
TestTokenInfoDictionary, TestJapaneseIterationMarkCharFilter, 
TestJapaneseKatakanaStemFilter, TestJapanesePartOfSpeechStopFilterFactory, 
TestJapaneseBaseFormFilterFactory, TestJapaneseIterationMarkCharFilterFactory, 
TestJapaneseTokenizerFactory, TestSearchMode, 
TestJapaneseKatakanaStemFilterFactory, TestFactories]
   [junit4] Completed [17/21 (1!)] on J2 in 14.84s, 1 test, 1 error <<< 
FAILURES!

[...truncated 8414 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/init-core-data-001
   [junit4]   2> 1913584 WARN  
(SUITE-HttpPartitionTest-seed#[8DF1F8B5FF38CB9D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1913585 INFO  
(SUITE-HttpPartitionTest-seed#[8DF1F8B5FF38CB9D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1913586 INFO  
(SUITE-HttpPartitionTest-seed#[8DF1F8B5FF38CB9D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1913586 INFO  
(SUITE-HttpPartitionTest-seed#[8DF1F8B5FF38CB9D]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1913588 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1913589 INFO  (Thread-5235) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1913589 INFO  (Thread-5235) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1913603 ERROR (Thread-5235) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1913689 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33959
   [junit4]   2> 1913756 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1913760 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1913762 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1913763 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1913764 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1913766 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1913768 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1913770 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1913771 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1913773 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1913775 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1913777 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1914024 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/control-001/cores/collection1
   [junit4]   2> 1914026 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1914028 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3842a1b8{/,null,AVAILABLE}
   [junit4]   2> 1914028 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@79ee1e65{HTTP/1.1,[http/1.1]}{127.0.0.1:45391}
   [junit4]   2> 1914028 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] o.e.j.s.Server 
Started @1917273ms
   [junit4]   2> 1914028 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/tempDir-001/control/data,
 hostContext=/, hostPort=38013, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/control-001/cores}
   [junit4]   2> 1914028 ERROR 
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1914029 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1914029 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1914029 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1914029 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-10T19:06:02.028Z
   [junit4]   2> 1914041 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1914042 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/control-001/solr.xml
   [junit4]   2> 1914047 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1914065 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33959/solr
   [junit4]   2> 1914202 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:38013_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1914204 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:38013_    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38013_
   [junit4]   2> 1914206 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:38013_    ] 
o.a.s.c.Overseer Overseer (id=98115358660952068-127.0.0.1:38013_-n_0000000000) 
starting
   [junit4]   2> 1914239 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:38013_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38013_
   [junit4]   2> 1914241 INFO  
(zkCallback-1814-thread-1-processing-n:127.0.0.1:38013_) [n:127.0.0.1:38013_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1914330 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:38013_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35
   [junit4]   2> 1914336 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:38013_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35
   [junit4]   2> 1914336 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:38013_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35
   [junit4]   2> 1914338 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:38013_    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/control-001/cores
   [junit4]   2> 1914338 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:38013_    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1914339 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1914345 INFO  
(OverseerStateUpdate-98115358660952068-127.0.0.1:38013_-n_0000000000) 
[n:127.0.0.1:38013_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1915358 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1915384 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1915568 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1915599 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection, trusted=true
   [junit4]   2> 1915599 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.core_node1' (registry 
'solr.core.control_collection.shard1.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35
   [junit4]   2> 1915600 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1915600 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/control-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/control-001/cores/collection1/data/]
   [junit4]   2> 1915602 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=240216446, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1915631 WARN  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1915702 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1915702 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1915705 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1915705 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1915709 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=6.263671875, 
floorSegmentMB=0.470703125, forceMergeDeletesPctAllowed=17.41736794585829, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1915709 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5bdeb384[collection1] main]
   [junit4]   2> 1915723 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1915728 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1915729 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1915729 INFO  
(coreLoadExecutor-4456-thread-1-processing-n:127.0.0.1:38013_) 
[n:127.0.0.1:38013_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1569845740807651328
   [junit4]   2> 1915733 INFO  
(searcherExecutor-4457-thread-1-processing-n:127.0.0.1:38013_ x:collection1 
c:control_collection) [n:127.0.0.1:38013_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5bdeb384[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1915779 INFO  
(coreZkRegister-4449-thread-1-processing-n:127.0.0.1:38013_ x:collection1 
c:control_collection) [n:127.0.0.1:38013_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 1915779 INFO  
(coreZkRegister-4449-thread-1-processing-n:127.0.0.1:38013_ x:collection1 
c:control_collection) [n:127.0.0.1:38013_ 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> 1915779 INFO  
(coreZkRegister-4449-thread-1-processing-n:127.0.0.1:38013_ x:collection1 
c:control_collection) [n:127.0.0.1:38013_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38013/collection1/
   [junit4]   2> 1915779 INFO  
(coreZkRegister-4449-thread-1-processing-n:127.0.0.1:38013_ x:collection1 
c:control_collection) [n:127.0.0.1:38013_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1915779 INFO  
(coreZkRegister-4449-thread-1-processing-n:127.0.0.1:38013_ x:collection1 
c:control_collection) [n:127.0.0.1:38013_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:38013/collection1/ has no replicas
   [junit4]   2> 1915779 INFO  
(coreZkRegister-4449-thread-1-processing-n:127.0.0.1:38013_ x:collection1 
c:control_collection) [n:127.0.0.1:38013_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 1915802 INFO  
(coreZkRegister-4449-thread-1-processing-n:127.0.0.1:38013_ x:collection1 
c:control_collection) [n:127.0.0.1:38013_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:38013/collection1/ shard1
   [junit4]   2> 1915872 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1915873 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33959/solr ready
   [junit4]   2> 1915873 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1915956 INFO  
(coreZkRegister-4449-thread-1-processing-n:127.0.0.1:38013_ x:collection1 
c:control_collection) [n:127.0.0.1:38013_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 1916077 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-1-001/cores/collection1
   [junit4]   2> 1916078 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-1-001
 of type NRT
   [junit4]   2> 1916079 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1916082 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@28dca412{/,null,AVAILABLE}
   [junit4]   2> 1916082 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@668f210a{HTTP/1.1,[http/1.1]}{127.0.0.1:35660}
   [junit4]   2> 1916082 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] o.e.j.s.Server 
Started @1919327ms
   [junit4]   2> 1916082 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=51705, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-1-001/cores}
   [junit4]   2> 1916083 ERROR 
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1916091 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1916091 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1916091 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1916092 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-10T19:06:04.091Z
   [junit4]   2> 1916138 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1916138 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-1-001/solr.xml
   [junit4]   2> 1916143 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1916161 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33959/solr
   [junit4]   2> 1916265 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:51705_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1916267 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:51705_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1916270 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:51705_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51705_
   [junit4]   2> 1916271 INFO  
(zkCallback-1814-thread-1-processing-n:127.0.0.1:38013_) [n:127.0.0.1:38013_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1916271 INFO  (zkCallback-1818-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1916289 INFO  
(zkCallback-1823-thread-2-processing-n:127.0.0.1:51705_) [n:127.0.0.1:51705_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1916389 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:51705_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35
   [junit4]   2> 1916396 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:51705_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35
   [junit4]   2> 1916396 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:51705_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35
   [junit4]   2> 1916398 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:51705_    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-1-001/cores
   [junit4]   2> 1916398 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:51705_    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1916399 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1916401 INFO  
(OverseerStateUpdate-98115358660952068-127.0.0.1:38013_-n_0000000000) 
[n:127.0.0.1:38013_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 1917420 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1917464 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1917574 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1917587 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1917587 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard2.core_node1' (registry 
'solr.core.collection1.shard2.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35
   [junit4]   2> 1917587 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1917587 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-1-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1917600 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=240216446, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1917603 WARN  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1917672 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1917672 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1917673 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1917673 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1917675 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=38, 
maxMergedSegmentMB=6.263671875, floorSegmentMB=0.470703125, 
forceMergeDeletesPctAllowed=17.41736794585829, segmentsPerTier=37.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1917675 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1d4f0912[collection1] main]
   [junit4]   2> 1917676 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1917677 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1917677 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1917677 INFO  
(coreLoadExecutor-4467-thread-1-processing-n:127.0.0.1:51705_) 
[n:127.0.0.1:51705_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1569845742850277376
   [junit4]   2> 1917683 INFO  
(searcherExecutor-4468-thread-1-processing-n:127.0.0.1:51705_ x:collection1 
c:collection1) [n:127.0.0.1:51705_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1d4f0912[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1917688 INFO  
(coreZkRegister-4462-thread-1-processing-n:127.0.0.1:51705_ x:collection1 
c:collection1) [n:127.0.0.1:51705_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1917688 INFO  
(coreZkRegister-4462-thread-1-processing-n:127.0.0.1:51705_ x:collection1 
c:collection1) [n:127.0.0.1:51705_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 1917688 INFO  
(coreZkRegister-4462-thread-1-processing-n:127.0.0.1:51705_ x:collection1 
c:collection1) [n:127.0.0.1:51705_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:51705/collection1/
   [junit4]   2> 1917688 INFO  
(coreZkRegister-4462-thread-1-processing-n:127.0.0.1:51705_ x:collection1 
c:collection1) [n:127.0.0.1:51705_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1917688 INFO  
(coreZkRegister-4462-thread-1-processing-n:127.0.0.1:51705_ x:collection1 
c:collection1) [n:127.0.0.1:51705_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:51705/collection1/ has no 
replicas
   [junit4]   2> 1917688 INFO  
(coreZkRegister-4462-thread-1-processing-n:127.0.0.1:51705_ x:collection1 
c:collection1) [n:127.0.0.1:51705_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 1917693 INFO  
(coreZkRegister-4462-thread-1-processing-n:127.0.0.1:51705_ x:collection1 
c:collection1) [n:127.0.0.1:51705_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:51705/collection1/ shard2
   [junit4]   2> 1917844 INFO  
(coreZkRegister-4462-thread-1-processing-n:127.0.0.1:51705_ x:collection1 
c:collection1) [n:127.0.0.1:51705_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1918083 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-2-001/cores/collection1
   [junit4]   2> 1918084 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-2-001
 of type NRT
   [junit4]   2> 1918088 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1918089 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4b231ff1{/,null,AVAILABLE}
   [junit4]   2> 1918090 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@49150cf3{HTTP/1.1,[http/1.1]}{127.0.0.1:49759}
   [junit4]   2> 1918090 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] o.e.j.s.Server 
Started @1921335ms
   [junit4]   2> 1918090 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=56123, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-2-001/cores}
   [junit4]   2> 1918090 ERROR 
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1918097 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1918097 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1918097 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1918097 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-10T19:06:06.096Z
   [junit4]   2> 1918160 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1918160 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-2-001/solr.xml
   [junit4]   2> 1918166 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1918170 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33959/solr
   [junit4]   2> 1918198 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:56123_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1918201 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:56123_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1918206 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:56123_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56123_
   [junit4]   2> 1918207 INFO  
(zkCallback-1823-thread-2-processing-n:127.0.0.1:51705_) [n:127.0.0.1:51705_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1918208 INFO  (zkCallback-1818-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1918209 INFO  
(zkCallback-1814-thread-1-processing-n:127.0.0.1:38013_) [n:127.0.0.1:38013_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1918216 INFO  
(zkCallback-1829-thread-1-processing-n:127.0.0.1:56123_) [n:127.0.0.1:56123_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1918320 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:56123_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35
   [junit4]   2> 1918341 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:56123_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35
   [junit4]   2> 1918342 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:56123_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35
   [junit4]   2> 1918344 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:56123_    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-2-001/cores
   [junit4]   2> 1918344 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:56123_    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1918344 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1918346 INFO  
(OverseerStateUpdate-98115358660952068-127.0.0.1:38013_-n_0000000000) 
[n:127.0.0.1:38013_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1919376 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1919390 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1919544 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1919569 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1919570 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard1.core_node2' (registry 
'solr.core.collection1.shard1.core_node2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35
   [junit4]   2> 1919571 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1919571 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-2-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1919577 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=240216446, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1919580 WARN  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1919647 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1919647 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1919649 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1919649 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1919650 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=38, 
maxMergedSegmentMB=6.263671875, floorSegmentMB=0.470703125, 
forceMergeDeletesPctAllowed=17.41736794585829, segmentsPerTier=37.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1919650 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@241d4f28[collection1] main]
   [junit4]   2> 1919652 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1919653 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1919653 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1919653 INFO  
(coreLoadExecutor-4478-thread-1-processing-n:127.0.0.1:56123_) 
[n:127.0.0.1:56123_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1569845744922263552
   [junit4]   2> 1919660 INFO  
(searcherExecutor-4479-thread-1-processing-n:127.0.0.1:56123_ x:collection1 
c:collection1) [n:127.0.0.1:56123_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@241d4f28[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1919672 INFO  
(coreZkRegister-4473-thread-1-processing-n:127.0.0.1:56123_ x:collection1 
c:collection1) [n:127.0.0.1:56123_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1919672 INFO  
(coreZkRegister-4473-thread-1-processing-n:127.0.0.1:56123_ x:collection1 
c:collection1) [n:127.0.0.1:56123_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 1919672 INFO  
(coreZkRegister-4473-thread-1-processing-n:127.0.0.1:56123_ x:collection1 
c:collection1) [n:127.0.0.1:56123_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:56123/collection1/
   [junit4]   2> 1919672 INFO  
(coreZkRegister-4473-thread-1-processing-n:127.0.0.1:56123_ x:collection1 
c:collection1) [n:127.0.0.1:56123_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1919672 INFO  
(coreZkRegister-4473-thread-1-processing-n:127.0.0.1:56123_ x:collection1 
c:collection1) [n:127.0.0.1:56123_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:56123/collection1/ has no 
replicas
   [junit4]   2> 1919672 INFO  
(coreZkRegister-4473-thread-1-processing-n:127.0.0.1:56123_ x:collection1 
c:collection1) [n:127.0.0.1:56123_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 1919683 INFO  
(coreZkRegister-4473-thread-1-processing-n:127.0.0.1:56123_ x:collection1 
c:collection1) [n:127.0.0.1:56123_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:56123/collection1/ shard1
   [junit4]   2> 1919834 INFO  
(coreZkRegister-4473-thread-1-processing-n:127.0.0.1:56123_ x:collection1 
c:collection1) [n:127.0.0.1:56123_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1920011 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-3-001/cores/collection1
   [junit4]   2> 1920012 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-3-001
 of type NRT
   [junit4]   2> 1920013 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1920024 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ca640b2{/,null,AVAILABLE}
   [junit4]   2> 1920025 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@21a83e12{HTTP/1.1,[http/1.1]}{127.0.0.1:41606}
   [junit4]   2> 1920025 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] o.e.j.s.Server 
Started @1923270ms
   [junit4]   2> 1920025 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=49572, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-3-001/cores}
   [junit4]   2> 1920025 ERROR 
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1920026 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1920026 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1920026 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1920026 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-10T19:06:08.025Z
   [junit4]   2> 1920049 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1920049 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-3-001/solr.xml
   [junit4]   2> 1920055 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1920074 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33959/solr
   [junit4]   2> 1920094 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:49572_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1920096 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:49572_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1920099 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:49572_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49572_
   [junit4]   2> 1920100 INFO  
(zkCallback-1823-thread-2-processing-n:127.0.0.1:51705_) [n:127.0.0.1:51705_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1920100 INFO  (zkCallback-1818-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1920101 INFO  
(zkCallback-1829-thread-1-processing-n:127.0.0.1:56123_) [n:127.0.0.1:56123_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1920102 INFO  
(zkCallback-1814-thread-1-processing-n:127.0.0.1:38013_) [n:127.0.0.1:38013_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1920112 INFO  
(zkCallback-1835-thread-1-processing-n:127.0.0.1:49572_) [n:127.0.0.1:49572_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1920211 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:49572_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35
   [junit4]   2> 1920217 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:49572_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35
   [junit4]   2> 1920217 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:49572_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35
   [junit4]   2> 1920220 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:49572_    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-3-001/cores
   [junit4]   2> 1920220 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [n:127.0.0.1:49572_    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1920220 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1920222 INFO  
(OverseerStateUpdate-98115358660952068-127.0.0.1:38013_-n_0000000000) 
[n:127.0.0.1:38013_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 1921246 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1921261 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1921401 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1921420 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1921421 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard2.core_node3' (registry 
'solr.core.collection1.shard2.core_node3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2242e35
   [junit4]   2> 1921421 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1921421 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-3-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_8DF1F8B5FF38CB9D-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1921423 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=240216446, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1921426 WARN  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1921490 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1921490 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1921491 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1921491 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1921495 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=38, 
maxMergedSegmentMB=6.263671875, floorSegmentMB=0.470703125, 
forceMergeDeletesPctAllowed=17.41736794585829, segmentsPerTier=37.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1921496 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@239fdbff[collection1] main]
   [junit4]   2> 1921497 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1921498 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1921498 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1921500 INFO  
(searcherExecutor-4490-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
c:collection1) [n:127.0.0.1:49572_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@239fdbff[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1921501 INFO  
(coreLoadExecutor-4489-thread-1-processing-n:127.0.0.1:49572_) 
[n:127.0.0.1:49572_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1569845746860032000
   [junit4]   2> 1921510 INFO  
(coreZkRegister-4484-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
c:collection1) [n:127.0.0.1:49572_ c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1921511 INFO  
(updateExecutor-1832-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1921511 INFO  
(recoveryExecutor-1833-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 1921512 INFO  
(recoveryExecutor-1833-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1921512 INFO  
(recoveryExecutor-1833-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 1921512 INFO  
(recoveryExecutor-1833-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1921512 INFO  
(recoveryExecutor-1833-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core 
[collection1] as recovering, leader is [http://127.0.0.1:51705/collection1/] 
and I am [http://127.0.0.1:49572/collection1/]
   [junit4]   2> 1921517 INFO  
(recoveryExecutor-1833-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:51705]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:49572_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1921517 INFO  (SocketProxy-Acceptor-51705) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45871,localport=51705], receiveBufferSize:531000
   [junit4]   2> 1921523 INFO  (SocketProxy-Acceptor-51705) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35660,localport=57868], receiveBufferSize=530904
   [junit4]   2> 1921525 INFO  (qtp800971373-13924) [n:127.0.0.1:51705_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 1921527 INFO  (qtp800971373-13924) [n:127.0.0.1:51705_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=down, localState=active, 
nodeName=127.0.0.1:49572_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:49572","node_name":"127.0.0.1:49572_","state":"down","type":"NRT"}
   [junit4]   2> 1921811 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1921811 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 1921811 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1922527 INFO  (qtp800971373-13924) [n:127.0.0.1:51705_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=recovering, localState=active, 
nodeName=127.0.0.1:49572_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:49572","node_name":"127.0.0.1:49572_","state":"recovering","type":"NRT"}
   [junit4]   2> 1922527 INFO  (qtp800971373-13924) [n:127.0.0.1:51705_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1922527 INFO  (qtp800971373-13924) [n:127.0.0.1:51705_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:49572_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1002
   [junit4]   2> 1923028 INFO  
(recoveryExecutor-1833-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync 
from [http://127.0.0.1:51705/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1923028 INFO  
(recoveryExecutor-1833-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 
url=http://127.0.0.1:49572 START replicas=[http://127.0.0.1:51705/collection1/] 
nUpdates=100
   [junit4]   2> 1923029 INFO  (SocketProxy-Acceptor-51705) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45874,localport=51705], receiveBufferSize:531000
   [junit4]   2> 1923034 INFO  (SocketProxy-Acceptor-51705) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35660,localport=57871], receiveBufferSize=530904
   [junit4]   2> 1923046 INFO  (qtp800971373-13928) [n:127.0.0.1:51705_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:4.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 1923046 INFO  (qtp800971373-13928) [n:127.0.0.1:51705_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 1923047 INFO  
(recoveryExecutor-1833-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 1923047 INFO  
(recoveryExecutor-1833-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to 
do a PeerSync 
   [junit4]   2> 1923047 INFO  
(recoveryExecutor-1833-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1923047 INFO  
(recoveryExecutor-1833-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted 
changes. Skipping IW.commit.
   [junit4]   2> 1923048 INFO  
(recoveryExecutor-1833-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1923048 INFO  
(recoveryExecutor-1833-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery 
was successful.
   [junit4]   2> 1923048 INFO  
(recoveryExecutor-1833-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered 
during PeerSync.
   [junit4]   2> 1923048 INFO  
(recoveryExecutor-1833-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1923048 INFO  
(recoveryExecutor-1833-thread-1-processing-n:127.0.0.1:49572_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:49572_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active 
after recovery.
   [junit4]   2> 1923811 INFO  
(TEST-HttpPartitionTest.test-seed#[8DF1F8B5FF38CB9D]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1923812 INFO  (SocketProxy-Acceptor-38013) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55547,localport=38013], receiveBufferSize:531000
   [junit4]   2> 1923815 INFO  (SocketProxy-Acceptor-38013) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45391,localport=38131], receiveBufferSize=530904
   [junit4]   2> 1923815 INFO  (qtp2064796709-13888) [n:127.0.0.1:38013_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1569845749286436864,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1923816 INFO  (qtp2064796709-13888) [n:127.0.0.1:38013_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1923817 INFO  (qtp2064796709-13888) [n:127.0.0.1:38013_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1923817 INFO  (qtp2064796709-13888) [n:127.0.0.1:38013_ 
c:contro

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

(MetricsSourceAdapter.java:211)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:463)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:213)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:594)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:204)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.teardownClass(HdfsCollectionsAPIDistributedZkTest.java:77)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2>        ... 54 more
   [junit4]   2> 3390337 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[8DF1F8B5FF38CB9D]-worker) [    
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58434 58434
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_8DF1F8B5FF38CB9D-001
   [junit4]   2> Jun 10, 2017 7:30:38 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 18 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{_version_=PostingsFormat(name=Direct), id=Lucene50(blocksize=128)}, 
docValues:{}, maxPointsInLeafNode=1420, maxMBSortInHeap=5.226768009285871, 
sim=RandomSimilarity(queryNorm=true): {}, locale=sr-Latn, 
timezone=America/Argentina/Cordoba
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=2,free=393453856,total=509083648
   [junit4]   2> NOTE: All tests run in this JVM: [ChangedSchemaMergeTest, 
AutoCommitTest, CleanupOldIndexTest, TestLegacyNumericUtils, ForceLeaderTest, 
TestManagedSchemaThreadSafety, FullSolrCloudDistribCmdsTest, TestLockTree, 
SolrCloudExampleTest, SolrTestCaseJ4Test, CurrencyFieldXmlFileTest, 
DistributedFacetExistsSmallTest, SimpleFacetsTest, BaseCdcrDistributedZkTest, 
NoCacheHeaderTest, CachingDirectoryFactoryTest, TestSmileRequest, 
StatelessScriptUpdateProcessorFactoryTest, ExternalFileFieldSortTest, 
DirectoryFactoryTest, TestBlendedInfixSuggestions, RequestHandlersTest, 
TestGraphMLResponseWriter, TestFieldCollectionResource, 
TestLMDirichletSimilarityFactory, TestChildDocTransformer, 
TestHighFrequencyDictionaryFactory, TestDocTermOrds, TestQuerySenderNoQuery, 
TestConfigSetImmutable, FacetPivotSmallTest, TestUtils, 
TestSchemaSimilarityResource, TestLuceneMatchVersion, JSONWriterTest, 
HLLUtilTest, GraphQueryTest, TestSolrCloudWithKerberosAlt, 
TestDFISimilarityFactory, OverseerModifyCollectionTest, TestCoreDiscovery, 
BasicAuthIntegrationTest, TestFieldTypeResource, CheckHdfsIndexTest, 
DeleteInactiveReplicaTest, CollectionStateFormat2Test, TestComponentsName, 
LukeRequestHandlerTest, BasicDistributedZk2Test, 
ParsingFieldUpdateProcessorsTest, TestCollationField, 
TestExclusionRuleCollectionAccess, EnumFieldTest, TestNumericTerms64, 
HdfsChaosMonkeyNothingIsSafeTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
SolrShardReporterTest, BadIndexSchemaTest, DistribCursorPagingTest, 
LeaderFailoverAfterPartitionTest, BigEndianAscendingWordDeserializerTest, 
TestOrdValues, TestNRTOpen, ExplicitHLLTest, TestClusterProperties, 
DateFieldTest, CircularListTest, CloudMLTQParserTest, SolrJmxReporterTest, 
TestConfig, TestSort, TestTestInjection, TestShortCircuitedRequests, 
OpenExchangeRatesOrgProviderTest, StatsComponentTest, 
ShowFileRequestHandlerTest, TestSimpleTextCodec, UnloadDistributedZkTest, 
HdfsTlogReplayBufferedWhileIndexingTest, ChaosMonkeyNothingIsSafeTest, 
TestObjectReleaseTracker, TestHttpShardHandlerFactory, 
TestPayloadScoreQParserPlugin, DebugComponentTest, TestUniqueKeyFieldResource, 
DistributedQueueTest, TestSolrCloudWithHadoopAuthPlugin, 
TestPullReplicaErrorHandling, TriLevelCompositeIdRoutingTest, 
OverseerTaskQueueTest, XmlUpdateRequestHandlerTest, TestStressInPlaceUpdates, 
TestWriterPerf, PrimitiveFieldTypeTest, CoreAdminHandlerTest, TestRestManager, 
TestFieldSortValues, TestCloudPivotFacet, SharedFSAutoReplicaFailoverUtilsTest, 
DocValuesMultiTest, DistributedQueryComponentCustomSortTest, 
SpatialRPTFieldTypeTest, QueryResultKeyTest, CoreAdminCreateDiscoverTest, 
TestIntervalFaceting, TermVectorComponentDistributedTest, 
SolrMetricsIntegrationTest, TestFieldCacheSort, TestMiniSolrCloudClusterSSL, 
SuggestComponentTest, TemplateUpdateProcessorTest, TestMergePolicyConfig, 
TestManagedSynonymGraphFilterFactory, TestHashQParserPlugin, 
FieldMutatingUpdateProcessorTest, CollectionsAPIDistributedZkTest, 
SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionTest, TestZkChroot, 
ZkCLITest, TestDistributedSearch, TestDistributedGrouping, TestRecovery, 
TestHashPartitioner, TestRealTimeGet, TestStressReorder, TestReload, 
HardAutoCommitTest, TestSolr4Spatial, SolrCmdDistributorTest, 
ConvertedLegacyTest, TestFiltering, SoftAutoCommitTest, 
TestFuzzyAnalyzedSuggestions, TestPhraseSuggestions, 
SpellPossibilityIteratorTest, SynonymTokenizerTest, TestXIncludeConfig, 
TestPerFieldSimilarity, TestBM25SimilarityFactory, ResourceLoaderTest, 
ScriptEngineTest, PreAnalyzedFieldTest, DOMUtilTest, ClusterStateTest, 
TestDocumentBuilder, FileUtilsTest, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestTolerantSearch, 
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, 
TestJettySolrRunner, ConnectionReuseTest, ActionThrottleTest, 
AliasIntegrationTest, CdcrRequestHandlerTest, CollectionsAPISolrJTest, 
DistribDocExpirationUpdateProcessorTest, MultiThreadedOCPTest, 
SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestCloudDeleteByQuery, 
TestCloudInspectUtil, TestCloudPseudoReturnFields, TestCloudRecovery, 
TestCollectionAPI, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, 
TestDeleteCollectionOnDownNodes, TestDownShardTolerantSearch, 
TestLeaderElectionWithEmptyReplica, TestLeaderElectionZkExpiry, 
TestLeaderInitiatedRecoveryThread, TestOnReconnectListenerSupport, 
TestRebalanceLeaders, TestRequestForwarding, TestRequestStatusCollectionAPI, 
TestStressCloudBlindAtomicUpdates, AutoScalingHandlerTest, TestPolicyCloud, 
HdfsCollectionsAPIDistributedZkTest]
   [junit4] Completed [569/724 (2!)] on J2 in 142.62s, 21 tests, 1 error <<< 
FAILURES!

[...truncated 43863 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to