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/08/18 18:35:14 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_102) - Build # 17603 - Still Unstable!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17603/
Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestRandomRequestDistribution.test

Error Message:
Shard a1x2_shard1_replica2 received all 10 requests

Stack Trace:
java.lang.AssertionError: Shard a1x2_shard1_replica2 received all 10 requests
	at __randomizedtesting.SeedInfo.seed([1F1080C528FA8687:9744BF1F8606EB7F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.TestRandomRequestDistribution.testRequestTracking(TestRandomRequestDistribution.java:122)
	at org.apache.solr.cloud.TestRandomRequestDistribution.test(TestRandomRequestDistribution.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
IOException occured when talking to server at: http://127.0.0.1:33893/solr/testSolrCloudCollection_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:33893/solr/testSolrCloudCollection_shard1_replica1
	at __randomizedtesting.SeedInfo.seed([1F1080C528FA8687:22C82EE91014D8F7]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:33893/solr/testSolrCloudCollection_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:622)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:33893 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
	... 10 more




Build Log:
[...truncated 11133 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 536400 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 536400 INFO  (Thread-1072) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 536400 INFO  (Thread-1072) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 536501 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.ZkTestServer start zk server on port:34645
   [junit4]   2> 536501 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536501 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536519 INFO  (zkCallback-611-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@49d0e9c3 name:ZooKeeperConnection Watcher:127.0.0.1:34645 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536519 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536519 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536519 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 536527 INFO  (jetty-launcher-610-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 536527 INFO  (jetty-launcher-610-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 536527 INFO  (jetty-launcher-610-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 536527 INFO  (jetty-launcher-610-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 536528 INFO  (jetty-launcher-610-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6bdcf9c1{/solr,null,AVAILABLE}
   [junit4]   2> 536528 INFO  (jetty-launcher-610-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9e7219b{/solr,null,AVAILABLE}
   [junit4]   2> 536528 INFO  (jetty-launcher-610-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d814037{/solr,null,AVAILABLE}
   [junit4]   2> 536528 INFO  (jetty-launcher-610-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1136d329{/solr,null,AVAILABLE}
   [junit4]   2> 536530 INFO  (jetty-launcher-610-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@7c022967{HTTP/1.1,[http/1.1]}{127.0.0.1:33893}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@37cfa9f9{HTTP/1.1,[http/1.1]}{127.0.0.1:33826}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-5) [    ] o.e.j.s.Server Started @538191ms
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@35c41744{HTTP/1.1,[http/1.1]}{127.0.0.1:40945}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33893}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-2) [    ] o.e.j.s.Server Started @538191ms
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-3) [    ] o.e.j.s.Server Started @538191ms
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40945}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33826}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@78d6ce3f{HTTP/1.1,[http/1.1]}{127.0.0.1:43667}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@47c74cba{/solr,null,AVAILABLE}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node3'
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node2'
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-4) [    ] o.e.j.s.Server Started @538191ms
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node5'
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@30233f75{HTTP/1.1,[http/1.1]}{127.0.0.1:43649}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43667}
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536532 INFO  (jetty-launcher-610-thread-1) [    ] o.e.j.s.Server Started @538192ms
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43649}
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node4'
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node1'
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536534 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536535 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536535 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536536 INFO  (zkCallback-612-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@fad2300 name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536536 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536536 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536537 INFO  (zkCallback-613-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@79715964 name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536537 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536537 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536538 INFO  (zkCallback-614-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c17fb53 name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536538 INFO  (zkCallback-615-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@209b65fa name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 536538 INFO  (zkCallback-616-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@587d5afe name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 536538 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536542 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 536544 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node3/.
   [junit4]   2> 536544 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 1899804904
   [junit4]   2> 536544 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node3]
   [junit4]   2> 536545 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node4/.
   [junit4]   2> 536546 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node5/.
   [junit4]   2> 536546 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1743338045
   [junit4]   2> 536546 WARN  (jetty-launcher-610-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node3/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node3/lib
   [junit4]   2> 536546 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node4]
   [junit4]   2> 536546 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 1247273645
   [junit4]   2> 536546 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node5]
   [junit4]   2> 536546 WARN  (jetty-launcher-610-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node4/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node4/lib
   [junit4]   2> 536546 WARN  (jetty-launcher-610-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node5/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node5/lib
   [junit4]   2> 536546 INFO  (jetty-launcher-610-thread-5) [    ] 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,
   [junit4]   2> 536547 INFO  (jetty-launcher-610-thread-4) [    ] 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,
   [junit4]   2> 536547 INFO  (jetty-launcher-610-thread-3) [    ] 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,
   [junit4]   2> 536547 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node2/.
   [junit4]   2> 536547 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1680746998
   [junit4]   2> 536547 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node2]
   [junit4]   2> 536547 WARN  (jetty-launcher-610-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node2/lib
   [junit4]   2> 536547 INFO  (jetty-launcher-610-thread-2) [    ] 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,
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node1/.
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 743080719
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node1]
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34645/solr
   [junit4]   2> 536552 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 536552 WARN  (jetty-launcher-610-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node1/lib
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34645/solr
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-1) [    ] 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,
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 536553 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34645/solr
   [junit4]   2> 536554 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 536554 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34645/solr
   [junit4]   2> 536555 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536555 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 536554 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536555 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536554 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34645/solr
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 536556 INFO  (zkCallback-625-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4f8d2ee4 name:ZooKeeperConnection Watcher:127.0.0.1:34645 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536556 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536558 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536558 INFO  (jetty-launcher-610-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536560 INFO  (zkCallback-626-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3698581e name:ZooKeeperConnection Watcher:127.0.0.1:34645 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536560 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536560 INFO  (zkCallback-627-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@73a88c9a name:ZooKeeperConnection Watcher:127.0.0.1:34645 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536560 INFO  (zkCallback-631-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2f072ccc name:ZooKeeperConnection Watcher:127.0.0.1:34645 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536560 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536560 INFO  (zkCallback-628-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@18f96b8b name:ZooKeeperConnection Watcher:127.0.0.1:34645 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536560 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536560 INFO  (jetty-launcher-610-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536560 INFO  (jetty-launcher-610-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536560 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536560 INFO  (jetty-launcher-610-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536560 INFO  (jetty-launcher-610-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 536561 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$81/1279988131@1cfc4801
   [junit4]   2> 536562 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536563 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1569ecde6010007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 536563 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$81/1279988131@7caef730
   [junit4]   2> 536563 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$81/1279988131@326b71cc
   [junit4]   2> 536563 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$81/1279988131@75106ac3
   [junit4]   2> 536563 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$81/1279988131@54d63677
   [junit4]   2> 536564 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536564 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536564 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536570 INFO  (zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6dab1806 name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536570 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536571 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 536572 INFO  (zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@55f8eba9 name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536572 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536574 INFO  (zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@66b0466b name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536574 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536574 INFO  (zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@11270668 name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536574 INFO  (zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@310dc7d2 name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 536574 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536574 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 536575 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 536583 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 536583 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 536583 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 536583 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 537956 WARN  (SyncThread:0) [    ] o.a.z.s.p.FileTxnLog fsync-ing the write ahead log in SyncThread:0 took 1151ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 537970 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 537970 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 537970 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 537970 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 537970 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 538127 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 538127 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 538127 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 538142 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 538142 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 538204 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 538204 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 538212 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 538212 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 538212 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 538262 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 538262 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 538262 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 538273 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 538273 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 538291 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 538291 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 538291 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 538322 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 538352 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 538352 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 538352 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 538365 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 538385 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 538385 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 538385 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 538385 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 538385 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 538410 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 538410 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 538410 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 538410 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 538411 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 538456 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 538456 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 538456 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 538456 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 538456 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 538499 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 538499 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 538510 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 538510 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 538520 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 538520 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 538520 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 538520 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 538520 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 538521 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 538521 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 538521 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 538521 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 538521 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 538521 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 538522 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 538522 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 538522 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 538522 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 538522 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 538542 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 538542 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 538542 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 538542 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 538553 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 538575 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 538575 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 538575 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 538575 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 538584 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96439049199353867-127.0.0.1:33826_solr-n_0000000000
   [junit4]   2> 538584 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96439049199353871-127.0.0.1:43649_solr-n_0000000001
   [junit4]   2> 538610 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96439049199353869-127.0.0.1:43667_solr-n_0000000002
   [junit4]   2> 538610 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96439049199353868-127.0.0.1:40945_solr-n_0000000003
   [junit4]   2> 538610 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 538611 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33826_solr
   [junit4]   2> 538611 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 538621 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96439049199353870-127.0.0.1:33893_solr-n_0000000004
   [junit4]   2> 538621 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96439049199353867-127.0.0.1:33826_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 538621 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96439049199353869-127.0.0.1:43667_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 538621 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96439049199353871-127.0.0.1:43649_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 538621 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43649_solr
   [junit4]   2> 538621 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40945_solr
   [junit4]   2> 538621 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43649_solr
   [junit4]   2> 538621 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40945_solr
   [junit4]   2> 538631 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43667_solr
   [junit4]   2> 538631 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96439049199353868-127.0.0.1:40945_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 538631 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43667_solr
   [junit4]   2> 538631 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.Overseer Overseer (id=96439049199353867-127.0.0.1:33826_solr-n_0000000000) starting
   [junit4]   2> 538638 INFO  (zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) [n:127.0.0.1:43667_solr    ] 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> 538638 INFO  (zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) [n:127.0.0.1:40945_solr    ] 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> 538638 INFO  (zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) [n:127.0.0.1:33893_solr    ] 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> 538638 INFO  (zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) [n:127.0.0.1:43649_solr    ] 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> 538638 INFO  (zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) [n:127.0.0.1:33826_solr    ] 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> 538638 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:33893_solr as DOWN
   [junit4]   2> 538650 INFO  (zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 538650 INFO  (zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 538651 INFO  (zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 538651 INFO  (zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 538651 INFO  (zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 538663 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 538663 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 538664 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node1/.
   [junit4]   2> 538664 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 538666 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 538666 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 538667 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node2/.
   [junit4]   2> 538667 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 538677 INFO  (zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 538677 INFO  (zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 538677 INFO  (zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 538677 INFO  (zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 538677 INFO  (zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 538677 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 538677 INFO  (jetty-launcher-610-thread-2) [n:127.0.0.1:40945_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 538677 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 538677 INFO  (jetty-launcher-610-thread-1) [n:127.0.0.1:43649_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 538679 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33893_solr
   [junit4]   2> 538679 INFO  (zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 538679 INFO  (zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 538679 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33893_solr
   [junit4]   2> 538680 INFO  (zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 538680 INFO  (zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 538681 INFO  (zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 538681 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 538683 INFO  (zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 538683 INFO  (zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 538683 INFO  (zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 538683 INFO  (zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 538683 INFO  (zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 538683 INFO  (zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 538683 INFO  (zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 538684 INFO  (zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 538684 INFO  (zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 538685 INFO  (zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 538692 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 538692 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 538693 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node4/.
   [junit4]   2> 538694 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 538702 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 538702 INFO  (jetty-launcher-610-thread-4) [n:127.0.0.1:43667_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 538705 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 538705 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 538706 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node5/.
   [junit4]   2> 538706 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 538707 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 538707 INFO  (jetty-launcher-610-thread-5) [n:127.0.0.1:33893_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 538711 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 538711 INFO  (OverseerCollectionConfigSetProcessor-96439049199353867-127.0.0.1:33826_solr-n_0000000000) [n:127.0.0.1:33826_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 538711 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:33826_solr as DOWN
   [junit4]   2> 538711 INFO  (OverseerStateUpdate-96439049199353867-127.0.0.1:33826_solr-n_0000000000) [n:127.0.0.1:33826_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 538724 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33826_solr
   [junit4]   2> 538724 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33826_solr
   [junit4]   2> 538724 INFO  (OverseerStateUpdate-96439049199353867-127.0.0.1:33826_solr-n_0000000000) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 538726 INFO  (zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 538726 INFO  (zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 538726 INFO  (zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 538726 INFO  (zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 538726 INFO  (zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 538727 INFO  (zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 538727 INFO  (zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 538727 INFO  (zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 538727 INFO  (zkCallback-632-thread-1-processing-n:127.0.0.1:33826_solr) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 538727 INFO  (zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 538727 INFO  (OverseerStateUpdate-96439049199353867-127.0.0.1:33826_solr-n_0000000000) [n:127.0.0.1:33826_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33893_solr"} current state version: 0
   [junit4]   2> 538727 INFO  (OverseerStateUpdate-96439049199353867-127.0.0.1:33826_solr-n_0000000000) [n:127.0.0.1:33826_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33893_solr
   [junit4]   2> 538735 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 538735 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 538735 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node3/.
   [junit4]   2> 538736 INFO  (OverseerStateUpdate-96439049199353867-127.0.0.1:33826_solr-n_0000000000) [n:127.0.0.1:33826_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33826_solr"} current state version: 0
   [junit4]   2> 538736 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 538736 INFO  (OverseerStateUpdate-96439049199353867-127.0.0.1:33826_solr-n_0000000000) [n:127.0.0.1:33826_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33826_solr
   [junit4]   2> 538744 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 538744 INFO  (jetty-launcher-610-thread-3) [n:127.0.0.1:33826_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 538744 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 538745 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 538747 INFO  (zkCallback-642-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@422726ef name:ZooKeeperConnection Watcher:127.0.0.1:34645 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 538747 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 538748 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 538751 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@35c41744{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 538752 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1680746998
   [junit4]   2> 538752 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:40945_solr as DOWN
   [junit4]   2> 538757 INFO  (OverseerStateUpdate-96439049199353867-127.0.0.1:33826_solr-n_0000000000) [n:127.0.0.1:33826_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40945_solr"} current state version: 0
   [junit4]   2> 538757 INFO  (OverseerStateUpdate-96439049199353867-127.0.0.1:33826_solr-n_0000000000) [n:127.0.0.1:33826_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:40945_solr
   [junit4]   2> 538759 INFO  (zkCallback-632-thread-2-processing-n:127.0.0.1:33826_solr) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 538759 INFO  (zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 538759 INFO  (zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 538759 INFO  (zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 538759 INFO  (zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 538759 WARN  (zkCallback-633-thread-1-processing-n:127.0.0.1:40945_solr) [n:127.0.0.1:40945_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 538760 INFO  (zkCallback-632-thread-2-processing-n:127.0.0.1:33826_solr) [n:127.0.0.1:33826_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 538760 INFO  (zkCallback-636-thread-1-processing-n:127.0.0.1:33893_solr) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 538761 INFO  (zkCallback-635-thread-1-processing-n:127.0.0.1:43667_solr) [n:127.0.0.1:43667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 538761 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1136d329{/solr,null,UNAVAILABLE}
   [junit4]   2> 538761 INFO  (zkCallback-634-thread-1-processing-n:127.0.0.1:43649_solr) [n:127.0.0.1:43649_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 538761 INFO  (zkCallback-636-thread-2-processing-n:127.0.0.1:33893_solr) [n:127.0.0.1:33893_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96439049199353869-127.0.0.1:43667_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 538762 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 538763 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ca072de{/solr,null,AVAILABLE}
   [junit4]   2> 538763 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.e.j.s.ServerConnector Started ServerConnector@7bd89612{HTTP/1.1,[http/1.1]}{127.0.0.1:42887}
   [junit4]   2> 538764 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.e.j.s.Server Started @540424ms
   [junit4]   2> 538764 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42887}
   [junit4]   2> 538764 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 538764 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node6'
   [junit4]   2> 538765 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 538765 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 538766 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 538767 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 538769 INFO  (zkCallback-644-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@44b56312 name:ZooKeeperConnection Watcher:127.0.0.1:34645/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 538769 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 538769 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 538769 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 538775 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node6/.
   [junit4]   2> 538775 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.CoreContainer New CoreContainer 928263038
   [junit4]   2> 538775 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node6]
   [junit4]   2> 538775 WARN  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node6/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_1F1080C528FA8687-001/tempDir-001/node6/lib
   [junit4]   2> 538776 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] 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,
   [junit4]   2> 538779 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 538779 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 538779 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 538779 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[1F1080C528FA8687]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34645/solr
   [junit4]   2> 538779 INFO  (TEST-BasicAuthIntegrationTe

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

Client$2.execute(SolrZkClient.java:244)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:241)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:241)
   [junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.cancelElection(ElectionContext.java:142)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.cancelElection(ElectionContext.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:450)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1758305 INFO  (TEST-TestRandomRequestDistribution.test-seed#[1F1080C528FA8687]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@96cd326{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1758305 INFO  (TEST-TestRandomRequestDistribution.test-seed#[1F1080C528FA8687]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@12a04e97{/ygi/y,null,UNAVAILABLE}
   [junit4]   2> 1758306 INFO  (TEST-TestRandomRequestDistribution.test-seed#[1F1080C528FA8687]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33549 33549
   [junit4]   2> 1758308 INFO  (Thread-3414) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33549 33549
   [junit4]   2> 1758309 WARN  (Thread-3414) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/a1x2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/overseer/collection-queue-work
   [junit4]   2> 	26	/solr/overseer/queue
   [junit4]   2> 	10	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomRequestDistribution -Dtests.method=test -Dtests.seed=1F1080C528FA8687 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-SV -Dtests.timezone=MET -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 32.8s J1 | TestRandomRequestDistribution.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Shard a1x2_shard1_replica2 received all 10 requests
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1F1080C528FA8687:9744BF1F8606EB7F]:0)
   [junit4]    > 	at org.apache.solr.cloud.TestRandomRequestDistribution.testRequestTracking(TestRandomRequestDistribution.java:122)
   [junit4]    > 	at org.apache.solr.cloud.TestRandomRequestDistribution.test(TestRandomRequestDistribution.java:65)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1758311 INFO  (SUITE-TestRandomRequestDistribution-seed#[1F1080C528FA8687]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_1F1080C528FA8687-001
   [junit4]   2> Aug 18, 2016 6:18:51 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(Lucene62): {}, docValues:{}, maxPointsInLeafNode=2018, maxMBSortInHeap=6.580992569068195, sim=RandomSimilarity(queryNorm=true): {}, locale=es-SV, timezone=MET
   [junit4]   2> NOTE: Linux 4.4.0-31-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=12,threads=1,free=141746360,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSubQueryTransformerDistrib, MultiTermTest, HdfsUnloadDistributedZkTest, RecoveryAfterSoftCommitTest, TestStressVersions, TestCoreContainer, TestUseDocValuesAsStored, DocumentBuilderTest, TestNumericTerms64, SpellCheckComponentTest, ChaosMonkeyNothingIsSafeTest, ChaosMonkeySafeLeaderTest, SpatialRPTFieldTypeTest, UpdateRequestProcessorFactoryTest, TestDFRSimilarityFactory, TestMaxScoreQueryParser, TestFieldTypeCollectionResource, BadCopyFieldTest, TestSolrCoreProperties, TestOverriddenPrefixQueryForCustomFieldType, SoftAutoCommitTest, TestSolrCLIRunExample, TestHashPartitioner, FastVectorHighlighterTest, TestRestoreCore, MBeansHandlerTest, TestAuthenticationFramework, TestSolrCloudWithKerberosAlt, ZkControllerTest, MinimalSchemaTest, TestXmlQParser, TestGeoJSONResponseWriter, DistribDocExpirationUpdateProcessorTest, TestQueryTypes, BigEndianAscendingWordSerializerTest, DistributedIntervalFacetingTest, CreateCollectionCleanupTest, TlogReplayBufferedWhileIndexingTest, MoreLikeThisHandlerTest, DateRangeFieldTest, CollectionTooManyReplicasTest, TestUpdate, TestIntervalFaceting, TestGraphTermsQParserPlugin, TermVectorComponentTest, TestCodecSupport, BlobRepositoryCloudTest, HdfsChaosMonkeySafeLeaderTest, TestStressLiveNodes, OverseerRolesTest, TestMiniSolrCloudCluster, FileUtilsTest, TestLeaderInitiatedRecoveryThread, ZkCLITest, SolrIndexSplitterTest, TestDocBasedVersionConstraints, TestShortCircuitedRequests, SpatialFilterTest, RequestLoggingTest, AsyncMigrateRouteKeyTest, SimpleMLTQParserTest, TestCursorMarkWithoutUniqueKey, TestFileDictionaryLookup, NumericFieldsTest, CloudExitableDirectoryReaderTest, TestChildDocTransformer, HdfsRecoverLeaseTest, TestFieldCache, DistributedTermsComponentTest, TestLFUCache, ConjunctionSolrSpellCheckerTest, DistanceUnitsTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, DocValuesTest, TestQuerySenderListener, TestLMJelinekMercerSimilarityFactory, TestTrie, DistributedQueryComponentOptimizationTest, CSVRequestHandlerTest, OverriddenZkACLAndCredentialsProvidersTest, TestExactStatsCache, TestQuerySenderNoQuery, SolrIndexConfigTest, SegmentsInfoRequestHandlerTest, TestSimpleTrackingShardHandler, SpellCheckCollatorTest, TestNonDefinedSimilarityFactory, TestDocumentBuilder, TestReloadDeadlock, BlockJoinFacetSimpleTest, ShardRoutingTest, TestBinaryResponseWriter, DistributedFacetPivotSmallTest, TestSystemIdResolver, TestSlowCompositeReaderWrapper, TestQueryUtils, TestSmileRequest, BlockCacheTest, TestConfigSetsAPI, SuggesterFSTTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ClusterStateUpdateTest, ZkSolrClientTest, TestZkChroot, ShardRoutingCustomTest, TestDistributedSearch, TestDistributedGrouping, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestRangeQuery, SolrCoreTest, SolrCmdDistributorTest, QueryElevationComponentTest, TestSort, TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTest, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, TestAtomicUpdateErrorCases, StatelessScriptUpdateProcessorFactoryTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, DirectSolrSpellCheckerTest, TermsComponentTest, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, TestJmxIntegration, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, TestRTGBase, CursorPagingTest, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, AliasIntegrationTest, CleanupOldIndexTest, CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, ConnectionManagerTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteShardTest, DistribCursorPagingTest, ForceLeaderTest, LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, ReplicationFactorTest, RollingRestartTest, SharedFSAutoReplicaFailoverUtilsTest, SolrCloudExampleTest, TestCollectionAPI, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestMiniSolrCloudClusterSSL, TestRandomRequestDistribution]
   [junit4] Completed [494/629 (2!)] on J1 in 33.77s, 1 test, 1 failure <<< FAILURES!

[...truncated 60589 lines...]


[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+131) - Build # 17607 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17607/
Java: 64bit/jdk-9-ea+131 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:32805/c8n_1x3_lf_shard1_replica3]

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: No live SolrServers available to handle this request:[http://127.0.0.1:32805/c8n_1x3_lf_shard1_replica3]
	at __randomizedtesting.SeedInfo.seed([1F2C8540BA4B351D:9778BA9A14B758E5]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.sendDocsWithRetry(AbstractFullDistribZkTestBase.java:753)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.sendDocsWithRetry(AbstractFullDistribZkTestBase.java:741)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:178)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
	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:535)
	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:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:843)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:32805/c8n_1x3_lf_shard1_replica3]
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:393)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735)
	at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
	... 1 more
Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:32805/c8n_1x3_lf_shard1_replica3
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:615)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:382)
	... 6 more
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:32805 [/127.0.0.1] failed: Connection refused
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
	... 10 more
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(java.base@9-ea/Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(java.base@9-ea/AbstractPlainSocketImpl.java:400)
	at java.net.AbstractPlainSocketImpl.connectToAddress(java.base@9-ea/AbstractPlainSocketImpl.java:243)
	at java.net.AbstractPlainSocketImpl.connect(java.base@9-ea/AbstractPlainSocketImpl.java:225)
	at java.net.SocksSocketImpl.connect(java.base@9-ea/SocksSocketImpl.java:402)
	at java.net.Socket.connect(java.base@9-ea/Socket.java:591)
	at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:74)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
	... 20 more




Build Log:
[...truncated 12078 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/init-core-data-001
   [junit4]   2> 1322234 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[1F2C8540BA4B351D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 1322234 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[1F2C8540BA4B351D]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1322236 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1322236 INFO  (Thread-2276) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1322236 INFO  (Thread-2276) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1322336 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.ZkTestServer start zk server on port:46794
   [junit4]   2> 1322336 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1322337 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1322337 INFO  (zkCallback-2263-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@57588874 name:ZooKeeperConnection Watcher:127.0.0.1:46794 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1322337 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1322338 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1322338 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1322338 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1322339 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1322339 INFO  (zkCallback-2264-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4e17962a name:ZooKeeperConnection Watcher:127.0.0.1:46794/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1322339 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1322339 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1322339 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1322340 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1322340 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1322340 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1322341 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1322341 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1322341 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1322341 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1322342 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1322342 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1322342 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1322343 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1322343 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1322344 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1322344 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1322344 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1322344 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1322344 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1322345 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1322345 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1322345 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1322345 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1322346 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1322346 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1322346 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1322346 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1322401 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/cores/collection1
   [junit4]   2> 1322402 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1322403 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55a74301{/,null,AVAILABLE}
   [junit4]   2> 1322404 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.e.j.s.ServerConnector Started ServerConnector@20c132e2{HTTP/1.1,[http/1.1]}{127.0.0.1:44008}
   [junit4]   2> 1322404 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.e.j.s.Server Started @1324781ms
   [junit4]   2> 1322404 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/tempDir-001/control/data, hostPort=39545, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/cores}
   [junit4]   2> 1322404 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@2eee9593
   [junit4]   2> 1322404 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001'
   [junit4]   2> 1322404 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1322404 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1322404 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1322405 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1322405 INFO  (zkCallback-2265-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@22d5446 name:ZooKeeperConnection Watcher:127.0.0.1:46794/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1322405 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1322405 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1322406 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1322406 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/solr.xml
   [junit4]   2> 1322409 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/cores
   [junit4]   2> 1322409 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CoreContainer New CoreContainer 71033193
   [junit4]   2> 1322409 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001]
   [junit4]   2> 1322409 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/lib
   [junit4]   2> 1322409 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] 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,
   [junit4]   2> 1322410 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1322410 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1322410 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1322411 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46794/solr
   [junit4]   2> 1322411 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1322411 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1322411 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1322411 INFO  (zkCallback-2268-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@711f53ae name:ZooKeeperConnection Watcher:127.0.0.1:46794 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1322411 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1322412 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1322412 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$226/323258891@69a8933e
   [junit4]   2> 1322412 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1322413 INFO  (zkCallback-2269-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5c33af20 name:ZooKeeperConnection Watcher:127.0.0.1:46794/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1322413 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1322413 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1322414 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1322415 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1322416 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1322417 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1322417 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1322417 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1322418 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1322418 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1322418 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1322418 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1322418 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1322419 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1322419 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1322420 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1322420 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96441248270909444-127.0.0.1:39545_-n_0000000000
   [junit4]   2> 1322420 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39545_
   [junit4]   2> 1322420 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1322420 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.Overseer Overseer (id=96441248270909444-127.0.0.1:39545_-n_0000000000) starting
   [junit4]   2> 1322421 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1322422 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1322422 INFO  (OverseerCollectionConfigSetProcessor-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1322422 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1322422 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39545_
   [junit4]   2> 1322422 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39545_
   [junit4]   2> 1322422 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1322422 INFO  (zkCallback-2269-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> 1322423 INFO  (zkCallback-2269-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1322426 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1322426 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1322427 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/cores
   [junit4]   2> 1322428 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, collection=control_collection, loadOnStartup=true, coreNodeName=, transient=false, name=collection1, shard=, config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1322428 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/cores/collection1
   [junit4]   2> 1322428 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1322428 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1322429 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1322429 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1322429 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1322429 INFO  (coreLoadExecutor-5875-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> 1322429 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-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:39545",
   [junit4]   2>   "node_name":"127.0.0.1:39545_",
   [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> 1322429 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-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:39545",
   [junit4]   2>   "node_name":"127.0.0.1:39545_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1322429 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 1322429 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1322430 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1322430 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1322430 INFO  (zkCallback-2269-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> 1323430 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1323430 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1323430 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1323430 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1323430 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1323430 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/cores/collection1'
   [junit4]   2> 1323431 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1323431 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1323431 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1323434 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1323436 WARN  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1323436 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1323441 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1323444 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1323493 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1323496 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1323496 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1323499 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1323500 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1323501 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1323501 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1323501 INFO  (coreLoadExecutor-5875-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-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1323501 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1323502 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1323502 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/cores/collection1/data/]
   [junit4]   2> 1323502 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@679f3f5c
   [junit4]   2> 1323502 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/cores/collection1/data/snapshot_metadata
   [junit4]   2> 1323502 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1323502 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/cores/collection1/data
   [junit4]   2> 1323502 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1323502 WARN  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1323502 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/cores/collection1/data/index
   [junit4]   2> 1323503 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=3.7421875, floorSegmentMB=0.8837890625, forceMergeDeletesPctAllowed=4.958563723591034, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1323503 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@406497e7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5283ab86),segFN=segments_1,generation=1}
   [junit4]   2> 1323503 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1323503 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/cores/collection1/data/
   [junit4]   2> 1323503 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1323505 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1323505 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1323505 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1323505 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1323505 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1323505 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1323505 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1323505 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1323505 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1323505 WARN  (coreLoadExecutor-5875-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> 1323506 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1323506 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1323507 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1323507 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1323509 INFO  (coreLoadExecutor-5875-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,/terms
   [junit4]   2> 1323509 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1323509 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1323509 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1323509 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1323509 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1323510 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=48.1943359375, floorSegmentMB=0.7783203125, forceMergeDeletesPctAllowed=29.398204357227026, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1323510 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@406497e7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5283ab86),segFN=segments_1,generation=1}
   [junit4]   2> 1323510 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1323510 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@691616f6[collection1] main]
   [junit4]   2> 1323510 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1323510 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1323510 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1323510 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1323510 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1323510 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1323511 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1323511 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1323511 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1323511 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1323511 INFO  (searcherExecutor-5876-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@691616f6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1323511 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1323511 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1323511 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1323511 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1543059973670436864
   [junit4]   2> 1323513 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1543059973670436864
   [junit4]   2> 1323513 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1323513 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1323513 INFO  (coreZkRegister-5868-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:39545 collection:control_collection shard:shard1
   [junit4]   2> 1323514 INFO  (coreZkRegister-5868-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1323514 INFO  (coreZkRegister-5868-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/96441248270909444-core_node1-n_0000000000
   [junit4]   2> 1323514 INFO  (coreZkRegister-5868-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1323515 INFO  (coreZkRegister-5868-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1323515 INFO  (coreZkRegister-5868-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1323515 INFO  (coreZkRegister-5868-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39545/collection1/
   [junit4]   2> 1323515 INFO  (coreZkRegister-5868-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1323515 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-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> 1323515 INFO  (coreZkRegister-5868-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:39545/collection1/ has no replicas
   [junit4]   2> 1323516 INFO  (coreZkRegister-5868-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1323516 INFO  (coreZkRegister-5868-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/96441248270909444-core_node1-n_0000000000
   [junit4]   2> 1323517 INFO  (coreZkRegister-5868-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39545/collection1/ shard1
   [junit4]   2> 1323517 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-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:39545",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1323618 INFO  (zkCallback-2269-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> 1323667 INFO  (coreZkRegister-5868-thread-1) [    ] o.a.s.c.ZkController We are http://127.0.0.1:39545/collection1/ and leader is http://127.0.0.1:39545/collection1/
   [junit4]   2> 1323667 INFO  (coreZkRegister-5868-thread-1) [    ] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:39545
   [junit4]   2> 1323667 INFO  (coreZkRegister-5868-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1323668 INFO  (coreZkRegister-5868-thread-1) [    ] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1323668 INFO  (coreZkRegister-5868-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1323668 INFO  (coreZkRegister-5868-thread-1) [    ] o.a.s.c.c.ZkStateReader Checking legacy cluster state for collection control_collection
   [junit4]   2> 1323668 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-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:39545",
   [junit4]   2>   "node_name":"127.0.0.1:39545_",
   [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> 1323668 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-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:39545",
   [junit4]   2>   "node_name":"127.0.0.1:39545_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1323769 INFO  (zkCallback-2269-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> 1323931 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1323931 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1323932 INFO  (zkCallback-2273-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4db612bc name:ZooKeeperConnection Watcher:127.0.0.1:46794/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1323932 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1323932 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1323932 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1323932 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1323932 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1323933 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1323933 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1323933 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1323933 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1323933 INFO  (zkCallback-2274-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@25bf6131 name:ZooKeeperConnection Watcher:127.0.0.1:46794/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1323933 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1323933 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1323934 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 3
   [junit4]   2> 1323934 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1323989 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001/cores/collection1
   [junit4]   2> 1323990 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001
   [junit4]   2> 1323990 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1323991 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@77fbd8de{/,null,AVAILABLE}
   [junit4]   2> 1323991 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1a89f02c{HTTP/1.1,[http/1.1]}{127.0.0.1:44333}
   [junit4]   2> 1323992 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.e.j.s.Server Started @1326369ms
   [junit4]   2> 1323992 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/tempDir-001/jetty1, hostPort=32805, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001/cores}
   [junit4]   2> 1323992 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@2eee9593
   [junit4]   2> 1323992 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001'
   [junit4]   2> 1323992 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1323992 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1323992 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1323993 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1323993 INFO  (zkCallback-2275-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4e32b600 name:ZooKeeperConnection Watcher:127.0.0.1:46794/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1323993 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1323993 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1323994 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1323994 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001/solr.xml
   [junit4]   2> 1323996 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001/cores
   [junit4]   2> 1323996 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CoreContainer New CoreContainer 1244891327
   [junit4]   2> 1323996 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001]
   [junit4]   2> 1323997 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001/lib
   [junit4]   2> 1323997 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] 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,
   [junit4]   2> 1323998 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1323998 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1323998 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1323998 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46794/solr
   [junit4]   2> 1323998 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1323998 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1323999 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1324000 INFO  (zkCallback-2278-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@21ed7454 name:ZooKeeperConnection Watcher:127.0.0.1:46794 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1324000 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1324000 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1324000 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$226/323258891@2b5fa0e1
   [junit4]   2> 1324001 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1324001 INFO  (zkCallback-2279-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@273af1c1 name:ZooKeeperConnection Watcher:127.0.0.1:46794/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1324001 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1324002 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1324003 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 1324003 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1324004 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1324004 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96441248270909449-127.0.0.1:32805_-n_0000000001
   [junit4]   2> 1324004 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96441248270909444-127.0.0.1:39545_-n_0000000000 to know if I could be the leader
   [junit4]   2> 1324004 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:32805_ as DOWN
   [junit4]   2> 1324004 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32805_
   [junit4]   2> 1324004 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:32805_
   [junit4]   2> 1324005 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:32805_"} current state version: 3
   [junit4]   2> 1324005 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:32805_
   [junit4]   2> 1324005 INFO  (zkCallback-2279-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> 1324005 INFO  (zkCallback-2273-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> 1324005 INFO  (zkCallback-2269-thread-2) [    ] 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> 1324005 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 1324005 INFO  (zkCallback-2279-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1324005 INFO  (zkCallback-2273-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1324005 INFO  (zkCallback-2269-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1324006 INFO  (zkCallback-2279-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> 1324006 INFO  (zkCallback-2273-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> 1324006 INFO  (zkCallback-2269-thread-2) [    ] 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> 1324017 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1324017 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1324018 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001/cores
   [junit4]   2> 1324018 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, collection=collection1, loadOnStartup=true, coreNodeName=, transient=false, name=collection1, shard=, config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1324018 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001/cores/collection1
   [junit4]   2> 1324018 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1324019 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1324019 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1F2C8540BA4B351D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1324019 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1324019 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1324019 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 1324019 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-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:32805",
   [junit4]   2>   "node_name":"127.0.0.1:32805_",
   [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> 1324020 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [0]
   [junit4]   2> 1324020 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-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:32805",
   [junit4]   2>   "node_name":"127.0.0.1:32805_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1324020 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 1324020 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1324020 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1324120 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 2147483647
   [junit4]   2> 1324121 WARN  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.Overseer Bad version writing to ZK using compare-and-set, will force refresh cluster state
   [junit4]   2> org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = BadVersion for /collections/collection1/state.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:115)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1270)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:365)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:362)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:362)
   [junit4]   2> 	at org.apache.solr.cloud.overseer.ZkStateWriter.writePendingUpdates(ZkStateWriter.java:230)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:240)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 1324121 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
   [junit4]   2> 1324121 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: workQueueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:32805_"}
   [junit4]   2> 1324121 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:32805_
   [junit4]   2> 1324122 INFO  (zkCallback-2279-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> 1324122 INFO  (zkCallback-2273-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> 1324122 INFO  (zkCallback-2269-thread-2) [    ] 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> 1324122 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1324122 INFO  (zkCallback-2279-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1324122 INFO  (zkCallback-2279-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [0] to [1]
   [junit4]   2> 1324122 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: workQueueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:32805",
   [junit4]   2>   "node_name":"127.0.0.1:32805_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1324123 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-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:32805",
   [junit4]   2>   "node_name":"127.0.0.1:32805_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1324123 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 1324123 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1324123 INFO  (OverseerStateUpdate-96441248270909444-127.0.0.1:39545_-n_0000000000) [    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 1324123 INFO  (zkCallback-2279-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1324123 INFO  (zkCallback-2279-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [1] to [2]
   [junit4]   2> 1325020 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1325020 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1325020 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1325020 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 1325021 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1325021 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001/cores/collection1'
   [junit4]   2> 1325021 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1325021 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1325021 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1325024 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1325026 WARN  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1325026 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1325031 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1325034 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1325081 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1325083 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1325084 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1325087 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1325088 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1325088 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1325089 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1325089 INFO  (coreLoadExecutor-5886-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-master-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1325089 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1325089 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1325089 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1325089 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@679f3f5c
   [junit4]   2> 1325090 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001/cores/collection1/data/snapshot_metadata
   [junit4]   2> 1325090 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1325090 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001/cores/collection1/data
   [junit4]   2> 1325090 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 1325090 WARN  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1325090 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 1325090 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=3.7421875, floorSegmentMB=0.8837890625, forceMergeDeletesPctAllowed=4.958563723591034, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1325091 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a65977 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@78d09010),segFN=segments_1,generation=1}
   [junit4]   2> 1325091 INFO  (coreLoadExecutor-5886-thread-1) [    ] o.a.s.c.SolrDeletionPolicy ne

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

apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:32805/c8n_1x3_lf_shard1_replica3]
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:393)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:264)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]    > 	... 1 more
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:32805/c8n_1x3_lf_shard1_replica3
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:615)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:382)
   [junit4]    > 	... 6 more
   [junit4]    > Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:32805 [/127.0.0.1] failed: Connection refused
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
   [junit4]    > 	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
   [junit4]    > 	... 10 more
   [junit4]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    > 	at java.net.PlainSocketImpl.socketConnect(java.base@9-ea/Native Method)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.doConnect(java.base@9-ea/AbstractPlainSocketImpl.java:400)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connectToAddress(java.base@9-ea/AbstractPlainSocketImpl.java:243)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connect(java.base@9-ea/AbstractPlainSocketImpl.java:225)
   [junit4]    > 	at java.net.SocksSocketImpl.connect(java.base@9-ea/SocksSocketImpl.java:402)
   [junit4]    > 	at java.net.Socket.connect(java.base@9-ea/Socket.java:591)
   [junit4]    > 	at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:74)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
   [junit4]    > 	... 20 more
   [junit4]   2> 1388395 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[1F2C8540BA4B351D]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1F2C8540BA4B351D-001
   [junit4]   2> Aug 19, 2016 3:18:50 AM 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(Lucene62), sim=RandomSimilarity(queryNorm=false): {}, locale=nd, timezone=GB-Eire
   [junit4]   2> NOTE: Linux 4.4.0-31-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=139359024,total=526909440
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrDeletionPolicy1, RequestHandlersTest, TestJettySolrRunner, HdfsRecoveryZkTest, OverseerTest, TolerantUpdateProcessorTest, CloneFieldUpdateProcessorFactoryTest, TestElisionMultitermQuery, DocValuesMissingTest, CollectionsAPIAsyncDistributedZkTest, TestIndexSearcher, OverseerStatusTest, TestDistributedMissingSort, TestCloudSchemaless, TestAuthorizationFramework, TestPostingsSolrHighlighter, HdfsWriteToMultipleCollectionsTest, SuggesterWFSTTest, TestPerFieldSimilarity, TestReversedWildcardFilterFactory, BadIndexSchemaTest, TestJmxMonitoredMap, DirectSolrConnectionTest, TestPHPSerializedResponseWriter, TestUseDocValuesAsStored2, TestStressReorder, TestDynamicLoading, InfoHandlerTest, HLLSerializationTest, TestDistribIDF, TestManagedStopFilterFactory, HdfsBasicDistributedZkTest, LeaderElectionTest, PluginInfoTest, TestConfigSetImmutable, TestCollationField, ShowFileRequestHandlerTest, DateMathParserTest, TestBlobHandler, TestXIncludeConfig, ZkStateReaderTest, TestSearchPerf, TestQueryWrapperFilter, TestPerFieldSimilarityWithDefaultOverride, SuggesterTSTTest, CurrencyFieldXmlFileTest, TestRebalanceLeaders, StatelessScriptUpdateProcessorFactoryTest, QueryResultKeyTest, BooleanFieldTest, TestTolerantSearch, TestExpandComponent, BasicDistributedZk2Test, CollectionReloadTest, TestExtendedDismaxParser, SaslZkACLProviderTest, SuggestComponentContextFilterQueryTest, TestHashQParserPlugin, DeleteNodeTest, SolrTestCaseJ4Test, TestOnReconnectListenerSupport, TestCSVResponseWriter, DistributedSuggestComponentTest, CdcrReplicationHandlerTest, TestSearcherReuse, TestFieldSortValues, TestManagedResource, JavabinLoaderTest, SearchHandlerTest, FieldAnalysisRequestHandlerTest, TestSolrQueryResponse, TestConfigSetsAPIExclusivity, SuggesterTest, ScriptEngineTest, HdfsLockFactoryTest, BitVectorTest, TestRequestStatusCollectionAPI, CircularListTest, TestJmxIntegration, CoreAdminHandlerTest, CursorMarkTest, RegexBoostProcessorTest, TestMissingGroups, ConfigSetsAPITest, RemoteQueryErrorTest, TestJsonRequest, SolrCloudExampleTest, CdcrUpdateLogTest, TestHdfsCloudBackupRestore, TestShardHandlerFactory, TestWriterPerf, TestUtils, BadComponentTest, SharedFSAutoReplicaFailoverUtilsTest, TestRecovery, FieldMutatingUpdateProcessorTest, TestExceedMaxTermLength, LukeRequestHandlerTest, TestSolrCloudWithSecureImpersonation, TestManagedSchemaAPI, AssignTest, TestZkChroot, BasicDistributedZkTest, UnloadDistributedZkTest, LeaderElectionIntegrationTest, RecoveryZkTest, TestRandomFaceting, ZkSolrClientTest, TestFaceting, TestHashPartitioner, TestRealTimeGet, TestJoin, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, SolrCmdDistributorTest, ConvertedLegacyTest, TestSort, TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, HighlighterTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SuggesterFSTTest, SolrRequestParserTest, TestStressLucene, TestTrie, SpatialFilterTest, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestWordDelimiterFilterFactory, DocValuesMultiTest, SolrInfoMBeanTest, DebugComponentTest, DisMaxRequestHandlerTest, PrimitiveFieldTypeTest, TestOmitPositions, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, TestSolrQueryParser, LoggingHandlerTest, ReturnFieldsTest, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, ResponseLogComponentTest, TestStressRecovery, TestSolrDeletionPolicy2, SampleTest, NumericFieldsTest, MinimalSchemaTest, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestIBSimilarityFactory, TestFastWriter, ChaosMonkeyNothingIsSafeTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, ConcurrentDeleteAndCreateCollectionTest, ConnectionManagerTest, CreateCollectionCleanupTest, CustomCollectionTest, DistributedQueueTest, DistributedVersionInfoTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [462/629 (1!)] on J2 in 66.92s, 1 test, 1 error <<< FAILURES!

[...truncated 50261 lines...]


[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_102) - Build # 17606 - Still Unstable!

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

2 tests failed.
FAILED:  org.apache.solr.cloud.RecoveryZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=3186, name=updateExecutor-683-thread-3, state=RUNNABLE, group=TGRP-RecoveryZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3186, name=updateExecutor-683-thread-3, state=RUNNABLE, group=TGRP-RecoveryZkTest]
	at __randomizedtesting.SeedInfo.seed([DF1AA68B83ADF4C3:574E99512D51993B]:0)
Caused by: org.apache.solr.common.SolrException: Replica: https://127.0.0.1:46465/bx/ih/collection1/ should have been marked under leader initiated recovery in ZkController but wasn't.
	at __randomizedtesting.SeedInfo.seed([DF1AA68B83ADF4C3]:0)
	at org.apache.solr.cloud.LeaderInitiatedRecoveryThread.run(LeaderInitiatedRecoveryThread.java:88)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication

Error Message:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-015/./collection1/data/index.20160819095036798, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-015/./collection1/data/index.20160819095036713, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-015/./collection1/data, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-015/./collection1/data/snapshot_metadata] expected:<3> but was:<4>

Stack Trace:
java.lang.AssertionError: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-015/./collection1/data/index.20160819095036798, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-015/./collection1/data/index.20160819095036713, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-015/./collection1/data, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-015/./collection1/data/snapshot_metadata] expected:<3> but was:<4>
	at __randomizedtesting.SeedInfo.seed([DF1AA68B83ADF4C3:286948D345455B25]: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.apache.solr.handler.TestReplicationHandler.checkForSingleIndex(TestReplicationHandler.java:902)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1334)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10832 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/init-core-data-001
   [junit4]   2> 149923 INFO  (SUITE-TestReplicationHandler-seed#[DF1AA68B83ADF4C3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 149925 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestStopPoll
   [junit4]   2> 149926 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/collection1
   [junit4]   2> 149929 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 149930 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1aa248a{/solr,null,AVAILABLE}
   [junit4]   2> 149931 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.e.j.s.ServerConnector Started ServerConnector@ca1d46{HTTP/1.1,[http/1.1]}{127.0.0.1:34952}
   [junit4]   2> 149931 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.e.j.s.Server Started @151824ms
   [junit4]   2> 149931 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=34952}
   [junit4]   2> 149931 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 149931 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001'
   [junit4]   2> 149931 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 149931 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 149932 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/solr.xml
   [junit4]   2> 149935 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/.
   [junit4]   2> 149935 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CoreContainer New CoreContainer 7468414
   [junit4]   2> 149935 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001]
   [junit4]   2> 149935 WARN  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/lib
   [junit4]   2> 149935 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] 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,
   [junit4]   2> 149937 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 149937 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 149937 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 149938 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 149938 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 149938 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/.
   [junit4]   2> 149939 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 149939 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/./collection1
   [junit4]   2> 149942 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 149942 INFO  (coreLoadExecutor-653-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/collection1'
   [junit4]   2> 149943 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 149943 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 149943 INFO  (coreLoadExecutor-653-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 149943 INFO  (coreLoadExecutor-653-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 149947 INFO  (coreLoadExecutor-653-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 149948 WARN  (coreLoadExecutor-653-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 149950 INFO  (coreLoadExecutor-653-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 149958 INFO  (coreLoadExecutor-653-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 149960 INFO  (coreLoadExecutor-653-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 149962 INFO  (coreLoadExecutor-653-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 149963 INFO  (coreLoadExecutor-653-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/collection1'
   [junit4]   2> 149963 INFO  (coreLoadExecutor-653-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/./collection1
   [junit4]   2> 149963 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 149963 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 149964 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 149964 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/./collection1/data/snapshot_metadata
   [junit4]   2> 149964 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 149964 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/./collection1/data
   [junit4]   2> 149964 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 149964 WARN  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 149964 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 149964 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=1.212890625, floorSegmentMB=0.2978515625, forceMergeDeletesPctAllowed=9.358874732827793, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10228914667914868
   [junit4]   2> 149965 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6fb707 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16e89a2),segFN=segments_1,generation=1}
   [junit4]   2> 149965 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 149965 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/./collection1/data/
   [junit4]   2> 149966 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 149966 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 149967 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 149967 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 149968 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 149969 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 149969 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 149969 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 149969 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 149969 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 149969 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=8, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3734980162283894]
   [junit4]   2> 149970 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6fb707 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16e89a2),segFN=segments_1,generation=1}
   [junit4]   2> 149970 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 149970 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e9deb1[collection1] main]
   [junit4]   2> 149970 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/collection1/conf
   [junit4]   2> 149970 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/collection1/conf}
   [junit4]   2> 149970 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-001/collection1/conf
   [junit4]   2> 149970 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 149970 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 149970 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 149970 INFO  (searcherExecutor-654-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@e9deb1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 149970 INFO  (coreLoadExecutor-653-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 150446 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/collection1
   [junit4]   2> 150449 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 150454 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@46a98e{/solr,null,AVAILABLE}
   [junit4]   2> 150457 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1fabc7e{HTTP/1.1,[http/1.1]}{127.0.0.1:37638}
   [junit4]   2> 150457 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.e.j.s.Server Started @152351ms
   [junit4]   2> 150457 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=37638}
   [junit4]   2> 150458 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93
   [junit4]   2> 150458 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002'
   [junit4]   2> 150458 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 150458 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 150458 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/solr.xml
   [junit4]   2> 150462 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/.
   [junit4]   2> 150462 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CoreContainer New CoreContainer 12730790
   [junit4]   2> 150462 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002]
   [junit4]   2> 150462 WARN  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/lib
   [junit4]   2> 150462 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] 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,
   [junit4]   2> 150464 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 150464 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 150464 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 150464 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 150464 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 150465 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/.
   [junit4]   2> 150466 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 150466 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/./collection1
   [junit4]   2> 150466 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 150467 INFO  (coreLoadExecutor-663-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/collection1'
   [junit4]   2> 150467 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 150467 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 150467 INFO  (coreLoadExecutor-663-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 150467 INFO  (coreLoadExecutor-663-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 150472 INFO  (coreLoadExecutor-663-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 150474 WARN  (coreLoadExecutor-663-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 150474 INFO  (coreLoadExecutor-663-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 150480 INFO  (coreLoadExecutor-663-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 150482 INFO  (coreLoadExecutor-663-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 150485 INFO  (coreLoadExecutor-663-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 150486 INFO  (coreLoadExecutor-663-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/collection1'
   [junit4]   2> 150486 INFO  (coreLoadExecutor-663-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/./collection1
   [junit4]   2> 150486 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 150486 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 150486 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 150487 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/./collection1/data/snapshot_metadata
   [junit4]   2> 150487 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 150487 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/./collection1/data
   [junit4]   2> 150487 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 150487 WARN  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 150487 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 150487 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=1.212890625, floorSegmentMB=0.2978515625, forceMergeDeletesPctAllowed=9.358874732827793, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10228914667914868
   [junit4]   2> 150488 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@150320f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@111ce5e),segFN=segments_1,generation=1}
   [junit4]   2> 150488 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 150488 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/./collection1/data/
   [junit4]   2> 150488 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 150490 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 150491 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 150491 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 150492 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 150492 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 150492 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 150493 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 150493 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 150493 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 150493 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=8, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3734980162283894]
   [junit4]   2> 150493 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@150320f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@111ce5e),segFN=segments_1,generation=1}
   [junit4]   2> 150493 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 150493 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4fec51[collection1] main]
   [junit4]   2> 150493 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/collection1/conf
   [junit4]   2> 150493 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/collection1/conf}
   [junit4]   2> 150493 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_DF1AA68B83ADF4C3-001/solr-instance-002/collection1/conf
   [junit4]   2> 150494 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 150496 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 150497 INFO  (searcherExecutor-664-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4fec51[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 150497 INFO  (coreLoadExecutor-663-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 150498 INFO  (qtp17829012-881) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 150971 INFO  (qtp17829012-883) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 150972 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 0
   [junit4]   2> 150972 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 150973 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 150973 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 150973 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 150975 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 150975 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 150976 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 150976 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 150977 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 150977 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 150978 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 150978 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 150978 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 150979 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 150979 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 150980 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 150980 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 150980 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 150981 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 150982 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 150982 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 150983 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 150983 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 150983 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 150984 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 150984 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 150985 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 150985 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 150985 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 150986 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 150986 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 150986 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 150987 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 150987 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 150987 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 150988 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 150988 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 150989 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 150989 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 150989 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 150990 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 150990 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 150990 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 150991 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 150991 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 150991 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 150992 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 150992 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 150992 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 150994 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50]} 0 1
   [junit4]   2> 150994 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 150994 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 150995 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 150995 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 150996 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 150996 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 150996 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 150997 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 150997 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 150997 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 150998 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 150998 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 150999 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 150999 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 150999 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 151000 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 151000 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 151000 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 151001 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 151001 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 151002 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71]} 0 0
   [junit4]   2> 151002 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72]} 0 0
   [junit4]   2> 151002 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73]} 0 0
   [junit4]   2> 151003 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74]} 0 0
   [junit4]   2> 151003 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75]} 0 0
   [junit4]   2> 151003 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76]} 0 0
   [junit4]   2> 151004 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77]} 0 0
   [junit4]   2> 151004 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78]} 0 0
   [junit4]   2> 151004 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79]} 0 0
   [junit4]   2> 151006 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80]} 0 0
   [junit4]   2> 151006 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81]} 0 0
   [junit4]   2> 151006 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82]} 0 0
   [junit4]   2> 151006 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83]} 0 0
   [junit4]   2> 151007 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84]} 0 0
   [junit4]   2> 151007 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85]} 0 0
   [junit4]   2> 151007 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86]} 0 0
   [junit4]   2> 151008 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87]} 0 0
   [junit4]   2> 151008 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88]} 0 0
   [junit4]   2> 151008 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89]} 0 0
   [junit4]   2> 151009 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90]} 0 0
   [junit4]   2> 151009 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91]} 0 0
   [junit4]   2> 151009 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92]} 0 0
   [junit4]   2> 151010 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93]} 0 0
   [junit4]   2> 151010 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[94]} 0 0
   [junit4]   2> 151010 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[95]} 0 0
   [junit4]   2> 151011 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[96]} 0 0
   [junit4]   2> 151011 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[97]} 0 0
   [junit4]   2> 151011 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[98]} 0 0
   [junit4]   2> 151011 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[99]} 0 0
   [junit4]   2> 151012 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[100]} 0 0
   [junit4]   2> 151012 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[101]} 0 0
   [junit4]   2> 151012 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[102]} 0 0
   [junit4]   2> 151013 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[103]} 0 0
   [junit4]   2> 151013 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[104]} 0 0
   [junit4]   2> 151013 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[105]} 0 0
   [junit4]   2> 151014 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[106]} 0 0
   [junit4]   2> 151014 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[107]} 0 0
   [junit4]   2> 151014 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[108]} 0 0
   [junit4]   2> 151014 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[109]} 0 0
   [junit4]   2> 151015 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[110]} 0 0
   [junit4]   2> 151015 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[111]} 0 0
   [junit4]   2> 151015 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[112]} 0 0
   [junit4]   2> 151016 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[113]} 0 0
   [junit4]   2> 151016 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[114]} 0 0
   [junit4]   2> 151016 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[115]} 0 0
   [junit4]   2> 151016 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[116]} 0 0
   [junit4]   2> 151017 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[117]} 0 0
   [junit4]   2> 151018 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[118]} 0 0
   [junit4]   2> 151018 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[119]} 0 0
   [junit4]   2> 151018 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[120]} 0 0
   [junit4]   2> 151019 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[121]} 0 0
   [junit4]   2> 151019 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[122]} 0 0
   [junit4]   2> 151019 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[123]} 0 0
   [junit4]   2> 151019 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[124]} 0 0
   [junit4]   2> 151020 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[125]} 0 0
   [junit4]   2> 151020 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[126]} 0 0
   [junit4]   2> 151021 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[127]} 0 0
   [junit4]   2> 151021 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[128]} 0 0
   [junit4]   2> 151021 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[129]} 0 0
   [junit4]   2> 151022 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[130]} 0 0
   [junit4]   2> 151022 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[131]} 0 0
   [junit4]   2> 151022 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[132]} 0 0
   [junit4]   2> 151024 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[133]} 0 0
   [junit4]   2> 151025 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[134]} 0 0
   [junit4]   2> 151025 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[135]} 0 0
   [junit4]   2> 151025 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[136]} 0 0
   [junit4]   2> 151026 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[137]} 0 0
   [junit4]   2> 151026 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[138]} 0 0
   [junit4]   2> 151026 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[139]} 0 0
   [junit4]   2> 151027 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[140]} 0 0
   [junit4]   2> 151027 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[141]} 0 0
   [junit4]   2> 151027 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[142]} 0 0
   [junit4]   2> 151028 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[143]} 0 0
   [junit4]   2> 151028 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[144]} 0 0
   [junit4]   2> 151028 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[145]} 0 0
   [junit4]   2> 151029 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[146]} 0 0
   [junit4]   2> 151030 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[147]} 0 0
   [junit4]   2> 151030 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[148]} 0 0
   [junit4]   2> 151030 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[149]} 0 0
   [junit4]   2> 151031 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[150]} 0 0
   [junit4]   2> 151031 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[151]} 0 0
   [junit4]   2> 151031 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[152]} 0 0
   [junit4]   2> 151032 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[153]} 0 0
   [junit4]   2> 151032 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[154]} 0 0
   [junit4]   2> 151032 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[155]} 0 0
   [junit4]   2> 151033 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[156]} 0 0
   [junit4]   2> 151033 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[157]} 0 0
   [junit4]   2> 151033 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[158]} 0 0
   [junit4]   2> 151034 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[159]} 0 0
   [junit4]   2> 151034 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[160]} 0 0
   [junit4]   2> 151034 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[161]} 0 0
   [junit4]   2> 151035 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[162]} 0 0
   [junit4]   2> 151035 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[163]} 0 0
   [junit4]   2> 151035 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[164]} 0 0
   [junit4]   2> 151036 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[165]} 0 0
   [junit4]   2> 151036 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[166]} 0 0
   [junit4]   2> 151037 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[167]} 0 0
   [junit4]   2> 151037 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[168]} 0 0
   [junit4]   2> 151037 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[169]} 0 0
   [junit4]   2> 151038 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[170]} 0 0
   [junit4]   2> 151038 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[171]} 0 0
   [junit4]   2> 151038 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[172]} 0 0
   [junit4]   2> 151038 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[173]} 0 0
   [junit4]   2> 151039 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[174]} 0 0
   [junit4]   2> 151039 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[175]} 0 0
   [junit4]   2> 151039 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[176]} 0 0
   [junit4]   2> 151040 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[177]} 0 0
   [junit4]   2> 151040 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[178]} 0 0
   [junit4]   2> 151040 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[179]} 0 0
   [junit4]   2> 151041 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[180]} 0 0
   [junit4]   2> 151042 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[181]} 0 0
   [junit4]   2> 151042 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[182]} 0 0
   [junit4]   2> 151043 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[183]} 0 0
   [junit4]   2> 151043 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[184]} 0 0
   [junit4]   2> 151043 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[185]} 0 0
   [junit4]   2> 151044 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[186]} 0 0
   [junit4]   2> 151044 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[187]} 0 0
   [junit4]   2> 151044 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[188]} 0 0
   [junit4]   2> 151045 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[189]} 0 0
   [junit4]   2> 151045 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[190]} 0 0
   [junit4]   2> 151046 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[191]} 0 0
   [junit4]   2> 151046 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[192]} 0 0
   [junit4]   2> 151046 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[193]} 0 0
   [junit4]   2> 151047 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[194]} 0 0
   [junit4]   2> 151047 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[195]} 0 0
   [junit4]   2> 151048 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[196]} 0 0
   [junit4]   2> 151048 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[197]} 0 0
   [junit4]   2> 151048 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[198]} 0 0
   [junit4]   2> 151049 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[199]} 0 0
   [junit4]   2> 151049 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[200]} 0 0
   [junit4]   2> 151049 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[201]} 0 0
   [junit4]   2> 151050 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[202]} 0 0
   [junit4]   2> 151050 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[203]} 0 0
   [junit4]   2> 151050 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[204]} 0 0
   [junit4]   2> 151051 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[205]} 0 0
   [junit4]   2> 151051 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[206]} 0 0
   [junit4]   2> 151051 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[207]} 0 0
   [junit4]   2> 151052 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[208]} 0 0
   [junit4]   2> 151052 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[209]} 0 0
   [junit4]   2> 151052 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[210]} 0 0
   [junit4]   2> 151054 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[211]} 0 0
   [junit4]   2> 151054 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[212]} 0 0
   [junit4]   2> 151054 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[213]} 0 0
   [junit4]   2> 151055 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[214]} 0 0
   [junit4]   2> 151055 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[215]} 0 0
   [junit4]   2> 151055 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[216]} 0 0
   [junit4]   2> 151056 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[217]} 0 0
   [junit4]   2> 151056 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[218]} 0 0
   [junit4]   2> 151056 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[219]} 0 0
   [junit4]   2> 151057 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[220]} 0 0
   [junit4]   2> 151057 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[221]} 0 0
   [junit4]   2> 151057 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[222]} 0 0
   [junit4]   2> 151058 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[223]} 0 0
   [junit4]   2> 151058 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[224]} 0 0
   [junit4]   2> 151058 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[225]} 0 0
   [junit4]   2> 151059 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[226]} 0 0
   [junit4]   2> 151059 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[227]} 0 0
   [junit4]   2> 151060 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[228]} 0 0
   [junit4]   2> 151060 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[229]} 0 0
   [junit4]   2> 151060 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[230]} 0 0
   [junit4]   2> 151060 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[231]} 0 0
   [junit4]   2> 151061 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[232]} 0 0
   [junit4]   2> 151061 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[233]} 0 0
   [junit4]   2> 151062 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[234]} 0 0
   [junit4]   2> 151062 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[235]} 0 0
   [junit4]   2> 151062 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[236]} 0 0
   [junit4]   2> 151063 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[237]} 0 0
   [junit4]   2> 151063 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[238]} 0 0
   [junit4]   2> 151063 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[239]} 0 0
   [junit4]   2> 151064 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[240]} 0 0
   [junit4]   2> 151064 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[241]} 0 0
   [junit4]   2> 151064 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[242]} 0 0
   [junit4]   2> 151065 INFO  (qtp17829012-881) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[243]} 0 0
   [junit4]   2> 151066 INFO  (qtp17829012-876) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[244]} 0 0
   [junit4]   2> 151066 INFO  (qtp17829012-883) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[245]} 0 0
   [junit4]   2> 151066 INFO  (qtp17829012-877) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[246]} 0 0
   [junit4]   2> 151067 INFO  (qtp17829012-881) 

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

