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

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6156/
Java: 32bit/jdk1.8.0_102 -server -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.client.solrj.impl.CloudSolrClientBuilderTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.client.solrj.impl.CloudSolrClientBuilderTest:     1) Thread[id=2287, name=Connection evictor, state=TIMED_WAITING, group=TGRP-CloudSolrClientBuilderTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.client.solrj.impl.CloudSolrClientBuilderTest: 
   1) Thread[id=2287, name=Connection evictor, state=TIMED_WAITING, group=TGRP-CloudSolrClientBuilderTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([6833755DB9F64C78]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.client.solrj.io.stream.StreamingTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:262)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:209)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:201)  at org.apache.solr.client.solrj.impl.CloudSolrClient.<init>(CloudSolrClient.java:393)  at org.apache.solr.client.solrj.impl.CloudSolrClient.<init>(CloudSolrClient.java:100)  at org.apache.solr.client.solrj.impl.CloudSolrClient$Builder.build(CloudSolrClient.java:1673)  at org.apache.solr.client.solrj.impl.CloudSolrClientBuilderTest.testNoZkHostSpecified(CloudSolrClientBuilderTest.java:36)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  at java.lang.reflect.Method.invoke(Method.java:498)  at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)  at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)  at com.carrotsearch.randomizedtesting.RandomizedRunner$11.evaluate(RandomizedRunner.java:968)  at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)  at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)  at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)  at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)  at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)  at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)  at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)  at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)  at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)  at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)  at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)  at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)  at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)  at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)  at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)  at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)  at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)  at java.lang.Thread.run(Thread.java:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:262)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:209)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:201)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.<init>(CloudSolrClient.java:393)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.<init>(CloudSolrClient.java:100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$Builder.build(CloudSolrClient.java:1673)
	at org.apache.solr.client.solrj.impl.CloudSolrClientBuilderTest.testNoZkHostSpecified(CloudSolrClientBuilderTest.java:36)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$11.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


	at __randomizedtesting.SeedInfo.seed([6833755DB9F64C78]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:261)
	at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	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 13221 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrClientBuilderTest
   [junit4]   2> Oct 04, 2016 1:14:37 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Oct 04, 2016 1:14:57 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.client.solrj.impl.CloudSolrClientBuilderTest: 
   [junit4]   2>    1) Thread[id=2287, name=Connection evictor, state=TIMED_WAITING, group=TGRP-CloudSolrClientBuilderTest]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Oct 04, 2016 1:14:57 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=2287, name=Connection evictor, state=TIMED_WAITING, group=TGRP-CloudSolrClientBuilderTest]
   [junit4]   2> Oct 04, 2016 1:14:57 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), sim=RandomSimilarity(queryNorm=true): {}, locale=es-CL, timezone=Pacific/Noumea
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_102 (32-bit)/cpus=3,threads=1,free=111313296,total=245104640
   [junit4]   2> NOTE: All tests run in this JVM: [SolrPingTest, TestZkConfigManager, ConcurrentUpdateSolrClientBuilderTest, BasicHttpSolrClientTest, GetByIdTest, SolrExceptionTest, DocumentAnalysisResponseTest, SolrZkClientTest, StreamExpressionTest, SolrQueryTest, TestConfigSetAdminRequest, SolrParamTest, StreamExpressionParserTest, TestLBHttpSolrClient, MergeIndexesEmbeddedTest, SolrExampleJettyTest, ContentStreamTest, ClientUtilsTest, TestSuggesterResponse, TestClusteringResponse, SolrExampleBinaryTest, LargeVolumeBinaryJettyTest, TestBatchUpdate, JettyWebappTest, TestSpellCheckResponse, QueryResponseTest, TestNamedListCodec, TestJavaBinCodec, TestDocumentObjectBinder, ModifiableSolrParamsTest, SolrDocumentTest, FacetFieldTest, SolrSchemalessExampleTest, CloudSolrClientBuilderTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudSolrClientBuilderTest -Dtests.seed=6833755DB9F64C78 -Dtests.slow=true -Dtests.locale=es-CL -Dtests.timezone=Pacific/Noumea -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J1 | CloudSolrClientBuilderTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.client.solrj.impl.CloudSolrClientBuilderTest: 
   [junit4]    >    1) Thread[id=2287, name=Connection evictor, state=TIMED_WAITING, group=TGRP-CloudSolrClientBuilderTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6833755DB9F64C78]:0)
   [junit4] Completed [72/85 (1!)] on J1 in 21.52s, 6 tests, 1 error <<< FAILURES!

