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 2017/05/05 19:50:11 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6547/
Java: 64bit/jdk1.8.0_131 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly

Error Message:
Unexpected number of elements in the group for intGSF: 6

Stack Trace:
java.lang.AssertionError: Unexpected number of elements in the group for intGSF: 6
	at __randomizedtesting.SeedInfo.seed([B1B96A54303417A6:2A02040C7D6C25F8]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly(DocValuesNotIndexedTest.java:376)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit

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

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([B1B96A54303417A6:48F4F9FB0C415A2C]: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.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:289)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp

Error Message:
No such processor Template

Stack Trace:
org.apache.solr.common.SolrException: No such processor Template
	at __randomizedtesting.SeedInfo.seed([B1B96A54303417A6:140B2A9C967ADE52]:0)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.getReqProcessors(UpdateRequestProcessorChain.java:286)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.constructChain(UpdateRequestProcessorChain.java:235)
	at org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1446)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp(UpdateRequestProcessorFactoryTest.java:53)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11160 lines...]
   [junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DocValuesNotIndexedTest_B1B96A54303417A6-001\init-core-data-001
   [junit4]   2> 208797 WARN  (SUITE-DocValuesNotIndexedTest-seed#[B1B96A54303417A6]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 208797 INFO  (SUITE-DocValuesNotIndexedTest-seed#[B1B96A54303417A6]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 208803 INFO  (SUITE-DocValuesNotIndexedTest-seed#[B1B96A54303417A6]-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> 208805 INFO  (SUITE-DocValuesNotIndexedTest-seed#[B1B96A54303417A6]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DocValuesNotIndexedTest_B1B96A54303417A6-001\tempDir-001
   [junit4]   2> 208805 INFO  (SUITE-DocValuesNotIndexedTest-seed#[B1B96A54303417A6]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 208809 INFO  (Thread-133) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 208809 INFO  (Thread-133) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 208829 ERROR (Thread-133) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 208907 INFO  (SUITE-DocValuesNotIndexedTest-seed#[B1B96A54303417A6]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:64842
   [junit4]   2> 208955 INFO  (jetty-launcher-172-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 208956 INFO  (jetty-launcher-172-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@69edacb7{/solr,null,AVAILABLE}
   [junit4]   2> 208965 INFO  (jetty-launcher-172-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 208966 INFO  (jetty-launcher-172-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1df07131{/solr,null,AVAILABLE}
   [junit4]   2> 208967 INFO  (jetty-launcher-172-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1be6f71a{HTTP/1.1,[http/1.1]}{127.0.0.1:64849}
   [junit4]   2> 208967 INFO  (jetty-launcher-172-thread-2) [    ] o.e.j.s.Server Started @217789ms
   [junit4]   2> 208968 INFO  (jetty-launcher-172-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64849}
   [junit4]   2> 208968 INFO  (jetty-launcher-172-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@188b1850{HTTP/1.1,[http/1.1]}{127.0.0.1:64846}
   [junit4]   2> 208968 INFO  (jetty-launcher-172-thread-1) [    ] o.e.j.s.Server Started @217790ms
   [junit4]   2> 208968 INFO  (jetty-launcher-172-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64846}
   [junit4]   2> 208968 ERROR (jetty-launcher-172-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 208968 INFO  (jetty-launcher-172-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 208969 INFO  (jetty-launcher-172-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 208969 INFO  (jetty-launcher-172-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 208969 INFO  (jetty-launcher-172-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-05T18:36:11.892Z
   [junit4]   2> 208971 ERROR (jetty-launcher-172-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 208971 INFO  (jetty-launcher-172-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 208971 INFO  (jetty-launcher-172-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 208971 INFO  (jetty-launcher-172-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 208971 INFO  (jetty-launcher-172-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-05T18:36:11.894Z
   [junit4]   2> 209002 INFO  (jetty-launcher-172-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 209011 INFO  (jetty-launcher-172-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 209031 INFO  (jetty-launcher-172-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64842/solr
   [junit4]   2> 209031 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 0x15bd9e5dc5e0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 209038 INFO  (jetty-launcher-172-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64842/solr
   [junit4]   2> 209041 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 0x15bd9e5dc5e0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 209049 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 0x15bd9e5dc5e0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 209083 INFO  (jetty-launcher-172-thread-1) [n:127.0.0.1:64846_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 209083 INFO  (jetty-launcher-172-thread-2) [n:127.0.0.1:64849_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 209084 INFO  (jetty-launcher-172-thread-1) [n:127.0.0.1:64846_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64846_solr
   [junit4]   2> 209085 INFO  (jetty-launcher-172-thread-2) [n:127.0.0.1:64849_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64849_solr
   [junit4]   2> 209086 INFO  (jetty-launcher-172-thread-1) [n:127.0.0.1:64846_solr    ] o.a.s.c.Overseer Overseer (id=97911398186483718-127.0.0.1:64846_solr-n_0000000000) starting
   [junit4]   2> 209088 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:64849_solr) [n:127.0.0.1:64849_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 209089 INFO  (zkCallback-184-thread-1-processing-n:127.0.0.1:64846_solr) [n:127.0.0.1:64846_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 209099 INFO  (jetty-launcher-172-thread-1) [n:127.0.0.1:64846_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64846_solr
   [junit4]   2> 209268 INFO  (zkCallback-184-thread-1-processing-n:127.0.0.1:64846_solr) [n:127.0.0.1:64846_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 209268 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:64849_solr) [n:127.0.0.1:64849_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 209317 INFO  (jetty-launcher-172-thread-1) [n:127.0.0.1:64846_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64846.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41e99e02
   [junit4]   2> 209321 INFO  (jetty-launcher-172-thread-1) [n:127.0.0.1:64846_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64846.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41e99e02
   [junit4]   2> 209321 INFO  (jetty-launcher-172-thread-1) [n:127.0.0.1:64846_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64846.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41e99e02
   [junit4]   2> 209321 INFO  (jetty-launcher-172-thread-1) [n:127.0.0.1:64846_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.DocValuesNotIndexedTest_B1B96A54303417A6-001\tempDir-001\node1\.
   [junit4]   2> 209393 INFO  (jetty-launcher-172-thread-2) [n:127.0.0.1:64849_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64849.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41e99e02
   [junit4]   2> 209402 INFO  (jetty-launcher-172-thread-2) [n:127.0.0.1:64849_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64849.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41e99e02
   [junit4]   2> 209402 INFO  (jetty-launcher-172-thread-2) [n:127.0.0.1:64849_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64849.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41e99e02
   [junit4]   2> 209403 INFO  (jetty-launcher-172-thread-2) [n:127.0.0.1:64849_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.DocValuesNotIndexedTest_B1B96A54303417A6-001\tempDir-001\node2\.
   [junit4]   2> 209427 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 0x15bd9e5dc5e0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 209436 INFO  (SUITE-DocValuesNotIndexedTest-seed#[B1B96A54303417A6]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 209438 INFO  (SUITE-DocValuesNotIndexedTest-seed#[B1B96A54303417A6]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64842/solr ready
   [junit4]   2> 209453 INFO  (qtp1972221638-829) [n:127.0.0.1:64849_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&action=CREATE&numShards=4&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 209465 INFO  (OverseerThreadFactory-466-thread-1-processing-n:127.0.0.1:64846_solr) [n:127.0.0.1:64846_solr    ] o.a.s.c.CreateCollectionCmd Create collection dv_coll
   [junit4]   2> 209587 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2
   [junit4]   2> 209589 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 209599 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2
   [junit4]   2> 209601 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 209623 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2
   [junit4]   2> 209623 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2
   [junit4]   2> 209750 INFO  (zkCallback-184-thread-1-processing-n:127.0.0.1:64846_solr) [n:127.0.0.1:64846_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 209750 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:64849_solr) [n:127.0.0.1:64849_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 210685 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 210687 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 210709 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 210720 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 210751 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.s.IndexSchema [dv_coll_shard1_replica1] Schema name=minimal
   [junit4]   2> 210756 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.s.IndexSchema [dv_coll_shard3_replica1] Schema name=minimal
   [junit4]   2> 210762 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.s.IndexSchema [dv_coll_shard4_replica1] Schema name=minimal
   [junit4]   2> 210763 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 210763 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard3_replica1' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 210766 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.s.IndexSchema [dv_coll_shard2_replica1] Schema name=minimal
   [junit4]   2> 210769 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64849.solr.core.dv_coll.shard3.replica1' (registry 'solr.core.dv_coll.shard3.replica1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41e99e02
   [junit4]   2> 210769 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 210769 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.SolrCore [[dv_coll_shard3_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DocValuesNotIndexedTest_B1B96A54303417A6-001\tempDir-001\node2\dv_coll_shard3_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DocValuesNotIndexedTest_B1B96A54303417A6-001\tempDir-001\node2\.\dv_coll_shard3_replica1\data\]
   [junit4]   2> 210770 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 210770 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard1_replica1' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 210771 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64849.solr.core.dv_coll.shard1.replica1' (registry 'solr.core.dv_coll.shard1.replica1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41e99e02
   [junit4]   2> 210771 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 210772 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [[dv_coll_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DocValuesNotIndexedTest_B1B96A54303417A6-001\tempDir-001\node2\dv_coll_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DocValuesNotIndexedTest_B1B96A54303417A6-001\tempDir-001\node2\.\dv_coll_shard1_replica1\data\]
   [junit4]   2> 210774 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 210774 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard4_replica1' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 210775 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64846.solr.core.dv_coll.shard4.replica1' (registry 'solr.core.dv_coll.shard4.replica1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41e99e02
   [junit4]   2> 210775 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 210775 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.SolrCore [[dv_coll_shard4_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DocValuesNotIndexedTest_B1B96A54303417A6-001\tempDir-001\node1\dv_coll_shard4_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DocValuesNotIndexedTest_B1B96A54303417A6-001\tempDir-001\node1\.\dv_coll_shard4_replica1\data\]
   [junit4]   2> 210783 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 210783 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard2_replica1' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 210783 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64846.solr.core.dv_coll.shard2.replica1' (registry 'solr.core.dv_coll.shard2.replica1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41e99e02
   [junit4]   2> 210784 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 210784 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.SolrCore [[dv_coll_shard2_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DocValuesNotIndexedTest_B1B96A54303417A6-001\tempDir-001\node1\dv_coll_shard2_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DocValuesNotIndexedTest_B1B96A54303417A6-001\tempDir-001\node1\.\dv_coll_shard2_replica1\data\]
   [junit4]   2> 210948 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 210948 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 210951 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 210951 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 210993 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 210993 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 210996 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 210996 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 210999 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6b4ad133[dv_coll_shard3_replica1] main]
   [junit4]   2> 211001 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 211002 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 211020 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 211028 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@58da3a0[dv_coll_shard4_replica1] main]
   [junit4]   2> 211035 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 211035 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 211038 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 211038 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 211041 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 211041 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 211042 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566582373314723840
   [junit4]   2> 211052 INFO  (searcherExecutor-470-thread-1-processing-n:127.0.0.1:64849_solr x:dv_coll_shard3_replica1 s:shard3 c:dv_coll) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.SolrCore [dv_coll_shard3_replica1] Registered new searcher Searcher@6b4ad133[dv_coll_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 211054 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 211055 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 211056 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 211058 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1cfda228[dv_coll_shard1_replica1] main]
   [junit4]   2> 211064 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 211065 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 211065 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566582373338841088
   [junit4]   2> 211070 INFO  (searcherExecutor-472-thread-1-processing-n:127.0.0.1:64846_solr x:dv_coll_shard4_replica1 s:shard4 c:dv_coll) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.SolrCore [dv_coll_shard4_replica1] Registered new searcher Searcher@58da3a0[dv_coll_shard4_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 211073 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 211075 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 211076 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 211079 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 211079 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 211080 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566582373354569728
   [junit4]   2> 211084 INFO  (searcherExecutor-471-thread-1-processing-n:127.0.0.1:64849_solr x:dv_coll_shard1_replica1 s:shard1 c:dv_coll) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [dv_coll_shard1_replica1] Registered new searcher Searcher@1cfda228[dv_coll_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 211096 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 211096 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 211096 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64849/solr/dv_coll_shard3_replica1/
   [junit4]   2> 211096 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 211096 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:64849/solr/dv_coll_shard3_replica1/ has no replicas
   [junit4]   2> 211096 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 211132 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 211132 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 211132 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64846/solr/dv_coll_shard4_replica1/
   [junit4]   2> 211132 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 211132 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:64846/solr/dv_coll_shard4_replica1/ has no replicas
   [junit4]   2> 211132 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 211139 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 211139 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 211140 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64849/solr/dv_coll_shard1_replica1/
   [junit4]   2> 211140 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 211140 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:64849/solr/dv_coll_shard1_replica1/ has no replicas
   [junit4]   2> 211140 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 211145 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64849/solr/dv_coll_shard3_replica1/ shard3
   [junit4]   2> 211146 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64846/solr/dv_coll_shard4_replica1/ shard4
   [junit4]   2> 211150 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64849/solr/dv_coll_shard1_replica1/ shard1
   [junit4]   2> 211201 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 211202 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 211204 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 211204 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 211207 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@53a16562[dv_coll_shard2_replica1] main]
   [junit4]   2> 211209 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 211210 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 211210 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 211211 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 211212 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 211213 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566582373494030336
   [junit4]   2> 211220 INFO  (searcherExecutor-473-thread-1-processing-n:127.0.0.1:64846_solr x:dv_coll_shard2_replica1 s:shard2 c:dv_coll) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.SolrCore [dv_coll_shard2_replica1] Registered new searcher Searcher@53a16562[dv_coll_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 211227 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 211227 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 211227 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64846/solr/dv_coll_shard2_replica1/
   [junit4]   2> 211227 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 211227 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:64846/solr/dv_coll_shard2_replica1/ has no replicas
   [junit4]   2> 211227 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 211236 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64846/solr/dv_coll_shard2_replica1/ shard2
   [junit4]   2> 211346 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:64849_solr) [n:127.0.0.1:64849_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 211346 INFO  (zkCallback-184-thread-1-processing-n:127.0.0.1:64846_solr) [n:127.0.0.1:64846_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 211366 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 211366 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 211366 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 211374 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2} status=0 QTime=1775
   [junit4]   2> 211377 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2} status=0 QTime=1754
   [junit4]   2> 211381 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2} status=0 QTime=1758
   [junit4]   2> 211390 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 211398 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2} status=0 QTime=1811
   [junit4]   2> 211415 INFO  (qtp1972221638-829) [n:127.0.0.1:64849_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> 211469 INFO  (OverseerCollectionConfigSetProcessor-97911398186483718-127.0.0.1:64846_solr-n_0000000000) [n:127.0.0.1:64846_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> 211519 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:64849_solr) [n:127.0.0.1:64849_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 211520 INFO  (zkCallback-184-thread-1-processing-n:127.0.0.1:64846_solr) [n:127.0.0.1:64846_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 212415 INFO  (qtp1972221638-829) [n:127.0.0.1:64849_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&action=CREATE&numShards=4&wt=javabin&version=2} status=0 QTime=2962
   [junit4]   2> 212461 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 212474 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.s.IndexSchema [dv_coll_shard2_replica1] Schema name=minimal
   [junit4]   2> 212489 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 212600 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.c.ZkController Persisted config data to node /configs/conf1/managed-schema 
   [junit4]   2> 212603 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:64849_solr) [n:127.0.0.1:64849_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/conf1/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 212604 INFO  (zkCallback-184-thread-1-processing-n:127.0.0.1:64846_solr) [n:127.0.0.1:64846_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/conf1/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 212624 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:64849_solr) [n:127.0.0.1:64849_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 212632 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:64849_solr) [n:127.0.0.1:64849_solr    ] o.a.s.s.IndexSchema [dv_coll_shard3_replica1] Schema name=minimal
   [junit4]   2> 212668 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:64849_solr) [n:127.0.0.1:64849_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 212668 INFO  (zkCallback-183-thread-2-processing-n:127.0.0.1:64849_solr) [n:127.0.0.1:64849_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/conf1/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 212668 INFO  (zkCallback-184-thread-2-processing-n:127.0.0.1:64846_solr) [n:127.0.0.1:64846_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/conf1/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 212669 INFO  (zkCallback-184-thread-1-processing-n:127.0.0.1:64846_solr) [n:127.0.0.1:64846_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 212674 INFO  (zkCallback-184-thread-1-processing-n:127.0.0.1:64846_solr) [n:127.0.0.1:64846_solr    ] o.a.s.s.IndexSchema [dv_coll_shard4_replica1] Schema name=minimal
   [junit4]   2> 212682 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:64849_solr) [n:127.0.0.1:64849_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 58 ms
   [junit4]   2> 212691 INFO  (zkCallback-184-thread-1-processing-n:127.0.0.1:64846_solr) [n:127.0.0.1:64846_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 212691 INFO  (zkCallback-184-thread-1-processing-n:127.0.0.1:64846_solr) [n:127.0.0.1:64846_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 22 ms
   [junit4]   2> 212691 INFO  (zkCallback-183-thread-2-processing-n:127.0.0.1:64849_solr) [n:127.0.0.1:64849_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 212695 INFO  (zkCallback-183-thread-2-processing-n:127.0.0.1:64849_solr) [n:127.0.0.1:64849_solr    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica1] Schema name=minimal
   [junit4]   2> 212702 INFO  (Thread-159) [n:127.0.0.1:64849_solr    ] o.a.s.c.SolrCore config update listener called for core dv_coll_shard1_replica1
   [junit4]   2> 212703 INFO  (Thread-158) [n:127.0.0.1:64846_solr    ] o.a.s.c.SolrCore config update listener called for core dv_coll_shard2_replica1
   [junit4]   2> 212704 INFO  (zkCallback-183-thread-2-processing-n:127.0.0.1:64849_solr) [n:127.0.0.1:64849_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 212705 INFO  (zkCallback-183-thread-2-processing-n:127.0.0.1:64849_solr) [n:127.0.0.1:64849_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 14 ms
   [junit4]   2> 212711 INFO  (Thread-159) [n:127.0.0.1:64849_solr    ] o.a.s.c.SolrCore core reload dv_coll_shard1_replica1
   [junit4]   2> 212712 INFO  (Thread-158) [n:127.0.0.1:64846_solr    ] o.a.s.c.SolrCore core reload dv_coll_shard2_replica1
   [junit4]   2> 212731 INFO  (Thread-159) [n:127.0.0.1:64849_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 212731 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 212756 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.s.IndexSchema [dv_coll_shard2_replica1] Schema name=minimal
   [junit4]   2> 212766 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 212766 INFO  (Thread-159) [n:127.0.0.1:64849_solr    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica1] Schema name=minimal
   [junit4]   2> 212766 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard2_replica1' using configuration from collection dv_coll
   [junit4]   2> 212776 INFO  (Thread-159) [n:127.0.0.1:64849_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 212776 INFO  (Thread-159) [n:127.0.0.1:64849_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard1_replica1' using configuration from collection dv_coll
   [junit4]   2> 212784 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64846.solr.core.dv_coll.shard2.replica1' (registry 'solr.core.dv_coll.shard2.replica1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41e99e02
   [junit4]   2> 212784 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.c.SolrCore [[dv_coll_shard2_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DocValuesNotIndexedTest_B1B96A54303417A6-001\tempDir-001\node1\dv_coll_shard2_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DocValuesNotIndexedTest_B1B96A54303417A6-001\tempDir-001\node1\.\dv_coll_shard2_replica1\data\]
   [junit4]   2> 212792 INFO  (Thread-159) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64849.solr.core.dv_coll.shard1.replica1' (registry 'solr.core.dv_coll.shard1.replica1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41e99e02
   [junit4]   2> 212792 INFO  (Thread-159) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [[dv_coll_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DocValuesNotIndexedTest_B1B96A54303417A6-001\tempDir-001\node2\dv_coll_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DocValuesNotIndexedTest_B1B96A54303417A6-001\tempDir-001\node2\.\dv_coll_shard1_replica1\data\]
   [junit4]   2> 212942 INFO  (Thread-159) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 212942 INFO  (Thread-159) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 212951 INFO  (Thread-159) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6471562b[dv_coll_shard1_replica1] main]
   [junit4]   2> 212955 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 212955 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 212955 INFO  (Thread-159) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 212956 INFO  (Thread-159) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 212956 INFO  (Thread-159) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 212958 INFO  (Thread-159) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 212958 INFO  (Thread-159) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 212963 INFO  (Thread-159) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566582375329038336
   [junit4]   2> 212965 INFO  (searcherExecutor-491-thread-1-processing-n:127.0.0.1:64849_solr x:dv_coll_shard1_replica1 s:shard1 c:dv_coll r:core_node4) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [dv_coll_shard1_replica1] Registered new searcher Searcher@6471562b[dv_coll_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 212967 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3a5da92c[dv_coll_shard2_replica1] main]
   [junit4]   2> 212968 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 212971 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 212971 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 212972 INFO  (Thread-159) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 212972 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 212973 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 212973 INFO  (Thread-159) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@46fe7388[dv_coll_shard1_replica1] main]
   [junit4]   2> 212977 INFO  (Thread-159) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [dv_coll_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@395e1b4
   [junit4]   2> 212978 INFO  (searcherExecutor-490-thread-1-processing-n:127.0.0.1:64846_solr x:dv_coll_shard2_replica1 s:shard2 c:dv_coll r:core_node1) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.c.SolrCore [dv_coll_shard2_replica1] Registered new searcher Searcher@3a5da92c[dv_coll_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 212980 INFO  (Thread-159) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.dv_coll.shard1.replica1, tag=60154292
   [junit4]   2> 212980 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566582375346864128
   [junit4]   2> 212981 INFO  (searcherExecutor-491-thread-1-processing-n:127.0.0.1:64849_solr x:dv_coll_shard1_replica1 s:shard1 c:dv_coll r:core_node4) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [dv_coll_shard1_replica1] Registered new searcher Searcher@46fe7388[dv_coll_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 212983 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 212985 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@67a6f280[dv_coll_shard2_replica1] main]
   [junit4]   2> 212985 INFO  (Thread-159) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.dv_coll.shard1.leader, tag=60154292
   [junit4]   2> 212985 INFO  (Thread-159) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.c.SolrCore config update listener called for core dv_coll_shard3_replica1
   [junit4]   2> 212986 INFO  (searcherExecutor-490-thread-1-processing-n:127.0.0.1:64846_solr x:dv_coll_shard2_replica1 s:shard2 c:dv_coll r:core_node1) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.c.SolrCore [dv_coll_shard2_replica1] Registered new searcher Searcher@67a6f280[dv_coll_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 212989 INFO  (zkCallback-184-thread-2-processing-n:127.0.0.1:64846_solr) [n:127.0.0.1:64846_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 212998 INFO  (zkCallback-184-thread-2-processing-n:127.0.0.1:64846_solr) [n:127.0.0.1:64846_solr    ] o.a.s.s.IndexSchema [dv_coll_shard2_replica1] Schema name=minimal
   [junit4]   2> 213012 INFO  (zkCallback-184-thread-2-processing-n:127.0.0.1:64846_solr) [n:127.0.0.1:64846_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 213012 INFO  (zkCallback-184-thread-2-processing-n:127.0.0.1:64846_solr) [n:127.0.0.1:64846_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 23 ms
   [junit4]   2> 213013 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 3 replicas to apply schema update version 1 for collection dv_coll
   [junit4]   2> 213013 INFO  (Thread-158) [n:127.0.0.1:64846_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 213039 INFO  (Thread-158) [n:127.0.0.1:64846_solr    ] o.a.s.s.IndexSchema [dv_coll_shard2_replica1] Schema name=minimal
   [junit4]   2> 213051 INFO  (qtp1972221638-838) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.c.S.Request [dv_coll_shard1_replica1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 213053 INFO  (qtp1972221638-838) [n:127.0.0.1:64849_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.S.Request [dv_coll_shard3_replica1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 213055 INFO  (Thread-158) [n:127.0.0.1:64846_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 213055 INFO  (Thread-158) [n:127.0.0.1:64846_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard2_replica1' using configuration from collection dv_coll
   [junit4]   2> 213058 INFO  (qtp1817614224-818) [n:127.0.0.1:64846_solr c:dv_coll s:shard4 r:core_node3 x:dv_coll_shard4_replica1] o.a.s.c.S.Request [dv_coll_shard4_replica1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 213061 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.s.ManagedIndexSchema Took 73.0ms for 3 replicas to apply schema update version 1 for collection dv_coll
   [junit4]   2> 213061 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.c.S.Request [dv_coll_shard2_replica1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=608
   [junit4]   2> 213061 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.c.SolrCore [dv_coll_shard2_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3880f2f1
   [junit4]   2> 213062 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.dv_coll.shard2.replica1, tag=947974897
   [junit4]   2> 213067 INFO  (qtp1817614224-819) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.dv_coll.shard2.leader, tag=947974897
   [junit4]   2> 213097 INFO  (TEST-DocValuesNotIndexedTest.testGroupingDVOnly-seed#[B1B96A54303417A6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGroupingDVOnly
   [junit4]   2> 213099 INFO  (Thread-158) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64846.solr.core.dv_coll.shard2.replica1' (registry 'solr.core.dv_coll.shard2.replica1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@41e99e02
   [junit4]   2> 213100 INFO  (Thread-158) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.c.SolrCore [[dv_coll_shard2_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DocValuesNotIndexedTest_B1B96A54303417A6-001\tempDir-001\node1\dv_coll_shard2_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DocValuesNotIndexedTest_B1B96A54303417A6-001\tempDir-001\node1\.\dv_coll_shard2_replica1\data\]
   [junit4]   2> 213215 INFO  (qtp1972221638-822) [n:127.0.0.1:64849_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:64846/solr/dv_coll_shard4_replica1/&wt=javabin&version=2}{deleteByQuery=*:* (-1566582375512539136)} 0 79
   [junit4]   2> 213222 INFO  (qtp1972221638-838) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:64846/solr/dv_coll_shard4_replica1/&wt=javabin&version=2}{deleteByQuery=*:* (-1566582375490519040)} 0 105
   [junit4]   2> 213226 INFO  (qtp1817614224-815) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:64846/solr/dv_coll_shard4_replica1/&wt=javabin&version=2}{deleteByQuery=*:* (-1566582375511490560)} 0 90
   [junit4]   2> 213226 INFO  (qtp1817614224-818) [n:127.0.0.1:64846_solr c:dv_coll s:shard4 r:core_node3 x:dv_coll_shard4_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1566582375471644672)} 0 128
   [junit4]   2> 213287 INFO  (Thread-158) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 213287 INFO  (Thread-158) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 213288 INFO  (Thread-158) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6414cebe[dv_coll_shard2_replica1] main]
   [junit4]   2> 213295 INFO  (qtp1972221638-840) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 213295 INFO  (qtp1972221638-840) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 213296 INFO  (qtp1972221638-840) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 213303 INFO  (qtp1817614224-837) [n:127.0.0.1:64846_solr c:dv_coll s:shard4 r:core_node3 x:dv_coll_shard4_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 213303 INFO  (qtp1817614224-837) [n:127.0.0.1:64846_solr c:dv_coll s:shard4 r:core_node3 x:dv_coll_shard4_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 213303 INFO  (qtp1817614224-837) [n:127.0.0.1:64846_solr c:dv_coll s:shard4 r:core_node3 x:dv_coll_shard4_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e161c81[dv_coll_shard4_replica1] main]
   [junit4]   2> 213304 INFO  (qtp1817614224-837) [n:127.0.0.1:64846_solr c:dv_coll s:shard4 r:core_node3 x:dv_coll_shard4_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 213306 INFO  (searcherExecutor-472-thread-1-processing-n:127.0.0.1:64846_solr x:dv_coll_shard4_replica1 s:shard4 c:dv_coll r:core_node3) [n:127.0.0.1:64846_solr c:dv_coll s:shard4 r:core_node3 x:dv_coll_shard4_replica1] o.a.s.c.SolrCore [dv_coll_shard4_replica1] Registered new searcher Searcher@1e161c81[dv_coll_shard4_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 213306 INFO  (qtp1817614224-837) [n:127.0.0.1:64846_solr c:dv_coll s:shard4 r:core_node3 x:dv_coll_shard4_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:64846/solr/dv_coll_shard4_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 6
   [junit4]   2> 213307 INFO  (qtp1972221638-840) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:64846/solr/dv_coll_shard4_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 11
   [junit4]   2> 213333 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 213335 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 213335 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@9da65a2[dv_coll_shard3_replica1] main]
   [junit4]   2> 213336 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 213339 INFO  (qtp1817614224-835) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 213339 INFO  (qtp1817614224-835) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 213341 INFO  (searcherExecutor-470-thread-1-processing-n:127.0.0.1:64849_solr x:dv_coll_shard3_replica1 s:shard3 c:dv_coll r:core_node2) [n:127.0.0.1:64849_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.SolrCore [dv_coll_shard3_replica1] Registered new searcher Searcher@9da65a2[dv_coll_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 213341 INFO  (qtp1972221638-826) [n:127.0.0.1:64849_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:64846/solr/dv_coll_shard4_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 19
   [junit4]   2> 213344 INFO  (qtp1817614224-835) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 213346 INFO  (qtp1817614224-835) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:64846/solr/dv_coll_shard4_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 8
   [junit4]   2> 213352 INFO  (qtp1817614224-818) [n:127.0.0.1:64846_solr c:dv_coll s:shard4 r:core_node3 x:dv_coll_shard4_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica1]  webapp=/solr path=/update params={_stateVer_=dv_coll:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 123
   [junit4]   2> 213361 INFO  (Thread-158) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 213362 INFO  (Thread-158) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 213362 INFO  (Thread-158) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 213363 INFO  (Thread-158) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 213364 INFO  (Thread-158) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 213368 INFO  (searcherExecutor-499-thread-1-processing-n:127.0.0.1:64846_solr x:dv_coll_shard2_replica1 s:shard2 c:dv_coll r:core_node1) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.c.SolrCore [dv_coll_shard2_replica1] Registered new searcher Searcher@6414cebe[dv_coll_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 213411 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica1]  webapp=/solr path=/update params={_stateVer_=dv_coll:3&wt=javabin&version=2}{add=[2 (1566582375773634560), 3 (1566582375782023168), 6 (1566582375783071744), 7 (1566582375783071745), 9 (1566582375783071746), 10010 (1566582375783071747), 18 (1566582375783071748), 10025 (1566582375783071749), 26 (1566582375783071750), 30 (1566582375783071751), ... (14 adds)]} 0 23
   [junit4]   2> 213427 INFO  (qtp1817614224-813) [n:127.0.0.1:64846_solr c:dv_coll s:shard4 r:core_node3 x:dv_coll_shard4_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica1]  webapp=/solr path=/update params={_stateVer_=dv_coll:3&wt=javabin&version=2}{add=[10000 (1566582375777828864), 5 (1566582375804043264), 17 (1566582375809286144), 19 (1566582375810334720), 21 (1566582375810334721), 23 (1566582375810334722), 25 (1566582375811383296), 29 (1566582375812431872), 10030 (1566582375812431873), 33 (1566582375812431874), ... (13 adds)]} 0 36
   [junit4]   2> 213445 INFO  (Thread-158) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 213447 INFO  (qtp1972221638-839) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=dv_coll:3&wt=javabin&version=2}{add=[1 (1566582375815577600), 8 (1566582375820820480), 10 (1566582375822917632), 11 (1566582375822917633), 13 (1566582375823966208), 14 (1566582375823966209), 10015 (1566582375823966210), 10020 (1566582375823966211), 24 (1566582375825014784), 27 (1566582375825014785), ... (16 adds)]} 0 20
   [junit4]   2> 213482 INFO  (qtp1817614224-820) [n:127.0.0.1:64846_solr c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica1]  webapp=/solr path=/update params={_stateVer_=dv_coll:3&wt=javabin&version=2}{add=[0 (1566582375772585984), 4 (1566582375841792000), 10005 (1566582375845986304), 12 (1566582375845986305), 15 (1566582375845986306), 16 (1566582375847034880), 20 (1566582375848083456), 22 (1566582375848083457), 34 (1566582375854374912), 35 (1566582375855423488), ... (16 adds)]} 0 98
   [junit4]   2> 213489 INFO  (qtp1817614224-816) [n:127.0.0.1:64846_solr c:dv_coll s:shard4 r:core_node3 x:dv_coll_shard4_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 213491 INFO  (qtp1972221638-825) [n:127.0.0.1:64849_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 213494 INFO  (qtp1972221638-825) [n:127.0.0.1:64849_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@35f51308 commitCommandVersion:0
   [junit4]   2> 213494 INFO  (qtp1817614224-816) [n:127.0.0.1:64846_solr c:dv_coll s:shard4 r:core_node3 x:dv_coll_shard4_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34f27046 commitCommandVersion:0
   [junit4]   2> 213496 INFO  (qtp1972221638-824) [n:127.0.0.1:64849_solr c:dv_coll s:shard1 r:core_node4 x:dv_coll_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 213

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

(TEST-ShardSplitTest.test-seed#[B1B96A54303417A6]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4d8abfe2{/,null,UNAVAILABLE}
   [junit4]   2> 2683668 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 0x15bda0a82410014, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2683670 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 0x15bda0a82410005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2683671 INFO  (TEST-ShardSplitTest.test-seed#[B1B96A54303417A6]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 64783
   [junit4]   2> 2683671 ERROR (TEST-ShardSplitTest.test-seed#[B1B96A54303417A6]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2683672 INFO  (TEST-ShardSplitTest.test-seed#[B1B96A54303417A6]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64770 64770
   [junit4]   2> 2683673 INFO  (Thread-4754) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64770 64770
   [junit4]   2> 2683675 WARN  (Thread-4754) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	192	/solr/collections/splitByRouteKeyTest/state.json
   [junit4]   2> 	139	/solr/collections/routeFieldColl/state.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/live_nodes
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 	5	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2683677 INFO  (SUITE-ShardSplitTest-seed#[B1B96A54303417A6]-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\J1\temp\solr.cloud.ShardSplitTest_B1B96A54303417A6-001
   [junit4]   2> May 05, 2017 7:17:26 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=false): {}, locale=sr-ME, timezone=Indian/Reunion
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_131 (64-bit)/cpus=3,threads=1,free=198663104,total=512425984
   [junit4]   2> NOTE: All tests run in this JVM: [TestSortByMinMaxFunction, CollectionReloadTest, VersionInfoTest, ShardRoutingCustomTest, TestSolrDeletionPolicy2, WrapperMergePolicyFactoryTest, TestDocumentBuilder, TestRealTimeGet, StatsReloadRaceTest, TestGraphTermsQParserPlugin, BlockCacheTest, TestQueryUtils, ReturnFieldsTest, TestCustomStream, ClassificationUpdateProcessorTest, CursorMarkTest, TestSolrXml, LeaderInitiatedRecoveryOnShardRestartTest, DateRangeFieldTest, RollingRestartTest, SuggesterTSTTest, HighlighterMaxOffsetTest, TestManagedSchemaThreadSafety, TestDocSet, BufferStoreTest, FieldMutatingUpdateProcessorTest, TestRandomFaceting, HdfsUnloadDistributedZkTest, TestDistributedGrouping, IndexSchemaTest, PreAnalyzedFieldManagedSchemaCloudTest, TestManagedSynonymFilterFactory, SortByFunctionTest, SharedFSAutoReplicaFailoverTest, TestIndexSearcher, SliceStateTest, TestExclusionRuleCollectionAccess, TestPathTrie, TestCodecSupport, TestAnalyzedSuggestions, SystemInfoHandlerTest, AtomicUpdateProcessorFactoryTest, TestFieldTypeResource, TestTolerantUpdateProcessorRandomCloud, TestCollectionAPIs, RulesTest, TestSchemaResource, ClusterStateTest, TestSizeLimitedDistributedMap, TestRangeQuery, SolrJmxReporterTest, ZkStateReaderTest, TestSolrCloudWithHadoopAuthPlugin, HdfsRecoverLeaseTest, TestConfigSetImmutable, ShowFileRequestHandlerTest, AnalyticsMergeStrategyTest, TestCollectionAPI, TestHdfsUpdateLog, TestNamedUpdateProcessors, SolrMetricReporterTest, DirectUpdateHandlerOptimizeTest, TestStressLiveNodes, TestReload, StressHdfsTest, JsonLoaderTest, TestFieldSortValues, TestEmbeddedSolrServerSchemaAPI, SolrCmdDistributorTest, PeerSyncWithIndexFingerprintCachingTest, TestImplicitCoreProperties, SolrCoreMetricManagerTest, SpellCheckCollatorTest, TestSimpleQParserPlugin, TestTrie, FullSolrCloudDistribCmdsTest, TestCloudPivotFacet, RequestHandlersTest, TestSubQueryTransformerDistrib, DistribJoinFromCollectionTest, TestRecovery, SolrGangliaReporterTest, BadComponentTest, TestSegmentSorting, HdfsCollectionsAPIDistributedZkTest, SpatialHeatmapFacetsTest, TestRTimerTree, ResponseHeaderTest, DistributedFacetPivotLargeTest, TestScoreJoinQPNoScore, HdfsChaosMonkeyNothingIsSafeTest, TestCryptoKeys, SortSpecParsingTest, SaslZkACLProviderTest, FullHLLTest, TestFieldCache, ChaosMonkeyNothingIsSafeTest, TestIntervalFaceting, TestCollationFieldDocValues, DistributedTermsComponentTest, OverriddenZkACLAndCredentialsProvidersTest, DirectoryFactoryTest, DOMUtilTest, DefaultValueUpdateProcessorTest, TestHdfsBackupRestoreCore, PeerSyncReplicationTest, HdfsDirectoryFactoryTest, TestLegacyFieldCache, TestDynamicFieldResource, TestSolrIndexConfig, ResponseLogComponentTest, TestCustomDocTransformer, TestSolrFieldCacheBean, LeaderElectionIntegrationTest, FileBasedSpellCheckerTest, PreAnalyzedFieldTest, TestDelegationWithHadoopAuth, BlockJoinFacetDistribTest, UUIDFieldTest, TestInitParams, SmileWriterTest, TestLMJelinekMercerSimilarityFactory, TestAuthenticationFramework, CollectionsAPIDistributedZkTest, DebugComponentTest, TestBackupRepositoryFactory, UUIDUpdateProcessorFallbackTest, AsyncCallRequestStatusResponseTest, TestConfigSets, TestDFISimilarityFactory, TestFuzzyAnalyzedSuggestions, LeaderElectionContextKeyTest, ChaosMonkeySafeLeaderTest, LoggingHandlerTest, TestMultiWordSynonyms, TestFastWriter, SolrIndexSplitterTest, TestRandomRequestDistribution, EnumFieldTest, TestSearchPerf, MergeStrategyTest, TestAtomicUpdateErrorCases, CoreAdminHandlerTest, TestCopyFieldCollectionResource, TestSimpleTextCodec, SecurityConfHandlerTest, TestDefaultStatsCache, BasicZkTest, DeleteInactiveReplicaTest, TestCoreAdminApis, NoCacheHeaderTest, BooleanFieldTest, EchoParamsTest, SubstringBytesRefFilterTest, TestInPlaceUpdatesStandalone, TestSolrCoreProperties, TestGeoJSONResponseWriter, CSVRequestHandlerTest, DeleteShardTest, AutoCommitTest, SimpleMLTQParserTest, CircularListTest, TestSolrQueryParser, TestAuthorizationFramework, TimeZoneUtilsTest, MinimalSchemaTest, DistributedVersionInfoTest, UpdateRequestProcessorFactoryTest, CurrencyFieldOpenExchangeTest, ParsingFieldUpdateProcessorsTest, OverseerModifyCollectionTest, TestExactSharedStatsCache, OpenCloseCoreStressTest, OverseerTest, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, TestDistributedSearch, StatsComponentTest, TestSort, TestFiltering, DirectUpdateHandlerTest, DistributedQueryElevationComponentTest, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, TestFoldingMultitermQuery, SuggesterTest, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestWordDelimiterFilterFactory, TestRemoteStreaming, DistanceFunctionTest, SolrInfoBeanTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, StandardRequestHandlerTest, TestWriterPerf, TestQueryTypes, TermsComponentTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, RegexBoostProcessorTest, MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TestComponentsName, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, CopyFieldTest, TestStressRecovery, TestMergePolicyConfig, TestConfig, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, ResourceLoaderTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, PrimUtilsTest, DateFieldTest, TestRTGBase, DistributedIntervalFacetingTest, TestHighlightDedupGrouping, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ConnectionReuseTest, ActionThrottleTest, AssignTest, BaseCdcrDistributedZkTest, CdcrBootstrapTest, CloudExitableDirectoryReaderTest, CollectionTooManyReplicasTest, ConfigSetsAPITest, CreateCollectionCleanupTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, ForceLeaderTest, MissingSegmentRecoveryTest, MoveReplicaTest, MultiThreadedOCPTest, OverseerStatusTest, RemoteQueryErrorTest, ReplaceNodeTest, ReplicationFactorTest, SSLMigrationTest, ShardSplitTest]
   [junit4] Completed [540/709 (3!)] on J1 in 525.48s, 5 tests, 1 failure <<< FAILURES!

[...truncated 43973 lines...]