c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 338450 INFO  (zkCallback-699-thread-1-processing-n:127.0.0.1:46465_bx%2Fih) [n:127.0.0.1:46465_bx%2Fih c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest_DF1AA68B83ADF4C3-001/shard-2-001/cores/collection1/data/snapshot_metadata
   [junit4]   2> 338450 INFO  (zkCallback-699-thread-1-processing-n:127.0.0.1:46465_bx%2Fih) [n:127.0.0.1:46465_bx%2Fih c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest_DF1AA68B83ADF4C3-001/shard-2-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest_DF1AA68B83ADF4C3-001/shard-2-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 338450 INFO  (zkCallback-699-thread-1-processing-n:127.0.0.1:46465_bx%2Fih) [n:127.0.0.1:46465_bx%2Fih c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 338450 INFO  (zkCallback-699-thread-1-processing-n:127.0.0.1:46465_bx%2Fih) [n:127.0.0.1:46465_bx%2Fih c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryZkTest_DF1AA68B83ADF4C3-001/shard-2-001/cores/collection1/data/index
   [junit4]   2> 338450 INFO  (zkCallback-699-thread-1-processing-n:127.0.0.1:46465_bx%2Fih) [n:127.0.0.1:46465_bx%2Fih c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ElectionContext Canceling election /collections/collection1/leader_elect/shard1/election/96440677229461519-core_node2-n_0000000002
   [junit4]   2> 338450 WARN  (zkCallback-699-thread-1-processing-n:127.0.0.1:46465_bx%2Fih) [n:127.0.0.1:46465_bx%2Fih c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election/96440677229461519-core_node2-n_0000000002
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:244)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:241)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:241)
   [junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.cancelElection(ElectionContext.java:142)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.cancelElection(ElectionContext.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:450)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 338452 INFO  (TEST-RecoveryZkTest.test-seed#[DF1AA68B83ADF4C3]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1bb6e54{SSL,[ssl, http/1.1]}{127.0.0.1:46465}
   [junit4]   2> 338452 INFO  (TEST-RecoveryZkTest.test-seed#[DF1AA68B83ADF4C3]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1f9513a{/bx/ih,null,UNAVAILABLE}
   [junit4]   2> 338454 INFO  (TEST-RecoveryZkTest.test-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 32935
   [junit4]   2> 338455 INFO  (TEST-RecoveryZkTest.test-seed#[DF1AA68B83ADF4C3]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44236 44236
   [junit4]   2> 338573 INFO  (Thread-555) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44236 44236
   [junit4]   2> 338574 WARN  (Thread-555) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/96440677229461513-core_node1-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/96440677229461513-127.0.0.1:38470_bx%2Fih-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	35	/solr/overseer/queue
   [junit4]   2> 	34	/solr/overseer/collection-queue-work
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.method=test -Dtests.seed=DF1AA68B83ADF4C3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=Asia/Dushanbe -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   37.1s J2 | RecoveryZkTest.test <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3186, name=updateExecutor-683-thread-3, state=RUNNABLE, group=TGRP-RecoveryZkTest]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DF1AA68B83ADF4C3:574E99512D51993B]:0)
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Replica: https://127.0.0.1:46465/bx/ih/collection1/ should have been marked under leader initiated recovery in ZkController but wasn't.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DF1AA68B83ADF4C3]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderInitiatedRecoveryThread.run(LeaderInitiatedRecoveryThread.java:88)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 338578 INFO  (SUITE-RecoveryZkTest-seed#[DF1AA68B83ADF4C3]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {rnd_b=Lucene50(blocksize=128), _version_=PostingsFormat(name=Direct), a_t=Lucene50(blocksize=128), a_i=Lucene50(blocksize=128), id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1611, maxMBSortInHeap=7.954219003488492, sim=RandomSimilarity(queryNorm=false): {}, locale=es, timezone=Asia/Dushanbe
   [junit4]   2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 1.8.0_102 (32-bit)/cpus=12,threads=1,free=85350224,total=250818560
   [junit4]   2> NOTE: All tests run in this JVM: [TestUtils, TestSolrCloudWithSecureImpersonation, TestJmxMonitoredMap, TestSolrQueryResponse, TestSubQueryTransformer, TestSQLHandler, CoreAdminCreateDiscoverTest, TestSolr4Spatial2, TestPerFieldSimilarity, OverseerCollectionConfigSetProcessorTest, TestFastWriter, StatelessScriptUpdateProcessorFactoryTest, HardAutoCommitTest, TestSearcherReuse, TestBulkSchemaConcurrent, HdfsThreadLeakTest, TestFieldCacheReopen, BitVectorTest, TestHashQParserPlugin, TestSolrQueryParserDefaultOperatorResource, SortSpecParsingTest, TestElisionMultitermQuery, TestDistribDocBasedVersion, TolerantUpdateProcessorTest, TestRebalanceLeaders, OverseerTest, TestShardHandlerFactory, UnloadDistributedZkTest, CursorMarkTest, BooleanFieldTest, SimpleFacetsTest, TestTolerantSearch, TestCollapseQParserPlugin, TermVectorComponentDistributedTest, RecoveryZkTest]
   [junit4] Completed [127/629 (2!)] on J2 in 37.21s, 1 test, 1 error <<< FAILURES!

[...truncated 54079 lines...]


[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+131) - Build # 17605 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17605/
Java: 64bit/jdk-9-ea+131 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Could not get expected value  'CY val' for path 'response/params/y/c' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "response":{     "znodeVersion":0,     "params":{"x":{         "a":"A val",         "b":"B val",         "":{"v":0}}}}},  from server:  https://127.0.0.1:38975/collection1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 'response/params/y/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{
    "znodeVersion":0,
    "params":{"x":{
        "a":"A val",
        "b":"B val",
        "":{"v":0}}}}},  from server:  https://127.0.0.1:38975/collection1
	at __randomizedtesting.SeedInfo.seed([38EE980C16FCBCB1:B0BAA7D6B800D149]: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:535)
	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:159)
	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:61)
	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:535)
	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:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:843)




