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

[JENKINS-EA] Lucene-Solr-6.x-Linux (32bit/jdk-9-ea+116) - Build # 650 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/650/
Java: 32bit/jdk-9-ea+116 -server -XX:+UseG1GC

4 tests failed.
FAILED:  org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([3430FFEA85E41F:1F8E41083AE522DA]:0)
	at org.apache.solr.common.cloud.ZkStateReader.refreshLegacyClusterState(ZkStateReader.java:522)
	at org.apache.solr.common.cloud.ZkStateReader.forceUpdateCollection(ZkStateReader.java:296)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:127)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:42)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)


FAILED:  org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithTimeDelay

Error Message:
expected:<2> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<1>
	at __randomizedtesting.SeedInfo.seed([3430FFEA85E41F:7FAA877A83E7C995]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:138)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithTimeDelay(ZkStateReaderTest.java:52)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)


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

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:42266, http://127.0.0.1:44804, http://127.0.0.1:45046]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:42266, http://127.0.0.1:44804, http://127.0.0.1:45046]
	at __randomizedtesting.SeedInfo.seed([3430FFEA85E41F:88600F25447989E7]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:384)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1228)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:998)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:934)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.TestCollectionAPI.testClusterStateMigration(TestCollectionAPI.java:645)
	at org.apache.solr.cloud.TestCollectionAPI.test(TestCollectionAPI.java:83)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:42266: Could not migrate state format for collection: testClusterStateMigration
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:404)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
	... 48 more


FAILED:  org.apache.solr.search.mlt.CloudMLTQParserTest.test

Error Message:
arrays first differed at element [1]; expected:<13> but was:<20>

Stack Trace:
arrays first differed at element [1]; expected:<13> but was:<20>
	at __randomizedtesting.SeedInfo.seed([3430FFEA85E41F:88600F25447989E7]:0)
	at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:52)
	at org.junit.Assert.internalArrayEquals(Assert.java:416)
	at org.junit.Assert.assertArrayEquals(Assert.java:292)
	at org.junit.Assert.assertArrayEquals(Assert.java:305)
	at org.apache.solr.search.mlt.CloudMLTQParserTest.test(CloudMLTQParserTest.java:112)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)




