You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/01/09 21:33:35 UTC

[JENKINS] Lucene-Solr-Tests-6.x - Build # 665 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/665/

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Error from server at http://127.0.0.1:47895/solr/awhollynewcollection_0: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 510 </title> </head> <body> <h2>HTTP ERROR: 510</h2> <p>Problem accessing /solr/awhollynewcollection_0/select. Reason: <pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;awhollynewcollection_0&quot;:5},code=510}</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:47895/solr/awhollynewcollection_0: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 510 </title>
</head>
<body>
<h2>HTTP ERROR: 510</h2>
<p>Problem accessing /solr/awhollynewcollection_0/select. Reason:
<pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;awhollynewcollection_0&quot;:5},code=510}</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([DF4DDB78FE40A1DB:9738AFCCF8738E4E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:578)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:435)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:387)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1344)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1095)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1037)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:516)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10908 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/init-core-data-001
   [junit4]   2> 68692 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[DF4DDB78FE40A1DB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 68693 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[DF4DDB78FE40A1DB]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001
   [junit4]   2> 68693 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[DF4DDB78FE40A1DB]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 68693 INFO  (Thread-238) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 68693 INFO  (Thread-238) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 68793 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[DF4DDB78FE40A1DB]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:60328
   [junit4]   2> 68818 INFO  (jetty-launcher-78-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 68821 INFO  (jetty-launcher-78-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 68822 INFO  (jetty-launcher-78-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 68824 INFO  (jetty-launcher-78-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@32bc11ad{/solr,null,AVAILABLE}
   [junit4]   2> 68825 INFO  (jetty-launcher-78-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@773bc008{HTTP/1.1,[http/1.1]}{127.0.0.1:49698}
   [junit4]   2> 68825 INFO  (jetty-launcher-78-thread-1) [    ] o.e.j.s.Server Started @73304ms
   [junit4]   2> 68825 INFO  (jetty-launcher-78-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49698}
   [junit4]   2> 68826 ERROR (jetty-launcher-78-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 68826 INFO  (jetty-launcher-78-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 68826 INFO  (jetty-launcher-78-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 68826 INFO  (jetty-launcher-78-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 68826 INFO  (jetty-launcher-78-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-09T20:44:48.292Z
   [junit4]   2> 68847 INFO  (jetty-launcher-78-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2321560a{/solr,null,AVAILABLE}
   [junit4]   2> 68847 INFO  (jetty-launcher-78-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7b998949{HTTP/1.1,[http/1.1]}{127.0.0.1:53531}
   [junit4]   2> 68847 INFO  (jetty-launcher-78-thread-3) [    ] o.e.j.s.Server Started @73326ms
   [junit4]   2> 68847 INFO  (jetty-launcher-78-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53531}
   [junit4]   2> 68848 ERROR (jetty-launcher-78-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 68848 INFO  (jetty-launcher-78-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 68848 INFO  (jetty-launcher-78-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 68848 INFO  (jetty-launcher-78-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 68848 INFO  (jetty-launcher-78-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-09T20:44:48.314Z
   [junit4]   2> 68850 INFO  (jetty-launcher-78-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 68857 INFO  (jetty-launcher-78-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@42b8f4b7{/solr,null,AVAILABLE}
   [junit4]   2> 68857 INFO  (jetty-launcher-78-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@e390bff{HTTP/1.1,[http/1.1]}{127.0.0.1:47895}
   [junit4]   2> 68857 INFO  (jetty-launcher-78-thread-2) [    ] o.e.j.s.Server Started @73336ms
   [junit4]   2> 68857 INFO  (jetty-launcher-78-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47895}
   [junit4]   2> 68862 ERROR (jetty-launcher-78-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 68862 INFO  (jetty-launcher-78-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 68862 INFO  (jetty-launcher-78-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 68862 INFO  (jetty-launcher-78-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 68862 INFO  (jetty-launcher-78-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-09T20:44:48.328Z
   [junit4]   2> 68895 INFO  (jetty-launcher-78-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10143ae{/solr,null,AVAILABLE}
   [junit4]   2> 68896 INFO  (jetty-launcher-78-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3fb9a0f3{HTTP/1.1,[http/1.1]}{127.0.0.1:49436}
   [junit4]   2> 68896 INFO  (jetty-launcher-78-thread-4) [    ] o.e.j.s.Server Started @73375ms
   [junit4]   2> 68896 INFO  (jetty-launcher-78-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49436}
   [junit4]   2> 68896 ERROR (jetty-launcher-78-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 68896 INFO  (jetty-launcher-78-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 68896 INFO  (jetty-launcher-78-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 68896 INFO  (jetty-launcher-78-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 68896 INFO  (jetty-launcher-78-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-09T20:44:48.362Z
   [junit4]   2> 68925 INFO  (jetty-launcher-78-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 68933 INFO  (jetty-launcher-78-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 68943 INFO  (jetty-launcher-78-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 68960 INFO  (jetty-launcher-78-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 68977 INFO  (jetty-launcher-78-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 68962 INFO  (jetty-launcher-78-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 68983 INFO  (jetty-launcher-78-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60328/solr
   [junit4]   2> 69010 INFO  (jetty-launcher-78-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 69026 INFO  (jetty-launcher-78-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60328/solr
   [junit4]   2> 69026 INFO  (jetty-launcher-78-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60328/solr
   [junit4]   2> 69030 INFO  (jetty-launcher-78-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 69046 INFO  (jetty-launcher-78-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60328/solr
   [junit4]   2> 69058 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 0x15984f9eaa00006, 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> 69062 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 0x15984f9eaa00005, 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> 69062 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 0x15984f9eaa00007, 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> 69064 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 0x15984f9eaa00008, 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> 69083 INFO  (jetty-launcher-78-thread-1) [n:127.0.0.1:49698_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49698_solr
   [junit4]   2> 69084 INFO  (jetty-launcher-78-thread-1) [n:127.0.0.1:49698_solr    ] o.a.s.c.Overseer Overseer (id=97255075883253769-127.0.0.1:49698_solr-n_0000000000) starting
   [junit4]   2> 69084 INFO  (jetty-launcher-78-thread-3) [n:127.0.0.1:53531_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53531_solr
   [junit4]   2> 69094 INFO  (zkCallback-98-thread-1-processing-n:127.0.0.1:47895_solr) [n:127.0.0.1:47895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 69098 INFO  (zkCallback-97-thread-1-processing-n:127.0.0.1:53531_solr) [n:127.0.0.1:53531_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 69098 INFO  (zkCallback-96-thread-1-processing-n:127.0.0.1:49698_solr) [n:127.0.0.1:49698_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 69106 INFO  (jetty-launcher-78-thread-2) [n:127.0.0.1:47895_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47895_solr
   [junit4]   2> 69109 INFO  (zkCallback-96-thread-1-processing-n:127.0.0.1:49698_solr) [n:127.0.0.1:49698_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 69110 INFO  (zkCallback-97-thread-1-processing-n:127.0.0.1:53531_solr) [n:127.0.0.1:53531_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 69110 INFO  (zkCallback-98-thread-1-processing-n:127.0.0.1:47895_solr) [n:127.0.0.1:47895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 69118 INFO  (jetty-launcher-78-thread-4) [n:127.0.0.1:49436_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 69121 INFO  (jetty-launcher-78-thread-4) [n:127.0.0.1:49436_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49436_solr
   [junit4]   2> 69122 INFO  (zkCallback-97-thread-1-processing-n:127.0.0.1:53531_solr) [n:127.0.0.1:53531_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 69122 INFO  (OverseerStateUpdate-97255075883253769-127.0.0.1:49698_solr-n_0000000000) [n:127.0.0.1:49698_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 69130 INFO  (zkCallback-98-thread-1-processing-n:127.0.0.1:47895_solr) [n:127.0.0.1:47895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 69136 INFO  (jetty-launcher-78-thread-1) [n:127.0.0.1:49698_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49698_solr
   [junit4]   2> 69141 INFO  (zkCallback-97-thread-1-processing-n:127.0.0.1:53531_solr) [n:127.0.0.1:53531_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 69142 INFO  (zkCallback-98-thread-1-processing-n:127.0.0.1:47895_solr) [n:127.0.0.1:47895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 69146 INFO  (zkCallback-99-thread-1-processing-n:127.0.0.1:49436_solr) [n:127.0.0.1:49436_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 69147 INFO  (zkCallback-96-thread-2-processing-n:127.0.0.1:49698_solr) [n:127.0.0.1:49698_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 69148 INFO  (jetty-launcher-78-thread-3) [n:127.0.0.1:53531_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node3/.
   [junit4]   2> 69185 INFO  (jetty-launcher-78-thread-2) [n:127.0.0.1:47895_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node1/.
   [junit4]   2> 69217 INFO  (jetty-launcher-78-thread-1) [n:127.0.0.1:49698_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node2/.
   [junit4]   2> 69287 INFO  (jetty-launcher-78-thread-4) [n:127.0.0.1:49436_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node4/.
   [junit4]   2> 69355 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[DF4DDB78FE40A1DB]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 69355 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[DF4DDB78FE40A1DB]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60328/solr ready
   [junit4]   2> 69388 INFO  (TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[DF4DDB78FE40A1DB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionReload
   [junit4]   2> 69389 INFO  (TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[DF4DDB78FE40A1DB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 69399 INFO  (qtp95631569-649) [n:127.0.0.1:53531_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=reloaded_collection&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 69404 INFO  (OverseerThreadFactory-210-thread-1-processing-n:127.0.0.1:49698_solr) [n:127.0.0.1:49698_solr    ] o.a.s.c.CreateCollectionCmd Create collection reloaded_collection
   [junit4]   2> 69538 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 69567 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 69569 INFO  (qtp315156075-642) [n:127.0.0.1:47895_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 69570 INFO  (qtp2041713106-630) [n:127.0.0.1:49698_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 69679 INFO  (zkCallback-98-thread-1-processing-n:127.0.0.1:47895_solr) [n:127.0.0.1:47895_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 69679 INFO  (zkCallback-97-thread-1-processing-n:127.0.0.1:53531_solr) [n:127.0.0.1:53531_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 69679 INFO  (zkCallback-96-thread-2-processing-n:127.0.0.1:49698_solr) [n:127.0.0.1:49698_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 69679 INFO  (zkCallback-99-thread-1-processing-n:127.0.0.1:49436_solr) [n:127.0.0.1:49436_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 70568 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 70583 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 70585 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.s.IndexSchema [reloaded_collection_shard1_replica2] Schema name=minimal
   [junit4]   2> 70590 INFO  (qtp315156075-642) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 70595 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 70618 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'reloaded_collection_shard1_replica2' using configuration from collection reloaded_collection
   [junit4]   2> 70618 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.c.SolrCore [[reloaded_collection_shard1_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node3/reloaded_collection_shard1_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node3/./reloaded_collection_shard1_replica2/data/]
   [junit4]   2> 70619 INFO  (qtp315156075-642) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.s.IndexSchema [reloaded_collection_shard2_replica2] Schema name=minimal
   [junit4]   2> 70620 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.s.IndexSchema [reloaded_collection_shard2_replica1] Schema name=minimal
   [junit4]   2> 70620 INFO  (qtp2041713106-630) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 70628 INFO  (qtp2041713106-630) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.s.IndexSchema [reloaded_collection_shard1_replica1] Schema name=minimal
   [junit4]   2> 70637 INFO  (qtp2041713106-630) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 70637 INFO  (qtp315156075-642) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 70637 INFO  (qtp2041713106-630) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'reloaded_collection_shard1_replica1' using configuration from collection reloaded_collection
   [junit4]   2> 70638 INFO  (qtp315156075-642) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.c.CoreContainer Creating SolrCore 'reloaded_collection_shard2_replica2' using configuration from collection reloaded_collection
   [junit4]   2> 70638 INFO  (qtp315156075-642) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.c.SolrCore [[reloaded_collection_shard2_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node1/reloaded_collection_shard2_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node1/./reloaded_collection_shard2_replica2/data/]
   [junit4]   2> 70639 INFO  (qtp2041713106-630) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.c.SolrCore [[reloaded_collection_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node2/reloaded_collection_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node2/./reloaded_collection_shard1_replica1/data/]
   [junit4]   2> 70642 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 70643 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'reloaded_collection_shard2_replica1' using configuration from collection reloaded_collection
   [junit4]   2> 70644 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.c.SolrCore [[reloaded_collection_shard2_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node4/reloaded_collection_shard2_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node4/./reloaded_collection_shard2_replica1/data/]
   [junit4]   2> 70671 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 70671 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 70672 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 70672 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 70672 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 70672 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 70673 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 70673 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 70674 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2ae580f8[reloaded_collection_shard2_replica1] main]
   [junit4]   2> 70674 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@46b4cbd[reloaded_collection_shard1_replica2] main]
   [junit4]   2> 70675 INFO  (qtp315156075-642) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 70675 INFO  (qtp315156075-642) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 70675 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 70675 INFO  (qtp315156075-642) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 70676 INFO  (qtp315156075-642) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 70676 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 70676 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 70676 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 70676 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 70676 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 70676 INFO  (qtp315156075-642) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@44aba6ba[reloaded_collection_shard2_replica2] main]
   [junit4]   2> 70677 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556081216211386368
   [junit4]   2> 70677 INFO  (searcherExecutor-222-thread-1-processing-n:127.0.0.1:49436_solr x:reloaded_collection_shard2_replica1 s:shard2 c:reloaded_collection) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.c.SolrCore [reloaded_collection_shard2_replica1] Registered new searcher Searcher@2ae580f8[reloaded_collection_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 70677 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556081216211386368
   [junit4]   2> 70678 INFO  (qtp315156075-642) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 70679 INFO  (qtp315156075-642) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 70679 INFO  (qtp315156075-642) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 70679 INFO  (qtp315156075-642) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556081216213483520
   [junit4]   2> 70683 INFO  (searcherExecutor-219-thread-1-processing-n:127.0.0.1:53531_solr x:reloaded_collection_shard1_replica2 s:shard1 c:reloaded_collection) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.c.SolrCore [reloaded_collection_shard1_replica2] Registered new searcher Searcher@46b4cbd[reloaded_collection_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 70683 INFO  (searcherExecutor-221-thread-1-processing-n:127.0.0.1:47895_solr x:reloaded_collection_shard2_replica2 s:shard2 c:reloaded_collection) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.c.SolrCore [reloaded_collection_shard2_replica2] Registered new searcher Searcher@44aba6ba[reloaded_collection_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 70685 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 70685 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 70685 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49436/solr/reloaded_collection_shard2_replica1/
   [junit4]   2> 70685 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.u.PeerSync PeerSync: core=reloaded_collection_shard2_replica1 url=http://127.0.0.1:49436/solr START replicas=[http://127.0.0.1:47895/solr/reloaded_collection_shard2_replica2/] nUpdates=100
   [junit4]   2> 70687 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 70687 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.u.PeerSync PeerSync: core=reloaded_collection_shard2_replica1 url=http://127.0.0.1:49436/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 70688 INFO  (qtp2041713106-630) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 70688 INFO  (qtp2041713106-630) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 70689 INFO  (qtp2041713106-630) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 70689 INFO  (qtp2041713106-630) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 70692 INFO  (qtp315156075-640) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2 r:core_node3 x:reloaded_collection_shard2_replica2] o.a.s.c.S.Request [reloaded_collection_shard2_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 70694 INFO  (qtp2041713106-630) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@29670d1[reloaded_collection_shard1_replica1] main]
   [junit4]   2> 70694 INFO  (qtp2041713106-630) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 70694 INFO  (qtp2041713106-630) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 70695 INFO  (qtp2041713106-630) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 70695 INFO  (qtp2041713106-630) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556081216230260736
   [junit4]   2> 70696 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 70696 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 70698 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49436/solr/reloaded_collection_shard2_replica1/ shard2
   [junit4]   2> 70700 INFO  (searcherExecutor-220-thread-1-processing-n:127.0.0.1:49698_solr x:reloaded_collection_shard1_replica1 s:shard1 c:reloaded_collection) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.c.SolrCore [reloaded_collection_shard1_replica1] Registered new searcher Searcher@29670d1[reloaded_collection_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 70802 INFO  (zkCallback-99-thread-1-processing-n:127.0.0.1:49436_solr) [n:127.0.0.1:49436_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 70802 INFO  (zkCallback-97-thread-1-processing-n:127.0.0.1:53531_solr) [n:127.0.0.1:53531_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 70802 INFO  (zkCallback-98-thread-1-processing-n:127.0.0.1:47895_solr) [n:127.0.0.1:47895_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 70803 INFO  (zkCallback-96-thread-3-processing-n:127.0.0.1:49698_solr) [n:127.0.0.1:49698_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 70849 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 70852 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2} status=0 QTime=1285
   [junit4]   2> 70955 INFO  (zkCallback-99-thread-1-processing-n:127.0.0.1:49436_solr) [n:127.0.0.1:49436_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 70955 INFO  (zkCallback-97-thread-1-processing-n:127.0.0.1:53531_solr) [n:127.0.0.1:53531_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 70956 INFO  (zkCallback-98-thread-1-processing-n:127.0.0.1:47895_solr) [n:127.0.0.1:47895_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 70956 INFO  (zkCallback-96-thread-2-processing-n:127.0.0.1:49698_solr) [n:127.0.0.1:49698_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 71188 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 71188 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 71188 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53531/solr/reloaded_collection_shard1_replica2/
   [junit4]   2> 71188 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=reloaded_collection_shard1_replica2 url=http://127.0.0.1:53531/solr START replicas=[http://127.0.0.1:49698/solr/reloaded_collection_shard1_replica1/] nUpdates=100
   [junit4]   2> 71188 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=reloaded_collection_shard1_replica2 url=http://127.0.0.1:53531/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 71193 INFO  (qtp2041713106-628) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1 r:core_node4 x:reloaded_collection_shard1_replica1] o.a.s.c.S.Request [reloaded_collection_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 71193 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 71193 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 71196 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53531/solr/reloaded_collection_shard1_replica2/ shard1
   [junit4]   2> 71299 INFO  (zkCallback-97-thread-1-processing-n:127.0.0.1:53531_solr) [n:127.0.0.1:53531_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 71299 INFO  (zkCallback-98-thread-1-processing-n:127.0.0.1:47895_solr) [n:127.0.0.1:47895_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 71299 INFO  (zkCallback-99-thread-1-processing-n:127.0.0.1:49436_solr) [n:127.0.0.1:49436_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 71300 INFO  (zkCallback-96-thread-3-processing-n:127.0.0.1:49698_solr) [n:127.0.0.1:49698_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 71347 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 71349 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2} status=0 QTime=1811
   [junit4]   2> 71453 INFO  (zkCallback-99-thread-1-processing-n:127.0.0.1:49436_solr) [n:127.0.0.1:49436_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 71453 INFO  (zkCallback-97-thread-1-processing-n:127.0.0.1:53531_solr) [n:127.0.0.1:53531_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 71453 INFO  (zkCallback-96-thread-2-processing-n:127.0.0.1:49698_solr) [n:127.0.0.1:49698_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 71454 INFO  (zkCallback-98-thread-1-processing-n:127.0.0.1:47895_solr) [n:127.0.0.1:47895_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 71687 INFO  (qtp315156075-642) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2} status=0 QTime=2120
   [junit4]   2> 71703 INFO  (qtp2041713106-630) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2} status=0 QTime=2133
   [junit4]   2> 71713 INFO  (qtp95631569-649) [n:127.0.0.1:53531_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 71816 INFO  (zkCallback-99-thread-1-processing-n:127.0.0.1:49436_solr) [n:127.0.0.1:49436_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 71816 INFO  (zkCallback-96-thread-3-processing-n:127.0.0.1:49698_solr) [n:127.0.0.1:49698_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 71817 INFO  (zkCallback-97-thread-1-processing-n:127.0.0.1:53531_solr) [n:127.0.0.1:53531_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 71817 INFO  (zkCallback-98-thread-1-processing-n:127.0.0.1:47895_solr) [n:127.0.0.1:47895_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 72714 INFO  (qtp95631569-649) [n:127.0.0.1:53531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&name=reloaded_collection&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3314
   [junit4]   2> 72718 INFO  (qtp95631569-652) [n:127.0.0.1:53531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72721 INFO  (qtp2041713106-632) [n:127.0.0.1:49698_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72724 INFO  (qtp1563229256-668) [n:127.0.0.1:49436_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72726 INFO  (qtp315156075-645) [n:127.0.0.1:47895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72729 INFO  (qtp95631569-650) [n:127.0.0.1:53531_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :reload with params async=2bc6eca5-1e8d-4962-8f68-7e55384d0273&name=reloaded_collection&action=RELOAD&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 72730 INFO  (qtp95631569-650) [n:127.0.0.1:53531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=2bc6eca5-1e8d-4962-8f68-7e55384d0273&name=reloaded_collection&action=RELOAD&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 72732 INFO  (qtp95631569-653) [n:127.0.0.1:53531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72733 INFO  (OverseerThreadFactory-210-thread-2-processing-n:127.0.0.1:49698_solr) [n:127.0.0.1:49698_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=RELOAD
   [junit4]   2> 72733 INFO  (OverseerCollectionConfigSetProcessor-97255075883253769-127.0.0.1:49698_solr-n_0000000000) [n:127.0.0.1:49698_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 72738 INFO  (qtp2041713106-631) [n:127.0.0.1:49698_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=reloaded_collection_shard1_replica1&async=2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391415018&qt=/admin/cores&action=RELOAD&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72740 INFO  (qtp2041713106-627) [n:127.0.0.1:49698_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72743 INFO  (qtp1563229256-669) [n:127.0.0.1:49436_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=reloaded_collection_shard2_replica1&async=2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391453172&qt=/admin/cores&action=RELOAD&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 72744 INFO  (qtp95631569-649) [n:127.0.0.1:53531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=reloaded_collection_shard1_replica2&async=2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033&qt=/admin/cores&action=RELOAD&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 72745 INFO  (qtp315156075-643) [n:127.0.0.1:47895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=reloaded_collection_shard2_replica2&async=2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391735241&qt=/admin/cores&action=RELOAD&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 72750 INFO  (qtp95631569-652) [n:127.0.0.1:53531_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033
   [junit4]   2> 72750 INFO  (qtp95631569-652) [n:127.0.0.1:53531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72760 INFO  (parallelCoreAdminExecutor-211-thread-1-processing-n:127.0.0.1:53531_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033 RELOAD) [n:127.0.0.1:53531_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 72761 INFO  (parallelCoreAdminExecutor-217-thread-1-processing-n:127.0.0.1:49436_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391453172 RELOAD) [n:127.0.0.1:49436_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 72768 INFO  (qtp1563229256-667) [n:127.0.0.1:49436_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72770 INFO  (qtp315156075-645) [n:127.0.0.1:47895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72772 INFO  (qtp95631569-646) [n:127.0.0.1:53531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72774 INFO  (qtp2041713106-632) [n:127.0.0.1:49698_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72775 INFO  (qtp1563229256-670) [n:127.0.0.1:49436_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72778 INFO  (parallelCoreAdminExecutor-217-thread-1-processing-n:127.0.0.1:49436_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391453172 RELOAD) [n:127.0.0.1:49436_solr    ] o.a.s.s.IndexSchema [reloaded_collection_shard2_replica1] Schema name=minimal
   [junit4]   2> 72778 INFO  (qtp315156075-659) [n:127.0.0.1:47895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72780 INFO  (parallelCoreAdminExecutor-217-thread-1-processing-n:127.0.0.1:49436_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391453172 RELOAD) [n:127.0.0.1:49436_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 72780 INFO  (qtp95631569-651) [n:127.0.0.1:53531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72782 INFO  (qtp2041713106-633) [n:127.0.0.1:49698_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72809 INFO  (parallelCoreAdminExecutor-215-thread-1-processing-n:127.0.0.1:49698_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391415018 RELOAD) [n:127.0.0.1:49698_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 72814 INFO  (parallelCoreAdminExecutor-217-thread-1-processing-n:127.0.0.1:49436_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391453172 RELOAD) [n:127.0.0.1:49436_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'reloaded_collection_shard2_replica1' using configuration from collection reloaded_collection
   [junit4]   2> 72819 INFO  (qtp1563229256-670) [n:127.0.0.1:49436_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72819 INFO  (parallelCoreAdminExecutor-211-thread-1-processing-n:127.0.0.1:53531_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033 RELOAD) [n:127.0.0.1:53531_solr    ] o.a.s.s.IndexSchema [reloaded_collection_shard1_replica2] Schema name=minimal
   [junit4]   2> 72821 INFO  (parallelCoreAdminExecutor-215-thread-1-processing-n:127.0.0.1:49698_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391415018 RELOAD) [n:127.0.0.1:49698_solr    ] o.a.s.s.IndexSchema [reloaded_collection_shard1_replica1] Schema name=minimal
   [junit4]   2> 72822 INFO  (qtp315156075-659) [n:127.0.0.1:47895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72822 INFO  (parallelCoreAdminExecutor-211-thread-1-processing-n:127.0.0.1:53531_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033 RELOAD) [n:127.0.0.1:53531_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 72822 INFO  (parallelCoreAdminExecutor-211-thread-1-processing-n:127.0.0.1:53531_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033 RELOAD) [n:127.0.0.1:53531_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'reloaded_collection_shard1_replica2' using configuration from collection reloaded_collection
   [junit4]   2> 72824 INFO  (parallelCoreAdminExecutor-215-thread-1-processing-n:127.0.0.1:49698_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391415018 RELOAD) [n:127.0.0.1:49698_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 72824 INFO  (qtp95631569-650) [n:127.0.0.1:53531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72824 INFO  (parallelCoreAdminExecutor-215-thread-1-processing-n:127.0.0.1:49698_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391415018 RELOAD) [n:127.0.0.1:49698_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'reloaded_collection_shard1_replica1' using configuration from collection reloaded_collection
   [junit4]   2> 72827 INFO  (parallelCoreAdminExecutor-213-thread-1-processing-n:127.0.0.1:47895_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391735241 RELOAD) [n:127.0.0.1:47895_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 72829 INFO  (qtp2041713106-633) [n:127.0.0.1:49698_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72833 INFO  (parallelCoreAdminExecutor-217-thread-1-processing-n:127.0.0.1:49436_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391453172 RELOAD) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2 r:core_node2 x:reloaded_collection_shard2_replica1] o.a.s.c.SolrCore [[reloaded_collection_shard2_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node4/reloaded_collection_shard2_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node4/./reloaded_collection_shard2_replica1/data/]
   [junit4]   2> 72837 INFO  (parallelCoreAdminExecutor-211-thread-1-processing-n:127.0.0.1:53531_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033 RELOAD) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1 r:core_node1 x:reloaded_collection_shard1_replica2] o.a.s.c.SolrCore [[reloaded_collection_shard1_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node3/reloaded_collection_shard1_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node3/./reloaded_collection_shard1_replica2/data/]
   [junit4]   2> 72842 INFO  (parallelCoreAdminExecutor-217-thread-1-processing-n:127.0.0.1:49436_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391453172 RELOAD) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2 r:core_node2 x:reloaded_collection_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 72842 INFO  (parallelCoreAdminExecutor-217-thread-1-processing-n:127.0.0.1:49436_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391453172 RELOAD) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2 r:core_node2 x:reloaded_collection_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 72843 INFO  (qtp1563229256-670) [n:127.0.0.1:49436_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72845 INFO  (qtp315156075-639) [n:127.0.0.1:47895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72845 INFO  (parallelCoreAdminExecutor-211-thread-1-processing-n:127.0.0.1:53531_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033 RELOAD) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1 r:core_node1 x:reloaded_collection_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 72845 INFO  (parallelCoreAdminExecutor-211-thread-1-processing-n:127.0.0.1:53531_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033 RELOAD) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1 r:core_node1 x:reloaded_collection_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 72846 INFO  (parallelCoreAdminExecutor-215-thread-1-processing-n:127.0.0.1:49698_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391415018 RELOAD) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1 r:core_node4 x:reloaded_collection_shard1_replica1] o.a.s.c.SolrCore [[reloaded_collection_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node2/reloaded_collection_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node2/./reloaded_collection_shard1_replica1/data/]
   [junit4]   2> 72850 INFO  (parallelCoreAdminExecutor-217-thread-1-processing-n:127.0.0.1:49436_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391453172 RELOAD) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2 r:core_node2 x:reloaded_collection_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a45cd3a[reloaded_collection_shard2_replica1] main]
   [junit4]   2> 72851 INFO  (parallelCoreAdminExecutor-211-thread-1-processing-n:127.0.0.1:53531_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033 RELOAD) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1 r:core_node1 x:reloaded_collection_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b35297c[reloaded_collection_shard1_replica2] main]
   [junit4]   2> 72852 INFO  (parallelCoreAdminExecutor-213-thread-1-processing-n:127.0.0.1:47895_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391735241 RELOAD) [n:127.0.0.1:47895_solr    ] o.a.s.s.IndexSchema [reloaded_collection_shard2_replica2] Schema name=minimal
   [junit4]   2> 72852 INFO  (parallelCoreAdminExecutor-211-thread-1-processing-n:127.0.0.1:53531_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033 RELOAD) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1 r:core_node1 x:reloaded_collection_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 72852 INFO  (parallelCoreAdminExecutor-211-thread-1-processing-n:127.0.0.1:53531_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033 RELOAD) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1 r:core_node1 x:reloaded_collection_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 72852 INFO  (parallelCoreAdminExecutor-211-thread-1-processing-n:127.0.0.1:53531_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033 RELOAD) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1 r:core_node1 x:reloaded_collection_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 72852 INFO  (searcherExecutor-240-thread-1-processing-x:reloaded_collection_shard1_replica2 r:core_node1 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033 RELOAD n:127.0.0.1:53531_solr s:shard1 c:reloaded_collection) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1 r:core_node1 x:reloaded_collection_shard1_replica2] o.a.s.c.SolrCore [reloaded_collection_shard1_replica2] Registered new searcher Searcher@3b35297c[reloaded_collection_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 72853 INFO  (parallelCoreAdminExecutor-217-thread-1-processing-n:127.0.0.1:49436_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391453172 RELOAD) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2 r:core_node2 x:reloaded_collection_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 72853 INFO  (parallelCoreAdminExecutor-217-thread-1-processing-n:127.0.0.1:49436_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391453172 RELOAD) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2 r:core_node2 x:reloaded_collection_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 72853 INFO  (parallelCoreAdminExecutor-217-thread-1-processing-n:127.0.0.1:49436_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391453172 RELOAD) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2 r:core_node2 x:reloaded_collection_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 72853 INFO  (searcherExecutor-239-thread-1-processing-x:reloaded_collection_shard2_replica1 r:core_node2 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391453172 RELOAD n:127.0.0.1:49436_solr s:shard2 c:reloaded_collection) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2 r:core_node2 x:reloaded_collection_shard2_replica1] o.a.s.c.SolrCore [reloaded_collection_shard2_replica1] Registered new searcher Searcher@1a45cd3a[reloaded_collection_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 72854 INFO  (parallelCoreAdminExecutor-211-thread-1-processing-n:127.0.0.1:53531_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033 RELOAD) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1 r:core_node1 x:reloaded_collection_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556081218494136320
   [junit4]   2> 72854 INFO  (parallelCoreAdminExecutor-217-thread-1-processing-n:127.0.0.1:49436_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391453172 RELOAD) [n:127.0.0.1:49436_solr c:reloaded_collection s:shard2 r:core_node2 x:reloaded_collection_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556081218494136320
   [junit4]   2> 72856 INFO  (qtp95631569-653) [n:127.0.0.1:53531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72857 INFO  (parallelCoreAdminExecutor-213-thread-1-processing-n:127.0.0.1:47895_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391735241 RELOAD) [n:127.0.0.1:47895_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 72859 INFO  (qtp2041713106-633) [n:127.0.0.1:49698_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72861 INFO  (parallelCoreAdminExecutor-213-thread-1-processing-n:127.0.0.1:47895_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391735241 RELOAD) [n:127.0.0.1:47895_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'reloaded_collection_shard2_replica2' using configuration from collection reloaded_collection
   [junit4]   2> 72865 INFO  (qtp1563229256-671) [n:127.0.0.1:49436_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72867 INFO  (qtp315156075-645) [n:127.0.0.1:47895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72869 INFO  (qtp95631569-651) [n:127.0.0.1:53531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72870 INFO  (parallelCoreAdminExecutor-215-thread-1-processing-n:127.0.0.1:49698_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391415018 RELOAD) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1 r:core_node4 x:reloaded_collection_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 72870 INFO  (parallelCoreAdminExecutor-215-thread-1-processing-n:127.0.0.1:49698_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391415018 RELOAD) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1 r:core_node4 x:reloaded_collection_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 72879 INFO  (qtp2041713106-632) [n:127.0.0.1:49698_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72879 INFO  (parallelCoreAdminExecutor-213-thread-1-processing-n:127.0.0.1:47895_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391735241 RELOAD) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2 r:core_node3 x:reloaded_collection_shard2_replica2] o.a.s.c.SolrCore [[reloaded_collection_shard2_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node1/reloaded_collection_shard2_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-001/node1/./reloaded_collection_shard2_replica2/data/]
   [junit4]   2> 72884 INFO  (qtp1563229256-669) [n:127.0.0.1:49436_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72888 INFO  (qtp315156075-639) [n:127.0.0.1:47895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72890 INFO  (qtp95631569-646) [n:127.0.0.1:53531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72892 INFO  (qtp2041713106-634) [n:127.0.0.1:49698_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72893 INFO  (qtp1563229256-669) [n:127.0.0.1:49436_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72895 INFO  (qtp315156075-639) [n:127.0.0.1:47895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72900 INFO  (parallelCoreAdminExecutor-213-thread-1-processing-n:127.0.0.1:47895_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391735241 RELOAD) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2 r:core_node3 x:reloaded_collection_shard2_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 72900 INFO  (parallelCoreAdminExecutor-213-thread-1-processing-n:127.0.0.1:47895_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391735241 RELOAD) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2 r:core_node3 x:reloaded_collection_shard2_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 72915 INFO  (qtp95631569-649) [n:127.0.0.1:53531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72917 INFO  (qtp2041713106-632) [n:127.0.0.1:49698_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72934 INFO  (qtp1563229256-670) [n:127.0.0.1:49436_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72934 INFO  (parallelCoreAdminExecutor-215-thread-1-processing-n:127.0.0.1:49698_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391415018 RELOAD) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1 r:core_node4 x:reloaded_collection_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1867a81a[reloaded_collection_shard1_replica1] main]
   [junit4]   2> 72935 INFO  (parallelCoreAdminExecutor-215-thread-1-processing-n:127.0.0.1:49698_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391415018 RELOAD) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1 r:core_node4 x:reloaded_collection_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 72935 INFO  (parallelCoreAdminExecutor-215-thread-1-processing-n:127.0.0.1:49698_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391415018 RELOAD) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1 r:core_node4 x:reloaded_collection_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 72935 INFO  (parallelCoreAdminExecutor-215-thread-1-processing-n:127.0.0.1:49698_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391415018 RELOAD) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1 r:core_node4 x:reloaded_collection_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 72936 INFO  (parallelCoreAdminExecutor-215-thread-1-processing-n:127.0.0.1:49698_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391415018 RELOAD) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1 r:core_node4 x:reloaded_collection_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556081218580119552
   [junit4]   2> 72938 INFO  (searcherExecutor-247-thread-1-processing-x:reloaded_collection_shard1_replica1 r:core_node4 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391415018 RELOAD n:127.0.0.1:49698_solr s:shard1 c:reloaded_collection) [n:127.0.0.1:49698_solr c:reloaded_collection s:shard1 r:core_node4 x:reloaded_collection_shard1_replica1] o.a.s.c.SolrCore [reloaded_collection_shard1_replica1] Registered new searcher Searcher@1867a81a[reloaded_collection_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 72946 INFO  (parallelCoreAdminExecutor-213-thread-1-processing-n:127.0.0.1:47895_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391735241 RELOAD) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2 r:core_node3 x:reloaded_collection_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@66ce5ef2[reloaded_collection_shard2_replica2] main]
   [junit4]   2> 72946 INFO  (parallelCoreAdminExecutor-213-thread-1-processing-n:127.0.0.1:47895_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391735241 RELOAD) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2 r:core_node3 x:reloaded_collection_shard2_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 72947 INFO  (parallelCoreAdminExecutor-213-thread-1-processing-n:127.0.0.1:47895_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391735241 RELOAD) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2 r:core_node3 x:reloaded_collection_shard2_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 72947 INFO  (parallelCoreAdminExecutor-213-thread-1-processing-n:127.0.0.1:47895_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391735241 RELOAD) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2 r:core_node3 x:reloaded_collection_shard2_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 72947 INFO  (searcherExecutor-251-thread-1-processing-x:reloaded_collection_shard2_replica2 r:core_node3 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391735241 RELOAD n:127.0.0.1:47895_solr s:shard2 c:reloaded_collection) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2 r:core_node3 x:reloaded_collection_shard2_replica2] o.a.s.c.SolrCore [reloaded_collection_shard2_replica2] Registered new searcher Searcher@66ce5ef2[reloaded_collection_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 72947 INFO  (parallelCoreAdminExecutor-213-thread-1-processing-n:127.0.0.1:47895_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391735241 RELOAD) [n:127.0.0.1:47895_solr c:reloaded_collection s:shard2 r:core_node3 x:reloaded_collection_shard2_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556081218591653888
   [junit4]   2> 72952 INFO  (parallelCoreAdminExecutor-211-thread-1-processing-n:127.0.0.1:53531_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033 RELOAD) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1 r:core_node1 x:reloaded_collection_shard1_replica2] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 72952 INFO  (qtp315156075-643) [n:127.0.0.1:47895_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 72952 INFO  (parallelCoreAdminExecutor-211-thread-1-processing-n:127.0.0.1:53531_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033 RELOAD) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1 r:core_node1 x:reloaded_collection_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6f3ccf7c[reloaded_collection_shard1_replica2] main]
   [junit4]   2> 72953 INFO  (parallelCoreAdminExecutor-211-thread-1-processing-n:127.0.0.1:53531_solr 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033 RELOAD) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1 r:core_node1 x:reloaded_collection_shard1_replica2] o.a.s.c.SolrCore [reloaded_collection_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@7f79611e
   [junit4]   2> 72953 INFO  (searcherExecutor-240-thread-1-processing-x:reloaded_collection_shard1_replica2 r:core_node1 2bc6eca5-1e8d-4962-8f68-7e55384d027322370939391328033 RELOAD n:127.0.0.1:53531_solr s:shard1 c:reloaded_collection) [n:127.0.0.1:53531_solr c:reloaded_collection s:shard1 r:core_node1 x:reloaded_collection_shard1_replica2] o.a.s.c.SolrCore [reloaded_collection_shard1_replica2] Registered new searcher Searcher@6f3ccf7c[reloaded_collection_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 72953 INFO  (parallelCoreAdminExecutor-211-thread-1-processing-n:127.0.0.

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

ssionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [corewithnocollection3]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:902)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:826)
   [junit4]   2> 	... 33 more
   [junit4]   2> Caused by: org.apache.solr.common.cloud.ZooKeeperException: Specified config does not exist in ZooKeeper: conf123
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:189)
   [junit4]   2> 	at org.apache.solr.cloud.CloudConfigSetService.createCoreResourceLoader(CloudConfigSetService.java:54)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:74)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:887)
   [junit4]   2> 	... 34 more
   [junit4]   2> 
   [junit4]   2> 163160 INFO  (qtp95631569-647) [n:127.0.0.1:53531_solr c:corewithnocollection3   x:corewithnocollection3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001/tempDir-006&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2} status=400 QTime=1163
   [junit4]   2> 163277 INFO  (OverseerCollectionConfigSetProcessor-97255075883253769-127.0.0.1:49698_solr-n_0000000000) [n:127.0.0.1:49698_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000072 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 163363 INFO  (qtp95631569-650) [n:127.0.0.1:53531_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 163363 INFO  (qtp95631569-650) [n:127.0.0.1:53531_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 163363 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[DF4DDB78FE40A1DB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoConfigSetExist
   [junit4]   2> 163418 INFO  (jetty-launcher-78-thread-7) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@773bc008{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 163418 INFO  (jetty-launcher-78-thread-5) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7b998949{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 163425 INFO  (jetty-launcher-78-thread-5) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=170493796
   [junit4]   2> 163427 INFO  (jetty-launcher-78-thread-7) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=210145509
   [junit4]   2> 163428 INFO  (jetty-launcher-78-thread-6) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7b655767{HTTP/1.1,[http/1.1]}{127.0.0.1:47895}
   [junit4]   2> 163442 INFO  (jetty-launcher-78-thread-8) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3fb9a0f3{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 163442 INFO  (jetty-launcher-78-thread-6) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1863134915
   [junit4]   2> 163443 INFO  (jetty-launcher-78-thread-8) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1993027186
   [junit4]   2> 163447 INFO  (jetty-launcher-78-thread-7) [    ] o.a.s.c.Overseer Overseer (id=97255075883253769-127.0.0.1:49698_solr-n_0000000000) closing
   [junit4]   2> 163447 INFO  (OverseerStateUpdate-97255075883253769-127.0.0.1:49698_solr-n_0000000000) [n:127.0.0.1:49698_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49698_solr
   [junit4]   2> 163469 INFO  (jetty-launcher-78-thread-6) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 163470 INFO  (jetty-launcher-78-thread-6) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5ded4d50{/solr,null,UNAVAILABLE}
   [junit4]   2> 163474 INFO  (zkCallback-97-thread-7-processing-n:127.0.0.1:53531_solr) [n:127.0.0.1:53531_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 163474 INFO  (zkCallback-96-thread-12-processing-n:127.0.0.1:49698_solr) [n:127.0.0.1:49698_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 163475 INFO  (jetty-launcher-78-thread-7) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 163475 INFO  (jetty-launcher-78-thread-7) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@32bc11ad{/solr,null,UNAVAILABLE}
   [junit4]   2> 165005 WARN  (zkCallback-99-thread-7-processing-n:127.0.0.1:49436_solr) [n:127.0.0.1:49436_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 165006 WARN  (zkCallback-97-thread-2-processing-n:127.0.0.1:53531_solr) [n:127.0.0.1:53531_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 165006 INFO  (jetty-launcher-78-thread-8) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 165006 INFO  (jetty-launcher-78-thread-8) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@10143ae{/solr,null,UNAVAILABLE}
   [junit4]   2> 165006 INFO  (jetty-launcher-78-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 165006 INFO  (jetty-launcher-78-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2321560a{/solr,null,UNAVAILABLE}
   [junit4]   2> 165010 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[DF4DDB78FE40A1DB]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60328 60328
   [junit4]   2> 165100 INFO  (Thread-290) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60328 60328
   [junit4]   2> 165101 WARN  (Thread-290) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/configs/conf
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	100	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	118	/solr/collections
   [junit4]   2> 	17	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 165101 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[DF4DDB78FE40A1DB]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_DF4DDB78FE40A1DB-001
   [junit4]   2> Jan 09, 2017 8:46:24 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): {_version_=Lucene50(blocksize=128), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{}, maxPointsInLeafNode=1098, maxMBSortInHeap=6.727146459498535, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=sr-RS, timezone=Australia/Lindeman
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=1,free=242339704,total=433061888
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsNNFailoverTest, SchemaVersionSpecificBehaviorTest, TestSegmentSorting, CollectionsAPIDistributedZkTest]
   [junit4] Completed [52/679 (1!)] on J1 in 96.93s, 20 tests, 1 error <<< FAILURES!

[...truncated 64509 lines...]



[JENKINS] Lucene-Solr-Tests-6.x - Build # 668 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/668/

1 tests failed.
FAILED:  org.apache.solr.update.HardAutoCommitTest.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([60F36972CEF8A74:BCDD59EFAFC16461]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:821)
	at org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:814)
	... 40 more




Build Log:
[...truncated 11940 lines...]
   [junit4] Suite: org.apache.solr.update.HardAutoCommitTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.update.HardAutoCommitTest_60F36972CEF8A74-001/init-core-data-001
   [junit4]   2> 1152752 INFO  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1152764 INFO  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1152771 INFO  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1152889 WARN  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1152891 INFO  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1152910 INFO  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1153020 WARN  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    ] o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1153065 INFO  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1153105 INFO  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1153109 WARN  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1153111 INFO  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6163fd07
   [junit4]   2> 1153111 WARN  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1153130 INFO  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6163fd07
   [junit4]   2> 1153130 WARN  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1153131 INFO  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6163fd07
   [junit4]   2> 1153249 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1153321 WARN  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1153330 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1153362 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1153661 WARN  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1153663 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1153668 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1153668 WARN  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1153668 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6163fd07
   [junit4]   2> 1153668 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.update.HardAutoCommitTest_60F36972CEF8A74-001/init-core-data-001/]
   [junit4]   2> 1153668 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6163fd07
   [junit4]   2> 1153669 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=40.818359375, floorSegmentMB=0.287109375, forceMergeDeletesPctAllowed=17.759311061113706, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3717106634143147
   [junit4]   2> 1153732 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1153732 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1153733 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1153733 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1153733 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=35.587890625, floorSegmentMB=0.4912109375, forceMergeDeletesPctAllowed=3.763306905885374, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.36097608063963327
   [junit4]   2> 1153734 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@57beba94[collection1] main]
   [junit4]   2> 1153735 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1153740 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1153781 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1153781 INFO  (searcherExecutor-4187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1153782 INFO  (coreLoadExecutor-4186-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556177792798818304
   [junit4]   2> 1153785 INFO  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1153788 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1153788 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1153796 INFO  (searcherExecutor-4187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1153796 INFO  (searcherExecutor-4187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1153796 INFO  (searcherExecutor-4187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1153803 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6093159e[collection1] realtime]
   [junit4]   2> 1153803 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 15
   [junit4]   2> 1153804 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1153822 INFO  (searcherExecutor-4187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1153823 INFO  (searcherExecutor-4187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1153823 INFO  (searcherExecutor-4187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1153823 INFO  (searcherExecutor-4187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1153824 INFO  (searcherExecutor-4187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1153824 INFO  (searcherExecutor-4187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@57beba94[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1153934 WARN  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1153936 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1153975 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1154241 WARN  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1154243 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1154257 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1154258 WARN  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1154274 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6163fd07
   [junit4]   2> 1154275 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.m.SolrMetricManager Replacing existing reporter 'default' in registry 'solr.core.collection1': [org.apache.solr.metrics.reporters.SolrJmxReporter@ab84ff3: domain = solr.core.collection1, service url = null, agent id = null]
   [junit4]   2> 1154277 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.update.HardAutoCommitTest_60F36972CEF8A74-001/init-core-data-001/]
   [junit4]   2> 1154277 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6163fd07
   [junit4]   2> 1154315 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1154315 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1154315 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6bb369a5[collection1] main]
   [junit4]   2> 1154316 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1154316 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1154318 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1154319 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556177793361903616
   [junit4]   2> 1154324 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=63.0751953125, floorSegmentMB=1.6416015625, forceMergeDeletesPctAllowed=8.12715923822912, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5909521839867508
   [junit4]   2> 1154325 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1154400 INFO  (searcherExecutor-4192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1154401 INFO  (searcherExecutor-4192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1154401 INFO  (searcherExecutor-4192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1154401 INFO  (searcherExecutor-4192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1154401 INFO  (searcherExecutor-4192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1154401 INFO  (searcherExecutor-4192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1154401 INFO  (searcherExecutor-4192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1154401 INFO  (searcherExecutor-4192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1154401 INFO  (searcherExecutor-4192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1154402 INFO  (searcherExecutor-4192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6bb369a5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1154402 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b42566c[collection1] main]
   [junit4]   2> 1154402 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7e77eafd
   [junit4]   2> 1154407 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1154410 INFO  (searcherExecutor-4192-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2b42566c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1154415 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1556177793455226880)]} 0 7
   [junit4]   2> 1154416 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1154417 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1556177793464664064)]} 0 9
   [junit4]   2> 1154417 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1154418 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 (-1556177793465712640)]} 0 9
   [junit4]   2> 1154418 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1154418 ERROR (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [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">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 1154418 ERROR (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:529&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [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">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:814)
   [junit4]   2> 	at org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [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:811)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [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> 1154419 INFO  (TEST-HardAutoCommitTest.testCommitWithin-seed#[60F36972CEF8A74]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HardAutoCommitTest -Dtests.method=testCommitWithin -Dtests.seed=60F36972CEF8A74 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sr-RS -Dtests.timezone=US/Alaska -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.64s J1 | HardAutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([60F36972CEF8A74:BCDD59EFAFC16461]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:821)
   [junit4]    > 	at org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [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">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:814)
   [junit4]    > 	... 40 more
   [junit4]   2> 1154420 INFO  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1154420 INFO  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1606455042
   [junit4]   2> 1154431 INFO  (coreCloseExecutor-4196-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@44e837d5
   [junit4]   2> 1154432 INFO  (coreCloseExecutor-4196-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1154432 INFO  (coreCloseExecutor-4196-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@678ae574
   [junit4]   2> 1154471 INFO  (coreCloseExecutor-4196-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1154472 INFO  (SUITE-HardAutoCommitTest-seed#[60F36972CEF8A74]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.update.HardAutoCommitTest_60F36972CEF8A74-001
   [junit4]   2> Jan 10, 2017 10:19:53 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=Lucene62, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=sr-RS, timezone=US/Alaska
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=1,free=121215152,total=531103744
   [junit4]   2> NOTE: All tests run in this JVM: [TestMiniSolrCloudClusterSSL, ChaosMonkeySafeLeaderTest, InfoHandlerTest, LeaderElectionContextKeyTest, TestUseDocValuesAsStored, TestSolrCloudWithDelegationTokens, TestJettySolrRunner, DeleteStatusTest, TestCollationFieldDocValues, TestCharFilters, BitVectorTest, IndexSchemaTest, DistribJoinFromCollectionTest, BasicFunctionalityTest, CdcrUpdateLogTest, TestHashPartitioner, TestConfigReload, TestSegmentSorting, DeleteNodeTest, TestTrie, TestRTGBase, UtilsToolTest, SortByFunctionTest, SolrIndexConfigTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, DistributedTermsComponentTest, TestSystemIdResolver, LoggingHandlerTest, DistributedFacetPivotWhiteBoxTest, HdfsLockFactoryTest, CoreAdminCreateDiscoverTest, URLClassifyProcessorTest, TestLegacyFieldCache, BooleanFieldTest, DirectSolrSpellCheckerTest, HttpSolrCallGetCoreTest, SuggesterFSTTest, StressHdfsTest, EchoParamsTest, DistributedMLTComponentTest, DirectSolrConnectionTest, TestRequestForwarding, TestInfoStreamLogging, TestComplexPhraseQParserPlugin, RulesTest, HdfsRestartWhileUpdatingTest, SearchHandlerTest, ShardRoutingCustomTest, CdcrReplicationHandlerTest, TestConfigSetsAPIExclusivity, TestDeleteCollectionOnDownNodes, TestManagedResource, TestMacroExpander, TestFuzzyAnalyzedSuggestions, TestNonDefinedSimilarityFactory, HLLSerializationTest, MetricUtilsTest, HdfsChaosMonkeyNothingIsSafeTest, TestStressCloudBlindAtomicUpdates, BasicAuthIntegrationTest, HighlighterTest, CopyFieldTest, TestLockTree, TestSuggestSpellingConverter, CollectionsAPIAsyncDistributedZkTest, TestAnalyzeInfixSuggestions, SpellCheckComponentTest, TestRandomCollapseQParserPlugin, TestHdfsUpdateLog, SpellCheckCollatorTest, HighlighterMaxOffsetTest, ReplicationFactorTest, ZkControllerTest, CSVRequestHandlerTest, TestExactSharedStatsCache, DistributedSuggestComponentTest, DocumentBuilderTest, AtomicUpdatesTest, TestUninvertingReader, TestUpdate, TestClusterProperties, RankQueryTest, TestSolrCoreParser, SolrCLIZkUtilsTest, SpellingQueryConverterTest, TestExportWriter, TestCursorMarkWithoutUniqueKey, AliasIntegrationTest, TestQueryTypes, BJQParserTest, IndexSchemaRuntimeFieldTest, JvmMetricsTest, WordBreakSolrSpellCheckerTest, TestFieldTypeResource, TestRTimerTree, PreAnalyzedFieldManagedSchemaCloudTest, DistributedExpandComponentTest, IndexBasedSpellCheckerTest, TestInitQParser, DistanceFunctionTest, TestSurroundQueryParser, TestManagedSchemaThreadSafety, SpatialFilterTest, ZkSolrClientTest, TestElisionMultitermQuery, SliceStateTest, FileUtilsTest, UUIDUpdateProcessorFallbackTest, HdfsTlogReplayBufferedWhileIndexingTest, WrapperMergePolicyFactoryTest, TestNoOpRegenerator, CollectionReloadTest, TestDelegationWithHadoopAuth, BasicDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, ZkCLITest, AutoCommitTest, TestDistributedGrouping, TestFaceting, DistributedSpellCheckComponentTest, TestRealTimeGet, TestJoin, HardAutoCommitTest]
   [junit4] Completed [359/679 (1!)] on J1 in 2.02s, 1 test, 1 error <<< FAILURES!

[...truncated 63491 lines...]



[JENKINS] Lucene-Solr-Tests-6.x - Build # 667 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/667/

1 tests failed.
FAILED:  org.apache.solr.search.TestRecovery.testBuffering

Error Message:
expected:<6> but was:<10>

Stack Trace:
java.lang.AssertionError: expected:<6> but was:<10>
	at __randomizedtesting.SeedInfo.seed([CB39477825D67A13:D6D7E953848FDB38]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.search.TestRecovery.testBuffering(TestRecovery.java:284)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11910 lines...]
   [junit4] Suite: org.apache.solr.search.TestRecovery
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.search.TestRecovery_CB39477825D67A13-001/init-core-data-001
   [junit4]   2> 1057233 INFO  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1057233 INFO  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1057234 INFO  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1057255 INFO  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1057265 INFO  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1057322 WARN  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    ] o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1057323 INFO  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1057329 INFO  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1057331 WARN  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1057332 INFO  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1057333 WARN  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1057335 INFO  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1057336 WARN  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1057336 INFO  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1057337 INFO  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1057351 INFO  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1057361 INFO  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1057416 WARN  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1057418 INFO  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1057423 INFO  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1057423 WARN  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1057423 INFO  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1057423 INFO  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.search.TestRecovery_CB39477825D67A13-001/init-core-data-001/]
   [junit4]   2> 1057424 INFO  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1057425 INFO  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=96.70703125, floorSegmentMB=0.900390625, forceMergeDeletesPctAllowed=0.12094106680825667, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1057435 WARN  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1057447 INFO  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1057447 INFO  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1057448 INFO  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1057448 INFO  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1057448 INFO  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=99.6591796875, floorSegmentMB=1.890625, forceMergeDeletesPctAllowed=12.164937331849353, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1057449 INFO  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@689b6a21[collection1] main]
   [junit4]   2> 1057450 WARN  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1057450 INFO  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1057450 INFO  (coreLoadExecutor-4847-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556121940710653952
   [junit4]   2> 1057452 INFO  (searcherExecutor-4848-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@689b6a21[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1057453 INFO  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1057455 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRecoveryMultipleLogs
   [junit4]   2> 1057456 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1057456 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@62248116[collection1] realtime]
   [junit4]   2> 1057456 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 1057457 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1057457 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3d475f37
   [junit4]   2> 1057460 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5e78d38e[collection1] main]
   [junit4]   2> 1057460 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1057460 INFO  (searcherExecutor-4848-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5e78d38e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1057461 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 1057463 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[AAAAAA (1556121940723236864)]} 0 1
   [junit4]   2> 1057464 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[BBBBBB (1556121940725334016)]} 0 0
   [junit4]   2> 1057464 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[CCCCCC (1556121940725334017)]} 0 0
   [junit4]   2> 1057464 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=694130794
   [junit4]   2> 1057465 INFO  (coreCloseExecutor-4853-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@55ef71ce
   [junit4]   2> 1057472 INFO  (coreCloseExecutor-4853-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1057474 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1057476 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1057493 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1057503 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1057570 WARN  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1057571 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1057577 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1057578 WARN  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1057580 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1057580 WARN  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1057583 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1057584 WARN  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1057584 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1057585 INFO  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1057599 INFO  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1057608 INFO  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1057666 WARN  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1057667 INFO  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1057673 INFO  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1057673 WARN  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1057673 INFO  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1057674 INFO  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.search.TestRecovery_CB39477825D67A13-001/init-core-data-001/]
   [junit4]   2> 1057674 INFO  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1057678 WARN  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1057688 INFO  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1057688 INFO  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1057689 INFO  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1057689 INFO  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1057690 INFO  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=96.70703125, floorSegmentMB=0.900390625, forceMergeDeletesPctAllowed=0.12094106680825667, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1057691 INFO  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ac544af[collection1] main]
   [junit4]   2> 1057692 WARN  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1057692 INFO  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1057693 INFO  (coreLoadExecutor-4860-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556121940965457920
   [junit4]   2> 1057695 INFO  (searcherExecutor-4861-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3ac544af[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1057698 WARN  (recoveryExecutor-4863-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.UpdateLog Starting log replay tlog{file=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.search.TestRecovery_CB39477825D67A13-001/init-core-data-001/tlog/tlog.0000000000000000001 refcount=2} active=false starting pos=0
   [junit4]   2> 1057703 INFO  (recoveryExecutor-4863-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.UpdateLog Ignoring exception matching OutOfBoundsException
   [junit4]   2> 1057703 INFO  (recoveryExecutor-4863-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1057703 INFO  (recoveryExecutor-4863-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5a459103
   [junit4]   2> 1057722 INFO  (recoveryExecutor-4863-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3e9f35e9[collection1] main]
   [junit4]   2> 1057723 INFO  (searcherExecutor-4861-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3e9f35e9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.4.0):c3)))}
   [junit4]   2> 1057723 INFO  (recoveryExecutor-4863-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1057723 INFO  (recoveryExecutor-4863-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[AAAAAA (1556121940723236864), BBBBBB (1556121940725334016), CCCCCC (1556121940725334017)]} 0 25
   [junit4]   2> 1057723 WARN  (recoveryExecutor-4863-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.UpdateLog Starting log replay tlog{file=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.search.TestRecovery_CB39477825D67A13-001/init-core-data-001/tlog/tlog.0000000000000000002 refcount=2} active=false starting pos=0
   [junit4]   2> 1057725 INFO  (recoveryExecutor-4863-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.UpdateLog Ignoring exception matching OutOfBoundsException
   [junit4]   2> 1057725 INFO  (recoveryExecutor-4863-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1057725 INFO  (recoveryExecutor-4863-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5a459103
   [junit4]   2> 1057737 INFO  (recoveryExecutor-4863-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5922ad0e[collection1] main]
   [junit4]   2> 1057737 INFO  (recoveryExecutor-4863-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1057738 INFO  (searcherExecutor-4861-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5922ad0e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.4.0):c3) Uninverting(_1(6.4.0):c3)))}
   [junit4]   2> 1057738 INFO  (recoveryExecutor-4863-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[aaaaaa (1556121940723236864), bbbbbb (1556121940725334016), cccccc (1556121940725334017)]} 0 40
   [junit4]   2> 1057738 WARN  (recoveryExecutor-4863-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.UpdateLog Log replay finished. recoveryInfo=RecoveryInfo{adds=6 deletes=0 deleteByQuery=0 errors=0 positionOfStart=0}
   [junit4]   2> 1057738 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&wt=xml} hits=6 status=0 QTime=0
   [junit4]   2> 1057738 INFO  (TEST-TestRecovery.testRecoveryMultipleLogs-seed#[CB39477825D67A13]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRecoveryMultipleLogs
   [junit4]   2> 1057740 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorruptLog
   [junit4]   2> 1057741 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1057741 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@47c6283[collection1] realtime]
   [junit4]   2> 1057741 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 1057741 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1057741 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5a459103
   [junit4]   2> 1057752 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5a797d95[collection1] main]
   [junit4]   2> 1057752 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1057753 INFO  (searcherExecutor-4861-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5a797d95[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1057754 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 1057756 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[G1 (1556121941029421056)]} 0 1
   [junit4]   2> 1057756 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[G2 (1556121941031518208)]} 0 0
   [junit4]   2> 1057757 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[G3 (1556121941032566784)]} 0 0
   [junit4]   2> 1057757 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1841788992
   [junit4]   2> 1057757 INFO  (coreCloseExecutor-4866-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@53179668
   [junit4]   2> 1057764 INFO  (coreCloseExecutor-4866-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1057766 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1057768 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1057789 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1057798 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1057859 WARN  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1057860 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1057866 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1057868 WARN  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1057870 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1057870 WARN  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1057873 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1057873 WARN  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1057873 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1057874 INFO  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1057889 INFO  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1057899 INFO  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1057975 WARN  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1057976 INFO  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1057981 INFO  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1057981 WARN  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1057982 INFO  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1057982 INFO  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.search.TestRecovery_CB39477825D67A13-001/init-core-data-001/]
   [junit4]   2> 1057982 INFO  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1057987 WARN  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1057997 INFO  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1057997 INFO  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1057998 INFO  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.u.UpdateLog Ignoring exception matching Failure to open existing log file
   [junit4]   2> 1057999 INFO  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1057999 INFO  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1057999 INFO  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=96.70703125, floorSegmentMB=0.900390625, forceMergeDeletesPctAllowed=0.12094106680825667, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1058000 INFO  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f23bbbd[collection1] main]
   [junit4]   2> 1058000 WARN  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1058001 INFO  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1058001 INFO  (searcherExecutor-4874-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4f23bbbd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1058001 INFO  (coreLoadExecutor-4873-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556121941288419328
   [junit4]   2> 1058004 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1058006 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[G4 (104)]} 0 1
   [junit4]   2> 1058006 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[G5 (105)]} 0 0
   [junit4]   2> 1058006 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[G6 (106)]} 0 0
   [junit4]   2> 1058006 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=3&wt=xml} status=0 QTime=0
   [junit4]   2> 1058006 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1058006 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7943a763
   [junit4]   2> 1058018 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@9ff3ea1[collection1] main]
   [junit4]   2> 1058018 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1058019 INFO  (searcherExecutor-4874-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@9ff3ea1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.4.0):c3)))}
   [junit4]   2> 1058019 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 1058019 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 1058019 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=738926012
   [junit4]   2> 1058020 INFO  (coreCloseExecutor-4879-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@8eab88b
   [junit4]   2> 1058028 INFO  (coreCloseExecutor-4879-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1058033 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1058035 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1058059 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1058068 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1058131 WARN  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1058132 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1058138 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1058140 WARN  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1058142 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1058142 WARN  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1058145 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1058145 WARN  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1058145 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1058146 INFO  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1058162 INFO  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1058171 INFO  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1058229 WARN  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1058230 INFO  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1058235 INFO  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1058236 WARN  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1058236 INFO  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1058236 INFO  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.search.TestRecovery_CB39477825D67A13-001/init-core-data-001/]
   [junit4]   2> 1058236 INFO  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1058240 WARN  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1058250 INFO  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1058250 INFO  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1058251 INFO  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1058251 INFO  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1058252 INFO  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=96.70703125, floorSegmentMB=0.900390625, forceMergeDeletesPctAllowed=0.12094106680825667, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1058253 INFO  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e07ebf5[collection1] main]
   [junit4]   2> 1058254 WARN  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1058254 INFO  (coreLoadExecutor-4886-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1058254 INFO  (searcherExecutor-4887-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7e07ebf5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.4.0):c3)))}
   [junit4]   2> 1058257 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 1058257 INFO  (TEST-TestRecovery.testCorruptLog-seed#[CB39477825D67A13]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorruptLog
   [junit4]   2> 1058259 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRemoveOldLogs
   [junit4]   2> 1058260 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1058261 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5cca016d[collection1] realtime]
   [junit4]   2> 1058261 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 1
   [junit4]   2> 1058261 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1058261 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@147d7f28
   [junit4]   2> 1058265 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ecb5825[collection1] main]
   [junit4]   2> 1058265 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1058266 INFO  (searcherExecutor-4887-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5ecb5825[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1058266 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 1058266 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1491415137
   [junit4]   2> 1058267 INFO  (coreCloseExecutor-4892-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@44c39018
   [junit4]   2> 1058273 INFO  (coreCloseExecutor-4892-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1058275 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1058276 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1058293 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1058302 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1058356 WARN  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1058357 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1058368 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1058370 WARN  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1058371 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1058372 WARN  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1058374 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1058375 WARN  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1058375 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1058376 INFO  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1058390 INFO  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1058400 INFO  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1058456 WARN  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1058457 INFO  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1058462 INFO  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1058463 WARN  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1058463 INFO  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1058463 INFO  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.search.TestRecovery_CB39477825D67A13-001/init-core-data-001/]
   [junit4]   2> 1058463 INFO  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1058466 WARN  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1058477 INFO  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1058477 INFO  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1058477 INFO  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1058477 INFO  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1058478 INFO  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=96.70703125, floorSegmentMB=0.900390625, forceMergeDeletesPctAllowed=0.12094106680825667, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1058479 INFO  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12fd14f8[collection1] main]
   [junit4]   2> 1058479 WARN  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1058479 INFO  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1058480 INFO  (coreLoadExecutor-4899-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556121941790687232
   [junit4]   2> 1058482 INFO  (searcherExecutor-4900-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@12fd14f8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1058484 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3 (1556121941792784384)]} 0 1
   [junit4]   2> 1058484 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3 (1556121941794881536)]} 0 0
   [junit4]   2> 1058484 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[3 (1556121941794881537)]} 0 0
   [junit4]   2> 1058484 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058484 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1058484 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16b1c4a1
   [junit4]   2> 1058496 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e157ccc[collection1] main]
   [junit4]   2> 1058497 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1058497 INFO  (searcherExecutor-4900-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7e157ccc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.4.0):c3/2:delGen=1)))}
   [junit4]   2> 1058497 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 1058498 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058499 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[6 (1556121941809561600)]} 0 0
   [junit4]   2> 1058499 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[6 (1556121941810610176)]} 0 0
   [junit4]   2> 1058499 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[6 (1556121941810610177)]} 0 0
   [junit4]   2> 1058499 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058499 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1058499 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16b1c4a1
   [junit4]   2> 1058511 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@cb2e642[collection1] main]
   [junit4]   2> 1058511 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1058512 INFO  (searcherExecutor-4900-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@cb2e642[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.4.0):c3/2:delGen=1) Uninverting(_4(6.4.0):c3/2:delGen=1)))}
   [junit4]   2> 1058512 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 1058512 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058513 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9 (1556121941824241664)]} 0 0
   [junit4]   2> 1058513 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9 (1556121941825290240)]} 0 0
   [junit4]   2> 1058513 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[9 (1556121941825290241)]} 0 0
   [junit4]   2> 1058513 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058514 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1058514 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16b1c4a1
   [junit4]   2> 1058525 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4bc68a2a[collection1] main]
   [junit4]   2> 1058526 INFO  (searcherExecutor-4900-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4bc68a2a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.4.0):c3/2:delGen=1) Uninverting(_4(6.4.0):c3/2:delGen=1) Uninverting(_5(6.4.0):c3/2:delGen=1)))}
   [junit4]   2> 1058526 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1058526 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 1058527 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058528 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[12 (1556121941839970304)]} 0 0
   [junit4]   2> 1058528 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[12 (1556121941841018880)]} 0 0
   [junit4]   2> 1058528 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[12 (1556121941841018881)]} 0 0
   [junit4]   2> 1058529 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058529 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1058529 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16b1c4a1
   [junit4]   2> 1058541 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@132e0348[collection1] main]
   [junit4]   2> 1058541 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1058542 INFO  (searcherExecutor-4900-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@132e0348[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.4.0):c3/2:delGen=1) Uninverting(_4(6.4.0):c3/2:delGen=1) Uninverting(_5(6.4.0):c3/2:delGen=1) Uninverting(_6(6.4.0):c3/2:delGen=1)))}
   [junit4]   2> 1058542 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 13
   [junit4]   2> 1058542 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058543 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[15 (1556121941855698944)]} 0 0
   [junit4]   2> 1058543 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[15 (1556121941856747520)]} 0 0
   [junit4]   2> 1058543 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[15 (1556121941856747521)]} 0 0
   [junit4]   2> 1058544 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058544 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1058544 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16b1c4a1
   [junit4]   2> 1058555 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f733ca[collection1] main]
   [junit4]   2> 1058556 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1058556 INFO  (searcherExecutor-4900-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4f733ca[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.4.0):c3/2:delGen=1) Uninverting(_4(6.4.0):c3/2:delGen=1) Uninverting(_5(6.4.0):c3/2:delGen=1) Uninverting(_6(6.4.0):c3/2:delGen=1) Uninverting(_7(6.4.0):c3/2:delGen=1)))}
   [junit4]   2> 1058556 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 1058558 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058562 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[18 (1556121941872476160)]} 0 4
   [junit4]   2> 1058562 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[18 (1556121941876670464)]} 0 0
   [junit4]   2> 1058562 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[18 (1556121941876670465)]} 0 0
   [junit4]   2> 1058562 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058562 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1058563 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16b1c4a1
   [junit4]   2> 1058579 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ebf2f0c[collection1] main]
   [junit4]   2> 1058579 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1058579 INFO  (searcherExecutor-4900-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3ebf2f0c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.4.0):c3/2:delGen=1) Uninverting(_4(6.4.0):c3/2:delGen=1) Uninverting(_5(6.4.0):c3/2:delGen=1) Uninverting(_6(6.4.0):c3/2:delGen=1) Uninverting(_7(6.4.0):c3/2:delGen=1) Uninverting(_8(6.4.0):c3/2:delGen=1)))}
   [junit4]   2> 1058580 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 17
   [junit4]   2> 1058580 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058581 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[21 (1556121941895544832)]} 0 0
   [junit4]   2> 1058581 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[21 (1556121941896593408)]} 0 0
   [junit4]   2> 1058581 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[21 (1556121941896593409)]} 0 0
   [junit4]   2> 1058581 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058581 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1058581 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16b1c4a1
   [junit4]   2> 1058599 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1bfcc156[collection1] main]
   [junit4]   2> 1058601 INFO  (searcherExecutor-4900-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1bfcc156[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.4.0):c3/2:delGen=1) Uninverting(_4(6.4.0):c3/2:delGen=1) Uninverting(_5(6.4.0):c3/2:delGen=1) Uninverting(_6(6.4.0):c3/2:delGen=1) Uninverting(_7(6.4.0):c3/2:delGen=1) Uninverting(_8(6.4.0):c3/2:delGen=1) Uninverting(_9(6.4.0):c3/2:delGen=1)))}
   [junit4]   2> 1058601 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1058601 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 19
   [junit4]   2> 1058602 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058603 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[24 (1556121941918613504)]} 0 1
   [junit4]   2> 1058603 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[24 (1556121941919662080)]} 0 0
   [junit4]   2> 1058604 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[24 (1556121941920710656)]} 0 0
   [junit4]   2> 1058604 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058604 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1058604 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16b1c4a1
   [junit4]   2> 1058616 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6d704632[collection1] main]
   [junit4]   2> 1058616 INFO  (searcherExecutor-4900-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6d704632[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.4.0):c3/2:delGen=1) Uninverting(_4(6.4.0):c3/2:delGen=1) Uninverting(_5(6.4.0):c3/2:delGen=1) Uninverting(_6(6.4.0):c3/2:delGen=1) Uninverting(_7(6.4.0):c3/2:delGen=1) Uninverting(_8(6.4.0):c3/2:delGen=1) Uninverting(_9(6.4.0):c3/2:delGen=1) Uninverting(_a(6.4.0):c3/2:delGen=1)))}
   [junit4]   2> 1058617 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1058617 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 1058617 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058618 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[27 (1556121941935390720)]} 0 0
   [junit4]   2> 1058618 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[27 (1556121941935390721)]} 0 0
   [junit4]   2> 1058619 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[27 (1556121941936439296)]} 0 0
   [junit4]   2> 1058619 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058619 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1058619 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16b1c4a1
   [junit4]   2> 1058632 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@20d5a558[collection1] main]
   [junit4]   2> 1058633 INFO  (searcherExecutor-4900-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@20d5a558[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.4.0):c3/2:delGen=1) Uninverting(_4(6.4.0):c3/2:delGen=1) Uninverting(_5(6.4.0):c3/2:delGen=1) Uninverting(_6(6.4.0):c3/2:delGen=1) Uninverting(_7(6.4.0):c3/2:delGen=1) Uninverting(_8(6.4.0):c3/2:delGen=1) Uninverting(_9(6.4.0):c3/2:delGen=1) Uninverting(_a(6.4.0):c3/2:delGen=1) Uninverting(_b(6.4.0):c3/2:delGen=1)))}
   [junit4]   2> 1058633 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1058633 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 14
   [junit4]   2> 1058634 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058635 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[30 (1556121941952167936)]} 0 0
   [junit4]   2> 1058635 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[30 (1556121941953216512)]} 0 0
   [junit4]   2> 1058635 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[30 (1556121941953216513)]} 0 0
   [junit4]   2> 1058635 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058635 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1058635 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16b1c4a1
   [junit4]   2> 1058647 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@e763b11[collection1] main]
   [junit4]   2> 1058648 INFO  (searcherExecutor-4900-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@e763b11[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.4.0):c3/2:delGen=1) Uninverting(_4(6.4.0):c3/2:delGen=1) Uninverting(_5(6.4.0):c3/2:delGen=1) Uninverting(_6(6.4.0):c3/2:delGen=1) Uninverting(_7(6.4.0):c3/2:delGen=1) Uninverting(_8(6.4.0):c3/2:delGen=1) Uninverting(_9(6.4.0):c3/2:delGen=1) Uninverting(_a(6.4.0):c3/2:delGen=1) Uninverting(_b(6.4.0):c3/2:delGen=1) Uninverting(_c(6.4.0):c3/2:delGen=1)))}
   [junit4]   2> 1058648 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1058648 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 1058649 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058649 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[33 (1556121941967896576)]} 0 0
   [junit4]   2> 1058650 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[33 (1556121941968945152)]} 0 0
   [junit4]   2> 1058650 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[33 (1556121941968945153)]} 0 0
   [junit4]   2> 1058650 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058650 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1058650 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16b1c4a1
   [junit4]   2> 1058666 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2320a79[collection1] main]
   [junit4]   2> 1058667 INFO  (searcherExecutor-4900-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2320a79[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.4.0):c3/2:delGen=1) Uninverting(_4(6.4.0):c3/2:delGen=1) Uninverting(_5(6.4.0):c3/2:delGen=1) Uninverting(_6(6.4.0):c3/2:delGen=1) Uninverting(_7(6.4.0):c3/2:delGen=1) Uninverting(_8(6.4.0):c3/2:delGen=1) Uninverting(_9(6.4.0):c3/2:delGen=1) Uninverting(_a(6.4.0):c3/2:delGen=1) Uninverting(_b(6.4.0):c3/2:delGen=1) Uninverting(_c(6.4.0):c3/2:delGen=1) Uninverting(_d(6.4.0):c3/2:delGen=1)))}
   [junit4]   2> 1058667 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1058667 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 16
   [junit4]   2> 1058667 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058668 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[36 (1556121941987819520)]} 0 0
   [junit4]   2> 1058669 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[36 (1556121941988868096)]} 0 0
   [junit4]   2> 1058669 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={versions=true&wt=json&indent=true}{add=[36 (1556121941988868097)]} 0 0
   [junit4]   2> 1058669 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&getVersions=200&wt=xml} status=0 QTime=0
   [junit4]   2> 1058669 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1058669 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@16b1c4a1
   [junit4]   2> 1058689 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@10828770[collection1] main]
   [junit4]   2> 1058689 INFO  (TEST-TestRecovery.testRemoveOldLogs-seed#[CB39477825D67A13]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1058689 INFO  (searcherExecutor-4900-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@10828770[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.4.0):c3/2:delGen=1) Uninverting(_4(6.4.0):c3/2:delGen=1) Uninverting(_5(6.4.0):c3/2:delGen=1) Uninverting(_6(6.4.0):c3/2:delGen=1) Uninverting(_7(6.4.0):c3/2:delGen=1) Uninverting(_8(6.4.0):c3/2:delGen=1) Uninverting(_9(6.4.0):c3/2:delGen=1) Uninverting(_a(6.4.0):c3/2:delGen=1) Uninverting(_b(6.4.0):c3/2:delGen=1) Uninverting(_c(6.4.0):c3/2:delGen=1) Uninverting(_d(6.4.0):c3/2:delGen=1) Uninv

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

MBeanServer.
   [junit4]   2> 1062080 INFO  (TEST-TestRecovery.testLogReplay-seed#[CB39477825D67A13]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1062081 INFO  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1062095 INFO  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1062104 INFO  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1062160 WARN  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1062161 INFO  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1062166 INFO  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1062166 WARN  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 1062166 INFO  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1062167 INFO  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.search.TestRecovery_CB39477825D67A13-001/init-core-data-001/]
   [junit4]   2> 1062167 INFO  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11946054
   [junit4]   2> 1062176 WARN  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1062185 INFO  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1062185 INFO  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1062187 INFO  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1062187 INFO  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1062188 INFO  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=96.70703125, floorSegmentMB=0.900390625, forceMergeDeletesPctAllowed=0.12094106680825667, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1062191 INFO  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c74ebda[collection1] main]
   [junit4]   2> 1062192 WARN  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1062192 INFO  (coreLoadExecutor-5059-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1062192 INFO  (searcherExecutor-5060-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4c74ebda[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1b(6.4.0):c1) Uninverting(_1d(6.4.0):c1) Uninverting(_1e(6.4.0):c1) Uninverting(_1f(6.4.0):c2)))}
   [junit4]   2> 1062195 INFO  (TEST-TestRecovery.testLogReplay-seed#[CB39477825D67A13]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&wt=xml} hits=5 status=0 QTime=0
   [junit4]   2> 1062296 INFO  (TEST-TestRecovery.testLogReplay-seed#[CB39477825D67A13]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testLogReplay
   [junit4]   2> 1062296 INFO  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1062296 INFO  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1836621785
   [junit4]   2> 1062296 INFO  (coreCloseExecutor-5065-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3d91a596
   [junit4]   2> 1062305 INFO  (coreCloseExecutor-5065-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1062309 INFO  (SUITE-TestRecovery-seed#[CB39477825D67A13]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.search.TestRecovery_CB39477825D67A13-001
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=th, timezone=Chile/EasterIsland
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=1,free=195600944,total=516947968
   [junit4]   2> NOTE: All tests run in this JVM: [TestTrackingShardHandlerFactory, DistribCursorPagingTest, RecoveryZkTest, TestDistributedMissingSort, TestCloudDeleteByQuery, TestSolrXml, CheckHdfsIndexTest, BinaryUpdateRequestHandlerTest, TestCloudPseudoReturnFields, TestLFUCache, RemoteQueryErrorTest, SolrCloudExampleTest, TlogReplayBufferedWhileIndexingTest, TestSolrCLIRunExample, TestZkChroot, TestIndexingPerformance, FieldMutatingUpdateProcessorTest, TestBinaryResponseWriter, TestOnReconnectListenerSupport, SaslZkACLProviderTest, BlockJoinFacetDistribTest, TestInitParams, TestCollationField, TestConfigOverlay, CloneFieldUpdateProcessorFactoryTest, TestSchemaNameResource, ChangedSchemaMergeTest, SpatialRPTFieldTypeTest, SolrJmxReporterTest, TestGroupingSearch, XmlUpdateRequestHandlerTest, DistributedQueryComponentCustomSortTest, CoreSorterTest, TestNumericTerms32, CdcrBootstrapTest, TestDynamicLoading, TestXIncludeConfig, TestConfig, ExplicitHLLTest, ConnectionReuseTest, AssignTest, TestImpersonationWithHadoopAuth, TestClassicSimilarityFactory, DeleteReplicaTest, TestMergePolicyConfig, TestDocTermOrds, ShowFileRequestHandlerTest, CollectionStateFormat2Test, MetricsHandlerTest, DirectUpdateHandlerOptimizeTest, TestExtendedDismaxParser, RequestLoggingTest, PrimitiveFieldTypeTest, TestSmileRequest, OverseerTaskQueueTest, HdfsChaosMonkeySafeLeaderTest, AddBlockUpdateTest, TestReloadDeadlock, OverseerTest, SuggesterTest, PKIAuthenticationIntegrationTest, HdfsDirectoryFactoryTest, TestJsonFacetRefinement, TestJmxMonitoredMap, TestUnifiedSolrHighlighter, TestWriterPerf, DOMUtilTest, PingRequestHandlerTest, ClassificationUpdateProcessorFactoryTest, ResponseLogComponentTest, DistributedFacetExistsSmallTest, JSONWriterTest, LeaderFailoverAfterPartitionTest, TestMiniSolrCloudCluster, TestSolrQueryParserResource, TestConfigSetsAPIZkFailure, QueryParsingTest, TestRuleBasedAuthorizationPlugin, VersionInfoTest, LukeRequestHandlerTest, TestUseDocValuesAsStored2, TestExactStatsCache, DocValuesMultiTest, SolrPluginUtilsTest, DistributedFacetPivotSmallAdvancedTest, RestartWhileUpdatingTest, TestShardHandlerFactory, DistributedQueueTest, TestStressLiveNodes, TestSchemaManager, ParsingFieldUpdateProcessorsTest, TestReversedWildcardFilterFactory, TestManagedSynonymFilterFactory, CoreAdminHandlerTest, TestSolrQueryParser, TestFieldCacheVsDocValues, SolrTestCaseJ4Test, DebugComponentTest, TestNamedUpdateProcessors, HLLUtilTest, DataDrivenBlockJoinTest, TestPushWriter, StatelessScriptUpdateProcessorFactoryTest, TestRestoreCore, CursorMarkTest, TestFieldResource, SuggesterTSTTest, SolrCoreMetricManagerTest, TestPerFieldSimilarityClassic, TestHdfsBackupRestoreCore, UnloadDistributedZkTest, TestReplicationHandler, LeaderElectionTest, TestRandomDVFaceting, TestFaceting, TestRecovery]
   [junit4] Completed [344/679 (1!)] on J2 in 5.09s, 12 tests, 1 failure <<< FAILURES!

[...truncated 63518 lines...]



[JENKINS] Lucene-Solr-Tests-6.x - Build # 666 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/666/

1 tests failed.
FAILED:  org.apache.solr.update.AutoCommitTest.testMaxDocs

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([9BE488B3F0EA0049:22655E6CDC0004C3]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:821)
	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:814)
	... 40 more




Build Log:
[...truncated 11418 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9BE488B3F0EA0049-001/init-core-data-001
   [junit4]   2> 506834 INFO  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-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> 506834 INFO  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 506835 INFO  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 506967 INFO  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 507062 INFO  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 507257 WARN  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-worker) [    ] o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 507259 INFO  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 507266 INFO  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 507268 WARN  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-worker) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 507270 INFO  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ec6bf2e
   [junit4]   2> 507270 WARN  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-worker) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 507274 INFO  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ec6bf2e
   [junit4]   2> 507274 WARN  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-worker) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 507274 INFO  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ec6bf2e
   [junit4]   2> 507297 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 507344 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 507388 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 507619 WARN  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 507620 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 507646 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 507646 WARN  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 507646 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ec6bf2e
   [junit4]   2> 507646 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9BE488B3F0EA0049-001/init-core-data-001/]
   [junit4]   2> 507647 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ec6bf2e
   [junit4]   2> 507654 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=1.6591796875, floorSegmentMB=2.060546875, forceMergeDeletesPctAllowed=23.694832940894333, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 507732 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 507732 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 507733 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 507733 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 507733 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=13.568359375, floorSegmentMB=0.9912109375, forceMergeDeletesPctAllowed=1.1178094534739957, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2140974235791152
   [junit4]   2> 507734 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ade0b4b[collection1] main]
   [junit4]   2> 507735 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 507744 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 507802 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 507802 INFO  (searcherExecutor-2327-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 507803 INFO  (searcherExecutor-2327-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 507803 INFO  (searcherExecutor-2327-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 507803 INFO  (searcherExecutor-2327-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 507803 INFO  (searcherExecutor-2327-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 507803 INFO  (searcherExecutor-2327-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 507803 INFO  (searcherExecutor-2327-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 507803 INFO  (searcherExecutor-2327-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 507803 INFO  (searcherExecutor-2327-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 507804 INFO  (searcherExecutor-2327-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7ade0b4b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 507812 INFO  (coreLoadExecutor-2326-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556092549981011968
   [junit4]   2> 507815 INFO  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 507817 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 507817 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 507817 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4a16fd09[collection1] realtime]
   [junit4]   2> 507817 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 507818 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 507877 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 507920 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 508144 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 508146 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 508151 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 508152 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 508160 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ec6bf2e
   [junit4]   2> 508160 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.m.SolrMetricManager Replacing existing reporter 'default' in registry 'solr.core.collection1': [org.apache.solr.metrics.reporters.SolrJmxReporter@2d5e0095: domain = solr.core.collection1, service url = null, agent id = null]
   [junit4]   2> 508163 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9BE488B3F0EA0049-001/init-core-data-001/]
   [junit4]   2> 508163 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ec6bf2e
   [junit4]   2> 508248 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 508248 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 508248 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e35004d[collection1] main]
   [junit4]   2> 508248 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 508254 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 508260 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 508261 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556092550451822592
   [junit4]   2> 508276 INFO  (searcherExecutor-2332-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 508299 INFO  (searcherExecutor-2332-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 508300 INFO  (searcherExecutor-2332-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 508300 INFO  (searcherExecutor-2332-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 508308 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5635236765330582]
   [junit4]   2> 508309 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 508320 INFO  (searcherExecutor-2332-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 508526 INFO  (searcherExecutor-2332-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 508527 INFO  (searcherExecutor-2332-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 508527 INFO  (searcherExecutor-2332-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 508528 INFO  (searcherExecutor-2332-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 508529 INFO  (searcherExecutor-2332-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2e35004d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 508530 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@771e04a1[collection1] main]
   [junit4]   2> 508530 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@459315bc
   [junit4]   2> 508535 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 508544 INFO  (searcherExecutor-2332-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@771e04a1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 508545 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1556092550741229568)]} 0 8
   [junit4]   2> 508546 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 (1556092550749618176)]} 0 9
   [junit4]   2> 508546 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (1556092550750666752)]} 0 9
   [junit4]   2> 508546 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 (1556092550750666753)]} 0 9
   [junit4]   2> 508546 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 (1556092550750666754)]} 0 9
   [junit4]   2> 508547 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 (1556092550750666755)]} 0 9
   [junit4]   2> 508547 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 (1556092550751715328)]} 0 10
   [junit4]   2> 508547 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 (1556092550751715329)]} 0 10
   [junit4]   2> 508547 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 (1556092550751715330)]} 0 10
   [junit4]   2> 508547 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 (1556092550751715331)]} 0 10
   [junit4]   2> 508547 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 (1556092550751715332)]} 0 10
   [junit4]   2> 508548 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 (1556092550751715333)]} 0 10
   [junit4]   2> 508548 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 (1556092550752763904)]} 0 11
   [junit4]   2> 508548 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 (1556092550752763905)]} 0 11
   [junit4]   2> 508548 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 508571 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 (1556092550754861056)]} 0 34
   [junit4]   2> 508571 INFO  (commitScheduler-2335-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 508572 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 (1556092550776881152)]} 0 35
   [junit4]   2> 508572 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 508572 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [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">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 508573 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:14&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [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">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:814)
   [junit4]   2> 	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [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:811)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [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> 508573 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 508574 INFO  (commitScheduler-2335-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@130519c8[collection1] main]
   [junit4]   2> 508574 INFO  (commitScheduler-2335-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testMaxDocs -Dtests.seed=9BE488B3F0EA0049 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=he-IL -Dtests.timezone=Australia/Lord_Howe -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.76s J2 | AutoCommitTest.testMaxDocs <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9BE488B3F0EA0049:22655E6CDC0004C3]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:821)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [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">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:814)
   [junit4]    > 	... 40 more
   [junit4]   2> 508577 INFO  (searcherExecutor-2332-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@130519c8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.4.0):C15)))}
   [junit4]   2> 508592 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 508592 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 508593 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@27ef6d1a[collection1] realtime]
   [junit4]   2> 508593 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 508594 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 508703 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 508724 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 508924 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 508925 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 508930 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 508931 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 508936 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ec6bf2e
   [junit4]   2> 508937 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9BE488B3F0EA0049-001/init-core-data-001/]
   [junit4]   2> 508937 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ec6bf2e
   [junit4]   2> 508977 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 508977 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 508978 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1250e5fd[collection1] main]
   [junit4]   2> 508978 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 508981 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 508983 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 508986 INFO  (searcherExecutor-2336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 508987 INFO  (searcherExecutor-2336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 508987 INFO  (searcherExecutor-2336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 508987 INFO  (searcherExecutor-2336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 508987 INFO  (searcherExecutor-2336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 508987 INFO  (searcherExecutor-2336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 508988 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=93.4111328125, floorSegmentMB=0.5, forceMergeDeletesPctAllowed=8.521365840013871, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7502932789388765
   [junit4]   2> 508989 INFO  (searcherExecutor-2336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 508989 INFO  (searcherExecutor-2336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 508989 INFO  (searcherExecutor-2336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 508990 INFO  (searcherExecutor-2336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1250e5fd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 508996 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 508996 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ed6410e[collection1] main]
   [junit4]   2> 508997 INFO  (searcherExecutor-2336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6ed6410e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 508997 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@66c97b7c
   [junit4]   2> 509002 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 509006 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1556092551231963136)]} 0 0
   [junit4]   2> 509006 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 510506 INFO  (commitScheduler-2339-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 510508 INFO  (commitScheduler-2339-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@10eeef0b[collection1] main]
   [junit4]   2> 510508 INFO  (commitScheduler-2339-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 510509 INFO  (searcherExecutor-2336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@10eeef0b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.4.0):C1)))}
   [junit4]   2> 510758 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1556092553069068288)]} 0 1753
   [junit4]   2> 510758 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 510759 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 510759 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[529 (-1556092553071165440)]} 0 0
   [junit4]   2> 510760 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 512258 INFO  (commitScheduler-2339-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 512262 INFO  (commitScheduler-2339-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@18fd0151[collection1] main]
   [junit4]   2> 512262 INFO  (commitScheduler-2339-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 512263 INFO  (searcherExecutor-2336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@18fd0151[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.4.0):C1)))}
   [junit4]   2> 512511 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 (1556092554908270592)]} 0 3506
   [junit4]   2> 512512 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 512512 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092554909319168)]} 0 3507
   [junit4]   2> 512513 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092554909319169)]} 0 3507
   [junit4]   2> 512513 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092554910367744)]} 0 3507
   [junit4]   2> 512513 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092554910367745)]} 0 3507
   [junit4]   2> 512513 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092554910367746)]} 0 3508
   [junit4]   2> 512513 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092554910367747)]} 0 3508
   [junit4]   2> 512513 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092554910367748)]} 0 3508
   [junit4]   2> 512513 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092554910367749)]} 0 3508
   [junit4]   2> 512513 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092554910367750)]} 0 3508
   [junit4]   2> 512514 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092554911416320)]} 0 3508
   [junit4]   2> 512514 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 514011 INFO  (commitScheduler-2339-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 514014 INFO  (commitScheduler-2339-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2eb8aea4[collection1] main]
   [junit4]   2> 514014 INFO  (commitScheduler-2339-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 514015 INFO  (searcherExecutor-2336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2eb8aea4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.4.0):C1) Uninverting(_4(6.4.0):C11/9:delGen=1)))}
   [junit4]   2> 514016 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 (1556092556485328896)]} 0 5011
   [junit4]   2> 514016 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 514017 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 514019 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 514019 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 514019 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@25342c0c[collection1] realtime]
   [junit4]   2> 514020 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 514020 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 514048 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 514066 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 514132 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 514134 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 514139 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 514139 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 514145 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ec6bf2e
   [junit4]   2> 514145 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9BE488B3F0EA0049-001/init-core-data-001/]
   [junit4]   2> 514145 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ec6bf2e
   [junit4]   2> 514160 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 514160 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 514160 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3516336f[collection1] main]
   [junit4]   2> 514161 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 514162 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 514165 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 514166 INFO  (searcherExecutor-2340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 514171 INFO  (searcherExecutor-2340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 514171 INFO  (searcherExecutor-2340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 514171 INFO  (searcherExecutor-2340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 514171 INFO  (searcherExecutor-2340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 514172 INFO  (searcherExecutor-2340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 514172 INFO  (searcherExecutor-2340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 514172 INFO  (searcherExecutor-2340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 514172 INFO  (searcherExecutor-2340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 514173 INFO  (searcherExecutor-2340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3516336f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 514173 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1999892997, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 514174 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 514174 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ddd65d1[collection1] main]
   [junit4]   2> 514174 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@16212036
   [junit4]   2> 514175 INFO  (searcherExecutor-2340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3ddd65d1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 514180 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 514184 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1556092556661489664)]} 0 1
   [junit4]   2> 514184 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 518184 INFO  (commitScheduler-2343-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 518186 INFO  (commitScheduler-2343-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@65c1ad67[collection1] main]
   [junit4]   2> 518186 INFO  (commitScheduler-2343-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 518187 INFO  (searcherExecutor-2340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@65c1ad67[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(6.4.0):C1)))}
   [junit4]   2> 518187 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1556092560859987968)]} 0 4004
   [junit4]   2> 518188 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 518188 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 (-1556092560861036544)]} 0 4005
   [junit4]   2> 518188 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 519188 INFO  (commitScheduler-2343-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 519190 INFO  (commitScheduler-2343-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7f98aefc[collection1] main]
   [junit4]   2> 519191 INFO  (commitScheduler-2343-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 519191 INFO  (searcherExecutor-2340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7f98aefc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(6.4.0):C1)))}
   [junit4]   2> 519440 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 519440 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 519441 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092562174902272)]} 0 5258
   [junit4]   2> 519441 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092562174902273)]} 0 5258
   [junit4]   2> 519442 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092562174902274)]} 0 5258
   [junit4]   2> 519442 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092562175950848)]} 0 5258
   [junit4]   2> 519442 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092562175950849)]} 0 5259
   [junit4]   2> 519442 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092562175950850)]} 0 5259
   [junit4]   2> 519442 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092562175950851)]} 0 5259
   [junit4]   2> 519442 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092562175950852)]} 0 5259
   [junit4]   2> 519443 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092562175950853)]} 0 5259
   [junit4]   2> 519443 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1556092562176999424)]} 0 5259
   [junit4]   2> 519443 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 519443 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1556092562176999425)]} 0 5260
   [junit4]   2> 519444 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1556092562176999426)]} 0 5260
   [junit4]   2> 519444 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1556092562178048000)]} 0 5260
   [junit4]   2> 519444 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1556092562178048001)]} 0 5260
   [junit4]   2> 519444 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1556092562178048002)]} 0 5261
   [junit4]   2> 519444 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1556092562178048003)]} 0 5261
   [junit4]   2> 519444 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1556092562178048004)]} 0 5261
   [junit4]   2> 519444 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1556092562178048005)]} 0 5261
   [junit4]   2> 519444 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1556092562178048006)]} 0 5261
   [junit4]   2> 519445 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1556092562178048007)]} 0 5261
   [junit4]   2> 519445 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 520443 INFO  (commitScheduler-2343-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 520446 INFO  (commitScheduler-2343-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@61279961[collection1] main]
   [junit4]   2> 520446 INFO  (commitScheduler-2343-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 520447 INFO  (searcherExecutor-2340-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@61279961[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_8(6.4.0):C10/9:delGen=1)))}
   [junit4]   2> 520696 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 520699 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=2
   [junit4]   2> 520700 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9BE488B3F0EA0049]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 520700 INFO  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 520700 INFO  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=650252002
   [junit4]   2> 520700 INFO  (coreCloseExecutor-2344-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2c7271dd
   [junit4]   2> 520701 INFO  (coreCloseExecutor-2344-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 520701 INFO  (coreCloseExecutor-2344-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5f298f4f
   [junit4]   2> 520729 INFO  (coreCloseExecutor-2344-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 520729 INFO  (SUITE-AutoCommitTest-seed#[9BE488B3F0EA0049]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9BE488B3F0EA0049-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=he-IL, timezone=Australia/Lord_Howe
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=1,free=190596880,total=430964736
   [junit4]   2> NOTE: All tests run in this JVM: [BigEndianAscendingWordDeserializerTest, DocValuesMultiTest, TestWriterPerf, RemoteQueryErrorTest, BinaryUpdateRequestHandlerTest, TestSort, XmlUpdateRequestHandlerTest, StatsReloadRaceTest, CursorMarkTest, TestXIncludeConfig, DistributedFacetPivotSmallAdvancedTest, TestStressLiveNodes, TestPerFieldSimilarityClassic, MetricsHandlerTest, SaslZkACLProviderTest, ResponseLogComponentTest, TestConfigSets, TestJsonRequest, HdfsBasicDistributedZk2Test, DistanceUnitsTest, TestHighFrequencyDictionaryFactory, SuggesterTest, HdfsSyncSliceTest, TestDFRSimilarityFactory, TestMacros, PrimUtilsTest, TestShortCircuitedRequests, AddBlockUpdateTest, TestDistributedStatsComponentCardinality, SpatialHeatmapFacetsTest, TestIndexSearcher, TestLeaderInitiatedRecoveryThread, UpdateParamsTest, RestartWhileUpdatingTest, ShowFileRequestHandlerTest, TestRequestStatusCollectionAPI, TestConfig, OverseerTest, SolrCloudExampleTest, CleanupOldIndexTest, TestShardHandlerFactory, SuggesterWFSTTest, TestSubQueryTransformerCrossCore, TestCollationField, RequestHandlersTest, TestCoreDiscovery, DeleteReplicaTest, CurrencyFieldXmlFileTest, TestReload, TestRebalanceLeaders, HdfsRecoverLeaseTest, AutoCommitTest]
   [junit4] Completed [206/679 (1!)] on J2 in 13.94s, 3 tests, 1 error <<< FAILURES!

[...truncated 64008 lines...]