Build Log:
[...truncated 10651 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/init-core-data-001
   [junit4]   2> 60437 INFO  (SUITE-TestReqParamsAPI-seed#[38EE980C16FCBCB1]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 60438 INFO  (SUITE-TestReqParamsAPI-seed#[38EE980C16FCBCB1]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 60440 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 60440 INFO  (Thread-149) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 60440 INFO  (Thread-149) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 60540 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.ZkTestServer start zk server on port:42205
   [junit4]   2> 60540 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 60541 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 60543 INFO  (zkCallback-88-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@422d5879 name:ZooKeeperConnection Watcher:127.0.0.1:42205 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 60543 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 60543 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 60543 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 60550 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 60550 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 60551 INFO  (zkCallback-89-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@31ad8d4c name:ZooKeeperConnection Watcher:127.0.0.1:42205/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 60552 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 60552 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 60552 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 60553 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 60554 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 60555 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 60556 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 60556 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 60557 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 60557 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 60559 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 60559 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 60560 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 60560 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 60561 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 60561 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 60562 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 60562 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 60563 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 60563 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 60564 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 60564 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 60565 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 60565 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 60566 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 60566 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 60567 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 60567 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 60569 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 60569 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 60571 INFO  (zkCallback-91-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@577417a1 name:ZooKeeperConnection Watcher:127.0.0.1:42205/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 60572 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 60572 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 60665 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/cores/collection1
   [junit4]   2> 60668 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 60669 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@396af870{/,null,AVAILABLE}
   [junit4]   2> 60672 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.e.j.s.ServerConnector Started ServerConnector@65553519{SSL,[ssl, http/1.1]}{127.0.0.1:37470}
   [junit4]   2> 60673 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.e.j.s.Server Started @62582ms
   [junit4]   2> 60673 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/tempDir-001/control/data, hostPort=37470, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/cores}
   [junit4]   2> 60673 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@2b80d80f
   [junit4]   2> 60673 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001'
   [junit4]   2> 60673 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 60673 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 60674 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 60684 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 60686 INFO  (zkCallback-92-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7440b6cb name:ZooKeeperConnection Watcher:127.0.0.1:42205/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 60686 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 60686 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 60687 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 60687 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/solr.xml
   [junit4]   2> 60695 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/cores
   [junit4]   2> 60695 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CoreContainer New CoreContainer 1236788570
   [junit4]   2> 60695 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001]
   [junit4]   2> 60695 WARN  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/lib
   [junit4]   2> 60695 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] 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,
   [junit4]   2> 60699 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 60699 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 60699 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 60699 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42205/solr
   [junit4]   2> 60699 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 60699 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 60699 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 60701 INFO  (zkCallback-95-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@77dc464e name:ZooKeeperConnection Watcher:127.0.0.1:42205 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 60701 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 60701 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 60704 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$227/2025175668@7a75ea01
   [junit4]   2> 60704 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 60706 INFO  (zkCallback-96-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6b36d58 name:ZooKeeperConnection Watcher:127.0.0.1:42205/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 60706 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 60707 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 60708 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 60710 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 60710 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 60711 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 60716 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 60717 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 60718 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 60719 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 60719 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 60720 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 60720 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 60721 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 60722 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 60722 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 60723 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96440129050836997-127.0.0.1:37470_-n_0000000000
   [junit4]   2> 60723 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37470_
   [junit4]   2> 60723 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 60724 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.Overseer Overseer (id=96440129050836997-127.0.0.1:37470_-n_0000000000) starting
   [junit4]   2> 60725 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 60730 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 60730 INFO  (OverseerCollectionConfigSetProcessor-96440129050836997-127.0.0.1:37470_-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 60730 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 60731 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37470_
   [junit4]   2> 60731 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37470_
   [junit4]   2> 60735 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 60735 INFO  (zkCallback-96-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> 60736 INFO  (zkCallback-96-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 60748 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 60748 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 60749 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/cores
   [junit4]   2> 60750 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, collection=control_collection, loadOnStartup=true, coreNodeName=, transient=false, name=collection1, shard=, config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 60751 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/cores/collection1
   [junit4]   2> 60751 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 60751 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 60752 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 60752 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 60752 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 60753 INFO  (coreLoadExecutor-374-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> 60753 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:37470",
   [junit4]   2>   "node_name":"127.0.0.1:37470_",
   [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> 60753 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-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":"https://127.0.0.1:37470",
   [junit4]   2>   "node_name":"127.0.0.1:37470_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 60753 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 60753 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 60754 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 60754 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 60755 INFO  (zkCallback-96-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> 61755 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 61755 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 61755 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 61755 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 61755 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 61755 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/cores/collection1'
   [junit4]   2> 61755 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 61755 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 61756 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 61761 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 61764 WARN  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 61765 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 61784 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 61789 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 61856 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 61861 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 61862 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 61870 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 61872 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 61873 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 61874 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 61875 INFO  (coreLoadExecutor-374-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-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 61875 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 61875 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 61875 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/cores/collection1/data/]
   [junit4]   2> 61875 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1abf2b58
   [junit4]   2> 61876 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/cores/collection1/data/snapshot_metadata
   [junit4]   2> 61876 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 61876 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/cores/collection1/data
   [junit4]   2> 61876 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/cores/collection1/data/index/
   [junit4]   2> 61876 WARN  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 61876 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/cores/collection1/data/index
   [junit4]   2> 61876 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=73.0078125, floorSegmentMB=0.5400390625, forceMergeDeletesPctAllowed=21.02631465097862, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 61877 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5fc716ed lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6a68bf20),segFN=segments_1,generation=1}
   [junit4]   2> 61877 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 61877 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/cores/collection1/data/
   [junit4]   2> 61877 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 61881 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 61881 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 61881 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 61881 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 61881 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 61881 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 61881 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 61881 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 61881 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 61881 WARN  (coreLoadExecutor-374-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> 61883 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 61884 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 61884 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 61885 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 61887 INFO  (coreLoadExecutor-374-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,/terms
   [junit4]   2> 61887 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 61887 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 61887 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 61888 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 61888 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 61888 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=14.8427734375, floorSegmentMB=0.3310546875, forceMergeDeletesPctAllowed=4.967094647509413, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 61889 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5fc716ed lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6a68bf20),segFN=segments_1,generation=1}
   [junit4]   2> 61889 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 61889 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3353e7ff[collection1] main]
   [junit4]   2> 61889 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 61891 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 61891 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 61891 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 61891 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 61892 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 61892 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 61892 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 61892 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 61892 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 61893 INFO  (searcherExecutor-375-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3353e7ff[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 61893 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 61893 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 61893 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 61893 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1543042066335924224
   [junit4]   2> 61895 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1543042066335924224
   [junit4]   2> 61895 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 61896 INFO  (coreLoadExecutor-374-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 61896 INFO  (coreZkRegister-367-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:https://127.0.0.1:37470 collection:control_collection shard:shard1
   [junit4]   2> 61896 INFO  (coreZkRegister-367-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 61898 INFO  (coreZkRegister-367-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/96440129050836997-core_node1-n_0000000000
   [junit4]   2> 61898 INFO  (coreZkRegister-367-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 61900 INFO  (coreZkRegister-367-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 61900 INFO  (coreZkRegister-367-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 61900 INFO  (coreZkRegister-367-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:37470/collection1/
   [junit4]   2> 61900 INFO  (coreZkRegister-367-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 61900 INFO  (coreZkRegister-367-thread-1) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:37470/collection1/ has no replicas
   [junit4]   2> 61900 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-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> 61900 INFO  (coreZkRegister-367-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 61903 INFO  (coreZkRegister-367-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/96440129050836997-core_node1-n_0000000000
   [junit4]   2> 61905 INFO  (coreZkRegister-367-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:37470/collection1/ shard1
   [junit4]   2> 61906 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-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":"https://127.0.0.1:37470",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 62009 INFO  (zkCallback-96-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> 62058 INFO  (coreZkRegister-367-thread-1) [    ] o.a.s.c.ZkController We are https://127.0.0.1:37470/collection1/ and leader is https://127.0.0.1:37470/collection1/
   [junit4]   2> 62058 INFO  (coreZkRegister-367-thread-1) [    ] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:37470
   [junit4]   2> 62058 INFO  (coreZkRegister-367-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 62058 INFO  (coreZkRegister-367-thread-1) [    ] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 62058 INFO  (coreZkRegister-367-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 62059 INFO  (coreZkRegister-367-thread-1) [    ] o.a.s.c.c.ZkStateReader Checking legacy cluster state for collection control_collection
   [junit4]   2> 62060 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-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":"https://127.0.0.1:37470",
   [junit4]   2>   "node_name":"127.0.0.1:37470_",
   [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> 62060 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-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":"https://127.0.0.1:37470",
   [junit4]   2>   "node_name":"127.0.0.1:37470_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 62162 INFO  (zkCallback-96-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> 62253 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 62254 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 62256 INFO  (zkCallback-100-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@555b821c name:ZooKeeperConnection Watcher:127.0.0.1:42205/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 62256 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 62256 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 62256 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 62257 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 62257 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 62258 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 62332 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/cores/collection1
   [junit4]   2> 62332 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001
   [junit4]   2> 62334 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 62335 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@31d3ae5e{/,null,AVAILABLE}
   [junit4]   2> 62336 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.e.j.s.ServerConnector Started ServerConnector@529475ec{SSL,[ssl, http/1.1]}{127.0.0.1:38975}
   [junit4]   2> 62336 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.e.j.s.Server Started @64246ms
   [junit4]   2> 62336 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/tempDir-001/jetty1, hostPort=38975, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/cores}
   [junit4]   2> 62337 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@2b80d80f
   [junit4]   2> 62337 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001'
   [junit4]   2> 62337 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 62337 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 62337 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 62339 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 62341 INFO  (zkCallback-101-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@47f18091 name:ZooKeeperConnection Watcher:127.0.0.1:42205/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 62341 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 62341 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 62343 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 62343 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/solr.xml
   [junit4]   2> 62348 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/cores
   [junit4]   2> 62348 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CoreContainer New CoreContainer 79102813
   [junit4]   2> 62348 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001]
   [junit4]   2> 62348 WARN  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/lib
   [junit4]   2> 62348 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] 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,
   [junit4]   2> 62350 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 62350 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 62350 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 62350 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42205/solr
   [junit4]   2> 62350 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 62350 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 62351 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 62353 INFO  (zkCallback-104-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@62f7e778 name:ZooKeeperConnection Watcher:127.0.0.1:42205 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 62353 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 62353 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 62354 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$227/2025175668@438072e7
   [junit4]   2> 62354 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 62355 INFO  (zkCallback-105-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7e3db3fa name:ZooKeeperConnection Watcher:127.0.0.1:42205/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 62355 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 62359 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 62360 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 62360 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 62361 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 62361 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96440129050837001-127.0.0.1:38975_-n_0000000001
   [junit4]   2> 62362 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96440129050836997-127.0.0.1:37470_-n_0000000000 to know if I could be the leader
   [junit4]   2> 62362 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:38975_ as DOWN
   [junit4]   2> 62363 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38975_
   [junit4]   2> 62363 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38975_
   [junit4]   2> 62363 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38975_"} current state version: 3
   [junit4]   2> 62363 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:38975_
   [junit4]   2> 62364 INFO  (zkCallback-96-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> 62364 INFO  (zkCallback-100-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> 62364 INFO  (zkCallback-96-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 62365 INFO  (zkCallback-100-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 62365 INFO  (zkCallback-105-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> 62366 INFO  (zkCallback-105-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 62373 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 62373 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 62375 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/cores
   [junit4]   2> 62376 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, collection=collection1, loadOnStartup=true, coreNodeName=, transient=false, name=collection1, shard=, config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 62376 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/cores/collection1
   [junit4]   2> 62376 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 62378 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 62378 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 62378 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 62378 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 62379 INFO  (coreLoadExecutor-385-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> 62379 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38975",
   [junit4]   2>   "node_name":"127.0.0.1:38975_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 62379 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-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":"https://127.0.0.1:38975",
   [junit4]   2>   "node_name":"127.0.0.1:38975_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 62379 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 62379 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 62380 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.c.ZkStateReader Deleting data for [collection1]
   [junit4]   2> 62380 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 62481 INFO  (zkCallback-105-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> 62481 INFO  (zkCallback-100-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> 62482 INFO  (zkCallback-96-thread-2) [    ] 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> 63381 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 63381 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 63381 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 63381 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 63381 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 63381 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/cores/collection1'
   [junit4]   2> 63382 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 63382 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 63383 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 63386 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 63388 WARN  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 63389 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 63409 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 63413 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 63492 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 63499 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 63500 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 63507 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 63509 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 63511 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 63512 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 63513 INFO  (coreLoadExecutor-385-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-master-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 63513 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 63514 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 63514 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 63514 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1abf2b58
   [junit4]   2> 63514 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/cores/collection1/data/snapshot_metadata
   [junit4]   2> 63514 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 63515 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/cores/collection1/data
   [junit4]   2> 63515 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 63515 WARN  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 63515 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 63515 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=73.0078125, floorSegmentMB=0.5400390625, forceMergeDeletesPctAllowed=21.02631465097862, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 63515 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@78aa5c98 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a24cce),segFN=segments_1,generation=1}
   [junit4]   2> 63515 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 63516 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 63516 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-1-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 63518 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 63518 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 63519 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 63519 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 63519 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 63519 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 63519 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 63519 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 63519 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 63519 WARN  (coreLoadExecutor-385-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> 63520 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 63521 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 63522 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 63523 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 63527 INFO  (coreLoadExecutor-385-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,/terms
   [junit4]   2> 63527 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 63527 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 63527 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 63528 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 63528 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 63528 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=14.8427734375, floorSegmentMB=0.3310546875, forceMergeDeletesPctAllowed=4.967094647509413, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 63529 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@78aa5c98 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a24cce),segFN=segments_1,generation=1}
   [junit4]   2> 63529 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 63529 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@84105d[collection1] main]
   [junit4]   2> 63529 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 63530 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 63530 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 63530 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 63530 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 63530 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 63530 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 63530 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 63530 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 63530 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 63531 INFO  (searcherExecutor-386-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@84105d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 63531 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 63531 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 63531 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 63531 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1543042068053491712
   [junit4]   2> 63533 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1543042068053491712
   [junit4]   2> 63533 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 63533 INFO  (coreLoadExecutor-385-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 63534 INFO  (coreZkRegister-380-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:https://127.0.0.1:38975 collection:collection1 shard:shard2
   [junit4]   2> 63535 INFO  (coreZkRegister-380-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 63537 INFO  (coreZkRegister-380-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/collection1/leader_elect/shard2/election/96440129050837001-core_node1-n_0000000000
   [junit4]   2> 63537 INFO  (coreZkRegister-380-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard2 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 63538 INFO  (coreZkRegister-380-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 63538 INFO  (coreZkRegister-380-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 63538 INFO  (coreZkRegister-380-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:38975/collection1/
   [junit4]   2> 63538 INFO  (coreZkRegister-380-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 63538 INFO  (coreZkRegister-380-thread-1) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:38975/collection1/ has no replicas
   [junit4]   2> 63538 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1"} current state version: 4
   [junit4]   2> 63539 INFO  (coreZkRegister-380-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 63540 INFO  (coreZkRegister-380-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/96440129050837001-core_node1-n_0000000000
   [junit4]   2> 63541 INFO  (coreZkRegister-380-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:38975/collection1/ shard2
   [junit4]   2> 63541 INFO  (OverseerStateUpdate-96440129050836997-127.0.0.1:37470_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "base_url":"https://127.0.0.1:38975",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 4
   [junit4]   2> 63643 INFO  (zkCallback-100-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> 63643 INFO  (zkCallback-96-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> 63643 INFO  (zkCallback-105-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConne

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

ount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-4-001/cores/collection1/data;done=false>>]
   [junit4]   2> 86772 INFO  (zkCallback-124-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 86772 INFO  (zkCallback-124-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-4-001/cores/collection1/data
   [junit4]   2> 86772 INFO  (zkCallback-124-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-4-001/cores/collection1/data/snapshot_metadata [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-4-001/cores/collection1/data/snapshot_metadata;done=false>>]
   [junit4]   2> 86772 INFO  (zkCallback-124-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 86772 INFO  (zkCallback-124-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-4-001/cores/collection1/data/snapshot_metadata
   [junit4]   2> 86772 INFO  (zkCallback-124-thread-1) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-4-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-4-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 86772 INFO  (zkCallback-124-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 86772 INFO  (zkCallback-124-thread-1) [    ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001/shard-4-001/cores/collection1/data/index
   [junit4]   2> 86772 INFO  (zkCallback-124-thread-1) [    ] o.a.s.c.ElectionContext Canceling election /collections/collection1/leader_elect/shard1/election/96440129050837010-core_node4-n_0000000001
   [junit4]   2> 86772 WARN  (zkCallback-124-thread-1) [    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election/96440129050837010-core_node4-n_0000000001
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:244)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:241)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:241)
   [junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.cancelElection(ElectionContext.java:142)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.cancelElection(ElectionContext.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:450)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(java.base@9-ea/Executors.java:514)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 86773 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@16814cda{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 86773 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1aff7926{/,null,UNAVAILABLE}
   [junit4]   2> 86774 INFO  (TEST-TestReqParamsAPI.test-seed#[38EE980C16FCBCB1]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42205 42205
   [junit4]   2> 86932 INFO  (Thread-149) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42205 42205
   [junit4]   2> 86932 WARN  (Thread-149) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/configs/conf1
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	27	/solr/overseer/queue
   [junit4]   2> 	24	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReqParamsAPI -Dtests.method=test -Dtests.seed=38EE980C16FCBCB1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=gu -Dtests.timezone=Africa/Banjul -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 26.5s J0 | TestReqParamsAPI.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'CY val' for path 'response/params/y/c' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "response":{
   [junit4]    >     "znodeVersion":0,
   [junit4]    >     "params":{"x":{
   [junit4]    >         "a":"A val",
   [junit4]    >         "b":"B val",
   [junit4]    >         "":{"v":0}}}}},  from server:  https://127.0.0.1:38975/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([38EE980C16FCBCB1:B0BAA7D6B800D149]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:535)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:159)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:61)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 86936 INFO  (SUITE-TestReqParamsAPI-seed#[38EE980C16FCBCB1]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_38EE980C16FCBCB1-001
   [junit4]   2> Aug 18, 2016 10:33:32 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(Lucene62): {}, docValues:{}, maxPointsInLeafNode=323, maxMBSortInHeap=7.027094773565196, sim=ClassicSimilarity, locale=gu, timezone=Africa/Banjul
   [junit4]   2> NOTE: Linux 4.4.0-31-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=288134568,total=509018112
   [junit4]   2> NOTE: All tests run in this JVM: [SynonymTokenizerTest, TestSolrConfigHandler, TestDocSet, MergeStrategyTest, TestConfigSetsAPIZkFailure, FileBasedSpellCheckerTest, FacetPivotSmallTest, CollectionStateFormat2Test, TestPivotHelperCode, TestFilteredDocIdSet, TestReqParamsAPI]
   [junit4] Completed [27/629 (1!)] on J0 in 26.77s, 1 test, 1 failure <<< FAILURES!

[...truncated 51658 lines...]


[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_102) - Build # 17604 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17604/
Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([53E0CC81FF0ADE91:625B72B45A35CE41]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:782)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:749)
	at org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:562)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/int[@name='hits' and 6 <= . and . <= 10]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">2</int></lst><result name="response" numFound="0" start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst name="everother"><int name="numFound">1</int><int name="startOffset">9</int><int name="endOffset">18</int><arr name="suggestion"><str>everyother</str></arr></lst></lst><lst name="collations"><lst name="collation"><str name="collationQuery">teststop:everyother</str><int name="hits">14</int><lst name="misspellingsAndCorrections"><str name="everother">everyother</str></lst></lst></lst></lst>
</response>

	request was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:775)
	... 41 more




Build Log:
[...truncated 11656 lines...]
   [junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001
   [junit4]   2> 1126114 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1126115 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1126115 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1126115 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1126115 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1126115 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1126115 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1126128 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1126131 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1126138 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 1126148 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1126203 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1126207 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1126208 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1126211 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1126212 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1126213 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1126213 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1126213 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1126213 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1126213 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr'
   [junit4]   2> 1126214 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1126214 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1126214 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 2068386384
   [junit4]   2> 1126214 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr]
   [junit4]   2> 1126214 WARN  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 1126214 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1126216 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1126216 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1126216 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1126216 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1126216 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1126217 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-spellcheckcomponent.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1126217 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1126217 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1126217 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1126218 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1126218 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1126227 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1126230 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1126237 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 1126240 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1126298 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1126301 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1126302 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1126305 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1126306 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1126306 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1126307 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1126307 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1126308 INFO  (coreLoadExecutor-8423-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1126308 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1126308 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/]
   [junit4]   2> 1126308 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1126308 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/snapshot_metadata
   [junit4]   2> 1126308 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1126308 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001
   [junit4]   2> 1126308 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/index/
   [junit4]   2> 1126308 WARN  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1126308 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/index
   [junit4]   2> 1126309 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=81.7392578125, floorSegmentMB=1.87109375, forceMergeDeletesPctAllowed=9.646818748252786, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1126309 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3ea55d23 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f888698),segFN=segments_1,generation=1}
   [junit4]   2> 1126309 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1126309 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/
   [junit4]   2> 1126310 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1126311 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1126312 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1126312 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1126312 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1126313 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1126313 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1126313 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1126313 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1126314 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=69.3271484375, floorSegmentMB=1.705078125, forceMergeDeletesPctAllowed=12.083295297974562, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8112678733007648
   [junit4]   2> 1126314 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3ea55d23 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f888698),segFN=segments_1,generation=1}
   [junit4]   2> 1126314 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1126314 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1192ac7e[collection1] main]
   [junit4]   2> 1126314 WARN  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1126314 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1126314 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1126314 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1126314 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1126400 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default
   [junit4]   2> 1126474 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default_teststop
   [junit4]   2> 1126474 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
   [junit4]   2> 1126474 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
   [junit4]   2> 1126575 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold
   [junit4]   2> 1126576 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
   [junit4]   2> 1126576 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold_direct
   [junit4]   2> 1126643 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: multipleFields
   [junit4]   2> 1126912 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: freq
   [junit4]   2> 1127050 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: fqcn
   [junit4]   2> 1127050 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1127050 INFO  (searcherExecutor-8424-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1127050 INFO  (coreLoadExecutor-8423-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1127050 INFO  (searcherExecutor-8424-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default_teststop
   [junit4]   2> 1127050 INFO  (searcherExecutor-8424-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1127050 INFO  (searcherExecutor-8424-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct_lowerfilt
   [junit4]   2> 1127050 INFO  (searcherExecutor-8424-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1127050 INFO  (searcherExecutor-8424-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 1127051 INFO  (searcherExecutor-8424-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold_direct
   [junit4]   2> 1127051 INFO  (searcherExecutor-8424-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1127051 INFO  (searcherExecutor-8424-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1127051 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1127051 INFO  (searcherExecutor-8424-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1127051 INFO  (searcherExecutor-8424-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1127051 INFO  (searcherExecutor-8424-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1127052 INFO  (searcherExecutor-8424-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1127052 INFO  (searcherExecutor-8424-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1192ac7e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1127052 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 1127056 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 2
   [junit4]   2> 1127057 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1127059 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 1
   [junit4]   2> 1127060 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 1127062 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 1
   [junit4]   2> 1127062 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 1127064 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 1
   [junit4]   2> 1127064 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 1127066 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 1
   [junit4]   2> 1127066 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10]} 0 0
   [junit4]   2> 1127068 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11]} 0 1
   [junit4]   2> 1127069 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12]} 0 0
   [junit4]   2> 1127071 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13]} 0 1
   [junit4]   2> 1127072 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14]} 0 0
   [junit4]   2> 1127073 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15]} 0 1
   [junit4]   2> 1127074 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16]} 0 0
   [junit4]   2> 1127074 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1127083 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3ea55d23 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f888698),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3ea55d23 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f888698),segFN=segments_2,generation=2}
   [junit4]   2> 1127084 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1127085 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@48869299[collection1] main]
   [junit4]   2> 1127085 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1127085 INFO  (searcherExecutor-8424-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1127442 INFO  (searcherExecutor-8424-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1127782 INFO  (searcherExecutor-8424-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1127910 INFO  (searcherExecutor-8424-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1127910 INFO  (searcherExecutor-8424-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1128330 INFO  (searcherExecutor-8424-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1128681 INFO  (searcherExecutor-8424-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1128998 INFO  (searcherExecutor-8424-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@48869299[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C2) Uninverting(_1(7.0.0):C2) Uninverting(_2(7.0.0):C2) Uninverting(_3(7.0.0):C2) Uninverting(_4(7.0.0):C2) Uninverting(_5(7.0.0):C2) Uninverting(_6(7.0.0):C2) Uninverting(_7(7.0.0):C2) Uninverting(_8(7.0.0):C1)))}
   [junit4]   2> 1128998 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 1923
   [junit4]   2> 1129000 INFO  (TEST-SpellCheckCollatorTest.testCollationWithRangeQuery-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollationWithRangeQuery
   [junit4]   1> id:[1 TO 10] AND lowerfilt:love
   [junit4]   2> 1129434 INFO  (TEST-SpellCheckCollatorTest.testCollationWithRangeQuery-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollationWithRangeQuery
   [junit4]   2> 1129436 INFO  (TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExtendedCollate
   [junit4]   2> 1130121 INFO  (TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testExtendedCollate
   [junit4]   2> 1130123 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEstimatedHitCounts
   [junit4]   2> 1130140 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia} hits=0 status=0 QTime=16
   [junit4]   2> 1130150 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=0} hits=0 status=0 QTime=8
   [junit4]   2> 1130159 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=30} hits=0 status=0 QTime=8
   [junit4]   2> 1130167 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=100} hits=0 status=0 QTime=8
   [junit4]   2> 1130176 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=10000} hits=0 status=0 QTime=8
   [junit4]   2> 1130182 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=11} hits=0 status=0 QTime=5
   [junit4]   2> 1130189 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=3} hits=0 status=0 QTime=5
   [junit4]   2> 1130194 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=4} hits=0 status=0 QTime=4
   [junit4]   2> 1130199 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=16} hits=0 status=0 QTime=4
   [junit4]   2> 1130203 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=2} hits=0 status=0 QTime=3
   [junit4]   2> 1130208 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=13} hits=0 status=0 QTime=4
   [junit4]   2> 1130213 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=12} hits=0 status=0 QTime=4
   [junit4]   2> 1130217 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=7} hits=0 status=0 QTime=4
   [junit4]   2> 1130223 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=3} hits=0 status=0 QTime=5
   [junit4]   2> 1130231 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=3} hits=0 status=0 QTime=3
   [junit4]   2> 1130234 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=8} hits=0 status=0 QTime=2
   [junit4]   2> 1130238 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=9} hits=0 status=0 QTime=3
   [junit4]   2> 1130240 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=1} hits=0 status=0 QTime=2
   [junit4]   2> 1130244 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=8} hits=0 status=0 QTime=2
   [junit4]   2> 1130247 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=2} hits=0 status=0 QTime=2
   [junit4]   2> 1130250 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=4} hits=0 status=0 QTime=3
   [junit4]   2> 1130254 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=1} hits=0 status=0 QTime=3
   [junit4]   2> 1130256 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=1} hits=0 status=0 QTime=2
   [junit4]   2> 1130259 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=2} hits=0 status=0 QTime=2
   [junit4]   2> 1130262 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=14} hits=0 status=0 QTime=2
   [junit4]   2> 1130264 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=12} hits=0 status=0 QTime=2
   [junit4]   2> 1130267 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=3} hits=0 status=0 QTime=2
   [junit4]   2> 1130270 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=2} hits=0 status=0 QTime=2
   [junit4]   2> 1130272 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=15} hits=0 status=0 QTime=2
   [junit4]   2> 1130275 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=15} hits=0 status=0 QTime=2
   [junit4]   2> 1130278 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=5} hits=0 status=0 QTime=2
   [junit4]   2> 1130280 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=14} hits=0 status=0 QTime=2
   [junit4]   2> 1130282 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=10} hits=0 status=0 QTime=1
   [junit4]   2> 1130285 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=3} hits=0 status=0 QTime=1
   [junit4]   2> 1130287 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=12} hits=0 status=0 QTime=1
   [junit4]   2> 1130289 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=17} hits=0 status=0 QTime=1
   [junit4]   2> 1130291 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=5} hits=0 status=0 QTime=1
   [junit4]   2> 1130294 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=7} hits=0 status=0 QTime=1
   [junit4]   2> 1130296 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=14} hits=0 status=0 QTime=1
   [junit4]   2> 1130298 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=2} hits=0 status=0 QTime=2
   [junit4]   2> 1130300 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=10} hits=0 status=0 QTime=1
   [junit4]   2> 1130302 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=1} hits=0 status=0 QTime=1
   [junit4]   2> 1130304 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=16} hits=0 status=0 QTime=1
   [junit4]   2> 1130307 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=8} hits=0 status=0 QTime=2
   [junit4]   2> 1130309 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=12} hits=0 status=0 QTime=2
   [junit4]   2> 1130311 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=13} hits=0 status=0 QTime=1
   [junit4]   2> 1130314 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=6} hits=0 status=0 QTime=2
   [junit4]   2> 1130316 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=10} hits=0 status=0 QTime=1
   [junit4]   2> 1130318 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=12} hits=0 status=0 QTime=1
   [junit4]   2> 1130320 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5} hits=0 status=0 QTime=2
   [junit4]   2> 1130321 ERROR (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/int[@name='hits' and 6 <= . and . <= 10]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">2</int></lst><result name="response" numFound="0" start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst name="everother"><int name="numFound">1</int><int name="startOffset">9</int><int name="endOffset">18</int><arr name="suggestion"><str>everyother</str></arr></lst></lst><lst name="collations"><lst name="collation"><str name="collationQuery">teststop:everyother</str><int name="hits">14</int><lst name="misspellingsAndCorrections"><str name="everother">everyother</str></lst></lst></lst></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
   [junit4]   2> 1130322 ERROR (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5:java.lang.RuntimeException: REQUEST FAILED: xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/int[@name='hits' and 6 <= . and . <= 10]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">2</int></lst><result name="response" numFound="0" start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst name="everother"><int name="numFound">1</int><int name="startOffset">9</int><int name="endOffset">18</int><arr name="suggestion"><str>everyother</str></arr></lst></lst><lst name="collations"><lst name="collation"><str name="collationQuery">teststop:everyother</str><int name="hits">14</int><lst name="misspellingsAndCorrections"><str name="everother">everyother</str></lst></lst></lst></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:775)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:749)
   [junit4]   2> 	at org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:562)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1130322 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testEstimatedHitCounts
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SpellCheckCollatorTest -Dtests.method=testEstimatedHitCounts -Dtests.seed=53E0CC81FF0ADE91 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-AU -Dtests.timezone=America/Kentucky/Louisville -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.20s J1 | SpellCheckCollatorTest.testEstimatedHitCounts <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([53E0CC81FF0ADE91:625B72B45A35CE41]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:782)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:749)
   [junit4]    > 	at org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:562)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/int[@name='hits' and 6 <= . and . <= 10]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">2</int></lst><result name="response" numFound="0" start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst name="everother"><int name="numFound">1</int><int name="startOffset">9</int><int name="endOffset">18</int><arr name="suggestion"><str>everyother</str></arr></lst></lst><lst name="collations"><lst name="collation"><str name="collationQuery">teststop:everyother</str><int name="hits">14</int><lst name="misspellingsAndCorrections"><str name="everother">everyother</str></lst></lst></lst></lst>
   [junit4]    > </response>
   [junit4]    > 	request was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:775)
   [junit4]    > 	... 41 more
   [junit4]   2> 1130325 INFO  (TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithFilter
   [junit4]   2> 1130610 INFO  (TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithFilter
   [junit4]   2> 1130612 INFO  (TEST-SpellCheckCollatorTest.testZeroTries-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testZeroTries
   [junit4]   2> 1130826 INFO  (TEST-SpellCheckCollatorTest.testZeroTries-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testZeroTries
   [junit4]   2> 1130828 INFO  (TEST-SpellCheckCollatorTest.testWithCursorMark-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testWithCursorMark
   [junit4]   2> 1131045 INFO  (TEST-SpellCheckCollatorTest.testWithCursorMark-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testWithCursorMark
   [junit4]   2> 1131046 INFO  (TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithMultipleRequestHandlers
   [junit4]   2> 1131284 INFO  (TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithMultipleRequestHandlers
   [junit4]   2> 1131286 INFO  (TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithGrouping
   [junit4]   2> 1131552 INFO  (TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithGrouping
   [junit4]   2> 1131554 INFO  (TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollationWithHypens
   [junit4]   2> 1132274 INFO  (TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollationWithHypens
   [junit4]   2> 1132275 INFO  (TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testContextSensitiveCollate
   [junit4]   2> 1132280 INFO  (TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.build=true&spellcheck.extendedResults=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.maxResultsForSuggest=0&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=5
   [junit4]   2> 1132285 INFO  (TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&q=teststop:(june+AND+customs)&spellcheck.maxResultsForSuggest=1&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true} hits=1 status=0 QTime=2
   [junit4]   2> 1132286 INFO  (TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={mm=2&q=teststop:(june+customs)&qt=spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck=true&spellcheck.count=10&spellcheck.alternativeTermCount=0&wt=xml&spellcheck.collate=true} hits=2 status=0 QTime=0
   [junit4]   2> 1132671 INFO  (TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.build=true&spellcheck.extendedResults=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.maxResultsForSuggest=0&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=384
   [junit4]   2> 1132673 INFO  (TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&q=teststop:(june+AND+customs)&spellcheck.maxResultsForSuggest=1&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true} hits=1 status=0 QTime=0
   [junit4]   2> 1132674 INFO  (TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={mm=2&q=teststop:(june+customs)&qt=spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck=true&spellcheck.count=10&spellcheck.alternativeTermCount=0&wt=xml&spellcheck.collate=true} hits=2 status=0 QTime=0
   [junit4]   2> 1132675 INFO  (TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testContextSensitiveCollate
   [junit4]   2> 1132676 INFO  (TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithOverride
   [junit4]   2> 1132684 INFO  (TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={mm=1&q=partisian+politcal+mashine&defType=edismax&spellcheck.dictionary=direct&qt=spellCheckCompRH&spellcheck=true&qf=teststop&spellcheck.maxCollations=10&spellcheck.count=10&spellcheck.maxCollationTries=10&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=7
   [junit4]   2> 1132690 INFO  (TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={mm=1&spellcheck.dictionary=direct&qt=spellCheckCompRH&spellcheck.maxCollations=10&spellcheck.maxCollationTries=10&q=partisian+politcal+mashine&defType=edismax&spellcheck.collateParam.mm=100%25&spellcheck=true&qf=teststop&spellcheck.count=10&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=6
   [junit4]   2> 1132691 INFO  (TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[53E0CC81FF0ADE91]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithOverride
   [junit4]   2> 1132710 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1132710 INFO  (SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2068386384
   [junit4]   2> 1132711 INFO  (coreCloseExecutor-8428-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7a0e3583
   [junit4]   2> 1132711 INFO  (coreCloseExecutor-8428-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=17,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1132711 INFO  (coreCloseExecutor-8428-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1132711 INFO  (coreCloseExecutor-8428-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1132711 INFO  (coreCloseExecutor-8428-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1132712 INFO  (coreCloseExecutor-8428-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1132712 INFO  (coreCloseExecutor-8428-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 3 directories currently being tracked
   [junit4]   2> 1132712 INFO  (coreCloseExecutor-8428-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/snapshot_metadata [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/snapshot_metadata;done=false>>]
   [junit4]   2> 1132712 INFO  (coreCloseExecutor-8428-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1132712 INFO  (coreCloseExecutor-8428-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/snapshot_metadata
   [junit4]   2> 1132712 INFO  (coreCloseExecutor-8428-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001;done=false>>]
   [junit4]   2> 1132712 INFO  (coreCloseExecutor-8428-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1132712 INFO  (coreCloseExecutor-8428-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001
   [junit4]   2> 1132712 INFO  (coreCloseExecutor-8428-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1132712 INFO  (coreCloseExecutor-8428-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1132712 INFO  (coreCloseExecutor-8428-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {start1=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_l_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), lowerfilt1=PostingsFormat(name=MockRandom), multiDefault=PostingsFormat(name=Memory doPackFST= true), teststop=PostingsFormat(name=Memory doPackFST= true), intDefault=FST50, range_facet_l=PostingsFormat(name=Memory doPackFST= true), lowerfilt1and2=PostingsFormat(name=Memory doPackFST= true), end4=PostingsFormat(name=MockRandom), end3=FST50, end2=PostingsFormat(name=LuceneVarGapDocFreqInterval), end1=PostingsFormat(name=Memory doPackFST= true), lowerfilt=PostingsFormat(name=Memory doPackFST= true), gram1=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_i_dv=PostingsFormat(name=Memory doPackFST= true), gram2=PostingsFormat(name=LuceneVarGapDocFreqInterval), gram3=FST50, start3=PostingsFormat(name=MockRandom), gram4=PostingsFormat(name=MockRandom), start2=PostingsFormat(name=Memory doPackFST= true), word=PostingsFormat(name=Memory doPackFST= true), timestamp=PostingsFormat(name=Memory doPackFST= true), start4=FST50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=842, maxMBSortInHeap=7.5332084533550265, sim=ClassicSimilarity, locale=en-AU, timezone=America/Kentucky/Louisville
   [junit4]   2> NOTE: Linux 4.4.0-31-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=12,threads=1,free=158819968,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SpatialHeatmapFacetsTest, TestLMJelinekMercerSimilarityFactory, TestLFUCache, TestReloadAndDeleteDocs, HdfsBasicDistributedZk2Test, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSolrCloudWithKerberosAlt, DistributedVersionInfoTest, BasicFunctionalityTest, TestRequestForwarding, CollectionsAPIDistributedZkTest, TestFastLRUCache, TestScoreJoinQPScore, DistributedIntervalFacetingTest, DistributedFacetPivotLargeTest, ZkSolrClientTest, TestQuerySenderNoQuery, CdcrVersionReplicationTest, OpenExchangeRatesOrgProviderTest, TestCopyFieldCollectionResource, DistanceFunctionTest, CollectionTooManyReplicasTest, SpatialRPTFieldTypeTest, DistributedTermsComponentTest, TestDocBasedVersionConstraints, TestDynamicFieldResource, SolrCLIZkUtilsTest, AsyncMigrateRouteKeyTest, BlockJoinFacetSimpleTest, TestFieldCacheWithThreads, TestManagedSchema, SpellPossibilityIteratorTest, AnalyticsQueryTest, DistributedQueryComponentOptimizationTest, TestOverriddenPrefixQueryForCustomFieldType, TestNamedUpdateProcessors, SparseHLLTest, TestSolrDynamicMBean, BlobRepositoryCloudTest, OverriddenZkACLAndCredentialsProvidersTest, SortByFunctionTest, TestDistributedGrouping, TestDocumentBuilder, TestSolrCoreProperties, DocumentBuilderTest, TestLeaderInitiatedRecoveryThread, CoreSorterTest, TestDistributedStatsComponentCardinality, RecoveryAfterSoftCommitTest, MoreLikeThisHandlerTest, HdfsDirectoryTest, RequestLoggingTest, BJQParserTest, TestStressLiveNodes, SolrInfoMBeanTest, SolrIndexSplitterTest, TestCloudPivotFacet, SimplePostToolTest, TestIntervalFaceting, TestFiltering, TestTrie, ZkCLITest, SolrPluginUtilsTest, SegmentsInfoRequestHandlerTest, SuggesterFSTTest, RankQueryTest, TestMiniSolrCloudClusterSSL, AliasIntegrationTest, TestHashPartitioner, TestSurroundQueryParser, NumericFieldsTest, HdfsRecoverLeaseTest, FileUtilsTest, TestFieldCache, TestSlowCompositeReaderWrapper, ClusterStateUpdateTest, TestSchemaResource, TestSubQueryTransformerDistrib, TermsComponentTest, TestFileDictionaryLookup, DOMUtilTest, SpatialFilterTest, TestDefaultStatsCache, TestMinMaxOnMultiValuedField, ChaosMonkeyNothingIsSafeTest, TestReloadDeadlock, TermVectorComponentTest, TestNumericTerms64, TestGraphTermsQParserPlugin, TestPartialUpdateDeduplication, ConvertedLegacyTest, DocValuesTest, DistributedMLTComponentTest, SimpleMLTQParserTest, DistanceUnitsTest, OverseerRolesTest, TestQueryTypes, OpenCloseCoreStressTest, TestCodecSupport, BadCopyFieldTest, TestChildDocTransformer, TestAuthenticationFramework, StatsComponentTest, QueryElevationComponentTest, TestSort, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, SpellCheckCollatorTest]
   [junit4] Completed [346/629 (1!)] on J1 in 6.61s, 11 tests, 1 error <<< FAILURES!

[...truncated 61085 lines...]