Build Log:
[...truncated 10700 lines...]
   [junit4] Suite: org.apache.solr.search.mlt.CloudMLTQParserTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/init-core-data-001
   [junit4]   2> 213630 INFO  (SUITE-CloudMLTQParserTest-seed#[3430FFEA85E41F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 213631 INFO  (SUITE-CloudMLTQParserTest-seed#[3430FFEA85E41F]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /jzn/hn
   [junit4]   2> 213634 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 213634 INFO  (Thread-408) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 213634 INFO  (Thread-408) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 213734 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.ZkTestServer start zk server on port:46238
   [junit4]   2> 213735 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 213735 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 213738 INFO  (zkCallback-148-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1da163d name:ZooKeeperConnection Watcher:127.0.0.1:46238 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 213738 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 213738 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 213738 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 213741 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 213741 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 213743 INFO  (zkCallback-149-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3f4e00 name:ZooKeeperConnection Watcher:127.0.0.1:46238/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 213743 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 213743 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 213743 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 213747 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 213748 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 213749 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 213751 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 213751 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 213755 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 213755 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 213756 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 213757 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 213758 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 213758 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 213759 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 213759 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 213761 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 213761 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 213762 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 213762 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 213763 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 213763 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 213765 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 213765 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 213767 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 213767 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 213768 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 213768 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 213865 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001/cores/collection1
   [junit4]   2> 213867 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 213872 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ec8576{/jzn/hn,null,AVAILABLE}
   [junit4]   2> 213875 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@432c1{HTTP/1.1,[http/1.1]}{127.0.0.1:37353}
   [junit4]   2> 213875 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.e.j.s.Server Started @215769ms
   [junit4]   2> 213875 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/tempDir-001/control/data, hostContext=/jzn/hn, hostPort=37353, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001/cores}
   [junit4]   2> 213876 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@a4a92b
   [junit4]   2> 213876 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001'
   [junit4]   2> 213876 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 213876 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 213876 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 213883 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 213887 INFO  (zkCallback-150-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d2ced5 name:ZooKeeperConnection Watcher:127.0.0.1:46238/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 213887 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 213888 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 213894 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 213894 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001/solr.xml
   [junit4]   2> 213897 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001/cores
   [junit4]   2> 213897 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CoreContainer New CoreContainer 31618835
   [junit4]   2> 213897 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001]
   [junit4]   2> 213897 WARN  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001/lib
   [junit4]   2> 213898 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 213899 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 213899 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 213899 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 213899 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46238/solr
   [junit4]   2> 213899 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 213899 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 213900 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 213902 INFO  (zkCallback-153-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@8d2043 name:ZooKeeperConnection Watcher:127.0.0.1:46238 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 213902 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 213903 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 213905 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$110/21259789@18fa8ad
   [junit4]   2> 213906 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 213907 INFO  (zkCallback-154-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@108f07a name:ZooKeeperConnection Watcher:127.0.0.1:46238/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 213907 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 213911 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 213912 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 213914 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 213915 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 213917 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 213918 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 213919 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 213920 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 213921 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 213921 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 213922 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 213923 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 213924 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 213925 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 213925 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 213926 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000
   [junit4]   2> 213926 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37353_jzn%2Fhn
   [junit4]   2> 213926 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 213926 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.Overseer Overseer (id=95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) starting
   [junit4]   2> 213928 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 213931 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 213931 INFO  (OverseerCollectionConfigSetProcessor-95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 213931 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37353_jzn%2Fhn
   [junit4]   2> 213931 INFO  (OverseerStateUpdate-95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 213932 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37353_jzn%2Fhn
   [junit4]   2> 213933 INFO  (zkCallback-154-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 213933 INFO  (OverseerStateUpdate-95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 213934 INFO  (zkCallback-154-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 213959 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 213959 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 213960 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001/cores
   [junit4]   2> 213961 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 213961 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001/cores/collection1
   [junit4]   2> 213961 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 213961 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 213961 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 213961 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 213962 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 213964 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 213964 INFO  (OverseerStateUpdate-95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:37353/jzn/hn",
   [junit4]   2>   "node_name":"127.0.0.1:37353_jzn%2Fhn",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 213964 INFO  (OverseerStateUpdate-95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:37353/jzn/hn",
   [junit4]   2>   "node_name":"127.0.0.1:37353_jzn%2Fhn",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 213965 INFO  (OverseerStateUpdate-95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 213965 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 213966 INFO  (OverseerStateUpdate-95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 213966 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 213967 INFO  (zkCallback-154-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 214967 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 214967 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 214967 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 214967 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 214968 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 214968 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001/cores/collection1'
   [junit4]   2> 214968 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 214968 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 214969 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 214976 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 214987 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 215011 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 215018 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 215141 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 215147 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 215148 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 215157 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 215159 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 215168 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 215168 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 215169 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 215169 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 215170 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 215170 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001/cores/collection1/data/]
   [junit4]   2> 215170 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1be35b1
   [junit4]   2> 215171 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001/cores/collection1/data
   [junit4]   2> 215171 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001/cores/collection1/data/index/
   [junit4]   2> 215171 WARN  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 215171 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001/cores/collection1/data/index
   [junit4]   2> 215171 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=67.044921875, floorSegmentMB=0.927734375, forceMergeDeletesPctAllowed=15.866971732060426, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 215172 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1b6664d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@155260d),segFN=segments_1,generation=1}
   [junit4]   2> 215172 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 215172 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001/cores/collection1/data/
   [junit4]   2> 215172 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 215177 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 215177 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 215177 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 215177 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 215177 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 215177 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 215177 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 215177 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 215177 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 215177 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 215177 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 215177 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 215180 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 215181 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 215182 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 215183 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 215186 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 215188 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 215188 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 215195 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 215196 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 215196 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 215196 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 215200 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@14b895f
   [junit4]   2> 215200 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1b6664d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@155260d),segFN=segments_1,generation=1}
   [junit4]   2> 215200 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 215200 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@fcb048[collection1] main]
   [junit4]   2> 215200 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 215201 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 215201 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 215201 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 215201 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 215201 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 215268 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 215510 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 215511 INFO  (searcherExecutor-518-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 215512 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 215512 INFO  (searcherExecutor-518-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 215512 INFO  (searcherExecutor-518-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 215512 INFO  (searcherExecutor-518-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 215512 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 215512 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 215512 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1534311001619431424
   [junit4]   2> 215512 INFO  (searcherExecutor-518-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 215512 INFO  (searcherExecutor-518-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 215513 INFO  (searcherExecutor-518-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 215513 INFO  (searcherExecutor-518-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 215513 INFO  (searcherExecutor-518-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 215513 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1534311001619431424
   [junit4]   2> 215514 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 215514 INFO  (searcherExecutor-518-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@fcb048[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 215514 INFO  (coreLoadExecutor-517-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 215515 INFO  (coreZkRegister-511-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:37353/jzn/hn collection:control_collection shard:shard1
   [junit4]   2> 215516 INFO  (coreZkRegister-511-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 215517 INFO  (coreZkRegister-511-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95894437478465540-core_node1-n_0000000000
   [junit4]   2> 215517 INFO  (coreZkRegister-511-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 215518 INFO  (coreZkRegister-511-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 215518 INFO  (coreZkRegister-511-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 215518 INFO  (coreZkRegister-511-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37353/jzn/hn/collection1/
   [junit4]   2> 215518 INFO  (coreZkRegister-511-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 215518 INFO  (coreZkRegister-511-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:37353/jzn/hn/collection1/ has no replicas
   [junit4]   2> 215518 INFO  (OverseerStateUpdate-95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 215519 INFO  (coreZkRegister-511-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 215519 INFO  (zkCallback-154-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 215521 INFO  (coreZkRegister-511-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95894437478465540-core_node1-n_0000000000
   [junit4]   2> 215523 INFO  (coreZkRegister-511-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37353/jzn/hn/collection1/ shard1
   [junit4]   2> 215523 INFO  (OverseerStateUpdate-95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:37353/jzn/hn",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 215625 INFO  (zkCallback-154-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 215674 INFO  (coreZkRegister-511-thread-1) [    ] o.a.s.c.ZkController We are http://127.0.0.1:37353/jzn/hn/collection1/ and leader is http://127.0.0.1:37353/jzn/hn/collection1/
   [junit4]   2> 215674 INFO  (coreZkRegister-511-thread-1) [    ] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:37353/jzn/hn
   [junit4]   2> 215674 INFO  (coreZkRegister-511-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 215674 INFO  (coreZkRegister-511-thread-1) [    ] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 215674 INFO  (coreZkRegister-511-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 215675 INFO  (OverseerStateUpdate-95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:37353/jzn/hn",
   [junit4]   2>   "node_name":"127.0.0.1:37353_jzn%2Fhn",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 215676 INFO  (OverseerStateUpdate-95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:37353/jzn/hn",
   [junit4]   2>   "node_name":"127.0.0.1:37353_jzn%2Fhn",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 215777 INFO  (zkCallback-154-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 215965 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 215965 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 215968 INFO  (zkCallback-158-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1a35f12 name:ZooKeeperConnection Watcher:127.0.0.1:46238/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 215968 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 215968 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 215968 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 215969 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 215969 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 215971 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 216050 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/shard-1-001/cores/collection1
   [junit4]   2> 216051 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/shard-1-001
   [junit4]   2> 216052 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 216053 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@138134{/jzn/hn,null,AVAILABLE}
   [junit4]   2> 216053 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1a8335e{HTTP/1.1,[http/1.1]}{127.0.0.1:38625}
   [junit4]   2> 216054 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.e.j.s.Server Started @217948ms
   [junit4]   2> 216054 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/jzn/hn, hostPort=38625, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/shard-1-001/cores}
   [junit4]   2> 216054 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@a4a92b
   [junit4]   2> 216054 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/shard-1-001'
   [junit4]   2> 216054 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 216054 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 216054 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 216055 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 216057 INFO  (zkCallback-159-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f200cf name:ZooKeeperConnection Watcher:127.0.0.1:46238/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 216057 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 216058 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 216059 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 216059 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/shard-1-001/solr.xml
   [junit4]   2> 216063 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/shard-1-001/cores
   [junit4]   2> 216063 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CoreContainer New CoreContainer 10505694
   [junit4]   2> 216064 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/shard-1-001]
   [junit4]   2> 216064 WARN  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/shard-1-001/lib
   [junit4]   2> 216064 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 216065 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 216065 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 216065 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 216065 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46238/solr
   [junit4]   2> 216066 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 216066 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 216067 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 216069 INFO  (zkCallback-162-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14c775 name:ZooKeeperConnection Watcher:127.0.0.1:46238 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 216069 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 216070 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 216073 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$110/21259789@1827102
   [junit4]   2> 216073 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 216074 INFO  (zkCallback-163-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1921965 name:ZooKeeperConnection Watcher:127.0.0.1:46238/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 216074 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 216082 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 216084 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 216084 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 216086 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 216086 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95894437478465544-127.0.0.1:38625_jzn%2Fhn-n_0000000001
   [junit4]   2> 216087 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000 to know if I could be the leader
   [junit4]   2> 216087 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:38625_jzn%2Fhn as DOWN
   [junit4]   2> 216089 INFO  (OverseerStateUpdate-95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38625_jzn%2Fhn"} current state version: 4
   [junit4]   2> 216089 INFO  (OverseerStateUpdate-95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:38625_jzn%2Fhn
   [junit4]   2> 216191 INFO  (zkCallback-158-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 216191 INFO  (zkCallback-163-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 216191 INFO  (zkCallback-154-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 217088 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38625_jzn%2Fhn
   [junit4]   2> 217089 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38625_jzn%2Fhn
   [junit4]   2> 217090 INFO  (zkCallback-163-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 217090 INFO  (zkCallback-154-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 217090 INFO  (zkCallback-158-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 217090 INFO  (zkCallback-163-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 217090 INFO  (zkCallback-158-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 217090 INFO  (zkCallback-154-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 217120 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 217120 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 217120 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/shard-1-001/cores
   [junit4]   2> 217121 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 217121 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/shard-1-001/cores/collection1
   [junit4]   2> 217121 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 217122 INFO  (coreLoadExecutor-528-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 217122 INFO  (coreLoadExecutor-528-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 217122 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 217122 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[3430FFEA85E41F]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 217122 INFO  (coreLoadExecutor-528-thread-1) [    ] o.a.s.c.ZkController Collection collection1 not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 217123 INFO  (OverseerStateUpdate-95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38625/jzn/hn",
   [junit4]   2>   "node_name":"127.0.0.1:38625_jzn%2Fhn",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 5
   [junit4]   2> 217123 INFO  (OverseerStateUpdate-95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38625/jzn/hn",
   [junit4]   2>   "node_name":"127.0.0.1:38625_jzn%2Fhn",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 217123 INFO  (OverseerStateUpdate-95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 217123 INFO  (OverseerStateUpdate-95894437478465540-127.0.0.1:37353_jzn%2Fhn-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 217123 INFO  (coreLoadExecutor-528-thread-1) [    ] o.a.s.c.c.ZkStateReader Deleting data for [collection1]
   [junit4]   2> 217123 INFO  (coreLoadExecutor-528-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 217225 INFO  (zkCallback-158-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 217225 INFO  (zkCallback-163-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 217225 INFO  (zkCallback-154-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 218124 INFO  (coreLoadExecutor-528-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 218124 INFO  (coreLoadExecutor-528-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 218124 INFO  (coreLoadExecutor-528-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 218124 INFO  (coreLoadExecutor-528-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 218124 INFO  (coreLoadExecutor-528-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 218124 INFO  (coreLoadExecutor-528-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_3430FFEA85E41F-001/shard-1-001/cores/collection1'
   [junit4]   2> 218125 INFO  (coreLoadExecutor-528-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 218125 INFO  (coreLoadExecutor-528-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 218126 INFO  (coreLoadExecutor-528-thread-1) [   

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

DelayLazy-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2529291 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2529291 INFO  (zkCallback-2934-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2ce051 name:ZooKeeperConnection Watcher:127.0.0.1:39600/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2529291 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2529292 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2529292 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2529292 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2529293 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2529293 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2529293 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2529294 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2529294 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2529294 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2529294 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[3430FFEA85E41F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2529295 INFO  (zkCallback-2934-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2529295 INFO  (zkCallback-2934-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2529295 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[3430FFEA85E41F]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2529295 INFO  (zkCallback-2934-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2529296 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[3430FFEA85E41F]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39600 39600
   [junit4]   2> 2529423 INFO  (Thread-4986) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39600 39600
   [junit4]   2> 2529424 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[3430FFEA85E41F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 2529438 INFO  (SUITE-ZkStateReaderTest-seed#[3430FFEA85E41F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.overseer.ZkStateReaderTest_3430FFEA85E41F-001
   [junit4]   2> May 14, 2016 2:15:09 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1760, maxMBSortInHeap=6.49145959403012, sim=ClassicSimilarity, locale=ig, timezone=America/Caracas
   [junit4]   2> NOTE: Linux 4.4.0-21-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=126935144,total=243269632
   [junit4]   2> NOTE: All tests run in this JVM: [SSLMigrationTest, VersionInfoTest, CloudExitableDirectoryReaderTest, TestInitParams, XsltUpdateRequestHandlerTest, TestFunctionQuery, TestIBSimilarityFactory, ZkNodePropsTest, DistanceUnitsTest, DistributedFacetPivotSmallTest, TestReloadDeadlock, StressHdfsTest, DisMaxRequestHandlerTest, TestStandardQParsers, TestHighlightDedupGrouping, ActionThrottleTest, CdcrVersionReplicationTest, HdfsDirectoryFactoryTest, DateRangeFieldTest, TestSolrXml, RankQueryTest, PathHierarchyTokenizerFactoryTest, TestDynamicLoading, BasicDistributedZkTest, TestOverriddenPrefixQueryForCustomFieldType, TestExactStatsCache, BlockCacheTest, SparseHLLTest, ClassificationUpdateProcessorFactoryTest, TestRandomFaceting, IndexSchemaRuntimeFieldTest, TestXmlQParser, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSchemaVersionResource, TestSubQueryTransformerCrossCore, AnalyticsQueryTest, CollectionTooManyReplicasTest, SolrCloudExampleTest, PreAnalyzedFieldTest, SignatureUpdateProcessorFactoryTest, ConcurrentDeleteAndCreateCollectionTest, PolyFieldTest, CopyFieldTest, TestValueSourceCache, CacheHeaderTest, PrimUtilsTest, TestUseDocValuesAsStored, DistributedQueryComponentOptimizationTest, PeerSyncTest, SolrRequestParserTest, DistribJoinFromCollectionTest, SyncSliceTest, AlternateDirectoryTest, TestBadConfig, BasicZkTest, AnalysisErrorHandlingTest, TestTolerantUpdateProcessorRandomCloud, BlockJoinFacetDistribTest, DefaultValueUpdateProcessorTest, FullHLLTest, WrapperMergePolicyFactoryTest, TestRTGBase, ForceLeaderTest, TestJsonRequest, SpatialRPTFieldTypeTest, UUIDFieldTest, TestCloudBackupRestore, TestSmileRequest, RulesTest, TestSolr4Spatial, JSONWriterTest, TestDocBasedVersionConstraints, TestSSLRandomization, TestCustomSort, TestLRUCache, DeleteLastCustomShardedReplicaTest, TestRawResponseWriter, TestRandomDVFaceting, OutputWriterTest, TestSolrQueryParserResource, TestSortingResponseWriter, ConjunctionSolrSpellCheckerTest, TestShardHandlerFactory, HdfsTlogReplayBufferedWhileIndexingTest, TestMergePolicyConfig, TestConfigSetImmutable, TestOnReconnectListenerSupport, TestSolrConfigHandlerConcurrent, TestClassicSimilarityFactory, IndexSchemaTest, QueryElevationComponentTest, RequiredFieldsTest, SharedFSAutoReplicaFailoverTest, AnalysisAfterCoreReloadTest, OverseerTaskQueueTest, RAMDirectoryFactoryTest, HdfsDirectoryTest, TestManagedSchema, OverseerTest, LeaderElectionIntegrationTest, LeaderElectionTest, ZkCLITest, TermVectorComponentDistributedTest, ZkControllerTest, TestStressVersions, HardAutoCommitTest, TestRangeQuery, SolrCoreTest, TestFiltering, TestPseudoReturnFields, QueryEqualityTest, IndexBasedSpellCheckerTest, TestWriterPerf, TestOmitPositions, XmlUpdateRequestHandlerTest, TermVectorComponentTest, RegexBoostProcessorTest, ReturnFieldsTest, TestAnalyzedSuggestions, SearchHandlerTest, DirectSolrConnectionTest, SynonymTokenizerTest, TestLMDirichletSimilarityFactory, TestFastWriter, URLClassifyProcessorTest, TestSystemIdResolver, DateFieldTest, TestSolrJ, CursorPagingTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, ConnectionReuseTest, AliasIntegrationTest, ConfigSetsAPITest, CreateCollectionCleanupTest, DeleteInactiveReplicaTest, DeleteShardTest, DistributedQueueTest, HttpPartitionTest, OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, ReplicationFactorTest, RollingRestartTest, TestAuthenticationFramework, TestReplicaProperties, TestRequestForwarding, TestRequestStatusCollectionAPI, TlogReplayBufferedWhileIndexingTest, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsChaosMonkeyNothingIsSafeTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, HdfsThreadLeakTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, ZkStateReaderTest]
   [junit4] Completed [517/598 (3!)] on J0 in 86.75s, 6 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 269 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014: There were test failures: 598 suites (10 ignored), 2420 tests, 2 errors, 2 failures, 117 ignored (71 assumptions) [seed: 3430FFEA85E41F]

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



[JENKINS-EA] Lucene-Solr-6.x-Linux (32bit/jdk-9-ea+116) - Build # 651 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/651/
Java: 32bit/jdk-9-ea+116 -server -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.handler.TestReqParamsAPI.test

Error Message:
Could not get expected value  'CY val' for path 'params/c' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "params":{     "a":"A val",     "b":"B val",     "wt":"json",     "useParams":""},   "context":{     "webapp":"/xh_h/nm",     "path":"/dump1",     "httpMethod":"GET"}},  from server:  http://127.0.0.1:40697/xh_h/nm/collection1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 'params/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "params":{
    "a":"A val",
    "b":"B val",
    "wt":"json",
    "useParams":""},
  "context":{
    "webapp":"/xh_h/nm",
    "path":"/dump1",
    "httpMethod":"GET"}},  from server:  http://127.0.0.1:40697/xh_h/nm/collection1
	at __randomizedtesting.SeedInfo.seed([622EEE0E350D6E05:EA7AD1D49BF103FD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:457)
	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:172)
	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:62)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)


FAILED:  org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithTimeDelay

Error Message:
expected:<2> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<1>
	at __randomizedtesting.SeedInfo.seed([622EEE0E350D6E05:1DB0598B5C6F438F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:138)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithTimeDelay(ZkStateReaderTest.java:52)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)


FAILED:  org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([622EEE0E350D6E05:7D949FF9E56DA8C0]:0)
	at org.apache.solr.common.cloud.ZkStateReader.refreshLegacyClusterState(ZkStateReader.java:522)
	at org.apache.solr.common.cloud.ZkStateReader.forceUpdateCollection(ZkStateReader.java:296)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:127)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:42)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)




Build Log:
[...truncated 10700 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/init-core-data-001
   [junit4]   2> 268937 INFO  (SUITE-TestReqParamsAPI-seed#[622EEE0E350D6E05]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 268939 INFO  (SUITE-TestReqParamsAPI-seed#[622EEE0E350D6E05]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /xh_h/nm
   [junit4]   2> 268941 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 268941 INFO  (Thread-520) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 268942 INFO  (Thread-520) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 269042 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.ZkTestServer start zk server on port:36686
   [junit4]   2> 269042 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 269042 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 269044 INFO  (zkCallback-355-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f2e4bb name:ZooKeeperConnection Watcher:127.0.0.1:36686 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 269044 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 269044 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 269044 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 269045 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 269046 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 269046 INFO  (zkCallback-356-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@cecd1d name:ZooKeeperConnection Watcher:127.0.0.1:36686/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 269046 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 269047 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 269047 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 269047 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 269048 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 269048 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 269049 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 269049 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 269051 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 269051 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 269052 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 269052 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 269052 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 269053 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 269053 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 269053 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 269054 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 269054 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 269054 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 269054 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 269055 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 269055 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 269056 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 269056 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 269056 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 269057 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 269057 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 269057 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 269148 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001/cores/collection1
   [junit4]   2> 269149 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 269150 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1cb02f4{/xh_h/nm,null,AVAILABLE}
   [junit4]   2> 269151 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.e.j.s.ServerConnector Started ServerConnector@12589b2{HTTP/1.1,[http/1.1]}{127.0.0.1:42563}
   [junit4]   2> 269151 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.e.j.s.Server Started @270798ms
   [junit4]   2> 269151 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/tempDir-001/control/data, hostContext=/xh_h/nm, hostPort=42563, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001/cores}
   [junit4]   2> 269151 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@a4a92b
   [junit4]   2> 269151 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001'
   [junit4]   2> 269151 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 269151 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 269151 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 269152 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 269152 INFO  (zkCallback-357-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@34fee0 name:ZooKeeperConnection Watcher:127.0.0.1:36686/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 269152 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 269153 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 269153 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 269153 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001/solr.xml
   [junit4]   2> 269156 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001/cores
   [junit4]   2> 269156 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CoreContainer New CoreContainer 20379734
   [junit4]   2> 269156 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001]
   [junit4]   2> 269156 WARN  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001/lib
   [junit4]   2> 269157 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 269158 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 269158 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 269158 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 269158 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36686/solr
   [junit4]   2> 269158 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 269158 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 269159 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 269159 INFO  (zkCallback-360-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1ff908f name:ZooKeeperConnection Watcher:127.0.0.1:36686 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 269160 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 269160 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 269160 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$109/13441248@aeec9f
   [junit4]   2> 269161 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 269161 INFO  (zkCallback-361-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@59f0ce name:ZooKeeperConnection Watcher:127.0.0.1:36686/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 269161 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 269162 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 269162 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 269163 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 269164 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 269164 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 269165 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 269165 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 269165 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 269166 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 269166 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 269166 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 269166 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 269167 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 269167 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 269168 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 269168 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000
   [junit4]   2> 269168 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42563_xh_h%2Fnm
   [junit4]   2> 269168 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 269168 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.Overseer Overseer (id=95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) starting
   [junit4]   2> 269169 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 269172 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 269172 INFO  (OverseerCollectionConfigSetProcessor-95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 269172 INFO  (OverseerStateUpdate-95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 269172 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42563_xh_h%2Fnm
   [junit4]   2> 269173 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42563_xh_h%2Fnm
   [junit4]   2> 269173 INFO  (OverseerStateUpdate-95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 269173 INFO  (zkCallback-361-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 269173 INFO  (zkCallback-361-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 269198 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 269198 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 269199 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001/cores
   [junit4]   2> 269199 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 269199 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001/cores/collection1
   [junit4]   2> 269199 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 269200 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 269200 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 269200 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 269200 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 269200 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 269200 INFO  (OverseerStateUpdate-95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:42563/xh_h/nm",
   [junit4]   2>   "node_name":"127.0.0.1:42563_xh_h%2Fnm",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 269201 INFO  (OverseerStateUpdate-95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:42563/xh_h/nm",
   [junit4]   2>   "node_name":"127.0.0.1:42563_xh_h%2Fnm",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 269201 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 269201 INFO  (OverseerStateUpdate-95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 269201 INFO  (OverseerStateUpdate-95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 269201 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 269202 INFO  (zkCallback-361-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 270201 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 270202 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 270202 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 270202 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 270202 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 270202 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001/cores/collection1'
   [junit4]   2> 270202 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 270202 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 270203 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 270208 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 270211 WARN  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 270212 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 270232 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 270237 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 270326 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 270331 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 270332 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 270339 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 270341 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 270342 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 270342 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 270343 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 270343 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 270343 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 270343 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001/cores/collection1/data/]
   [junit4]   2> 270344 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ec3b44
   [junit4]   2> 270344 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001/cores/collection1/data
   [junit4]   2> 270344 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001/cores/collection1/data/index/
   [junit4]   2> 270344 WARN  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 270345 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001/cores/collection1/data/index
   [junit4]   2> 270345 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=99.5146484375, floorSegmentMB=0.98828125, forceMergeDeletesPctAllowed=25.889851652243856, segmentsPerTier=25.0, maxCFSSegmentSizeMB=1.123046875, noCFSRatio=1.0
   [junit4]   2> 270346 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@13d8bac lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f414ff),segFN=segments_1,generation=1}
   [junit4]   2> 270346 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 270346 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001/cores/collection1/data/
   [junit4]   2> 270346 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 270349 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 270349 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 270349 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 270349 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 270349 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 270349 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 270350 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 270350 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 270350 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 270350 WARN  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 270352 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 270353 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 270353 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 270354 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 270357 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 270357 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 270358 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 270358 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 270359 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 270359 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 270359 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=878600213, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 270359 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@13d8bac lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f414ff),segFN=segments_1,generation=1}
   [junit4]   2> 270359 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 270359 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@159d325[collection1] main]
   [junit4]   2> 270359 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 270360 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 270360 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 270360 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 270360 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 270360 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 270360 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 270360 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 270360 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 270360 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 270361 INFO  (searcherExecutor-662-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@159d325[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 270361 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 270361 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 270361 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 270361 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1534320247294656512
   [junit4]   2> 270363 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1534320247294656512
   [junit4]   2> 270363 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 270363 INFO  (coreLoadExecutor-661-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 270363 INFO  (coreZkRegister-655-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:42563/xh_h/nm collection:control_collection shard:shard1
   [junit4]   2> 270363 INFO  (coreZkRegister-655-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 270364 INFO  (coreZkRegister-655-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95895015362920452-core_node1-n_0000000000
   [junit4]   2> 270365 INFO  (coreZkRegister-655-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 270365 INFO  (coreZkRegister-655-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 270365 INFO  (coreZkRegister-655-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 270365 INFO  (coreZkRegister-655-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42563/xh_h/nm/collection1/
   [junit4]   2> 270365 INFO  (coreZkRegister-655-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 270365 INFO  (coreZkRegister-655-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:42563/xh_h/nm/collection1/ has no replicas
   [junit4]   2> 270365 INFO  (OverseerStateUpdate-95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 270366 INFO  (coreZkRegister-655-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 270366 INFO  (coreZkRegister-655-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95895015362920452-core_node1-n_0000000000
   [junit4]   2> 270367 INFO  (coreZkRegister-655-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42563/xh_h/nm/collection1/ shard1
   [junit4]   2> 270367 INFO  (OverseerStateUpdate-95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:42563/xh_h/nm",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 270468 INFO  (zkCallback-361-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 270518 INFO  (coreZkRegister-655-thread-1) [    ] o.a.s.c.ZkController We are http://127.0.0.1:42563/xh_h/nm/collection1/ and leader is http://127.0.0.1:42563/xh_h/nm/collection1/
   [junit4]   2> 270518 INFO  (coreZkRegister-655-thread-1) [    ] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42563/xh_h/nm
   [junit4]   2> 270518 INFO  (coreZkRegister-655-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 270518 INFO  (coreZkRegister-655-thread-1) [    ] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 270518 INFO  (coreZkRegister-655-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 270519 INFO  (OverseerStateUpdate-95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:42563/xh_h/nm",
   [junit4]   2>   "node_name":"127.0.0.1:42563_xh_h%2Fnm",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 270519 INFO  (OverseerStateUpdate-95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:42563/xh_h/nm",
   [junit4]   2>   "node_name":"127.0.0.1:42563_xh_h%2Fnm",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 270620 INFO  (zkCallback-361-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 270701 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:36686/solr
   [junit4]   2> 270701 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 270702 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 270703 INFO  (zkCallback-365-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@428b19 name:ZooKeeperConnection Watcher:127.0.0.1:36686/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 270703 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 270703 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 270703 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 270703 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 270703 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 270704 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 270764 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001/cores/collection1
   [junit4]   2> 270764 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001
   [junit4]   2> 270765 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 270766 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b42f9{/xh_h/nm,null,AVAILABLE}
   [junit4]   2> 270767 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1b21505{HTTP/1.1,[http/1.1]}{127.0.0.1:46729}
   [junit4]   2> 270767 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.e.j.s.Server Started @272414ms
   [junit4]   2> 270767 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/xh_h/nm, hostPort=46729, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001/cores}
   [junit4]   2> 270767 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@a4a92b
   [junit4]   2> 270767 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001'
   [junit4]   2> 270767 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 270767 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 270767 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 270767 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 270768 INFO  (zkCallback-366-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@24af14 name:ZooKeeperConnection Watcher:127.0.0.1:36686/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 270768 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 270769 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 270769 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 270769 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001/solr.xml
   [junit4]   2> 270772 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001/cores
   [junit4]   2> 270772 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CoreContainer New CoreContainer 21597177
   [junit4]   2> 270772 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001]
   [junit4]   2> 270772 WARN  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001/lib
   [junit4]   2> 270772 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 270773 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 270773 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 270773 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 270773 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36686/solr
   [junit4]   2> 270773 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 270774 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 270774 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 270774 INFO  (zkCallback-369-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14e25c7 name:ZooKeeperConnection Watcher:127.0.0.1:36686 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 270775 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 270775 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 270776 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$109/13441248@d5e4f6
   [junit4]   2> 270776 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 270776 INFO  (zkCallback-370-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@11e8d2e name:ZooKeeperConnection Watcher:127.0.0.1:36686/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 270776 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 270779 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 270779 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 270780 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 270780 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 270780 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95895015362920456-127.0.0.1:46729_xh_h%2Fnm-n_0000000001
   [junit4]   2> 270781 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000 to know if I could be the leader
   [junit4]   2> 270781 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:46729_xh_h%2Fnm as DOWN
   [junit4]   2> 270781 INFO  (OverseerStateUpdate-95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:46729_xh_h%2Fnm"} current state version: 3
   [junit4]   2> 270782 INFO  (OverseerStateUpdate-95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:46729_xh_h%2Fnm
   [junit4]   2> 270883 INFO  (zkCallback-361-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 270883 INFO  (zkCallback-365-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 270883 INFO  (zkCallback-370-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 271781 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46729_xh_h%2Fnm
   [junit4]   2> 271782 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46729_xh_h%2Fnm
   [junit4]   2> 271782 INFO  (zkCallback-370-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 271782 INFO  (zkCallback-361-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 271782 INFO  (zkCallback-365-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 271782 INFO  (zkCallback-370-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 271782 INFO  (zkCallback-361-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 271782 INFO  (zkCallback-365-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 271803 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 271803 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 271803 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001/cores
   [junit4]   2> 271804 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 271804 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001/cores/collection1
   [junit4]   2> 271804 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 271804 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 271804 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 271804 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 271804 INFO  (TEST-TestReqParamsAPI.test-seed#[622EEE0E350D6E05]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 271805 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.ZkController Collection collection1 not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 271805 INFO  (OverseerStateUpdate-95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:46729/xh_h/nm",
   [junit4]   2>   "node_name":"127.0.0.1:46729_xh_h%2Fnm",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 271805 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.c.ZkStateReader Deleting data for [collection1]
   [junit4]   2> 271805 INFO  (OverseerStateUpdate-95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:46729/xh_h/nm",
   [junit4]   2>   "node_name":"127.0.0.1:46729_xh_h%2Fnm",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 271805 INFO  (OverseerStateUpdate-95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 271805 INFO  (OverseerStateUpdate-95895015362920452-127.0.0.1:42563_xh_h%2Fnm-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 271805 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 271907 INFO  (zkCallback-361-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 271907 INFO  (zkCallback-365-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 271907 INFO  (zkCallback-370-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 272806 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 272806 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 272806 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 272806 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 272806 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 272807 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001/cores/collection1'
   [junit4]   2> 272807 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 272807 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 272808 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 272811 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 272822 WARN  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 272822 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 272827 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 272831 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 272896 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 272899 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 272900 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 272905 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 272907 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 272908 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 272908 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 272909 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 272909 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 272910 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 272910 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 272910 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ec3b44
   [junit4]   2> 272911 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001/cores/collection1/data
   [junit4]   2> 272911 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 272911 WARN  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 272911 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 272911 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=99.5146484375, floorSegmentMB=0.98828125, forceMergeDeletesPctAllowed=25.889851652243856, segmentsPerTier=25.0, maxCFSSegmentSizeMB=1.123046875, noCFSRatio=1.0
   [junit4]   2> 272911 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@d7dddc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14d07c7),segFN=segments_1,generation=1}
   [junit4]   2> 272912 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 272912 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 272912 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_622EEE0E350D6E05-001/shard-1-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 272916 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 272916 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 272917 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 272917 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 272917 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 272917 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 272917 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 272917 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 272917 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 272917 WARN  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 272919 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 272920 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 272921 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 272922 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 272927 INFO  (coreLoadExecutor-672-thread-1) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/lu

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

  [junit4]   2> 2209827 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2209827 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2209827 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2209828 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2209828 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2209829 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2209829 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2209830 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2209830 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2209830 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2209831 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2209831 INFO  (zkCallback-21793-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2209831 INFO  (zkCallback-21793-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2209832 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2209833 INFO  (zkCallback-21793-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2209834 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[622EEE0E350D6E05]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34989 34989
   [junit4]   2> 2209943 INFO  (Thread-3911) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34989 34989
   [junit4]   2> 2209943 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[622EEE0E350D6E05]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 2209944 INFO  (SUITE-ZkStateReaderTest-seed#[622EEE0E350D6E05]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.overseer.ZkStateReaderTest_622EEE0E350D6E05-001
   [junit4]   2> May 14, 2016 4:35:52 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1830, maxMBSortInHeap=7.456952383700287, sim=ClassicSimilarity, locale=en-IM, timezone=UCT
   [junit4]   2> NOTE: Linux 4.4.0-21-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=104193320,total=474701824
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudSchemaless, CollectionsAPIAsyncDistributedZkTest, TestExpandComponent, DocValuesTest, SolrIndexConfigTest, TermsComponentTest, TestStressVersions, CollectionsAPIDistributedZkTest, TestLFUCache, TestCollectionAPI, TolerantUpdateProcessorTest, CheckHdfsIndexTest, TestImplicitCoreProperties, SortByFunctionTest, OpenExchangeRatesOrgProviderTest, ChaosMonkeyNothingIsSafeTest, ClusterStateUpdateTest, QueryResultKeyTest, CSVRequestHandlerTest, ShardRoutingTest, DirectoryFactoryTest, DistributedFacetPivotWhiteBoxTest, HighlighterTest, SharedFSAutoReplicaFailoverUtilsTest, TestRandomRequestDistribution, TestLeaderInitiatedRecoveryThread, TermVectorComponentTest, BasicFunctionalityTest, TestDFRSimilarityFactory, AsyncMigrateRouteKeyTest, TestAnalyzeInfixSuggestions, TestSubQueryTransformerDistrib, DistributedFacetPivotLongTailTest, TestClusterStateMutator, RestartWhileUpdatingTest, LeaderInitiatedRecoveryOnShardRestartTest, TestUniqueKeyFieldResource, OutOfBoxZkACLAndCredentialsProvidersTest, TestPerFieldSimilarityWithDefaultOverride, OverseerRolesTest, TlogReplayBufferedWhileIndexingTest, BlockDirectoryTest, CoreAdminCreateDiscoverTest, SolrPluginUtilsTest, AliasIntegrationTest, CdcrUpdateLogTest, TestSolrCoreProperties, TestCodecSupport, ZkControllerTest, TestSearcherReuse, TestStressUserVersions, FileUtilsTest, ZkCLITest, RecoveryAfterSoftCommitTest, TestCopyFieldCollectionResource, TestStressLiveNodes, TestAuthorizationFramework, TestSerializedLuceneMatchVersion, TestCloudDeleteByQuery, IndexBasedSpellCheckerTest, UniqFieldsUpdateProcessorFactoryTest, TestScoreJoinQPNoScore, TestWordDelimiterFilterFactory, DocValuesMissingTest, TestExceedMaxTermLength, TestChildDocTransformer, BadCopyFieldTest, DistributedSuggestComponentTest, DistributedQueueTest, FastVectorHighlighterTest, DistribCursorPagingTest, SuggestComponentContextFilterQueryTest, DOMUtilTest, SpatialFilterTest, TestUpdate, TestDocumentBuilder, CloudMLTQParserTest, SpellPossibilityIteratorTest, TestQuerySenderNoQuery, TestPartialUpdateDeduplication, SpellingQueryConverterTest, ChaosMonkeySafeLeaderTest, BlockJoinFacetRandomTest, WordBreakSolrSpellCheckerTest, TestSolrConfigHandler, InfoHandlerTest, TestFieldSortValues, TestCursorMarkWithoutUniqueKey, TestQueryWrapperFilter, RequestLoggingTest, DistributedMLTComponentTest, DirectSolrSpellCheckerTest, SolrIndexSplitterTest, TestTrie, BitVectorTest, SuggesterFSTTest, UnloadDistributedZkTest, TestZkChroot, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestRecovery, DistributedSpellCheckComponentTest, TestReload, TestRangeQuery, TestCoreContainer, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest, ConvertedLegacyTest, TestSort, TestFunctionQuery, TestLazyCores, TestIndexSearcher, SoftAutoCommitTest, CurrencyFieldXmlFileTest, SpellCheckCollatorTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, DistanceFunctionTest, SolrInfoMBeanTest, TestQueryUtils, TestReversedWildcardFilterFactory, RequestHandlersTest, MoreLikeThisHandlerTest, TestSolrQueryParser, IndexSchemaTest, MBeansHandlerTest, TestAnalyzedSuggestions, TestBinaryResponseWriter, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, BadComponentTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, NumericFieldsTest, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, TestPhraseSuggestions, TestBM25SimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, PluginInfoTest, TestSystemIdResolver, TestUtils, UUIDFieldTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestDistributedMissingSort, TestHighlightDedupGrouping, TestTolerantSearch, ConnectionReuseTest, CollectionReloadTest, CustomCollectionTest, HttpPartitionTest, OverseerCollectionConfigSetProcessorTest, ReplicationFactorTest, SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SolrCloudExampleTest, TestCloudBackupRestore, TestConfigSetsAPIZkFailure, TestDownShardTolerantSearch, TestRebalanceLeaders, TestSizeLimitedDistributedMap, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, StressHdfsTest, ZkStateReaderTest]
   [junit4] Completed [477/598 (2!)] on J1 in 72.04s, 6 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 378 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014: There were test failures: 598 suites (10 ignored), 2420 tests, 1 error, 2 failures, 117 ignored (71 assumptions) [seed: 622EEE0E350D6E05]

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