[...truncated 37 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamingTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamingTest_6833755DB9F64C78-001\init-core-data-001
   [junit4]   2> 212749 INFO  (SUITE-StreamingTest-seed#[6833755DB9F64C78]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 212751 INFO  (SUITE-StreamingTest-seed#[6833755DB9F64C78]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 212753 INFO  (Thread-278) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 212753 INFO  (Thread-278) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 212852 INFO  (SUITE-StreamingTest-seed#[6833755DB9F64C78]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:63225
   [junit4]   2> 212866 INFO  (jetty-launcher-761-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 212867 INFO  (jetty-launcher-761-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17cbfb0{/solr,null,AVAILABLE}
   [junit4]   2> 212868 INFO  (jetty-launcher-761-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@9c8a06{HTTP/1.1,[http/1.1]}{127.0.0.1:63229}
   [junit4]   2> 212868 INFO  (jetty-launcher-761-thread-1) [    ] o.e.j.s.Server Started @217310ms
   [junit4]   2> 212868 INFO  (jetty-launcher-761-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63229}
   [junit4]   2> 212868 INFO  (jetty-launcher-761-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 212868 INFO  (jetty-launcher-761-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 212868 INFO  (jetty-launcher-761-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 212868 INFO  (jetty-launcher-761-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-04T01:14:58.677Z
   [junit4]   2> 212873 INFO  (jetty-launcher-761-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 212885 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 0x1578d420c860001, 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> 212890 INFO  (jetty-launcher-761-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63225/solr
   [junit4]   2> 212940 INFO  (jetty-launcher-761-thread-1) [n:127.0.0.1:63229_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63229_solr
   [junit4]   2> 212942 INFO  (jetty-launcher-761-thread-1) [n:127.0.0.1:63229_solr    ] o.a.s.c.Overseer Overseer (id=96701231829221379-127.0.0.1:63229_solr-n_0000000000) starting
   [junit4]   2> 212953 INFO  (jetty-launcher-761-thread-1) [n:127.0.0.1:63229_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63229_solr
   [junit4]   2> 212957 INFO  (zkCallback-767-thread-1-processing-n:127.0.0.1:63229_solr) [n:127.0.0.1:63229_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 212994 INFO  (jetty-launcher-761-thread-1) [n:127.0.0.1:63229_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamingTest_6833755DB9F64C78-001\tempDir-001\node1\.
   [junit4]   2> 213000 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 0x1578d420c860004, 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> 213007 INFO  (SUITE-StreamingTest-seed#[6833755DB9F64C78]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 213020 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=streams&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 213024 INFO  (OverseerThreadFactory-499-thread-1-processing-n:127.0.0.1:63229_solr) [n:127.0.0.1:63229_solr    ] o.a.s.c.CreateCollectionCmd Create collection streams
   [junit4]   2> 213134 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=streams_shard1_replica1&action=CREATE&numShards=1&collection=streams&shard=shard1&wt=javabin&version=2
   [junit4]   2> 213245 INFO  (zkCallback-767-thread-2-processing-n:127.0.0.1:63229_solr) [n:127.0.0.1:63229_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/streams/state.json] for collection [streams] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 214160 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1  x:streams_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 214169 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1  x:streams_shard1_replica1] o.a.s.s.IndexSchema [streams_shard1_replica1] Schema name=test
   [junit4]   2> 214212 WARN  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1  x:streams_shard1_replica1] o.a.s.s.IndexSchema [streams_shard1_replica1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 214213 WARN  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1  x:streams_shard1_replica1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 214213 WARN  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1  x:streams_shard1_replica1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 214213 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1  x:streams_shard1_replica1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 214218 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1  x:streams_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'streams_shard1_replica1' using configuration from collection streams
   [junit4]   2> 214218 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SolrCore [[streams_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamingTest_6833755DB9F64C78-001\tempDir-001\node1\streams_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamingTest_6833755DB9F64C78-001\tempDir-001\node1\.\streams_shard1_replica1\data\]
   [junit4]   2> 214232 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 214232 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 214234 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 214234 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 214235 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@46a0e2[streams_shard1_replica1] main]
   [junit4]   2> 214236 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 214237 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 214237 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 214238 INFO  (searcherExecutor-502-thread-1-processing-n:127.0.0.1:63229_solr x:streams_shard1_replica1 s:shard1 c:streams r:core_node1) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SolrCore [streams_shard1_replica1] Registered new searcher Searcher@46a0e2[streams_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 214238 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1547219710820483072
   [junit4]   2> 214247 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 214247 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 214247 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63229/solr/streams_shard1_replica1/
   [junit4]   2> 214247 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 214247 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:63229/solr/streams_shard1_replica1/ has no replicas
   [junit4]   2> 214254 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63229/solr/streams_shard1_replica1/ shard1
   [junit4]   2> 214358 INFO  (zkCallback-767-thread-3-processing-n:127.0.0.1:63229_solr) [n:127.0.0.1:63229_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/streams/state.json] for collection [streams] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 214406 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 214411 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&name=streams_shard1_replica1&action=CREATE&numShards=1&collection=streams&shard=shard1&wt=javabin&version=2} status=0 QTime=1277
   [junit4]   2> 214415 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_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> 214514 INFO  (zkCallback-767-thread-3-processing-n:127.0.0.1:63229_solr) [n:127.0.0.1:63229_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/streams/state.json] for collection [streams] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 215028 INFO  (OverseerCollectionConfigSetProcessor-96701231829221379-127.0.0.1:63229_solr-n_0000000000) [n:127.0.0.1:63229_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> 215416 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=streams&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2394
   [junit4]   2> 215416 INFO  (SUITE-StreamingTest-seed#[6833755DB9F64C78]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: streams failOnTimeout:true timeout (sec):30
   [junit4]   2> 215417 INFO  (SUITE-StreamingTest-seed#[6833755DB9F64C78]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: streams
   [junit4]   2> 215427 INFO  (TEST-StreamingTest.testMergeStream-seed#[6833755DB9F64C78]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMergeStream
   [junit4]   2> 215433 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 215433 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 215433 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 215433 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&commit=true&wt=javabin&version=2}{deleteByQuery=*:* (-1547219712069337088),commit=} 0 4
   [junit4]   2> 215438 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&wt=javabin&version=2}{add=[0 (1547219712075628544), 2 (1547219712078774272), 3 (1547219712078774273), 4 (1547219712078774274), 1 (1547219712078774275)]} 0 2
   [junit4]   2> 215438 INFO  (qtp25156384-2311) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 215438 INFO  (qtp25156384-2311) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@137dea8
   [junit4]   2> 215477 INFO  (qtp25156384-2311) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1694fef[streams_shard1_replica1] main]
   [junit4]   2> 215477 INFO  (qtp25156384-2311) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 215478 INFO  (searcherExecutor-502-thread-1-processing-n:127.0.0.1:63229_solr x:streams_shard1_replica1 s:shard1 c:streams r:core_node1) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SolrCore [streams_shard1_replica1] Registered new searcher Searcher@1694fef[streams_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C5)))}
   [junit4]   2> 215478 INFO  (qtp25156384-2311) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&commit=true&wt=javabin&version=2}{commit=} 0 39
   [junit4]   2> 215483 INFO  (TEST-StreamingTest.testMergeStream-seed#[6833755DB9F64C78]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 215492 INFO  (qtp25156384-2319) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/select params={q=id:(4+1)&distrib=false&fl=id,a_s,a_i&sort=a_i+asc&wt=json&version=2.2} hits=2 status=0 QTime=5
   [junit4]   2> 215499 INFO  (TEST-StreamingTest.testMergeStream-seed#[6833755DB9F64C78]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 215503 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/select params={q=id:(0+2+3)&distrib=false&fl=id,a_s,a_i&sort=a_i+asc&wt=json&version=2.2} hits=3 status=0 QTime=0
   [junit4]   2> 215505 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 0x1578d420c860006, 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> 215506 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 0x1578d420c860007, 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> 215511 INFO  (TEST-StreamingTest.testMergeStream-seed#[6833755DB9F64C78]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 215516 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/select params={q=id:(4+1)&distrib=false&fl=id,a_s,a_i&sort=a_i+desc&wt=json&version=2.2} hits=2 status=0 QTime=0
   [junit4]   2> 215519 INFO  (TEST-StreamingTest.testMergeStream-seed#[6833755DB9F64C78]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 215526 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/select params={q=id:(0+2+3)&distrib=false&fl=id,a_s,a_i&sort=a_i+desc&wt=json&version=2.2} hits=3 status=0 QTime=0
   [junit4]   2> 215528 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 0x1578d420c860008, 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> 215530 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 0x1578d420c860009, 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> 215535 INFO  (TEST-StreamingTest.testMergeStream-seed#[6833755DB9F64C78]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 215546 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/select params={q=id:(2+4+1)&distrib=false&fl=id,a_s,a_i,a_f&sort=a_f+asc,a_i+asc&wt=json&version=2.2} hits=3 status=0 QTime=0
   [junit4]   2> 215554 INFO  (TEST-StreamingTest.testMergeStream-seed#[6833755DB9F64C78]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 215566 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/select params={q=id:(0+3)&distrib=false&fl=id,a_s,a_i,a_f&sort=a_f+asc,a_i+asc&wt=json&version=2.2} hits=2 status=0 QTime=0
   [junit4]   2> 215568 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 0x1578d420c86000a, 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> 215573 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 0x1578d420c86000b, 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> 215697 INFO  (TEST-StreamingTest.testMergeStream-seed#[6833755DB9F64C78]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 215703 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/select params={q=id:(2+4+1)&distrib=false&fl=id,a_s,a_i,a_f&sort=a_f+asc,a_i+desc&wt=json&version=2.2} hits=3 status=0 QTime=0
   [junit4]   2> 215714 INFO  (TEST-StreamingTest.testMergeStream-seed#[6833755DB9F64C78]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 215719 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/select params={q=id:(0+3)&distrib=false&fl=id,a_s,a_i,a_f&sort=a_f+asc,a_i+desc&wt=json&version=2.2} hits=2 status=0 QTime=0
   [junit4]   2> 215723 INFO  (TEST-StreamingTest.testMergeStream-seed#[6833755DB9F64C78]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMergeStream
   [junit4]   2> 215733 INFO  (TEST-StreamingTest.testNonePartitionKeys-seed#[6833755DB9F64C78]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNonePartitionKeys
   [junit4]   2> 215739 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@27f489[streams_shard1_replica1] realtime]
   [junit4]   2> 215739 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 215739 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@137dea8
   [junit4]   2> 215741 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@145cae9[streams_shard1_replica1] main]
   [junit4]   2> 215741 INFO  (searcherExecutor-502-thread-1-processing-n:127.0.0.1:63229_solr x:streams_shard1_replica1 s:shard1 c:streams r:core_node1) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SolrCore [streams_shard1_replica1] Registered new searcher Searcher@145cae9[streams_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 215744 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 215748 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&commit=true&wt=javabin&version=2}{deleteByQuery=*:* (-1547219712390201344),commit=} 0 12
   [junit4]   2> 215753 INFO  (qtp25156384-2311) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&wt=javabin&version=2}{add=[0 (1547219712405929984), 2 (1547219712409075712), 3 (1547219712409075713), 4 (1547219712409075714), 1 (1547219712409075715), 5 (1547219712409075716), 6 (1547219712409075717), 7 (1547219712409075718), 8 (1547219712409075719), 9 (1547219712409075720)]} 0 3
   [junit4]   2> 215754 INFO  (qtp25156384-2311) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 215754 INFO  (qtp25156384-2311) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@137dea8
   [junit4]   2> 215775 INFO  (qtp25156384-2311) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@20e9ce[streams_shard1_replica1] main]
   [junit4]   2> 215775 INFO  (searcherExecutor-502-thread-1-processing-n:127.0.0.1:63229_solr x:streams_shard1_replica1 s:shard1 c:streams r:core_node1) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SolrCore [streams_shard1_replica1] Registered new searcher Searcher@20e9ce[streams_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C10)))}
   [junit4]   2> 215775 INFO  (qtp25156384-2311) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 215775 INFO  (qtp25156384-2311) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&commit=true&wt=javabin&version=2}{commit=} 0 21
   [junit4]   2> 215782 INFO  (TEST-StreamingTest.testNonePartitionKeys-seed#[6833755DB9F64C78]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 215785 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/stream params={distrib=false&workerID=0&numWorkers=1&expr=search(streams,q%3D"*:*",fl%3D"id,a_s,a_i,a_f",sort%3D"a_s+asc,a_f+asc",partitionKeys%3Dnone,zkHost%3D"127.0.0.1:63225/solr")&wt=json&version=2.2} status=0 QTime=0
   [junit4]   2> 215790 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 215794 INFO  (qtp25156384-2319) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/select params={q=*:*&distrib=false&fl=id,a_s,a_i,a_f&sort=a_s+asc,a_f+asc&partitionKeys=none&wt=json&version=2.2} hits=10 status=0 QTime=0
   [junit4]   2> 215801 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 0x1578d420c86000e, 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> 215802 INFO  (TEST-StreamingTest.testNonePartitionKeys-seed#[6833755DB9F64C78]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNonePartitionKeys
   [junit4]   2> 215816 INFO  (TEST-StreamingTest.testSpacesInParams-seed#[6833755DB9F64C78]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSpacesInParams
   [junit4]   2> 215822 INFO  (qtp25156384-2319) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1757ea2[streams_shard1_replica1] realtime]
   [junit4]   2> 215822 INFO  (qtp25156384-2319) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 215822 INFO  (qtp25156384-2319) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@137dea8
   [junit4]   2> 215839 INFO  (qtp25156384-2319) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@134f426[streams_shard1_replica1] main]
   [junit4]   2> 215849 INFO  (qtp25156384-2319) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 215849 INFO  (searcherExecutor-502-thread-1-processing-n:127.0.0.1:63229_solr x:streams_shard1_replica1 s:shard1 c:streams r:core_node1) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SolrCore [streams_shard1_replica1] Registered new searcher Searcher@134f426[streams_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 215885 INFO  (qtp25156384-2319) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&commit=true&wt=javabin&version=2}{deleteByQuery=*:* (-1547219712476184576),commit=} 0 67
   [junit4]   2> 215885 INFO  (TEST-StreamingTest.testSpacesInParams-seed#[6833755DB9F64C78]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSpacesInParams
   [junit4]   2> 215897 INFO  (TEST-StreamingTest.testParallelReducerStream-seed#[6833755DB9F64C78]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParallelReducerStream
   [junit4]   2> 215901 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 215901 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 215901 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 215901 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&commit=true&wt=javabin&version=2}{deleteByQuery=*:* (-1547219712562167808),commit=} 0 2
   [junit4]   2> 215905 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&wt=javabin&version=2}{add=[0 (1547219712566362112), 2 (1547219712567410688), 3 (1547219712568459264), 4 (1547219712568459265), 1 (1547219712568459266), 5 (1547219712568459267), 6 (1547219712568459268), 7 (1547219712568459269), 8 (1547219712568459270), 9 (1547219712568459271)]} 0 2
   [junit4]   2> 215906 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 215906 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@137dea8
   [junit4]   2> 215946 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@63d869[streams_shard1_replica1] main]
   [junit4]   2> 215946 INFO  (searcherExecutor-502-thread-1-processing-n:127.0.0.1:63229_solr x:streams_shard1_replica1 s:shard1 c:streams r:core_node1) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SolrCore [streams_shard1_replica1] Registered new searcher Searcher@63d869[streams_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):C10)))}
   [junit4]   2> 215947 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 215947 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&commit=true&wt=javabin&version=2}{commit=} 0 41
   [junit4]   2> 215953 INFO  (TEST-StreamingTest.testParallelReducerStream-seed#[6833755DB9F64C78]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 215958 INFO  (qtp25156384-2311) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/stream params={distrib=false&workerID=0&numWorkers=1&expr=reduce(search(streams,q%3D"*:*",fl%3D"id,a_s,a_i,a_f",sort%3D"a_s+asc,a_f+asc",partitionKeys%3Da_s,zkHost%3D"127.0.0.1:63225/solr"),by%3Da_s,group(n%3D5,sort%3D"a_f+desc"))&wt=json&version=2.2} status=0 QTime=0
   [junit4]   2> 215962 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/select params={q=*:*&distrib=false&fl=id,a_s,a_i,a_f&sort=a_s+asc,a_f+asc&partitionKeys=a_s&fq={!hash+workers%3D1+worker%3D0}&wt=json&version=2.2} hits=10 status=0 QTime=0
   [junit4]   2> 215965 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 0x1578d420c860010, 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> 215974 INFO  (TEST-StreamingTest.testParallelReducerStream-seed#[6833755DB9F64C78]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 215981 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/stream params={distrib=false&workerID=0&numWorkers=1&expr=reduce(search(streams,q%3D"*:*",fl%3D"id,a_s,a_i,a_f",sort%3D"a_s+desc,a_f+asc",partitionKeys%3Da_s,zkHost%3D"127.0.0.1:63225/solr"),by%3Da_s,group(n%3D3,sort%3D"a_f+asc"))&wt=json&version=2.2} status=0 QTime=0
   [junit4]   2> 215998 INFO  (qtp25156384-2319) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/select params={q=*:*&distrib=false&fl=id,a_s,a_i,a_f&sort=a_s+desc,a_f+asc&partitionKeys=a_s&fq={!hash+workers%3D1+worker%3D0}&wt=json&version=2.2} hits=10 status=0 QTime=2
   [junit4]   2> 216003 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 0x1578d420c860011, 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> 216004 INFO  (TEST-StreamingTest.testParallelReducerStream-seed#[6833755DB9F64C78]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParallelReducerStream
   [junit4]   2> 216023 INFO  (TEST-StreamingTest.testStatsStream-seed#[6833755DB9F64C78]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStatsStream
   [junit4]   2> 216028 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@495fad[streams_shard1_replica1] realtime]
   [junit4]   2> 216028 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 216028 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@137dea8
   [junit4]   2> 216031 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@78ed86[streams_shard1_replica1] main]
   [junit4]   2> 216031 INFO  (searcherExecutor-502-thread-1-processing-n:127.0.0.1:63229_solr x:streams_shard1_replica1 s:shard1 c:streams r:core_node1) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SolrCore [streams_shard1_replica1] Registered new searcher Searcher@78ed86[streams_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 216031 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 216032 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&commit=true&wt=javabin&version=2}{deleteByQuery=*:* (-1547219712695336960),commit=} 0 6
   [junit4]   2> 216036 INFO  (qtp25156384-2308) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&wt=javabin&version=2}{add=[0 (1547219712702676992), 2 (1547219712704774144), 3 (1547219712704774145), 4 (1547219712704774146), 1 (1547219712704774147), 5 (1547219712704774148), 6 (1547219712704774149), 7 (1547219712704774150), 8 (1547219712705822720), 9 (1547219712705822721)]} 0 2
   [junit4]   2> 216037 INFO  (qtp25156384-2308) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 216037 INFO  (qtp25156384-2308) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@137dea8
   [junit4]   2> 216252 INFO  (qtp25156384-2308) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3fa691[streams_shard1_replica1] main]
   [junit4]   2> 216253 INFO  (searcherExecutor-502-thread-1-processing-n:127.0.0.1:63229_solr x:streams_shard1_replica1 s:shard1 c:streams r:core_node1) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SolrCore [streams_shard1_replica1] Registered new searcher Searcher@3fa691[streams_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):C10)))}
   [junit4]   2> 216253 INFO  (qtp25156384-2308) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 216253 INFO  (qtp25156384-2308) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&commit=true&wt=javabin&version=2}{commit=} 0 215
   [junit4]   2> 216260 INFO  (TEST-StreamingTest.testStatsStream-seed#[6833755DB9F64C78]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 216265 INFO  (qtp25156384-2311) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/select params={q=*:*&_stateVer_=streams:3&stats=true&rows=0&wt=javabin&version=2&stats.field={!sum%3Dtrue+min%3Dtrue+max%3Dtrue+mean%3Dtrue+}a_f&stats.field={!sum%3Dtrue+min%3Dtrue+max%3Dtrue+mean%3Dtrue+}a_i} hits=10 status=0 QTime=1
   [junit4]   2> 216266 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 0x1578d420c860012, 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> 216266 INFO  (TEST-StreamingTest.testStatsStream-seed#[6833755DB9F64C78]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStatsStream
   [junit4]   2> 216280 INFO  (TEST-StreamingTest.testParallelEOF-seed#[6833755DB9F64C78]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testParallelEOF
   [junit4]   2> 216283 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@10c2187[streams_shard1_replica1] realtime]
   [junit4]   2> 216283 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 216283 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@137dea8
   [junit4]   2> 216285 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@fcbe6d[streams_shard1_replica1] main]
   [junit4]   2> 216286 INFO  (searcherExecutor-502-thread-1-processing-n:127.0.0.1:63229_solr x:streams_shard1_replica1 s:shard1 c:streams r:core_node1) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SolrCore [streams_shard1_replica1] Registered new searcher Searcher@fcbe6d[streams_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 216286 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 216287 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&commit=true&wt=javabin&version=2}{deleteByQuery=*:* (-1547219712963772416),commit=} 0 5
   [junit4]   2> 216293 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&wt=javabin&version=2}{add=[0 (1547219712970063872), 2 (1547219712974258176), 3 (1547219712974258177), 4 (1547219712974258178), 1 (1547219712974258179), 5 (1547219712974258180), 6 (1547219712975306752), 7 (1547219712975306753), 8 (1547219712975306754), 9 (1547219712975306755)]} 0 3
   [junit4]   2> 216294 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 216294 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@137dea8
   [junit4]   2> 216325 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f93801[streams_shard1_replica1] main]
   [junit4]   2> 216325 INFO  (searcherExecutor-502-thread-1-processing-n:127.0.0.1:63229_solr x:streams_shard1_replica1 s:shard1 c:streams r:core_node1) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SolrCore [streams_shard1_replica1] Registered new searcher Searcher@1f93801[streams_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):C10)))}
   [junit4]   2> 216326 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 216326 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&commit=true&wt=javabin&version=2}{commit=} 0 33
   [junit4]   2> 216335 INFO  (TEST-StreamingTest.testParallelEOF-seed#[6833755DB9F64C78]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 216363 INFO  (qtp25156384-2319) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/stream params={distrib=false&workerID=0&numWorkers=1&expr=merge(search(streams,q%3D"id:(4+1+8+7+9)",fl%3D"id,a_s,a_i",sort%3D"a_i+asc",partitionKeys%3Da_i,zkHost%3D"127.0.0.1:63225/solr"),search(streams,q%3D"id:(0+2+3+6)",fl%3D"id,a_s,a_i",sort%3D"a_i+asc",partitionKeys%3Da_i,zkHost%3D"127.0.0.1:63225/solr"),on%3D"a_i+asc")&wt=json&version=2.2} status=0 QTime=0
   [junit4]   2> 216365 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/select params={q=id:(4+1+8+7+9)&distrib=false&fl=id,a_s,a_i&sort=a_i+asc&partitionKeys=a_i&fq={!hash+workers%3D1+worker%3D0}&wt=json&version=2.2} hits=5 status=0 QTime=0
   [junit4]   2> 216373 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/select params={q=id:(0+2+3+6)&distrib=false&fl=id,a_s,a_i&sort=a_i+asc&partitionKeys=a_i&fq={!hash+workers%3D1+worker%3D0}&wt=json&version=2.2} hits=4 status=0 QTime=5
   [junit4]   2> 216379 INFO  (TEST-StreamingTest.testParallelEOF-seed#[6833755DB9F64C78]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testParallelEOF
   [junit4]   2> 216400 INFO  (TEST-StreamingTest.testTuple-seed#[6833755DB9F64C78]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTuple
   [junit4]   2> 216402 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b017b5[streams_shard1_replica1] realtime]
   [junit4]   2> 216403 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 216403 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@137dea8
   [junit4]   2> 216405 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1853ec9[streams_shard1_replica1] main]
   [junit4]   2> 216406 INFO  (searcherExecutor-502-thread-1-processing-n:127.0.0.1:63229_solr x:streams_shard1_replica1 s:shard1 c:streams r:core_node1) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SolrCore [streams_shard1_replica1] Registered new searcher Searcher@1853ec9[streams_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 216408 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 216409 INFO  (qtp25156384-2315) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&commit=true&wt=javabin&version=2}{deleteByQuery=*:* (-1547219713089601536),commit=} 0 7
   [junit4]   2> 216413 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&wt=javabin&version=2}{add=[0 (1547219713097990144)]} 0 2
   [junit4]   2> 216413 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 216413 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@137dea8
   [junit4]   2> 216434 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ae9650[streams_shard1_replica1] main]
   [junit4]   2> 216435 INFO  (searcherExecutor-502-thread-1-processing-n:127.0.0.1:63229_solr x:streams_shard1_replica1 s:shard1 c:streams r:core_node1) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SolrCore [streams_shard1_replica1] Registered new searcher Searcher@1ae9650[streams_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):C1)))}
   [junit4]   2> 216437 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 216437 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&commit=true&wt=javabin&version=2}{commit=} 0 23
   [junit4]   2> 216446 INFO  (TEST-StreamingTest.testTuple-seed#[6833755DB9F64C78]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 216453 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/select params={q=*:*&distrib=false&fl=id,a_s,a_i,a_f,s_multi,i_multi,f_multi&sort=a_s+asc&wt=json&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 216454 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 0x1578d420c860014, 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> 216455 INFO  (TEST-StreamingTest.testTuple-seed#[6833755DB9F64C78]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTuple
   [junit4]   2> 216471 INFO  (TEST-StreamingTest.testDaemonTopicStream-seed#[6833755DB9F64C78]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDaemonTopicStream
   [junit4]   2> 216477 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17b6470[streams_shard1_replica1] realtime]
   [junit4]   2> 216477 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 216477 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@137dea8
   [junit4]   2> 216479 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@16288fd[streams_shard1_replica1] main]
   [junit4]   2> 216479 INFO  (searcherExecutor-502-thread-1-processing-n:127.0.0.1:63229_solr x:streams_shard1_replica1 s:shard1 c:streams r:core_node1) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SolrCore [streams_shard1_replica1] Registered new searcher Searcher@16288fd[streams_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 216480 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 216481 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [streams_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=streams:3&commit=true&wt=javabin&version=2}{deleteByQuery=*:* (-1547219713166147584),commit=} 0 6
   [junit4]   2> 216485 INFO  (qtp25156384-2311) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216488 INFO  (qtp25156384-2319) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216490 INFO  (qtp25156384-2319) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216492 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216493 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216497 INFO  (qtp25156384-2311) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216499 INFO  (qtp25156384-2319) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216501 INFO  (qtp25156384-2319) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216503 INFO  (qtp25156384-2319) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216504 INFO  (Thread-291) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 216505 INFO  (qtp25156384-2308) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216506 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216508 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={qt=/get&ids=50000000&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 216509 INFO  (qtp25156384-2319) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216509 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/select params={q=*:*&distrib=false&sort=_version_+desc&rows=1&wt=json&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 216511 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216513 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=1
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216517 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216522 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216525 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216527 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216531 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216533 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216535 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216551 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216553 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216554 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216558 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216560 INFO  (qtp25156384-2317) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216562 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216564 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216566 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216569 INFO  (qtp25156384-2313) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216570 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216573 INFO  (qtp25156384-2319) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216575 INFO  (qtp25156384-2312) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216577 INFO  (qtp25156384-2314) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216579 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216584 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216585 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216587 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216590 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216591 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216594 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216596 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216598 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216599 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216601 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216603 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216606 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.S.Request [streams_shard1_replica1]  webapp=/solr path=/get params={fl=id&ids=50000000&wt=json&version=2.2} status=0 QTime=0
   [junit4]   1> ###### Waiting for checkpoint #######:0
   [junit4]   2> 216608 INFO  (qtp25156384-2310) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:s

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

9F64C78]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRankStream
   [junit4]   2> 219895 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 0x1578d420c860005, 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> 219898 INFO  (jetty-launcher-761-thread-1) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@9c8a06{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 219898 INFO  (jetty-launcher-761-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=29001948
   [junit4]   2> 219900 INFO  (coreCloseExecutor-507-thread-1) [n:127.0.0.1:63229_solr c:streams s:shard1 r:core_node1 x:streams_shard1_replica1] o.a.s.c.SolrCore [streams_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@9be256
   [junit4]   2> 219902 INFO  (zkCallback-767-thread-1-processing-n:127.0.0.1:63229_solr) [n:127.0.0.1:63229_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/streams/state.json] for collection [streams] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 219912 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 0x1578d420c86000f, 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> 219913 INFO  (jetty-launcher-761-thread-1) [    ] o.a.s.c.Overseer Overseer (id=96701231829221379-127.0.0.1:63229_solr-n_0000000000) closing
   [junit4]   2> 219913 INFO  (OverseerStateUpdate-96701231829221379-127.0.0.1:63229_solr-n_0000000000) [n:127.0.0.1:63229_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:63229_solr
   [junit4]   2> 219916 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 0x1578d420c860003, 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> 219917 WARN  (zkCallback-767-thread-1-processing-n:127.0.0.1:63229_solr) [n:127.0.0.1:63229_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 219918 INFO  (jetty-launcher-761-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@17cbfb0{/solr,null,UNAVAILABLE}
   [junit4]   2> 219920 INFO  (SUITE-StreamingTest-seed#[6833755DB9F64C78]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:63225 63225
   [junit4]   2> 219922 INFO  (Thread-278) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:63225 63225
   [junit4]   2> 219923 WARN  (Thread-278) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	53	/solr/aliases.json
   [junit4]   2> 	53	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	53	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	53	/solr/live_nodes
   [junit4]   2> 	53	/solr/collections
   [junit4]   2> 	7	/solr/overseer/queue
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 219923 INFO  (SUITE-StreamingTest-seed#[6833755DB9F64C78]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {multiDefault=PostingsFormat(name=Memory doPackFST= true), a_f=PostingsFormat(name=Memory doPackFST= true), intDefault=PostingsFormat(name=LuceneVarGapFixedInterval), a_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), dt_sing=PostingsFormat(name=LuceneVarGapFixedInterval), level1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), dt_multi=PostingsFormat(name=LuceneVarGapFixedInterval), s_multi=Lucene50(blocksize=128), l_multi=PostingsFormat(name=LuceneVarGapFixedInterval), a_ss=PostingsFormat(name=LuceneVarGapFixedInterval), level2_s=PostingsFormat(name=LuceneVarGapFixedInterval), a_s=Lucene50(blocksize=128), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), d_multi=PostingsFormat(name=LuceneVarGapFixedInterval), timestamp=PostingsFormat(name=LuceneVarGapFixedInterval), d_sing=PostingsFormat(name=LuceneVarGapFixedInterval), i_multi=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), b_sing=PostingsFormat(name=Memory doPackFST= true), b_multi=PostingsFormat(name=Memory doPackFST= true), checkpoint_ss=Lucene50(blocksize=128), f_multi=PostingsFormat(name=Memory doPackFST= true), _version_=PostingsFormat(name=LuceneVarGapFixedInterval), f_sing=PostingsFormat(name=Memory doPackFST= true), s_sing=Lucene50(blocksize=128), i_sing=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), l_sing=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{i_multi=DocValuesFormat(name=Direct), multiDefault=DocValuesFormat(name=Asserting), b_sing=DocValuesFormat(name=Asserting), a_f=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Lucene54), b_multi=DocValuesFormat(name=Asserting), a_i=DocValuesFormat(name=Direct), checkpoint_ss=DocValuesFormat(name=Memory), f_multi=DocValuesFormat(name=Asserting), dt_sing=DocValuesFormat(name=Lucene54), level1_s=DocValuesFormat(name=Direct), dt_multi=DocValuesFormat(name=Lucene54), s_multi=DocValuesFormat(name=Memory), l_multi=DocValuesFormat(name=Lucene54), a_ss=DocValuesFormat(name=Lucene54), level2_s=DocValuesFormat(name=Lucene54), a_s=DocValuesFormat(name=Memory), f_sing=DocValuesFormat(name=Asserting), s_sing=DocValuesFormat(name=Memory), i_sing=DocValuesFormat(name=Direct), l_sing=DocValuesFormat(name=Lucene54), id=DocValuesFormat(name=Direct), d_multi=DocValuesFormat(name=Lucene54), d_sing=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=848, maxMBSortInHeap=6.374246686848111, sim=ClassicSimilarity, locale=ar-IQ, timezone=America/Kralendijk
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_102 (32-bit)/cpus=3,threads=1,free=149759208,total=246677504
   [junit4]   2> NOTE: All tests run in this JVM: [SolrPingTest, TestZkConfigManager, ConcurrentUpdateSolrClientBuilderTest, BasicHttpSolrClientTest, GetByIdTest, SolrExceptionTest, DocumentAnalysisResponseTest, SolrZkClientTest, StreamExpressionTest, SolrQueryTest, TestConfigSetAdminRequest, SolrParamTest, StreamExpressionParserTest, TestLBHttpSolrClient, MergeIndexesEmbeddedTest, SolrExampleJettyTest, ContentStreamTest, ClientUtilsTest, TestSuggesterResponse, TestClusteringResponse, SolrExampleBinaryTest, LargeVolumeBinaryJettyTest, TestBatchUpdate, JettyWebappTest, TestSpellCheckResponse, QueryResponseTest, TestNamedListCodec, TestJavaBinCodec, TestDocumentObjectBinder, ModifiableSolrParamsTest, SolrDocumentTest, FacetFieldTest, SolrSchemalessExampleTest, CloudSolrClientBuilderTest, StreamExpressionToExpessionTest, StreamExpressionToExplanationTest, StreamingTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=StreamingTest -Dtests.seed=6833755DB9F64C78 -Dtests.slow=true -Dtests.locale=ar-IQ -Dtests.timezone=America/Kralendijk -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J1 | StreamingTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:262)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:209)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:201)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.<init>(CloudSolrClient.java:393)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.<init>(CloudSolrClient.java:100)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$Builder.build(CloudSolrClient.java:1673)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClientBuilderTest.testNoZkHostSpecified(CloudSolrClientBuilderTest.java:36)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6833755DB9F64C78]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:261)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [85/85 (2!)] on J1 in 38.24s, 27 tests, 1 failure, 2 skipped <<< FAILURES!

[...truncated 51923 lines...]


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

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

2 tests failed.
FAILED:  org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail

Error Message:
expected:<200> but was:<404>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
	at __randomizedtesting.SeedInfo.seed([D12AC7FA27544B42:B995F2D0F7CE59AE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:294)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.rule.RulesTest.doIntegrationTest

Error Message:
Error from server at http://127.0.0.1:51451/solr: Could not identify nodes matching the rules [{"cores":"<4"}, {   "replica":"<2",   "node":"*"}, {"freedisk":">1"}]  tag values{   "127.0.0.1:51451_solr":{     "node":"127.0.0.1:51451_solr",     "cores":3,     "freedisk":31},   "127.0.0.1:51444_solr":{     "node":"127.0.0.1:51444_solr",     "cores":1,     "freedisk":31},   "127.0.0.1:51461_solr":{     "node":"127.0.0.1:51461_solr",     "cores":2,     "freedisk":31},   "127.0.0.1:51441_solr":{     "node":"127.0.0.1:51441_solr",     "cores":2,     "freedisk":31},   "127.0.0.1:51454_solr":{     "node":"127.0.0.1:51454_solr",     "cores":2,     "freedisk":31}} Initial state for the coll : {   "shard1":{     "127.0.0.1:51454_solr":1,     "127.0.0.1:51444_solr":1},   "shard2":{     "127.0.0.1:51461_solr":1,     "127.0.0.1:51441_solr":1}}

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:51451/solr: Could not identify nodes matching the rules [{"cores":"<4"}, {
  "replica":"<2",
  "node":"*"}, {"freedisk":">1"}]
 tag values{
  "127.0.0.1:51451_solr":{
    "node":"127.0.0.1:51451_solr",
    "cores":3,
    "freedisk":31},
  "127.0.0.1:51444_solr":{
    "node":"127.0.0.1:51444_solr",
    "cores":1,
    "freedisk":31},
  "127.0.0.1:51461_solr":{
    "node":"127.0.0.1:51461_solr",
    "cores":2,
    "freedisk":31},
  "127.0.0.1:51441_solr":{
    "node":"127.0.0.1:51441_solr",
    "cores":2,
    "freedisk":31},
  "127.0.0.1:51454_solr":{
    "node":"127.0.0.1:51454_solr",
    "cores":2,
    "freedisk":31}}
Initial state for the coll : {
  "shard1":{
    "127.0.0.1:51454_solr":1,
    "127.0.0.1:51444_solr":1},
  "shard2":{
    "127.0.0.1:51461_solr":1,
    "127.0.0.1:51441_solr":1}}
	at __randomizedtesting.SeedInfo.seed([D12AC7FA27544B42:3419807B3B20B940]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:439)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:391)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1288)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1058)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1000)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.rule.RulesTest.doIntegrationTest(RulesTest.java:81)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11437 lines...]
   [junit4] Suite: org.apache.solr.cloud.rule.RulesTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\init-core-data-001
   [junit4]   2> 1699051 INFO  (SUITE-RulesTest-seed#[D12AC7FA27544B42]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1699053 INFO  (SUITE-RulesTest-seed#[D12AC7FA27544B42]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\tempDir-001
   [junit4]   2> 1699053 INFO  (SUITE-RulesTest-seed#[D12AC7FA27544B42]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1699053 INFO  (Thread-3297) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1699053 INFO  (Thread-3297) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1699154 INFO  (SUITE-RulesTest-seed#[D12AC7FA27544B42]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:51437
   [junit4]   2> 1699162 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 0x15791ee24430000, 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> 1699163 INFO  (jetty-launcher-2334-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5b4c6a{/solr,null,AVAILABLE}
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15b4aa2{/solr,null,AVAILABLE}
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@1be13{HTTP/1.1,[http/1.1]}{127.0.0.1:51441}
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-2) [    ] o.e.j.s.Server Started @1704812ms
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51441}
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@d20ee9{HTTP/1.1,[http/1.1]}{127.0.0.1:51444}
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-3) [    ] o.e.j.s.Server Started @1704812ms
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51444}
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-04T23:01:25.805Z
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1699163 INFO  (jetty-launcher-2334-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-04T23:01:25.805Z
   [junit4]   2> 1699171 INFO  (jetty-launcher-2334-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@132e467{/solr,null,AVAILABLE}
   [junit4]   2> 1699171 INFO  (jetty-launcher-2334-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@12c1fb8{HTTP/1.1,[http/1.1]}{127.0.0.1:51451}
   [junit4]   2> 1699171 INFO  (jetty-launcher-2334-thread-1) [    ] o.e.j.s.Server Started @1704817ms
   [junit4]   2> 1699171 INFO  (jetty-launcher-2334-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51451}
   [junit4]   2> 1699171 INFO  (jetty-launcher-2334-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1699171 INFO  (jetty-launcher-2334-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1699171 INFO  (jetty-launcher-2334-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1699172 INFO  (jetty-launcher-2334-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-04T23:01:25.814Z
   [junit4]   2> 1699172 INFO  (jetty-launcher-2334-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1699173 INFO  (jetty-launcher-2334-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@8ceafb{/solr,null,AVAILABLE}
   [junit4]   2> 1699173 INFO  (jetty-launcher-2334-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@11e846f{HTTP/1.1,[http/1.1]}{127.0.0.1:51454}
   [junit4]   2> 1699173 INFO  (jetty-launcher-2334-thread-4) [    ] o.e.j.s.Server Started @1704819ms
   [junit4]   2> 1699173 INFO  (jetty-launcher-2334-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51454}
   [junit4]   2> 1699173 INFO  (jetty-launcher-2334-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1699173 INFO  (jetty-launcher-2334-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1699173 INFO  (jetty-launcher-2334-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1699173 INFO  (jetty-launcher-2334-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-04T23:01:25.815Z
   [junit4]   2> 1699174 INFO  (jetty-launcher-2334-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1699179 INFO  (jetty-launcher-2334-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@8290e3{/solr,null,AVAILABLE}
   [junit4]   2> 1699181 INFO  (jetty-launcher-2334-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@174e284{HTTP/1.1,[http/1.1]}{127.0.0.1:51461}
   [junit4]   2> 1699181 INFO  (jetty-launcher-2334-thread-5) [    ] o.e.j.s.Server Started @1704827ms
   [junit4]   2> 1699181 INFO  (jetty-launcher-2334-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51461}
   [junit4]   2> 1699182 INFO  (jetty-launcher-2334-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1699182 INFO  (jetty-launcher-2334-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1699182 INFO  (jetty-launcher-2334-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1699182 INFO  (jetty-launcher-2334-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-04T23:01:25.824Z
   [junit4]   2> 1699200 INFO  (jetty-launcher-2334-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1699200 INFO  (jetty-launcher-2334-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1699201 INFO  (jetty-launcher-2334-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1699242 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 0x15791ee24430003, 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> 1699254 INFO  (jetty-launcher-2334-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51437/solr
   [junit4]   2> 1699296 INFO  (jetty-launcher-2334-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51437/solr
   [junit4]   2> 1699301 INFO  (jetty-launcher-2334-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51437/solr
   [junit4]   2> 1699305 INFO  (jetty-launcher-2334-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1699358 INFO  (jetty-launcher-2334-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51437/solr
   [junit4]   2> 1699364 INFO  (jetty-launcher-2334-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1699376 INFO  (jetty-launcher-2334-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51437/solr
   [junit4]   2> 1699456 INFO  (jetty-launcher-2334-thread-2) [n:127.0.0.1:51441_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51441_solr
   [junit4]   2> 1699459 INFO  (jetty-launcher-2334-thread-3) [n:127.0.0.1:51444_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51444_solr
   [junit4]   2> 1699460 INFO  (jetty-launcher-2334-thread-2) [n:127.0.0.1:51441_solr    ] o.a.s.c.Overseer Overseer (id=96706369008369676-127.0.0.1:51441_solr-n_0000000000) starting
   [junit4]   2> 1699482 INFO  (jetty-launcher-2334-thread-3) [n:127.0.0.1:51444_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\tempDir-001\node3\.
   [junit4]   2> 1699483 INFO  (zkCallback-2356-thread-1-processing-n:127.0.0.1:51444_solr) [n:127.0.0.1:51444_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1699484 INFO  (zkCallback-2357-thread-1-processing-n:127.0.0.1:51441_solr) [n:127.0.0.1:51441_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1699495 INFO  (jetty-launcher-2334-thread-2) [n:127.0.0.1:51441_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51441_solr
   [junit4]   2> 1699512 INFO  (zkCallback-2356-thread-1-processing-n:127.0.0.1:51444_solr) [n:127.0.0.1:51444_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1699513 INFO  (zkCallback-2357-thread-1-processing-n:127.0.0.1:51441_solr) [n:127.0.0.1:51441_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1699514 INFO  (jetty-launcher-2334-thread-2) [n:127.0.0.1:51441_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\tempDir-001\node2\.
   [junit4]   2> 1699523 INFO  (jetty-launcher-2334-thread-1) [n:127.0.0.1:51451_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1699528 INFO  (jetty-launcher-2334-thread-1) [n:127.0.0.1:51451_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51451_solr
   [junit4]   2> 1699539 INFO  (zkCallback-2356-thread-1-processing-n:127.0.0.1:51444_solr) [n:127.0.0.1:51444_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1699539 INFO  (zkCallback-2357-thread-1-processing-n:127.0.0.1:51441_solr) [n:127.0.0.1:51441_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1699539 INFO  (zkCallback-2358-thread-1-processing-n:127.0.0.1:51451_solr) [n:127.0.0.1:51451_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1699544 INFO  (jetty-launcher-2334-thread-1) [n:127.0.0.1:51451_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\tempDir-001\node1\.
   [junit4]   2> 1699566 INFO  (jetty-launcher-2334-thread-5) [n:127.0.0.1:51461_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1699573 INFO  (jetty-launcher-2334-thread-5) [n:127.0.0.1:51461_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51461_solr
   [junit4]   2> 1699577 INFO  (zkCallback-2356-thread-1-processing-n:127.0.0.1:51444_solr) [n:127.0.0.1:51444_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1699578 INFO  (zkCallback-2358-thread-1-processing-n:127.0.0.1:51451_solr) [n:127.0.0.1:51451_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1699578 INFO  (zkCallback-2359-thread-1-processing-n:127.0.0.1:51461_solr) [n:127.0.0.1:51461_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1699578 INFO  (zkCallback-2357-thread-1-processing-n:127.0.0.1:51441_solr) [n:127.0.0.1:51441_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1699584 INFO  (jetty-launcher-2334-thread-4) [n:127.0.0.1:51454_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1699591 INFO  (jetty-launcher-2334-thread-4) [n:127.0.0.1:51454_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51454_solr
   [junit4]   2> 1699591 INFO  (jetty-launcher-2334-thread-5) [n:127.0.0.1:51461_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\tempDir-001\node5\.
   [junit4]   2> 1699594 INFO  (zkCallback-2356-thread-1-processing-n:127.0.0.1:51444_solr) [n:127.0.0.1:51444_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1699594 INFO  (zkCallback-2357-thread-1-processing-n:127.0.0.1:51441_solr) [n:127.0.0.1:51441_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1699594 INFO  (zkCallback-2358-thread-1-processing-n:127.0.0.1:51451_solr) [n:127.0.0.1:51451_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1699594 INFO  (zkCallback-2360-thread-1-processing-n:127.0.0.1:51454_solr) [n:127.0.0.1:51454_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1699595 INFO  (zkCallback-2359-thread-1-processing-n:127.0.0.1:51461_solr) [n:127.0.0.1:51461_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1699635 INFO  (jetty-launcher-2334-thread-4) [n:127.0.0.1:51454_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\tempDir-001\node4\.
   [junit4]   2> 1699643 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 0x15791ee24430010, 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> 1699648 INFO  (SUITE-RulesTest-seed#[D12AC7FA27544B42]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1699710 INFO  (TEST-RulesTest.testHostFragmentRule-seed#[D12AC7FA27544B42]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testHostFragmentRule
   [junit4]   2> 1699713 INFO  (qtp21998664-14096) [n:127.0.0.1:51451_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params shards=shard1&replicationFactor=2&collection.configName=conf&snitch=class:ImplicitSnitch&name=hostFragment&router.name=implicit&action=CREATE&rule=ip_2:0&rule=ip_1:1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1699716 INFO  (OverseerThreadFactory-6560-thread-1-processing-n:127.0.0.1:51441_solr) [n:127.0.0.1:51441_solr    ] o.a.s.c.CreateCollectionCmd Create collection hostFragment
   [junit4]   2> 1699830 INFO  (qtp22996275-14119) [n:127.0.0.1:51461_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=hostFragment_shard1_replica1&action=CREATE&numShards=1&collection=hostFragment&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1699830 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=hostFragment_shard1_replica2&action=CREATE&numShards=1&collection=hostFragment&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1699945 INFO  (zkCallback-2359-thread-1-processing-n:127.0.0.1:51461_solr) [n:127.0.0.1:51461_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/hostFragment/state.json] for collection [hostFragment] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1699945 INFO  (zkCallback-2358-thread-1-processing-n:127.0.0.1:51451_solr) [n:127.0.0.1:51451_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/hostFragment/state.json] for collection [hostFragment] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1700858 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1  x:hostFragment_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1700858 INFO  (qtp22996275-14119) [n:127.0.0.1:51461_solr c:hostFragment s:shard1  x:hostFragment_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1700879 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1  x:hostFragment_shard1_replica2] o.a.s.s.IndexSchema [hostFragment_shard1_replica2] Schema name=minimal
   [junit4]   2> 1700880 INFO  (qtp22996275-14119) [n:127.0.0.1:51461_solr c:hostFragment s:shard1  x:hostFragment_shard1_replica1] o.a.s.s.IndexSchema [hostFragment_shard1_replica1] Schema name=minimal
   [junit4]   2> 1700887 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1  x:hostFragment_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1700888 INFO  (qtp22996275-14119) [n:127.0.0.1:51461_solr c:hostFragment s:shard1  x:hostFragment_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1700889 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1  x:hostFragment_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'hostFragment_shard1_replica2' using configuration from collection hostFragment
   [junit4]   2> 1700889 INFO  (qtp22996275-14119) [n:127.0.0.1:51461_solr c:hostFragment s:shard1  x:hostFragment_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'hostFragment_shard1_replica1' using configuration from collection hostFragment
   [junit4]   2> 1700890 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.c.SolrCore [[hostFragment_shard1_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\tempDir-001\node1\hostFragment_shard1_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\tempDir-001\node1\.\hostFragment_shard1_replica2\data\]
   [junit4]   2> 1700890 INFO  (qtp22996275-14119) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.c.SolrCore [[hostFragment_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\tempDir-001\node5\hostFragment_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\tempDir-001\node5\.\hostFragment_shard1_replica1\data\]
   [junit4]   2> 1700903 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1700903 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1700904 INFO  (qtp22996275-14119) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1700904 INFO  (qtp22996275-14119) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1700905 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1700905 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1700906 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@a7d710[hostFragment_shard1_replica2] main]
   [junit4]   2> 1700906 INFO  (qtp22996275-14119) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1700906 INFO  (qtp22996275-14119) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1700907 INFO  (qtp22996275-14119) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e4351a[hostFragment_shard1_replica1] main]
   [junit4]   2> 1700909 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1700910 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1700910 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1700910 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1547301906076925952
   [junit4]   2> 1700910 INFO  (searcherExecutor-6565-thread-1-processing-n:127.0.0.1:51451_solr x:hostFragment_shard1_replica2 s:shard1 c:hostFragment r:core_node1) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.c.SolrCore [hostFragment_shard1_replica2] Registered new searcher Searcher@a7d710[hostFragment_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1700911 INFO  (qtp22996275-14119) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1700912 INFO  (qtp22996275-14119) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1700912 INFO  (qtp22996275-14119) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1700912 INFO  (qtp22996275-14119) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1547301906079023104
   [junit4]   2> 1700913 INFO  (searcherExecutor-6566-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.c.SolrCore [hostFragment_shard1_replica1] Registered new searcher Searcher@e4351a[hostFragment_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1700924 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1700924 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1700924 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51451/solr/hostFragment_shard1_replica2/
   [junit4]   2> 1700924 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=hostFragment_shard1_replica2 url=http://127.0.0.1:51451/solr START replicas=[http://127.0.0.1:51461/solr/hostFragment_shard1_replica1/] nUpdates=100
   [junit4]   2> 1700924 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=hostFragment_shard1_replica2 url=http://127.0.0.1:51451/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1700927 INFO  (qtp22996275-14115) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.c.S.Request [hostFragment_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> 1700927 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1700928 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_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> 1700935 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51451/solr/hostFragment_shard1_replica2/ shard1
   [junit4]   2> 1701045 INFO  (zkCallback-2359-thread-1-processing-n:127.0.0.1:51461_solr) [n:127.0.0.1:51461_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/hostFragment/state.json] for collection [hostFragment] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1701046 INFO  (zkCallback-2358-thread-1-processing-n:127.0.0.1:51451_solr) [n:127.0.0.1:51451_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/hostFragment/state.json] for collection [hostFragment] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1701087 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1701095 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&name=hostFragment_shard1_replica2&action=CREATE&numShards=1&collection=hostFragment&shard=shard1&wt=javabin&version=2} status=0 QTime=1266
   [junit4]   2> 1701195 INFO  (zkCallback-2359-thread-1-processing-n:127.0.0.1:51461_solr) [n:127.0.0.1:51461_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/hostFragment/state.json] for collection [hostFragment] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1701195 INFO  (zkCallback-2358-thread-1-processing-n:127.0.0.1:51451_solr) [n:127.0.0.1:51451_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/hostFragment/state.json] for collection [hostFragment] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1701924 INFO  (qtp22996275-14119) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.c.ZkController Core needs to recover:hostFragment_shard1_replica1
   [junit4]   2> 1701925 INFO  (updateExecutor-2350-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1701925 INFO  (recoveryExecutor-2351-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1701926 INFO  (recoveryExecutor-2351-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1701926 INFO  (recoveryExecutor-2351-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[hostFragment_shard1_replica1]
   [junit4]   2> 1701926 INFO  (recoveryExecutor-2351-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1701926 INFO  (recoveryExecutor-2351-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.c.RecoveryStrategy Publishing state of core [hostFragment_shard1_replica1] as recovering, leader is [http://127.0.0.1:51451/solr/hostFragment_shard1_replica2/] and I am [http://127.0.0.1:51461/solr/hostFragment_shard1_replica1/]
   [junit4]   2> 1701930 INFO  (qtp22996275-14119) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&name=hostFragment_shard1_replica1&action=CREATE&numShards=1&collection=hostFragment&shard=shard1&wt=javabin&version=2} status=0 QTime=2101
   [junit4]   2> 1701936 INFO  (recoveryExecutor-2351-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:51451/solr]; [WaitForState: action=PREPRECOVERY&core=hostFragment_shard1_replica2&nodeName=127.0.0.1:51461_solr&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1701944 INFO  (qtp21998664-14090) [n:127.0.0.1:51451_solr    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1701945 INFO  (qtp21998664-14096) [n:127.0.0.1:51451_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> 1701946 INFO  (qtp21998664-14090) [n:127.0.0.1:51451_solr    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see hostFragment_shard1_replica2 (shard1 of hostFragment) have state: recovering
   [junit4]   2> 1701946 INFO  (qtp21998664-14090) [n:127.0.0.1:51451_solr    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=hostFragment, shard=shard1, thisCore=hostFragment_shard1_replica2, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:51461_solr, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"core":"hostFragment_shard1_replica1","base_url":"http://127.0.0.1:51461/solr","node_name":"127.0.0.1:51461_solr","state":"down"}
   [junit4]   2> 1702050 INFO  (zkCallback-2359-thread-1-processing-n:127.0.0.1:51461_solr) [n:127.0.0.1:51461_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/hostFragment/state.json] for collection [hostFragment] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1702050 INFO  (zkCallback-2358-thread-1-processing-n:127.0.0.1:51451_solr) [n:127.0.0.1:51451_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/hostFragment/state.json] for collection [hostFragment] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1702947 INFO  (qtp21998664-14090) [n:127.0.0.1:51451_solr    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=hostFragment, shard=shard1, thisCore=hostFragment_shard1_replica2, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:51461_solr, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"core":"hostFragment_shard1_replica1","base_url":"http://127.0.0.1:51461/solr","node_name":"127.0.0.1:51461_solr","state":"recovering"}
   [junit4]   2> 1702947 INFO  (qtp21998664-14090) [n:127.0.0.1:51451_solr    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1702947 INFO  (qtp21998664-14090) [n:127.0.0.1:51451_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:51461_solr&onlyIfLeaderActive=true&core=hostFragment_shard1_replica2&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1002
   [junit4]   2> 1703726 INFO  (OverseerCollectionConfigSetProcessor-96706369008369676-127.0.0.1:51441_solr-n_0000000000) [n:127.0.0.1:51441_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> 1709948 INFO  (recoveryExecutor-2351-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:51451/solr/hostFragment_shard1_replica2/] - recoveringAfterStartup=[true]
   [junit4]   2> 1709948 INFO  (recoveryExecutor-2351-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=hostFragment_shard1_replica1 url=http://127.0.0.1:51461/solr START replicas=[http://127.0.0.1:51451/solr/hostFragment_shard1_replica2/] nUpdates=100
   [junit4]   2> 1709952 INFO  (qtp21998664-14132) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1709952 INFO  (qtp21998664-14132) [n:127.0.0.1:51451_solr c:hostFragment s:shard1 r:core_node1 x:hostFragment_shard1_replica2] o.a.s.c.S.Request [hostFragment_shard1_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1709953 INFO  (recoveryExecutor-2351-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1709953 INFO  (recoveryExecutor-2351-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1709953 INFO  (recoveryExecutor-2351-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1709953 INFO  (recoveryExecutor-2351-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1709954 INFO  (recoveryExecutor-2351-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1709954 INFO  (recoveryExecutor-2351-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1709954 INFO  (recoveryExecutor-2351-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1709954 INFO  (recoveryExecutor-2351-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1709954 INFO  (recoveryExecutor-2351-thread-1-processing-n:127.0.0.1:51461_solr x:hostFragment_shard1_replica1 s:shard1 c:hostFragment r:core_node2) [n:127.0.0.1:51461_solr c:hostFragment s:shard1 r:core_node2 x:hostFragment_shard1_replica1] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1709959 INFO  (zkCallback-2359-thread-1-processing-n:127.0.0.1:51461_solr) [n:127.0.0.1:51461_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/hostFragment/state.json] for collection [hostFragment] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1709959 INFO  (zkCallback-2358-thread-1-processing-n:127.0.0.1:51451_solr) [n:127.0.0.1:51451_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/hostFragment/state.json] for collection [hostFragment] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1710953 INFO  (qtp21998664-14096) [n:127.0.0.1:51451_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={shards=shard1&replicationFactor=2&collection.configName=conf&snitch=class:ImplicitSnitch&name=hostFragment&router.name=implicit&action=CREATE&rule=ip_2:0&rule=ip_1:1&wt=javabin&version=2} status=0 QTime=11239
   [junit4]   2> 1710955 INFO  (TEST-RulesTest.testHostFragmentRule-seed#[D12AC7FA27544B42]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testHostFragmentRule
   [junit4]   2> 1711006 INFO  (TEST-RulesTest.testModifyColl-seed#[D12AC7FA27544B42]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testModifyColl
   [junit4]   2> 1711021 INFO  (qtp21998664-14131) [n:127.0.0.1:51451_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&snitch=class:ImplicitSnitch&name=modifyColl&action=CREATE&numShards=1&rule=cores:<4&rule=node:*,replica:1&rule=freedisk:>0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1711030 INFO  (OverseerThreadFactory-6560-thread-2-processing-n:127.0.0.1:51441_solr) [n:127.0.0.1:51441_solr    ] o.a.s.c.CreateCollectionCmd Create collection modifyColl
   [junit4]   2> 1711042 INFO  (qtp21998664-14130) [n:127.0.0.1:51451_solr    ] o.a.s.h.a.InvokeOp Invocable_invoked {cores=1, freedisk=31}
   [junit4]   2> 1711042 INFO  (qtp21998664-14130) [n:127.0.0.1:51451_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={cores=1&action=INVOKE&class=org.apache.solr.cloud.rule.ImplicitSnitch&wt=javabin&version=2&freedisk=1} status=0 QTime=2
   [junit4]   2> 1711048 INFO  (qtp23051047-14076) [n:127.0.0.1:51441_solr    ] o.a.s.h.a.InvokeOp Invocable_invoked {cores=0, freedisk=31}
   [junit4]   2> 1711049 INFO  (qtp23051047-14076) [n:127.0.0.1:51441_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={cores=1&action=INVOKE&class=org.apache.solr.cloud.rule.ImplicitSnitch&wt=javabin&version=2&freedisk=1} status=0 QTime=3
   [junit4]   2> 1711056 INFO  (qtp9749807-14105) [n:127.0.0.1:51454_solr    ] o.a.s.h.a.InvokeOp Invocable_invoked {cores=0, freedisk=31}
   [junit4]   2> 1711056 INFO  (qtp9749807-14105) [n:127.0.0.1:51454_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={cores=1&action=INVOKE&class=org.apache.solr.cloud.rule.ImplicitSnitch&wt=javabin&version=2&freedisk=1} status=0 QTime=2
   [junit4]   2> 1711063 INFO  (qtp2927734-14088) [n:127.0.0.1:51444_solr    ] o.a.s.h.a.InvokeOp Invocable_invoked {cores=0, freedisk=31}
   [junit4]   2> 1711063 INFO  (qtp2927734-14088) [n:127.0.0.1:51444_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={cores=1&action=INVOKE&class=org.apache.solr.cloud.rule.ImplicitSnitch&wt=javabin&version=2&freedisk=1} status=0 QTime=5
   [junit4]   2> 1711069 INFO  (qtp22996275-14114) [n:127.0.0.1:51461_solr    ] o.a.s.h.a.InvokeOp Invocable_invoked {cores=1, freedisk=31}
   [junit4]   2> 1711070 INFO  (qtp22996275-14114) [n:127.0.0.1:51461_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={cores=1&action=INVOKE&class=org.apache.solr.cloud.rule.ImplicitSnitch&wt=javabin&version=2&freedisk=1} status=0 QTime=4
   [junit4]   2> 1711285 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=modifyColl_shard1_replica2&action=CREATE&numShards=1&collection=modifyColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1711285 INFO  (qtp23051047-14075) [n:127.0.0.1:51441_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=modifyColl_shard1_replica1&action=CREATE&numShards=1&collection=modifyColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1711404 INFO  (zkCallback-2360-thread-1-processing-n:127.0.0.1:51454_solr) [n:127.0.0.1:51454_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/modifyColl/state.json] for collection [modifyColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1711406 INFO  (zkCallback-2357-thread-9-processing-n:127.0.0.1:51441_solr) [n:127.0.0.1:51441_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/modifyColl/state.json] for collection [modifyColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1712342 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1  x:modifyColl_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1712361 INFO  (qtp23051047-14075) [n:127.0.0.1:51441_solr c:modifyColl s:shard1  x:modifyColl_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1712376 INFO  (qtp23051047-14075) [n:127.0.0.1:51441_solr c:modifyColl s:shard1  x:modifyColl_shard1_replica1] o.a.s.s.IndexSchema [modifyColl_shard1_replica1] Schema name=minimal
   [junit4]   2> 1712377 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1  x:modifyColl_shard1_replica2] o.a.s.s.IndexSchema [modifyColl_shard1_replica2] Schema name=minimal
   [junit4]   2> 1712387 INFO  (qtp23051047-14075) [n:127.0.0.1:51441_solr c:modifyColl s:shard1  x:modifyColl_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1712388 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1  x:modifyColl_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1712389 INFO  (qtp23051047-14075) [n:127.0.0.1:51441_solr c:modifyColl s:shard1  x:modifyColl_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'modifyColl_shard1_replica1' using configuration from collection modifyColl
   [junit4]   2> 1712389 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1  x:modifyColl_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'modifyColl_shard1_replica2' using configuration from collection modifyColl
   [junit4]   2> 1712390 INFO  (qtp23051047-14075) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.c.SolrCore [[modifyColl_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\tempDir-001\node2\modifyColl_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\tempDir-001\node2\.\modifyColl_shard1_replica1\data\]
   [junit4]   2> 1712390 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.c.SolrCore [[modifyColl_shard1_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\tempDir-001\node4\modifyColl_shard1_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\tempDir-001\node4\.\modifyColl_shard1_replica2\data\]
   [junit4]   2> 1712405 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1712405 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1712407 INFO  (qtp23051047-14075) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1712407 INFO  (qtp23051047-14075) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1712408 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1712408 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1712409 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@89cff6[modifyColl_shard1_replica2] main]
   [junit4]   2> 1712409 INFO  (qtp23051047-14075) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1712409 INFO  (qtp23051047-14075) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1712410 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1712411 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1712411 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1712411 INFO  (searcherExecutor-6576-thread-1-processing-n:127.0.0.1:51454_solr x:modifyColl_shard1_replica2 s:shard1 c:modifyColl r:core_node2) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.c.SolrCore [modifyColl_shard1_replica2] Registered new searcher Searcher@89cff6[modifyColl_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1712411 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1547301918136598528
   [junit4]   2> 1712412 INFO  (qtp23051047-14075) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@11bcdbc[modifyColl_shard1_replica1] main]
   [junit4]   2> 1712414 INFO  (qtp23051047-14075) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1712415 INFO  (qtp23051047-14075) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1712415 INFO  (qtp23051047-14075) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1712415 INFO  (qtp23051047-14075) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1547301918140792832
   [junit4]   2> 1712417 INFO  (searcherExecutor-6575-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.c.SolrCore [modifyColl_shard1_replica1] Registered new searcher Searcher@11bcdbc[modifyColl_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1712425 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1712425 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1712425 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51454/solr/modifyColl_shard1_replica2/
   [junit4]   2> 1712425 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=modifyColl_shard1_replica2 url=http://127.0.0.1:51454/solr START replicas=[http://127.0.0.1:51441/solr/modifyColl_shard1_replica1/] nUpdates=100
   [junit4]   2> 1712426 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=modifyColl_shard1_replica2 url=http://127.0.0.1:51454/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1712433 INFO  (qtp23051047-14074) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.c.S.Request [modifyColl_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1712433 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1712434 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_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> 1712457 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51454/solr/modifyColl_shard1_replica2/ shard1
   [junit4]   2> 1712565 INFO  (zkCallback-2360-thread-1-processing-n:127.0.0.1:51454_solr) [n:127.0.0.1:51454_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/modifyColl/state.json] for collection [modifyColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1712565 INFO  (zkCallback-2357-thread-7-processing-n:127.0.0.1:51441_solr) [n:127.0.0.1:51441_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/modifyColl/state.json] for collection [modifyColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1712612 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1712622 INFO  (qtp9749807-14104) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&name=modifyColl_shard1_replica2&action=CREATE&numShards=1&collection=modifyColl&shard=shard1&wt=javabin&version=2} status=0 QTime=1336
   [junit4]   2> 1712724 INFO  (zkCallback-2360-thread-1-processing-n:127.0.0.1:51454_solr) [n:127.0.0.1:51454_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/modifyColl/state.json] for collection [modifyColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1712725 INFO  (zkCallback-2357-thread-7-processing-n:127.0.0.1:51441_solr) [n:127.0.0.1:51441_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/modifyColl/state.json] for collection [modifyColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1713426 INFO  (qtp23051047-14075) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.c.ZkController Core needs to recover:modifyColl_shard1_replica1
   [junit4]   2> 1713432 INFO  (qtp23051047-14075) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&name=modifyColl_shard1_replica1&action=CREATE&numShards=1&collection=modifyColl&shard=shard1&wt=javabin&version=2} status=0 QTime=2146
   [junit4]   2> 1713439 INFO  (qtp21998664-14131) [n:127.0.0.1:51451_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> 1713440 INFO  (updateExecutor-2344-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1713440 INFO  (recoveryExecutor-2345-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1713441 INFO  (recoveryExecutor-2345-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1713441 INFO  (recoveryExecutor-2345-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[modifyColl_shard1_replica1]
   [junit4]   2> 1713441 INFO  (recoveryExecutor-2345-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1713441 INFO  (recoveryExecutor-2345-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.c.RecoveryStrategy Publishing state of core [modifyColl_shard1_replica1] as recovering, leader is [http://127.0.0.1:51454/solr/modifyColl_shard1_replica2/] and I am [http://127.0.0.1:51441/solr/modifyColl_shard1_replica1/]
   [junit4]   2> 1713455 INFO  (recoveryExecutor-2345-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:51454/solr]; [WaitForState: action=PREPRECOVERY&core=modifyColl_shard1_replica2&nodeName=127.0.0.1:51441_solr&coreNodeName=core_node1&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1713457 INFO  (qtp9749807-14103) [n:127.0.0.1:51454_solr    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node1, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1713458 INFO  (qtp9749807-14103) [n:127.0.0.1:51454_solr    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see modifyColl_shard1_replica2 (shard1 of modifyColl) have state: recovering
   [junit4]   2> 1713458 INFO  (qtp9749807-14103) [n:127.0.0.1:51454_solr    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=modifyColl, shard=shard1, thisCore=modifyColl_shard1_replica2, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:51441_solr, coreNodeName=core_node1, onlyIfActiveCheckResult=false, nodeProps: core_node1:{"core":"modifyColl_shard1_replica1","base_url":"http://127.0.0.1:51441/solr","node_name":"127.0.0.1:51441_solr","state":"down"}
   [junit4]   2> 1713576 INFO  (zkCallback-2360-thread-1-processing-n:127.0.0.1:51454_solr) [n:127.0.0.1:51454_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/modifyColl/state.json] for collection [modifyColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1713577 INFO  (zkCallback-2357-thread-7-processing-n:127.0.0.1:51441_solr) [n:127.0.0.1:51441_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/modifyColl/state.json] for collection [modifyColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1714459 INFO  (qtp9749807-14103) [n:127.0.0.1:51454_solr    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=modifyColl, shard=shard1, thisCore=modifyColl_shard1_replica2, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:51441_solr, coreNodeName=core_node1, onlyIfActiveCheckResult=false, nodeProps: core_node1:{"core":"modifyColl_shard1_replica1","base_url":"http://127.0.0.1:51441/solr","node_name":"127.0.0.1:51441_solr","state":"recovering"}
   [junit4]   2> 1714459 INFO  (qtp9749807-14103) [n:127.0.0.1:51454_solr    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node1, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1714459 INFO  (qtp9749807-14103) [n:127.0.0.1:51454_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:51441_solr&onlyIfLeaderActive=true&core=modifyColl_shard1_replica2&coreNodeName=core_node1&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1001
   [junit4]   2> 1715036 INFO  (OverseerCollectionConfigSetProcessor-96706369008369676-127.0.0.1:51441_solr-n_0000000000) [n:127.0.0.1:51441_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1721460 INFO  (recoveryExecutor-2345-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:51454/solr/modifyColl_shard1_replica2/] - recoveringAfterStartup=[true]
   [junit4]   2> 1721460 INFO  (recoveryExecutor-2345-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=modifyColl_shard1_replica1 url=http://127.0.0.1:51441/solr START replicas=[http://127.0.0.1:51454/solr/modifyColl_shard1_replica2/] nUpdates=100
   [junit4]   2> 1721466 INFO  (qtp9749807-14101) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1721467 INFO  (qtp9749807-14101) [n:127.0.0.1:51454_solr c:modifyColl s:shard1 r:core_node2 x:modifyColl_shard1_replica2] o.a.s.c.S.Request [modifyColl_shard1_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1721467 INFO  (recoveryExecutor-2345-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1721467 INFO  (recoveryExecutor-2345-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1721467 INFO  (recoveryExecutor-2345-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1721467 INFO  (recoveryExecutor-2345-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1721468 INFO  (recoveryExecutor-2345-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1721468 INFO  (recoveryExecutor-2345-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1721468 INFO  (recoveryExecutor-2345-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1721468 INFO  (recoveryExecutor-2345-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1721468 INFO  (recoveryExecutor-2345-thread-1-processing-n:127.0.0.1:51441_solr x:modifyColl_shard1_replica1 s:shard1 c:modifyColl r:core_node1) [n:127.0.0.1:51441_solr c:modifyColl s:shard1 r:core_node1 x:modifyColl_shard1_replica1] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1721473 INFO  (zkCallback-2360-thread-1-processing-n:127.0.0.1:51454_solr) [n:127.0.0.1:51454_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/modifyColl/state.json] for collection [modifyColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1721473 INFO  (zkCallback-2357-thread-8-processing-n:127.0.0.1:51441_solr) [n:127.0.0.1:51441_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/modifyColl/state.json] for collection [modifyColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1722467 INFO  (qtp21998664-14131) [n:127.0.0.1:51451_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&snitch=class:ImplicitSnitch&name=modifyColl&action=CREATE&numShards=1&rule=cores:<4&rule=node:*,replica:1&rule=freedisk:>0&wt=javabin&version=2} status=0 QTime=11445
   [junit4]   2> 1722467 INFO  (qtp21998664-14099) [n:127.0.0.1:51451_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :modifycollection with params autoAddReplicas=true&action=MODIFYCOLLECTION&rule=cores:<5&rule=node:*,replica:1&rule=freedisk:>5&collection=modifyColl&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1722578 INFO  (zkCallback-2360-thread-1-processing-n:127.0.0.1:51454_solr) [n:127.0.0.1:51454_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/modifyColl/state.json] for collection [modifyColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1722578 INFO  (zkCallback-2357-thread-3-processing-n:127.0.0.1:51441_solr) [n:127.0.0.1:51441_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/modifyColl/state.json] for collection [modifyColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1722679 INFO  (qtp21998664-14099) [n:127.0.0.1:51451_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={autoAddReplicas=true&action=MODIFYCOLLECTION&rule=cores:<5&rule=node:*,replica:1&rule=freedisk:>5&collection=modifyColl&wt=javabin&version=2} status=0 QTime=211
   [junit4]   2> 1722680 INFO  (TEST-RulesTest.testModifyColl-seed#[D12AC7FA27544B42]) [    ] o.a.s.c.r.RulesTest version_of_coll 6  
   [junit4]   2> 1722680 INFO  (TEST-RulesTest.testModifyColl-seed#[D12AC7FA27544B42]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testModifyColl
   [junit4]   2> 1722744 INFO  (TEST-RulesTest.testPortRule-seed#[D12AC7FA27544B42]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPortRule
   [junit4]   2> 1722745 INFO  (qtp21998664-14094) [n:127.0.0.1:51451_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params shards=shard1&replicationFactor=2&collection.configName=conf&snitch=class:ImplicitSnitch&name=portRuleColl&router.name=implicit&action=CREATE&rule=port:51451&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1722751 INFO  (OverseerThreadFactory-6560-thread-4-processing-n:127.0.0.1:51441_solr) [n:127.0.0.1:51441_solr    ] o.a.s.c.CreateCollectionCmd Create collection portRuleColl
   [junit4]   2> 1722751 INFO  (OverseerCollectionConfigSetProcessor-96706369008369676-127.0.0.1:51441_solr-n_0000000000) [n:127.0.0.1:51441_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1722963 INFO  (qtp21998664-14090) [n:127.0.0.1:51451_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=portRuleColl_shard1_replica1&action=CREATE&numShards=1&collection=portRuleColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1722967 INFO  (qtp21998664-14070) [n:127.0.0.1:51451_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=portRuleColl_shard1_replica2&action=CREATE&numShards=1&collection=portRuleColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1723082 INFO  (zkCallback-2358-thread-1-processing-n:127.0.0.1:51451_solr) [n:127.0.0.1:51451_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/portRuleColl/state.json] for collection [portRuleColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1723997 INFO  (qtp21998664-14090) [n:127.0.0.1:51451_solr c:portRuleColl s:shard1  x:portRuleColl_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1724012 INFO  (qtp21998664-14070) [n:127.0.0.1:51451_solr c:portRuleColl s:shard1  x:portRuleColl_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1724035 INFO  (qtp21998664-14090) [n:127.0.0.1:51451_solr c:portRuleColl s:shard1  x:portRuleColl_shard1_replica1] o.a.s.s.IndexSchema [portRuleColl_shard1_replica1] Schema name=minimal
   [junit4]   2> 1724037 INFO  (qtp21998664-14070) [n:127.0.0.1:51451_solr c:portRuleColl s:shard1  x:portRuleColl_shard1_replica2] o.a.s.s.IndexSchema [portRuleColl_shard1_replica2] Schema name=minimal
   [junit4]   2> 1724038 INFO  (qtp21998664-14090) [n:127.0.0.1:51451_solr c:portRuleColl s:shard1  x:portRuleColl_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1724040 INFO  (qtp21998664-14070) [n:127.0.0.1:51451_solr c:portRuleColl s:shard1  x:portRuleColl_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1724042 INFO  (qtp21998664-14090) [n:127.0.0.1:51451_solr c:portRuleColl s:shard1  x:portRuleColl_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'portRuleColl_shard1_replica1' using configuration from collection portRuleColl
   [junit4]   2> 1724043 INFO  (qtp21998664-14070) [n:127.0.0.1:51451_solr c:portRuleColl s:shard1  x:portRuleColl_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'portRuleColl_shard1_replica2' using configuration from collection portRuleColl
   [junit4]   2> 1724043 INFO  (qtp21998664-14090) [n:127.0.0.1:51451_solr c:portRuleColl s:shard1 r:core_node1 x:portRuleColl_shard1_replica1] o.a.s.c.SolrCore [[portRuleColl_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\tempDir-001\node1\portRuleColl_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\tempDir-001\node1\.\portRuleColl_shard1_replica1\data\]
   [junit4]   2> 1724043 INFO  (qtp21998664-14070) [n:127.0.0.1:51451_solr c:portRuleColl s:shard1 r:core_node2 x:portRuleColl_shard1_replica2] o.a.s.c.SolrCore [[portRuleColl_shard1_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.rule.RulesTest_D12AC7FA27544B42-001\tempDir-001\node1\portRuleColl_shard1_replica2],

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

: Unable to read additional data from client sessionid 0x15791ff503d0007, 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> 2829306 INFO  (jetty-launcher-3477-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@960b0b{/solr,null,UNAVAILABLE}
   [junit4]   2> 2829310 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[D12AC7FA27544B42]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59153 59153
   [junit4]   2> 2829311 INFO  (Thread-4815) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59153 59153
   [junit4]   2> 2829312 WARN  (Thread-4815) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	13	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_12
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/live_nodes
   [junit4]   2> 	13	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 2829313 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[D12AC7FA27544B42]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSolrCloudWithDelegationTokens_D12AC7FA27544B42-001
   [junit4]   2> Oct 04, 2016 11:20:15 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=ClassicSimilarity, locale=en-SG, timezone=Africa/Gaborone
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_102 (32-bit)/cpus=3,threads=1,free=121466128,total=276643840
   [junit4]   2> NOTE: All tests run in this JVM: [CopyFieldTest, RestartWhileUpdatingTest, QueryResultKeyTest, SpatialHeatmapFacetsTest, SmileWriterTest, TestCloudPivotFacet, DirectSolrSpellCheckerTest, DeleteLastCustomShardedReplicaTest, StatelessScriptUpdateProcessorFactoryTest, TestReplicaProperties, TestPartialUpdateDeduplication, SolrPluginUtilsTest, TestRequestStatusCollectionAPI, TestReloadDeadlock, HdfsRecoverLeaseTest, ChangedSchemaMergeTest, DistanceUnitsTest, TestPerFieldSimilarityWithDefaultOverride, TestCollectionAPI, BlockJoinFacetSimpleTest, PrimUtilsTest, CollectionStateFormat2Test, TestFastLRUCache, SolrXmlInZkTest, ZkCLITest, TestUninvertingReader, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SolrRequestParserTest, RecoveryAfterSoftCommitTest, ShardRoutingTest, TestSolr4Spatial2, SoftAutoCommitTest, TestShortCircuitedRequests, TestLRUStatsCache, HighlighterTest, TestSerializedLuceneMatchVersion, TestDistributedSearch, TestPerFieldSimilarity, CloudExitableDirectoryReaderTest, TestManagedResourceStorage, CollectionsAPIAsyncDistributedZkTest, TestReRankQParserPlugin, ActionThrottleTest, DistributedSpellCheckComponentTest, RequiredFieldsTest, ReplaceNodeTest, TestSubQueryTransformer, TestSolrConfigHandlerConcurrent, TestAddFieldRealTimeGet, TestTolerantUpdateProcessorRandomCloud, TestRTGBase, TestXmlQParserPlugin, TestReplicationHandler, SuggestComponentTest, CloneFieldUpdateProcessorFactoryTest, TestMacros, HdfsChaosMonkeyNothingIsSafeTest, TestFunctionQuery, ZkNodePropsTest, TestMinMaxOnMultiValuedField, DirectUpdateHandlerTest, TestSort, DirectSolrConnectionTest, BigEndianAscendingWordSerializerTest, TestPhraseSuggestions, TestRandomDVFaceting, OverseerCollectionConfigSetProcessorTest, TestMissingGroups, RecoveryZkTest, MoreLikeThisHandlerTest, LeaderFailoverAfterPartitionTest, TestCryptoKeys, ShardSplitTest, TestCollationField, OutOfBoxZkACLAndCredentialsProvidersTest, TestTrackingShardHandlerFactory, TestExtendedDismaxParser, TestCursorMarkWithoutUniqueKey, TestBlendedInfixSuggestions, TestXIncludeConfig, OutputWriterTest, TestCloudDeleteByQuery, HardAutoCommitTest, TestElisionMultitermQuery, TestHighlightDedupGrouping, DistribDocExpirationUpdateProcessorTest, TestExpandComponent, TestCSVLoader, AtomicUpdatesTest, TestUseDocValuesAsStored, AlternateDirectoryTest, SparseHLLTest, TestHdfsCloudBackupRestore, CdcrReplicationDistributedZkTest, PrimitiveFieldTypeTest, TestConfigOverlay, SpatialRPTFieldTypeTest, SSLMigrationTest, RankQueryTest, AnalysisErrorHandlingTest, DateFieldTest, TolerantUpdateProcessorTest, BlockJoinFacetDistribTest, ChaosMonkeyNothingIsSafeTest, TestJsonRequest, UnloadDistributedZkTest, TestEmbeddedSolrServerConstructors, TestSha256AuthenticationProvider, LeaderInitiatedRecoveryOnCommitTest, TestManagedSchema, TestLazyCores, TestConfigSetsAPIExclusivity, MigrateRouteKeyTest, DistributedQueueTest, ConjunctionSolrSpellCheckerTest, TestBlobHandler, TestStressLucene, OverseerTaskQueueTest, DistributedFacetPivotSmallTest, TestManagedStopFilterFactory, TermsComponentTest, TestSchemaNameResource, DocValuesTest, AssignTest, OverseerTest, TestScoreJoinQPNoScore, HdfsThreadLeakTest, TestInfoStreamLogging, TestTrieFacet, TestDynamicFieldCollectionResource, TestRemoteStreaming, TestReqParamsAPI, DocValuesMultiTest, FileUtilsTest, RulesTest, CustomCollectionTest, SpatialFilterTest, TestSolrCloudWithSecureImpersonation, ExplicitHLLTest, TestLockTree, TestRandomRequestDistribution, TestBulkSchemaAPI, TestStressVersions, TestIntervalFaceting, TestPKIAuthenticationPlugin, TestHashQParserPlugin, TestConfigSetProperties, VersionInfoTest, QueryEqualityTest, TestFastOutputStream, StressHdfsTest, FastVectorHighlighterTest, TestRTimerTree, TestIBSimilarityFactory, DeleteReplicaTest, TriLevelCompositeIdRoutingTest, BasicDistributedZkTest, CollectionsAPIDistributedZkTest, LeaderElectionTest, ZkControllerTest, TestStressReorder, TestReload, DistributedTermsComponentTest, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SpellCheckComponentTest, TestGroupingSearch, QueryElevationComponentTest, PeerSyncTest, TestIndexSearcher, DistributedQueryElevationComponentTest, SpellCheckCollatorTest, SuggesterTSTTest, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, TestUpdate, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestOmitPositions, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, ReturnFieldsTest, TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, TestComponentsName, SearchHandlerTest, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, TestSolrIndexConfig, TestQuerySenderNoQuery, SolrIndexConfigTest, TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestBinaryField, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestConfig, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, TestCharFilters, SynonymTokenizerTest, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestSuggestSpellingConverter, DOMUtilTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestDocumentBuilder, SystemInfoHandlerTest, CursorPagingTest, TestTolerantSearch, ConnectionReuseTest, AliasIntegrationTest, CdcrRequestHandlerTest, CleanupOldIndexTest, CollectionReloadTest, CollectionTooManyReplicasTest, ForceLeaderTest, PeerSyncReplicationTest, TestAuthenticationFramework, TestLeaderElectionZkExpiry, TestLeaderRecoverFromLogOnStartup, TestSolrCloudWithDelegationTokens]
   [junit4] Completed [494/635 (2!)] on J0 in 5.19s, 8 tests, 1 failure <<< FAILURES!

[...truncated 53069 lines...]


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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6157/
Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  org.apache.solr.TestDistributedSearch.test

Error Message:
Expected to find shardAddress in the up shard info: {error=org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request,trace=org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request  at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:416)  at org.apache.solr.handler.component.HttpShardHandlerFactory.makeLoadBalancedRequest(HttpShardHandlerFactory.java:226)  at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:198)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745) ,time=2}

Stack Trace:
java.lang.AssertionError: Expected to find shardAddress in the up shard info: {error=org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request,trace=org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:416)
	at org.apache.solr.handler.component.HttpShardHandlerFactory.makeLoadBalancedRequest(HttpShardHandlerFactory.java:226)
	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:198)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
,time=2}
	at __randomizedtesting.SeedInfo.seed([2F64BCE0B8DAF64D:A730833A16269BB5]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.TestDistributedSearch.comparePartialResponses(TestDistributedSearch.java:1172)
	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1113)
	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:973)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1011)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestSQLHandler.doTest

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([2F64BCE0B8DAF64D:88200444D561E5F4]:0)
	at org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:298)
	at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:91)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.client.solrj.TestSolrJErrorHandling

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:262)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:209)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:201)  at org.apache.solr.client.solrj.impl.CloudSolrClient.<init>(CloudSolrClient.java:393)  at org.apache.solr.client.solrj.impl.CloudSolrClient.<init>(CloudSolrClient.java:100)  at org.apache.solr.client.solrj.impl.CloudSolrClient$Builder.build(CloudSolrClient.java:1673)  at org.apache.solr.client.solrj.impl.CloudSolrClientBuilderTest.testNoZkHostSpecified(CloudSolrClientBuilderTest.java:36)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  at java.lang.reflect.Method.invoke(Method.java:498)  at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)  at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)  at com.carrotsearch.randomizedtesting.RandomizedRunner$11.evaluate(RandomizedRunner.java:968)  at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)  at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)  at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)  at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)  at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)  at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)  at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)  at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)  at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)  at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)  at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)  at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)  at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)  at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)  at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)  at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)  at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)  at java.lang.Thread.run(Thread.java:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:262)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:209)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:201)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.<init>(CloudSolrClient.java:393)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.<init>(CloudSolrClient.java:100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$Builder.build(CloudSolrClient.java:1673)
	at org.apache.solr.client.solrj.impl.CloudSolrClientBuilderTest.testNoZkHostSpecified(CloudSolrClientBuilderTest.java:36)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$11.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


	at __randomizedtesting.SeedInfo.seed([58B0E8C6C0D5419D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:261)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.client.solrj.impl.CloudSolrClientBuilderTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.client.solrj.impl.CloudSolrClientBuilderTest:     1) Thread[id=220, name=Connection evictor, state=TIMED_WAITING, group=TGRP-CloudSolrClientBuilderTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.client.solrj.impl.CloudSolrClientBuilderTest: 
   1) Thread[id=220, name=Connection evictor, state=TIMED_WAITING, group=TGRP-CloudSolrClientBuilderTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([58B0E8C6C0D5419D]:0)




Build Log:
[...truncated 10897 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedSearch
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_2F64BCE0B8DAF64D-001\init-core-data-001
   [junit4]   2> 588449 INFO  (SUITE-TestDistributedSearch-seed#[2F64BCE0B8DAF64D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-9061)
   [junit4]   2> 588450 INFO  (SUITE-TestDistributedSearch-seed#[2F64BCE0B8DAF64D]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 589178 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_2F64BCE0B8DAF64D-001\tempDir-001\control\cores\collection1
   [junit4]   2> 589182 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 589184 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6cf800ec{/,null,AVAILABLE}
   [junit4]   2> 589187 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.e.j.s.ServerConnector Started ServerConnector@48fbef1c{HTTP/1.1,[http/1.1]}{127.0.0.1:64108}
   [junit4]   2> 589187 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.e.j.s.Server Started @595066ms
   [junit4]   2> 589187 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=64108, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_2F64BCE0B8DAF64D-001\tempDir-001\control\cores}
   [junit4]   2> 589187 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 589187 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 589187 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 589187 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-04T11:40:09.849Z
   [junit4]   2> 589189 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_2F64BCE0B8DAF64D-001\tempDir-001\control\solr.xml
   [junit4]   2> 589245 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_2F64BCE0B8DAF64D-001\tempDir-001\control\cores
   [junit4]   2> 589245 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 589252 INFO  (coreLoadExecutor-1813-thread-1) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 589377 WARN  (coreLoadExecutor-1813-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 589380 INFO  (coreLoadExecutor-1813-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 589435 INFO  (coreLoadExecutor-1813-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 589584 WARN  (coreLoadExecutor-1813-thread-1) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 589587 INFO  (coreLoadExecutor-1813-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 589614 INFO  (coreLoadExecutor-1813-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 589615 INFO  (coreLoadExecutor-1813-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_2F64BCE0B8DAF64D-001\tempDir-001\control\cores\collection1\data\]
   [junit4]   2> 589615 INFO  (coreLoadExecutor-1813-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1197df26
   [junit4]   2> 589617 INFO  (coreLoadExecutor-1813-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 589642 INFO  (coreLoadExecutor-1813-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 589642 INFO  (coreLoadExecutor-1813-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 589643 INFO  (coreLoadExecutor-1813-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 589643 INFO  (coreLoadExecutor-1813-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 589644 INFO  (coreLoadExecutor-1813-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 589645 INFO  (coreLoadExecutor-1813-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2a66534a[collection1] main]
   [junit4]   2> 589645 INFO  (coreLoadExecutor-1813-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 589680 INFO  (coreLoadExecutor-1813-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 589774 INFO  (coreLoadExecutor-1813-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 589774 INFO  (searcherExecutor-1814-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 589775 INFO  (searcherExecutor-1814-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 589775 INFO  (searcherExecutor-1814-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 589775 INFO  (searcherExecutor-1814-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 589776 INFO  (coreLoadExecutor-1813-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1547259043316236288
   [junit4]   2> 589778 INFO  (searcherExecutor-1814-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 589779 INFO  (searcherExecutor-1814-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 589780 INFO  (searcherExecutor-1814-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 589780 INFO  (searcherExecutor-1814-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 589781 INFO  (searcherExecutor-1814-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 589781 INFO  (searcherExecutor-1814-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2a66534a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 590948 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_2F64BCE0B8DAF64D-001\tempDir-001\shard0\cores\collection1
   [junit4]   2> 590951 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 590952 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@489aa8f0{/,null,AVAILABLE}
   [junit4]   2> 590954 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.e.j.s.ServerConnector Started ServerConnector@404211f9{HTTP/1.1,[http/1.1]}{127.0.0.1:64114}
   [junit4]   2> 590954 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.e.j.s.Server Started @596833ms
   [junit4]   2> 590954 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=64114, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_2F64BCE0B8DAF64D-001\tempDir-001\shard0\cores}
   [junit4]   2> 590954 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 590954 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 590954 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 590954 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-04T11:40:11.616Z
   [junit4]   2> 590955 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_2F64BCE0B8DAF64D-001\tempDir-001\shard0\solr.xml
   [junit4]   2> 590981 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_2F64BCE0B8DAF64D-001\tempDir-001\shard0\cores
   [junit4]   2> 590981 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 590984 INFO  (coreLoadExecutor-1824-thread-1) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 591061 WARN  (coreLoadExecutor-1824-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 591062 INFO  (coreLoadExecutor-1824-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 591084 INFO  (coreLoadExecutor-1824-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 591207 WARN  (coreLoadExecutor-1824-thread-1) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 591210 INFO  (coreLoadExecutor-1824-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 591254 INFO  (coreLoadExecutor-1824-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 591254 INFO  (coreLoadExecutor-1824-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.TestDistributedSearch_2F64BCE0B8DAF64D-001\tempDir-001\shard0\cores\collection1\data\]
   [junit4]   2> 591254 INFO  (coreLoadExecutor-1824-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1197df26
   [junit4]   2> 591268 INFO  (coreLoadExecutor-1824-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 591299 INFO  (coreLoadExecutor-1824-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 591299 INFO  (coreLoadExecutor-1824-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 591300 INFO  (coreLoadExecutor-1824-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 591301 INFO  (coreLoadExecutor-1824-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 591303 INFO  (coreLoadExecutor-1824-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 591303 INFO  (coreLoadExecutor-1824-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@653e4685[collection1] main]
   [junit4]   2> 591308 INFO  (coreLoadExecutor-1824-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 591326 INFO  (coreLoadExecutor-1824-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 591379 INFO  (coreLoadExecutor-1824-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 591379 INFO  (searcherExecutor-1825-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 591381 INFO  (coreLoadExecutor-1824-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1547259044999200768
   [junit4]   2> 591381 INFO  (searcherExecutor-1825-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 591381 INFO  (searcherExecutor-1825-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 591381 INFO  (searcherExecutor-1825-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 591381 INFO  (searcherExecutor-1825-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 591381 INFO  (searcherExecutor-1825-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 591382 INFO  (searcherExecutor-1825-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 591383 INFO  (searcherExecutor-1825-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 591383 INFO  (searcherExecutor-1825-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 591384 INFO  (searcherExecutor-1825-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@653e4685[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 591485 INFO  (TEST-TestDistributedSearch.test-seed#[2F64BCE0B8DAF64D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 591492 INFO  (qtp1069764706-4163) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1547259045112446976)} 0 3
   [junit4]   2> 591500 INFO  (qtp199253719-4179) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1547259045117689856)} 0 5
   [junit4]   2> 591515 INFO  (qtp1069764706-4166) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[1 (1547259045125029888)]} 0 13
   [junit4]   2> 591522 INFO  (qtp199253719-4179) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[1 (1547259045139709952)]} 0 6
   [junit4]   2> 591541 INFO  (qtp1069764706-4165) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[2 (1547259045149147136)]} 0 17
   [junit4]   2> 591552 INFO  (qtp199253719-4186) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[2 (1547259045168021504)]} 0 10
   [junit4]   2> 591560 INFO  (qtp1069764706-4164) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[3 (1547259045179555840)]} 0 7
   [junit4]   2> 591565 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[3 (1547259045188993024)]} 0 3
   [junit4]   2> 591572 INFO  (qtp1069764706-4164) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[4 (1547259045193187328)]} 0 6
   [junit4]   2> 591573 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[4 (1547259045200527360)]} 0 0
   [junit4]   2> 591575 INFO  (qtp1069764706-4164) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[5 (1547259045201575936)]} 0 0
   [junit4]   2> 591576 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[5 (1547259045203673088)]} 0 0
   [junit4]   2> 591576 INFO  (qtp1069764706-4164) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[6 (1547259045203673088)]} 0 0
   [junit4]   2> 591578 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[6 (1547259045204721664)]} 0 1
   [junit4]   2> 591582 INFO  (qtp1069764706-4164) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[7 (1547259045206818816)]} 0 3
   [junit4]   2> 591584 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[7 (1547259045212061696)]} 0 0
   [junit4]   2> 591586 INFO  (qtp1069764706-4164) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[8 (1547259045212061696)]} 0 1
   [junit4]   2> 591587 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[8 (1547259045214158848)]} 0 0
   [junit4]   2> 591588 INFO  (qtp1069764706-4164) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[9 (1547259045215207424)]} 0 0
   [junit4]   2> 591589 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[9 (1547259045216256000)]} 0 0
   [junit4]   2> 591589 INFO  (qtp1069764706-4164) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 591589 INFO  (qtp1069764706-4164) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6008d104
   [junit4]   2> 591680 INFO  (qtp1069764706-4164) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3854796c[collection1] main]
   [junit4]   2> 591680 INFO  (qtp1069764706-4164) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 591681 INFO  (searcherExecutor-1814-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3854796c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c9)))}
   [junit4]   2> 591681 INFO  (qtp1069764706-4164) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 91
   [junit4]   2> 591682 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 591682 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@491b8538
   [junit4]   2> 591735 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2ea11ed6[collection1] main]
   [junit4]   2> 591738 INFO  (searcherExecutor-1825-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2ea11ed6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c9)))}
   [junit4]   2> 591738 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 591738 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 56
   [junit4]   2> 591743 INFO  (qtp1069764706-4168) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[10 (1547259045375639552)]} 0 3
   [junit4]   2> 591747 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[10 (1547259045379833856)]} 0 2
   [junit4]   2> 591755 INFO  (qtp1069764706-4162) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[11 (1547259045382979584)]} 0 7
   [junit4]   2> 591757 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[11 (1547259045392416768)]} 0 0
   [junit4]   2> 591757 INFO  (qtp1069764706-4162) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[12 (1547259045393465344)]} 0 0
   [junit4]   2> 591760 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[12 (1547259045394513920)]} 0 2
   [junit4]   2> 591761 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[13 (1547259045397659648)]} 0 0
   [junit4]   2> 591762 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[13 (1547259045398708224)]} 0 0
   [junit4]   2> 591767 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[1001 (1547259045400805376)]} 0 3
   [junit4]   2> 591768 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[1001 (1547259045404999680)]} 0 0
   [junit4]   2> 591769 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[14 (1547259045406048256)]} 0 0
   [junit4]   2> 591772 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[14 (1547259045408145408)]} 0 0
   [junit4]   2> 591772 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[15 (1547259045409193984)]} 0 0
   [junit4]   2> 591773 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[15 (1547259045410242560)]} 0 0
   [junit4]   2> 591780 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[16 (1547259045411291136)]} 0 5
   [junit4]   2> 591781 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[16 (1547259045417582592)]} 0 0
   [junit4]   2> 591783 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[17 (1547259045418631168)]} 0 1
   [junit4]   2> 591785 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[17 (1547259045422825472)]} 0 2
   [junit4]   2> 591788 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[100 (1547259045423874048)]} 0 0
   [junit4]   2> 591792 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[100 (1547259045425971200)]} 0 3
   [junit4]   2> 591793 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[101 (1547259045430165504)]} 0 0
   [junit4]   2> 591793 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[101 (1547259045431214080)]} 0 0
   [junit4]   2> 591796 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[102 (1547259045434359808)]} 0 0
   [junit4]   2> 591797 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[102 (1547259045435408384)]} 0 0
   [junit4]   2> 591804 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[103 (1547259045440651264)]} 0 2
   [junit4]   2> 591804 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[103 (1547259045442748416)]} 0 0
   [junit4]   2> 591805 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[104 (1547259045443796992)]} 0 0
   [junit4]   2> 591806 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[104 (1547259045444845568)]} 0 0
   [junit4]   2> 591807 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[105 (1547259045444845568)]} 0 0
   [junit4]   2> 591810 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[105 (1547259045445894144)]} 0 2
   [junit4]   2> 591812 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[106 (1547259045451137024)]} 0 1
   [junit4]   2> 591813 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[106 (1547259045451137024)]} 0 0
   [junit4]   2> 591813 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[107 (1547259045452185600)]} 0 0
   [junit4]   2> 591814 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[107 (1547259045453234176)]} 0 0
   [junit4]   2> 591817 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[108 (1547259045453234176)]} 0 2
   [junit4]   2> 591818 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[108 (1547259045457428480)]} 0 0
   [junit4]   2> 591819 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[109 (1547259045458477056)]} 0 0
   [junit4]   2> 591820 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[109 (1547259045459525632)]} 0 0
   [junit4]   2> 591825 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[110 (1547259045464768512)]} 0 0
   [junit4]   2> 591830 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[110 (1547259045465817088)]} 0 4
   [junit4]   2> 591831 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[111 (1547259045471059968)]} 0 0
   [junit4]   2> 591832 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[111 (1547259045472108544)]} 0 0
   [junit4]   2> 591838 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[112 (1547259045478400000)]} 0 5
   [junit4]   2> 591840 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[112 (1547259045480497152)]} 0 0
   [junit4]   2> 591842 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[113 (1547259045481545728)]} 0 0
   [junit4]   2> 591843 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[113 (1547259045482594304)]} 0 0
   [junit4]   2> 591845 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[114 (1547259045484691456)]} 0 0
   [junit4]   2> 591846 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[114 (1547259045485740032)]} 0 1
   [junit4]   2> 591848 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[115 (1547259045487837184)]} 0 0
   [junit4]   2> 591849 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[115 (1547259045489934336)]} 0 0
   [junit4]   2> 591851 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[116 (1547259045492031488)]} 0 0
   [junit4]   2> 591852 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[116 (1547259045493080064)]} 0 0
   [junit4]   2> 591853 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[117 (1547259045494128640)]} 0 0
   [junit4]   2> 591854 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[117 (1547259045494128640)]} 0 0
   [junit4]   2> 591854 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[118 (1547259045495177216)]} 0 0
   [junit4]   2> 591855 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[118 (1547259045496225792)]} 0 0
   [junit4]   2> 591856 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[119 (1547259045497274368)]} 0 0
   [junit4]   2> 591857 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[119 (1547259045497274368)]} 0 0
   [junit4]   2> 591858 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[120 (1547259045498322944)]} 0 0
   [junit4]   2> 591860 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[120 (1547259045499371520)]} 0 1
   [junit4]   2> 591861 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[121 (1547259045501468672)]} 0 0
   [junit4]   2> 591861 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[121 (1547259045502517248)]} 0 0
   [junit4]   2> 591863 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[122 (1547259045504614400)]} 0 0
   [junit4]   2> 591864 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[122 (1547259045504614400)]} 0 0
   [junit4]   2> 591864 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[123 (1547259045505662976)]} 0 0
   [junit4]   2> 591865 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[123 (1547259045506711552)]} 0 0
   [junit4]   2> 591866 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[124 (1547259045506711552)]} 0 0
   [junit4]   2> 591866 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[124 (1547259045507760128)]} 0 0
   [junit4]   2> 591866 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[125 (1547259045507760128)]} 0 0
   [junit4]   2> 591867 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[125 (1547259045508808704)]} 0 0
   [junit4]   2> 591867 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[126 (1547259045508808704)]} 0 0
   [junit4]   2> 591868 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[126 (1547259045509857280)]} 0 0
   [junit4]   2> 591869 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[127 (1547259045510905856)]} 0 0
   [junit4]   2> 591870 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[127 (1547259045510905856)]} 0 0
   [junit4]   2> 591870 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[128 (1547259045511954432)]} 0 0
   [junit4]   2> 591872 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[128 (1547259045514051584)]} 0 0
   [junit4]   2> 591872 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[129 (1547259045514051584)]} 0 0
   [junit4]   2> 591873 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[129 (1547259045515100160)]} 0 0
   [junit4]   2> 591874 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[130 (1547259045516148736)]} 0 0
   [junit4]   2> 591875 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[130 (1547259045516148736)]} 0 0
   [junit4]   2> 591875 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[131 (1547259045517197312)]} 0 0
   [junit4]   2> 591876 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[131 (1547259045518245888)]} 0 0
   [junit4]   2> 591877 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[132 (1547259045518245888)]} 0 0
   [junit4]   2> 591877 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[132 (1547259045519294464)]} 0 0
   [junit4]   2> 591878 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[133 (1547259045520343040)]} 0 0
   [junit4]   2> 591879 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[133 (1547259045520343040)]} 0 0
   [junit4]   2> 591879 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[134 (1547259045521391616)]} 0 0
   [junit4]   2> 591880 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[134 (1547259045522440192)]} 0 0
   [junit4]   2> 591881 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[135 (1547259045523488768)]} 0 0
   [junit4]   2> 591881 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[135 (1547259045523488768)]} 0 0
   [junit4]   2> 591882 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[136 (1547259045524537344)]} 0 0
   [junit4]   2> 591884 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[136 (1547259045524537344)]} 0 1
   [junit4]   2> 591884 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[137 (1547259045526634496)]} 0 0
   [junit4]   2> 591885 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[137 (1547259045527683072)]} 0 0
   [junit4]   2> 591885 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[138 (1547259045527683072)]} 0 0
   [junit4]   2> 591886 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[138 (1547259045528731648)]} 0 0
   [junit4]   2> 591887 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[139 (1547259045529780224)]} 0 0
   [junit4]   2> 591887 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[139 (1547259045529780224)]} 0 0
   [junit4]   2> 591889 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[140 (1547259045530828800)]} 0 1
   [junit4]   2> 591889 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[140 (1547259045531877376)]} 0 0
   [junit4]   2> 591890 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[141 (1547259045532925952)]} 0 0
   [junit4]   2> 591891 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[141 (1547259045533974528)]} 0 0
   [junit4]   2> 591891 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[142 (1547259045533974528)]} 0 0
   [junit4]   2> 591892 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[142 (1547259045535023104)]} 0 0
   [junit4]   2> 591893 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[143 (1547259045535023104)]} 0 0
   [junit4]   2> 591893 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[143 (1547259045536071680)]} 0 0
   [junit4]   2> 591894 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[144 (1547259045537120256)]} 0 0
   [junit4]   2> 591896 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[144 (1547259045537120256)]} 0 0
   [junit4]   2> 591897 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[145 (1547259045539217408)]} 0 0
   [junit4]   2> 591897 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[145 (1547259045540265984)]} 0 0
   [junit4]   2> 591897 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[146 (1547259045540265984)]} 0 0
   [junit4]   2> 591897 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[146 (1547259045540265985)]} 0 0
   [junit4]   2> 591899 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[147 (1547259045542363136)]} 0 0
   [junit4]   2> 591899 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[147 (1547259045542363136)]} 0 0
   [junit4]   2> 591899 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[148 (1547259045542363137)]} 0 0
   [junit4]   2> 591900 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[148 (1547259045543411712)]} 0 0
   [junit4]   2> 591901 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[149 (1547259045544460288)]} 0 0
   [junit4]   2> 591901 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={wt=javabin&version=2}{add=[149 (1547259045544460288)]} 0 0
   [junit4]   2> 591902 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 591904 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6008d104
   [junit4]   2> 591951 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12745567[collection1] main]
   [junit4]   2> 591951 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 591951 INFO  (searcherExecutor-1814-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@12745567[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c9) Uninverting(_1(7.0.0):c59)))}
   [junit4]   2> 591951 INFO  (qtp1069764706-4170) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 50
   [junit4]   2> 591951 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 591951 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@491b8538
   [junit4]   2> 591967 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5093be8a[collection1] main]
   [junit4]   2> 591967 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 591968 INFO  (searcherExecutor-1825-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5093be8a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c9) Uninverting(_1(7.0.0):c59)))}
   [junit4]   2> 591968 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 14
   [junit4]   2> 591969 INFO  (qtp1069764706-4159) [    x:collection1] o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be negative
   [junit4]   2> 591969 INFO  (qtp1069764706-4159) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*&distrib=false&start=-1&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 591970 INFO  (qtp1069764706-4163) [    x:collection1] o.a.s.h.RequestHandlerBase Ignoring exception matching parameter cannot be negative
   [junit4]   2> 591971 INFO  (qtp1069764706-4163) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*&distrib=false&start=0&rows=-1&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 591972 INFO  (qtp1069764706-4166) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&sort=n_ti1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 591976 INFO  (qtp199253719-4179) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_ti1+desc&shard.url=http://127.0.0.1:64114//collection1&rows=10&version=2&q=*:*&NOW=1475581212635&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 591992 INFO  (qtp199253719-4184) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&shards.purpose=64&NOW=1475581212635&ids=122,134,124,15,4,115,104,107,108,141&isShard=true&shard.url=http://127.0.0.1:64114//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 591999 INFO  (qtp199253719-4188) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:64114//collection1&sort=n_ti1+desc&wt=javabin&version=2} hits=68 status=0 QTime=25
   [junit4]   2> 592005 INFO  (qtp1069764706-4165) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&sort=n_ti1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 592009 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_ti1+asc&shard.url=http://127.0.0.1:64114//collection1|[ff01::213]:33332/&rows=10&version=2&q=*:*&NOW=1475581212668&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 592011 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&shards.purpose=64&NOW=1475581212668&ids=123,112,14,113,126,149,138,128,142,10&isShard=true&shard.url=http://127.0.0.1:64114//collection1|[ff01::213]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 592012 INFO  (qtp199253719-4182) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:64114//collection1|[ff01::213]:33332/&sort=n_ti1+asc&wt=javabin&version=2} hits=68 status=0 QTime=6
   [junit4]   2> 592015 INFO  (qtp1069764706-4164) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&sort=n_f1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 592017 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_f1+desc&shard.url=[ff01::083]:33332/|http://127.0.0.1:64114//collection1|[ff01::213]:33332/|[ff01::114]:33332/&rows=10&version=2&q=*:*&NOW=1475581212679&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 592019 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&shards.purpose=64&NOW=1475581212679&ids=134,14,135,4,15,126,127,139,106,131&isShard=true&shard.url=[ff01::083]:33332/|http://127.0.0.1:64114//collection1|[ff01::213]:33332/|[ff01::114]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 592019 INFO  (qtp199253719-4181) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::083]:33332/|http://127.0.0.1:64114//collection1|[ff01::213]:33332/|[ff01::114]:33332/&sort=n_f1+desc&wt=javabin&version=2} hits=68 status=0 QTime=3
   [junit4]   2> 592021 INFO  (qtp1069764706-4164) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&sort=n_f1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 592022 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_f1+asc&shard.url=[ff01::213]:33332/|http://127.0.0.1:64114//collection1&rows=10&version=2&q=*:*&NOW=1475581212683&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 592024 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&shards.purpose=64&NOW=1475581212683&ids=1,144,12,101,102,16,5,115,9,109&isShard=true&shard.url=[ff01::213]:33332/|http://127.0.0.1:64114//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 592024 INFO  (qtp199253719-4190) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::213]:33332/|http://127.0.0.1:64114//collection1&sort=n_f1+asc&wt=javabin&version=2} hits=68 status=0 QTime=3
   [junit4]   2> 592024 INFO  (qtp1069764706-4164) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&sort=n_tf1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 592029 INFO  (qtp199253719-4186) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tf1+desc&shard.url=http://127.0.0.1:64114//collection1|[ff01::114]:33332/|[ff01::213]:33332/|[ff01::083]:33332/&rows=10&version=2&q=*:*&NOW=1475581212689&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 592030 INFO  (qtp199253719-4186) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&shards.purpose=64&NOW=1475581212689&ids=11,110,144,133,111,138,139,119,109,141&isShard=true&shard.url=http://127.0.0.1:64114//collection1|[ff01::114]:33332/|[ff01::213]:33332/|[ff01::083]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 592032 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:64114//collection1|[ff01::114]:33332/|[ff01::213]:33332/|[ff01::083]:33332/&sort=n_tf1+desc&wt=javabin&version=2} hits=68 status=0 QTime=4
   [junit4]   2> 592033 INFO  (qtp1069764706-4162) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&sort=n_tf1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 592046 INFO  (qtp199253719-4186) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_tf1+asc&shard.url=[ff01::213]:33332/|http://127.0.0.1:64114//collection1|[ff01::083]:33332/&rows=10&version=2&q=*:*&NOW=1475581212696&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 592047 INFO  (qtp199253719-4188) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&shards.purpose=64&NOW=1475581212696&ids=143,122,100,2,14,127,17,140,130,131&isShard=true&shard.url=[ff01::213]:33332/|http://127.0.0.1:64114//collection1|[ff01::083]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 592050 INFO  (qtp199253719-4179) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::213]:33332/|http://127.0.0.1:64114//collection1|[ff01::083]:33332/&sort=n_tf1+asc&wt=javabin&version=2} hits=68 status=0 QTime=16
   [junit4]   2> 592053 INFO  (qtp1069764706-4162) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&sort=n_d1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 592055 INFO  (qtp199253719-4181) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_d1+desc&shard.url=http://127.0.0.1:64114//collection1&rows=10&version=2&q=*:*&NOW=1475581212716&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 592056 INFO  (qtp199253719-4190) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&shards.purpose=64&NOW=1475581212716&ids=123,13,124,14,103,115,148,17,109,10&isShard=true&shard.url=http://127.0.0.1:64114//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 592058 INFO  (qtp199253719-4182) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:64114//collection1&sort=n_d1+desc&wt=javabin&version=2} hits=68 status=0 QTime=3
   [junit4]   2> 592059 INFO  (qtp1069764706-4159) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&sort=n_d1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 592060 INFO  (qtp199253719-4183) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_d1+asc&shard.url=[ff01::213]:33332/|http://127.0.0.1:64114//collection1&rows=10&version=2&q=*:*&NOW=1475581212722&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 592062 INFO  (qtp199253719-4184) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&shards.purpose=64&NOW=1475581212722&ids=132,1,2,112,137,149,6,8,119,141&isShard=true&shard.url=[ff01::213]:33332/|http://127.0.0.1:64114//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 592063 INFO  (qtp199253719-4185) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::213]:33332/|http://127.0.0.1:64114//collection1&sort=n_d1+asc&wt=javabin&version=2} hits=68 status=0 QTime=3
   [junit4]   2> 592064 INFO  (qtp1069764706-4163) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&sort=n_td1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 592067 INFO  (qtp199253719-4188) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_td1+desc&shard.url=http://127.0.0.1:64114//collection1|[ff01::083]:33332/&rows=10&version=2&q=*:*&NOW=1475581212728&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 592068 INFO  (qtp199253719-4179) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&shards.purpose=64&NOW=1475581212728&ids=11,12,100,123,146,114,148,127,109,10&isShard=true&shard.url=http://127.0.0.1:64114//collection1|[ff01::083]:33332/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 592069 INFO  (qtp199253719-4186) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=http://127.0.0.1:64114//collection1|[ff01::083]:33332/&sort=n_td1+desc&wt=javabin&version=2} hits=68 status=0 QTime=3
   [junit4]   2> 592070 INFO  (qtp1069764706-4166) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&sort=n_td1+asc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 592071 INFO  (qtp199253719-4190) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_td1+asc&shard.url=[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:64114//collection1&rows=10&version=2&q=*:*&NOW=1475581212733&isShard=true&wt=javabin} hits=68 status=0 QTime=0
   [junit4]   2> 592072 INFO  (qtp199253719-4182) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&shards.purpose=64&NOW=1475581212733&ids=134,102,147,5,17,1001,118,8,9,140&isShard=true&shard.url=[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:64114//collection1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 592074 INFO  (qtp199253719-4181) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&shards=[ff01::114]:33332/|[ff01::213]:33332/|http://127.0.0.1:64114//collection1&sort=n_td1+asc&wt=javabin&version=2} hits=68 status=0 QTime=3
   [junit4]   2> 592076 INFO  (qtp1069764706-4165) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&sort=n_l1+desc&wt=javabin&version=2} hits=68 status=0 QTime=0
   [junit4]   2> 592077 INFO  (qtp199253719-4184) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={distrib=false&fl=id&shards.purpose=4&start=0&fsv=true&sort=n_l1+desc&shard.url=http://127.0.0.1:64114//collection1|

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

read-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-151-thread-1]: coreCloseExecutor-151-thread-1 finishFullFlush success=true
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: apply all deletes during flush
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: now apply all deletes for all segments maxDoc=1000
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-151-thread-1]: applyDeletes: open segment readers took 0 msec
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-151-thread-1]: applyDeletes: no segments; skipping
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-151-thread-1]: prune sis=segments_3: _1(7.0.0):C1000/999:delGen=1 minGen=15 packetCount=0
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-151-thread-1]: updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-151-thread-1]: now merge
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-151-thread-1]:   index: _1(7.0.0):C1000/999:delGen=1
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-151-thread-1]:   no more merges pending; now return
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: waitForMerges
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: waitForMerges done
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: commit: start
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: commit: enter lock
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: commit: now prepare
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: prepareCommit: flush
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]:   index before flush _1(7.0.0):C1000/999:delGen=1
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-151-thread-1]: startFullFlush
   [junit4]   2> 69971 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: apply all deletes during flush
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: now apply all deletes for all segments maxDoc=1000
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-151-thread-1]: applyDeletes: open segment readers took 0 msec
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-151-thread-1]: applyDeletes: no segments; skipping
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-151-thread-1]: prune sis=segments_3: _1(7.0.0):C1000/999:delGen=1 minGen=15 packetCount=0
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-151-thread-1]: coreCloseExecutor-151-thread-1 finishFullFlush success=true
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: startCommit(): start
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]:   skip startCommit(): no changes pending
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-151-thread-1]: delete []
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: commit: pendingCommit == null; skip
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: commit: took 1.9 msec
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: commit: done
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: rollback
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: all running merges have aborted
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: rollback: done finish merges
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-151-thread-1]: abort
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-151-thread-1]: done abort success=true
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-151-thread-1]: rollback: infos=_1(7.0.0):C1000/999:delGen=1
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-151-thread-1]: now checkpoint "_1(7.0.0):C1000/999:delGen=1" [1 segments ; isCommit = false]
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-151-thread-1]: delete []
   [junit4]   2> 69973 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-151-thread-1]: 0 msec to checkpoint
   [junit4]   2> 69975 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-151-thread-1]: delete []
   [junit4]   2> 69975 INFO  (coreCloseExecutor-151-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-151-thread-1]: delete []
   [junit4]   2> 69976 INFO  (SUITE-TestSolrJErrorHandling-seed#[58B0E8C6C0D5419D]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3f40fd67{/solr,null,UNAVAILABLE}
   [junit4]   2> 69980 INFO  (SUITE-TestSolrJErrorHandling-seed#[58B0E8C6C0D5419D]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1313, maxMBSortInHeap=5.868273932015866, sim=ClassicSimilarity, locale=sv, timezone=EST5EDT
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=3,threads=1,free=34788848,total=181874688
   [junit4]   2> NOTE: All tests run in this JVM: [TestCoreAdmin, SolrExampleStreamingTest, TestCollectionAdminRequest, CloudSolrClientBuilderTest, TestUpdateRequestCodec, TestSolrJErrorHandling]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrJErrorHandling -Dtests.seed=58B0E8C6C0D5419D -Dtests.slow=true -Dtests.locale=sv -Dtests.timezone=EST5EDT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestSolrJErrorHandling (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:262)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:209)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:201)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.<init>(CloudSolrClient.java:393)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.<init>(CloudSolrClient.java:100)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$Builder.build(CloudSolrClient.java:1673)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClientBuilderTest.testNoZkHostSpecified(CloudSolrClientBuilderTest.java:36)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([58B0E8C6C0D5419D]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:261)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [50/85 (2!)] on J0 in 45.67s, 4 tests, 1 failure <<< FAILURES!

[...truncated 59755 lines...]