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/08/14 00:16:53 UTC

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 111 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/111/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 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([96F27184B54C254E:D491FDCF8141710]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly(DocValuesNotIndexedTest.java:377)
	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.HttpPartitionTest.test

Error Message:
Doc with id=1 not found in http://127.0.0.1:58497/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:58497/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([96F27184B54C254E:1EA64E5E1BB048B6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
	at org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
	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:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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 12465 lines...]
   [junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
   [junit4]   2> 2566232 INFO  (SUITE-DocValuesNotIndexedTest-seed#[96F27184B54C254E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/init-core-data-001
   [junit4]   2> 2566232 INFO  (SUITE-DocValuesNotIndexedTest-seed#[96F27184B54C254E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2566233 INFO  (SUITE-DocValuesNotIndexedTest-seed#[96F27184B54C254E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2566234 INFO  (SUITE-DocValuesNotIndexedTest-seed#[96F27184B54C254E]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001
   [junit4]   2> 2566234 INFO  (SUITE-DocValuesNotIndexedTest-seed#[96F27184B54C254E]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2566235 INFO  (Thread-2737) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2566235 INFO  (Thread-2737) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2566241 ERROR (Thread-2737) [    ] 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> 2566345 INFO  (SUITE-DocValuesNotIndexedTest-seed#[96F27184B54C254E]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:58357
   [junit4]   2> 2566407 INFO  (jetty-launcher-2496-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2566408 INFO  (jetty-launcher-2496-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2566411 INFO  (jetty-launcher-2496-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@105a99d9{/solr,null,AVAILABLE}
   [junit4]   2> 2566411 INFO  (jetty-launcher-2496-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@69762eec{/solr,null,AVAILABLE}
   [junit4]   2> 2566417 INFO  (jetty-launcher-2496-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4774afd1{HTTP/1.1,[http/1.1]}{127.0.0.1:58359}
   [junit4]   2> 2566419 INFO  (jetty-launcher-2496-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@23d2841e{HTTP/1.1,[http/1.1]}{127.0.0.1:58360}
   [junit4]   2> 2566419 INFO  (jetty-launcher-2496-thread-2) [    ] o.e.j.s.Server Started @2570614ms
   [junit4]   2> 2566419 INFO  (jetty-launcher-2496-thread-1) [    ] o.e.j.s.Server Started @2570614ms
   [junit4]   2> 2566419 INFO  (jetty-launcher-2496-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58360}
   [junit4]   2> 2566419 INFO  (jetty-launcher-2496-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58359}
   [junit4]   2> 2566419 ERROR (jetty-launcher-2496-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2566419 ERROR (jetty-launcher-2496-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2566419 INFO  (jetty-launcher-2496-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 2566420 INFO  (jetty-launcher-2496-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 2566420 INFO  (jetty-launcher-2496-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2566420 INFO  (jetty-launcher-2496-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2566420 INFO  (jetty-launcher-2496-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2566420 INFO  (jetty-launcher-2496-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2566420 INFO  (jetty-launcher-2496-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-13T23:41:37.299Z
   [junit4]   2> 2566420 INFO  (jetty-launcher-2496-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-13T23:41:37.299Z
   [junit4]   2> 2566423 INFO  (jetty-launcher-2496-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2566423 INFO  (jetty-launcher-2496-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2566441 INFO  (jetty-launcher-2496-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58357/solr
   [junit4]   2> 2566441 INFO  (jetty-launcher-2496-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58357/solr
   [junit4]   2> 2566579 INFO  (jetty-launcher-2496-thread-1) [n:127.0.0.1:58360_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2566580 INFO  (jetty-launcher-2496-thread-2) [n:127.0.0.1:58359_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2566580 INFO  (jetty-launcher-2496-thread-1) [n:127.0.0.1:58360_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58360_solr
   [junit4]   2> 2566581 INFO  (jetty-launcher-2496-thread-2) [n:127.0.0.1:58359_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58359_solr
   [junit4]   2> 2566582 INFO  (jetty-launcher-2496-thread-1) [n:127.0.0.1:58360_solr    ] o.a.s.c.Overseer Overseer (id=98478830198325254-127.0.0.1:58360_solr-n_0000000000) starting
   [junit4]   2> 2566583 INFO  (zkCallback-2508-thread-1-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2566583 INFO  (zkCallback-2507-thread-1-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2566593 INFO  (jetty-launcher-2496-thread-1) [n:127.0.0.1:58360_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58360_solr
   [junit4]   2> 2566595 INFO  (zkCallback-2507-thread-1-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2566595 INFO  (zkCallback-2508-thread-1-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2566707 INFO  (jetty-launcher-2496-thread-1) [n:127.0.0.1:58360_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58360.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10bb2858
   [junit4]   2> 2566707 INFO  (jetty-launcher-2496-thread-2) [n:127.0.0.1:58359_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58359.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10bb2858
   [junit4]   2> 2566711 INFO  (jetty-launcher-2496-thread-1) [n:127.0.0.1:58360_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58360.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10bb2858
   [junit4]   2> 2566711 INFO  (jetty-launcher-2496-thread-1) [n:127.0.0.1:58360_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58360.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10bb2858
   [junit4]   2> 2566711 INFO  (jetty-launcher-2496-thread-2) [n:127.0.0.1:58359_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58359.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10bb2858
   [junit4]   2> 2566711 INFO  (jetty-launcher-2496-thread-2) [n:127.0.0.1:58359_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58359.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10bb2858
   [junit4]   2> 2566712 INFO  (jetty-launcher-2496-thread-1) [n:127.0.0.1:58360_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node1/.
   [junit4]   2> 2566712 INFO  (jetty-launcher-2496-thread-2) [n:127.0.0.1:58359_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node2/.
   [junit4]   2> 2566767 INFO  (SUITE-DocValuesNotIndexedTest-seed#[96F27184B54C254E]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2566769 INFO  (SUITE-DocValuesNotIndexedTest-seed#[96F27184B54C254E]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58357/solr ready
   [junit4]   2> 2566784 INFO  (qtp1756408427-18035) [n:127.0.0.1:58359_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2566788 INFO  (OverseerThreadFactory-6548-thread-1-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_solr    ] o.a.s.c.CreateCollectionCmd Create collection dv_coll
   [junit4]   2> 2566911 INFO  (OverseerStateUpdate-98478830198325254-127.0.0.1:58360_solr-n_0000000000) [n:127.0.0.1:58360_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"dv_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:58360/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2566922 INFO  (OverseerStateUpdate-98478830198325254-127.0.0.1:58360_solr-n_0000000000) [n:127.0.0.1:58360_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"dv_coll_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:58359/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2566927 INFO  (OverseerStateUpdate-98478830198325254-127.0.0.1:58360_solr-n_0000000000) [n:127.0.0.1:58360_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"dv_coll_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:58360/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2566931 INFO  (OverseerStateUpdate-98478830198325254-127.0.0.1:58360_solr-n_0000000000) [n:127.0.0.1:58360_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"dv_coll_shard4_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:58359/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2567160 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n6&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2567160 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica_n2&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2567161 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2567162 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2567172 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n4&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2567172 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2567311 INFO  (zkCallback-2507-thread-1-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_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> 2567311 INFO  (zkCallback-2508-thread-1-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_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> 2567312 INFO  (zkCallback-2508-thread-2-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_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> 2567312 INFO  (zkCallback-2507-thread-2-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_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> 2568207 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2568207 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2568217 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2568240 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2568241 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.s.IndexSchema [dv_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 2568241 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.s.IndexSchema [dv_coll_shard4_replica_n6] Schema name=minimal
   [junit4]   2> 2568250 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2568250 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2568250 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard4_replica_n6' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 2568250 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard2_replica_n2' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 2568250 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2568250 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard1_replica_n1' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 2568250 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58360.solr.core.dv_coll.shard1.replica_n1' (registry 'solr.core.dv_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10bb2858
   [junit4]   2> 2568250 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58359.solr.core.dv_coll.shard2.replica_n2' (registry 'solr.core.dv_coll.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10bb2858
   [junit4]   2> 2568251 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2568251 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2568251 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58359.solr.core.dv_coll.shard4.replica_n6' (registry 'solr.core.dv_coll.shard4.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10bb2858
   [junit4]   2> 2568251 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [[dv_coll_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node1/dv_coll_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node1/./dv_coll_shard1_replica_n1/data/]
   [junit4]   2> 2568260 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2568258 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2568260 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrCore [[dv_coll_shard4_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node2/dv_coll_shard4_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node2/./dv_coll_shard4_replica_n6/data/]
   [junit4]   2> 2568261 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrCore [[dv_coll_shard2_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node2/dv_coll_shard2_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node2/./dv_coll_shard2_replica_n2/data/]
   [junit4]   2> 2568271 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.IndexSchema [dv_coll_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 2568279 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2568279 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard3_replica_n4' using configuration from collection dv_coll, trusted=true
   [junit4]   2> 2568280 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58360.solr.core.dv_coll.shard3.replica_n4' (registry 'solr.core.dv_coll.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10bb2858
   [junit4]   2> 2568280 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2568280 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore [[dv_coll_shard3_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node1/dv_coll_shard3_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node1/./dv_coll_shard3_replica_n4/data/]
   [junit4]   2> 2568421 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2568422 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2568422 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2568422 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2568423 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2568423 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2568423 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2568423 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2568424 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2568424 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2568425 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2568425 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2568428 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2568428 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2568431 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2568431 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2568432 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@4fca0d21[dv_coll_shard2_replica_n2] main]
   [junit4]   2> 2568434 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2568434 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2568434 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2568435 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2568436 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2568436 INFO  (searcherExecutor-6554-thread-1-processing-n:127.0.0.1:58359_solr x:dv_coll_shard2_replica_n2 s:shard2 c:dv_coll r:core_node5) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrCore [dv_coll_shard2_replica_n2] Registered new searcher Searcher@4fca0d21[dv_coll_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2568436 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575661285476925440
   [junit4]   2> 2568437 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@75244d3b[dv_coll_shard3_replica_n4] main]
   [junit4]   2> 2568438 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ddb8b0e[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2568439 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2568439 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2568439 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2568469 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2568469 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2568469 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@d126ddc[dv_coll_shard4_replica_n6] main]
   [junit4]   2> 2568470 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2568470 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2568470 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2568470 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575661285512577024
   [junit4]   2> 2568470 INFO  (searcherExecutor-6556-thread-1-processing-n:127.0.0.1:58360_solr x:dv_coll_shard3_replica_n4 s:shard3 c:dv_coll r:core_node7) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore [dv_coll_shard3_replica_n4] Registered new searcher Searcher@75244d3b[dv_coll_shard3_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2568471 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2568472 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2568472 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2568472 INFO  (searcherExecutor-6555-thread-1-processing-n:127.0.0.1:58360_solr x:dv_coll_shard1_replica_n1 s:shard1 c:dv_coll r:core_node3) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] Registered new searcher Searcher@3ddb8b0e[dv_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2568473 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575661285515722752
   [junit4]   2> 2568473 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2568473 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2568474 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2568475 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2568478 INFO  (searcherExecutor-6553-thread-1-processing-n:127.0.0.1:58359_solr x:dv_coll_shard4_replica_n6 s:shard4 c:dv_coll r:core_node8) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrCore [dv_coll_shard4_replica_n6] Registered new searcher Searcher@d126ddc[dv_coll_shard4_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2568478 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575661285520965632
   [junit4]   2> 2568480 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2568480 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2568480 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58360/solr/dv_coll_shard3_replica_n4/
   [junit4]   2> 2568480 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2568480 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SyncStrategy http://127.0.0.1:58360/solr/dv_coll_shard3_replica_n4/ has no replicas
   [junit4]   2> 2568480 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2568486 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2568487 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2568487 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58360/solr/dv_coll_shard1_replica_n1/
   [junit4]   2> 2568487 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2568487 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:58360/solr/dv_coll_shard1_replica_n1/ has no replicas
   [junit4]   2> 2568487 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2568487 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:58360/solr/dv_coll_shard3_replica_n4/ shard3
   [junit4]   2> 2568491 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:58360/solr/dv_coll_shard1_replica_n1/ shard1
   [junit4]   2> 2568493 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2568493 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2568493 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2568493 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2568493 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58359/solr/dv_coll_shard4_replica_n6/
   [junit4]   2> 2568493 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2568494 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SyncStrategy http://127.0.0.1:58359/solr/dv_coll_shard4_replica_n6/ has no replicas
   [junit4]   2> 2568494 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2568493 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58359/solr/dv_coll_shard2_replica_n2/
   [junit4]   2> 2568494 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2568494 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:58359/solr/dv_coll_shard2_replica_n2/ has no replicas
   [junit4]   2> 2568494 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2568499 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:58359/solr/dv_coll_shard4_replica_n6/ shard4
   [junit4]   2> 2568499 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:58359/solr/dv_coll_shard2_replica_n2/ shard2
   [junit4]   2> 2568605 INFO  (zkCallback-2508-thread-2-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_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> 2568605 INFO  (zkCallback-2507-thread-2-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_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> 2568605 INFO  (zkCallback-2507-thread-1-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_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> 2568605 INFO  (zkCallback-2508-thread-1-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_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> 2568645 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2568646 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n4&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1473
   [junit4]   2> 2568651 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2568651 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2568651 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2568653 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1491
   [junit4]   2> 2568656 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica_n2&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1496
   [junit4]   2> 2568657 INFO  (qtp1756408427-18037) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n6&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1497
   [junit4]   2> 2568663 INFO  (qtp1756408427-18035) [n:127.0.0.1:58359_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> 2568763 INFO  (zkCallback-2508-thread-1-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_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> 2568764 INFO  (zkCallback-2508-thread-2-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_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> 2568764 INFO  (zkCallback-2507-thread-1-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_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> 2568764 INFO  (zkCallback-2507-thread-2-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_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> 2568793 INFO  (OverseerCollectionConfigSetProcessor-98478830198325254-127.0.0.1:58360_solr-n_0000000000) [n:127.0.0.1:58360_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> 2569670 INFO  (qtp1756408427-18035) [n:127.0.0.1:58359_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2} status=0 QTime=2885
   [junit4]   2> 2569677 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 2569681 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.IndexSchema [dv_coll_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 2569684 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2569710 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.ZkController Persisted config data to node /configs/conf1/managed-schema 
   [junit4]   2> 2569710 INFO  (zkCallback-2508-thread-1-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_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> 2569710 INFO  (zkCallback-2507-thread-2-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_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> 2569710 INFO  (zkCallback-2508-thread-2-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_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> 2569710 INFO  (zkCallback-2507-thread-1-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_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> 2569711 INFO  (zkCallback-2508-thread-1-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 2569711 INFO  (zkCallback-2507-thread-2-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 2569712 INFO  (zkCallback-2507-thread-1-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 2569713 INFO  (Thread-2756) [n:127.0.0.1:58360_solr    ] o.a.s.c.SolrCore config update listener called for core dv_coll_shard1_replica_n1
   [junit4]   2> 2569713 INFO  (Thread-2757) [n:127.0.0.1:58359_solr    ] o.a.s.c.SolrCore config update listener called for core dv_coll_shard4_replica_n6
   [junit4]   2> 2569715 INFO  (zkCallback-2507-thread-1-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_solr    ] o.a.s.s.IndexSchema [dv_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 2569715 INFO  (zkCallback-2508-thread-1-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_solr    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2569715 INFO  (zkCallback-2507-thread-2-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_solr    ] o.a.s.s.IndexSchema [dv_coll_shard4_replica_n6] Schema name=minimal
   [junit4]   2> 2569732 INFO  (zkCallback-2508-thread-1-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2569732 INFO  (zkCallback-2507-thread-2-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2569732 INFO  (zkCallback-2508-thread-1-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 20 ms
   [junit4]   2> 2569732 INFO  (zkCallback-2507-thread-2-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 20 ms
   [junit4]   2> 2569732 INFO  (zkCallback-2507-thread-1-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2569732 INFO  (zkCallback-2507-thread-1-processing-n:127.0.0.1:58359_solr) [n:127.0.0.1:58359_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 20 ms
   [junit4]   2> 2569732 INFO  (Thread-2756) [n:127.0.0.1:58360_solr    ] o.a.s.c.SolrCore core reload dv_coll_shard1_replica_n1
   [junit4]   2> 2569732 INFO  (Thread-2757) [n:127.0.0.1:58359_solr    ] o.a.s.c.SolrCore core reload dv_coll_shard4_replica_n6
   [junit4]   2> 2569748 INFO  (Thread-2756) [n:127.0.0.1:58360_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2569748 INFO  (Thread-2757) [n:127.0.0.1:58359_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2569774 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2569781 INFO  (Thread-2757) [n:127.0.0.1:58359_solr    ] o.a.s.s.IndexSchema [dv_coll_shard4_replica_n6] Schema name=minimal
   [junit4]   2> 2569781 INFO  (Thread-2756) [n:127.0.0.1:58360_solr    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2569791 INFO  (Thread-2757) [n:127.0.0.1:58359_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2569791 INFO  (Thread-2756) [n:127.0.0.1:58360_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2569791 INFO  (Thread-2757) [n:127.0.0.1:58359_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard4_replica_n6' using configuration from collection dv_coll
   [junit4]   2> 2569791 INFO  (Thread-2756) [n:127.0.0.1:58360_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard1_replica_n1' using configuration from collection dv_coll
   [junit4]   2> 2569809 INFO  (Thread-2757) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58359.solr.core.dv_coll.shard4.replica_n6' (registry 'solr.core.dv_coll.shard4.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10bb2858
   [junit4]   2> 2569809 INFO  (Thread-2757) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrCore [[dv_coll_shard4_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node2/dv_coll_shard4_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node2/./dv_coll_shard4_replica_n6/data/]
   [junit4]   2> 2569828 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58360.solr.core.dv_coll.shard1.replica_n1' (registry 'solr.core.dv_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10bb2858
   [junit4]   2> 2569828 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [[dv_coll_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node1/dv_coll_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node1/./dv_coll_shard1_replica_n1/data/]
   [junit4]   2> 2569832 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.IndexSchema [dv_coll_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 2569844 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2569844 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard3_replica_n4' using configuration from collection dv_coll
   [junit4]   2> 2569856 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58360.solr.core.dv_coll.shard3.replica_n4' (registry 'solr.core.dv_coll.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10bb2858
   [junit4]   2> 2569856 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore [[dv_coll_shard3_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node1/dv_coll_shard3_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node1/./dv_coll_shard3_replica_n4/data/]
   [junit4]   2> 2569915 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2569916 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2569916 INFO  (Thread-2757) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2569916 INFO  (Thread-2757) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2569926 INFO  (Thread-2757) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@3bb19086[dv_coll_shard4_replica_n6] main]
   [junit4]   2> 2569926 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@749f6b12[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2569927 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2569928 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2569928 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2569929 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 2569929 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2569930 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575661287043497984
   [junit4]   2> 2569932 INFO  (searcherExecutor-6574-thread-1-processing-n:127.0.0.1:58360_solr x:dv_coll_shard1_replica_n1 s:shard1 c:dv_coll r:core_node3) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] Registered new searcher Searcher@749f6b12[dv_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2569933 INFO  (Thread-2757) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2569933 INFO  (Thread-2757) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2569933 INFO  (Thread-2757) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2569934 INFO  (Thread-2757) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 2569934 INFO  (Thread-2757) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2569934 INFO  (Thread-2757) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575661287047692288
   [junit4]   2> 2569935 INFO  (searcherExecutor-6573-thread-1-processing-n:127.0.0.1:58359_solr x:dv_coll_shard4_replica_n6 s:shard4 c:dv_coll r:core_node8) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrCore [dv_coll_shard4_replica_n6] Registered new searcher Searcher@3bb19086[dv_coll_shard4_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2569938 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2569938 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2569940 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b73fb5f[dv_coll_shard3_replica_n4] main]
   [junit4]   2> 2569941 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2569945 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2569945 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2569949 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2569949 INFO  (Thread-2757) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2569949 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f7a8b25[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2569949 INFO  (Thread-2757) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@19f6f802[dv_coll_shard4_replica_n6] main]
   [junit4]   2> 2569949 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 2569949 INFO  (Thread-2757) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrCore [dv_coll_shard4_replica_n6]  CLOSING SolrCore org.apache.solr.core.SolrCore@192bb785
   [junit4]   2> 2569949 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@326fdab7
   [junit4]   2> 2569950 INFO  (Thread-2757) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.dv_coll.shard4.replica_n6, tag=422295429
   [junit4]   2> 2569950 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.dv_coll.shard1.replica_n1, tag=846191287
   [junit4]   2> 2569950 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2569954 INFO  (searcherExecutor-6574-thread-1-processing-n:127.0.0.1:58360_solr x:dv_coll_shard1_replica_n1 s:shard1 c:dv_coll r:core_node3) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] Registered new searcher Searcher@5f7a8b25[dv_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2569954 INFO  (searcherExecutor-6573-thread-1-processing-n:127.0.0.1:58359_solr x:dv_coll_shard4_replica_n6 s:shard4 c:dv_coll r:core_node8) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrCore [dv_coll_shard4_replica_n6] Registered new searcher Searcher@19f6f802[dv_coll_shard4_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2569958 INFO  (searcherExecutor-6575-thread-1-processing-n:127.0.0.1:58360_solr x:dv_coll_shard3_replica_n4 s:shard3 c:dv_coll r:core_node7) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore [dv_coll_shard3_replica_n4] Registered new searcher Searcher@3b73fb5f[dv_coll_shard3_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2569958 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575661287072858112
   [junit4]   2> 2569968 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.dv_coll.shard1.leader, tag=846191287
   [junit4]   2> 2569968 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore config update listener called for core dv_coll_shard3_replica_n4
   [junit4]   2> 2569969 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore core reload dv_coll_shard3_replica_n4
   [junit4]   2> 2569970 INFO  (Thread-2757) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.dv_coll.shard4.leader, tag=422295429
   [junit4]   2> 2569970 INFO  (Thread-2757) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrCore config update listener called for core dv_coll_shard2_replica_n2
   [junit4]   2> 2570001 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2570001 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@23862bb5[dv_coll_shard3_replica_n4] main]
   [junit4]   2> 2570002 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 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> 2570003 INFO  (zkCallback-2508-thread-2-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 2570003 INFO  (searcherExecutor-6575-thread-1-processing-n:127.0.0.1:58360_solr x:dv_coll_shard3_replica_n4 s:shard3 c:dv_coll r:core_node7) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore [dv_coll_shard3_replica_n4] Registered new searcher Searcher@23862bb5[dv_coll_shard3_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2570007 INFO  (qtp1756408427-18040) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.S.Request [dv_coll_shard2_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2570009 INFO  (zkCallback-2508-thread-2-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_solr    ] o.a.s.s.IndexSchema [dv_coll_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 2570011 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.S.Request [dv_coll_shard4_replica_n6]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2570024 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2570036 INFO  (qtp2121409294-18044) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.S.Request [dv_coll_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2570036 INFO  (zkCallback-2508-thread-2-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2570037 INFO  (zkCallback-2508-thread-2-processing-n:127.0.0.1:58360_solr) [n:127.0.0.1:58360_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 33 ms
   [junit4]   2> 2570037 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.s.ManagedIndexSchema Took 35.0ms for 3 replicas to apply schema update version 1 for collection dv_coll
   [junit4]   2> 2570066 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.S.Request [dv_coll_shard3_replica_n4]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=390
   [junit4]   2> 2570066 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore [dv_coll_shard3_replica_n4]  CLOSING SolrCore org.apache.solr.core.SolrCore@5484ff84
   [junit4]   2> 2570066 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.dv_coll.shard3.replica_n4, tag=1418002308
   [junit4]   2> 2570071 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.IndexSchema [dv_coll_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 2570073 INFO  (qtp2121409294-18042) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.dv_coll.shard3.leader, tag=1418002308
   [junit4]   2> 2570122 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2570122 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard3_replica_n4' using configuration from collection dv_coll
   [junit4]   2> 2570143 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58360.solr.core.dv_coll.shard3.replica_n4' (registry 'solr.core.dv_coll.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10bb2858
   [junit4]   2> 2570143 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [[dv_coll_shard3_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node1/dv_coll_shard3_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_96F27184B54C254E-001/tempDir-001/node1/./dv_coll_shard3_replica_n4/data/]
   [junit4]   2> 2570329 INFO  (TEST-DocValuesNotIndexedTest.testGroupingDVOnly-seed#[96F27184B54C254E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGroupingDVOnly
   [junit4]   2> 2570341 INFO  (qtp1756408427-18031) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:58360/solr/dv_coll_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:* (-1575661287468171264)} 0 6
   [junit4]   2> 2570351 INFO  (qtp2121409294-18032) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n4]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:58360/solr/dv_coll_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:* (-1575661287467122688)} 0 17
   [junit4]   2> 2570352 INFO  (qtp1756408427-18039) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica_n6]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:58360/solr/dv_coll_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:* (-1575661287468171264)} 0 17
   [junit4]   2> 2570352 INFO  (qtp2121409294-18044) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1575661287463976960)} 0 22
   [junit4]   2> 2570355 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1575661287489142784,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2570355 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2570365 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2570365 INFO  (qtp2121409294-18029) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:58359/solr/dv_coll_shard4_replica_n6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 10
   [junit4]   2> 2570366 INFO  (qtp2121409294-18045) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1575661287500677120,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2570366 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1575661287500677120,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2570366 INFO  (qtp1756408427-18035) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1575661287500677120,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2570366 INFO  (qtp1756408427-18035) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2570366 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2570366 INFO  (qtp2121409294-18045) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2570366 INFO  (Thread-2756) [n:127.0.0.1:58360_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2570366 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2570367 INFO  (qtp2121409294-18045) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2570367 INFO  (qtp2121409294-18045) [n:127.0.0.1:58360_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:58359/solr/dv_coll_shard4_replica_n6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 2570368 INFO  (qtp1756408427-18035) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2570368 INFO  (qtp1756408427-18035) [n:127.0.0.1:58359_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica_n6]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:58359/solr/dv_coll_shard4_replica_n6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 2570368 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@22bba5fc[dv_coll_shard2_replica_n2] main]
   [junit4]   2> 2570369 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2570370 INFO  (searcherExecutor-6554-thread-1-processing-n:127.0.0.1:58359_solr x:dv_coll_shard2_replica_n2 s:shard2 c:dv_coll r:core_node5) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrCore [dv_coll_shard2_replica_n2] Registered new searcher Searcher@22bba5fc[dv_coll_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2570370 INFO  (qtp1756408427-18036) [n:127.0.0.1:58359_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=

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

tpPartitionTest.test-seed#[96F27184B54C254E]) [    ] o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:58490/, target: http://127.0.0.1:58491/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest -Dtests.method=test -Dtests.seed=96F27184B54C254E -Dtests.slow=true -Dtests.locale=sr-Latn -Dtests.timezone=Europe/Helsinki -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 30.9s J1 | HttpPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:58497/collMinRf_1x3 due to: Path not found: /id; rsp={doc=null}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([96F27184B54C254E:1EA64E5E1BB048B6]:0)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionTest_96F27184B54C254E-001
   [junit4]   2> Aug 13, 2017 11:42:26 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=sr-Latn, timezone=Europe/Helsinki
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=226625336,total=514260992
   [junit4]   2> NOTE: All tests run in this JVM: [TestGeoJSONResponseWriter, TestQueryWrapperFilter, ZkStateWriterTest, OverseerRolesTest, TestCSVLoader, TestSQLHandler, HdfsChaosMonkeySafeLeaderTest, TestSearcherReuse, RestartWhileUpdatingTest, TestLocalFSCloudBackupRestore, TestEmbeddedSolrServerConstructors, TestClassicSimilarityFactory, CurrencyFieldTypeTest, DistributedFacetPivotLongTailTest, SolrMetricManagerTest, DocExpirationUpdateProcessorFactoryTest, TermVectorComponentTest, TestInPlaceUpdatesStandalone, TestAnalyzedSuggestions, TestJoin, CdcrUpdateLogTest, TestSolrIndexConfig, ZkSolrClientTest, HdfsNNFailoverTest, TestPullReplicaErrorHandling, RequestLoggingTest, TestComplexPhraseLeadingWildcard, SchemaVersionSpecificBehaviorTest, ChaosMonkeySafeLeaderWithPullReplicasTest, TestPKIAuthenticationPlugin, TestLegacyNumericRangeQueryBuilder, TlogReplayBufferedWhileIndexingTest, SpellCheckCollatorWithCollapseTest, BasicAuthIntegrationTest, TestDeleteCollectionOnDownNodes, CleanupOldIndexTest, TestHalfAndHalfDocValues, SpellCheckCollatorTest, DocumentAnalysisRequestHandlerTest, UpdateRequestProcessorFactoryTest, QueryEqualityTest, BJQParserTest, CloudMLTQParserTest, BadIndexSchemaTest, ShardSplitTest, ZkNodePropsTest, TestSuggestSpellingConverter, DistributedDebugComponentTest, AssignBackwardCompatibilityTest, TestTrieFacet, LoggingHandlerTest, DocValuesMultiTest, TestCloudJSONFacetJoinDomain, TestSchemalessBufferedUpdates, TestRecovery, TestZkChroot, WrapperMergePolicyFactoryTest, TestAddFieldRealTimeGet, TestFieldCacheVsDocValues, TestFieldCollectionResource, AtomicUpdateProcessorFactoryTest, SearchHandlerTest, SolrIndexConfigTest, HdfsLockFactoryTest, TestRTGBase, BasicDistributedZk2Test, TestLeaderElectionZkExpiry, TestCloudPseudoReturnFields, DistributedIntervalFacetingTest, MBeansHandlerTest, TestPointFields, TestSolrCoreParser, TestSolrCloudWithKerberosAlt, TestHdfsUpdateLog, TestReqParamsAPI, TestSchemaNameResource, TestUseDocValuesAsStored2, TestPayloadCheckQParserPlugin, TestFieldCache, ClassificationUpdateProcessorFactoryTest, TestDocSet, TestDynamicFieldCollectionResource, TestSolrConfigHandler, QueryResultKeyTest, DistributedSuggestComponentTest, TestBadConfig, ManagedSchemaRoundRobinCloudTest, TestPolicyCloud, SolrGraphiteReporterTest, ActionThrottleTest, TestInfoStreamLogging, TestBM25SimilarityFactory, TestJettySolrRunner, TestCollationField, SmileWriterTest, DeleteInactiveReplicaTest, TestNamedUpdateProcessors, TestSegmentSorting, TestSchemaSimilarityResource, OverseerCollectionConfigSetProcessorTest, TestSolrConfigHandlerCloud, TestSystemIdResolver, FieldMutatingUpdateProcessorTest, TestRecoveryHdfs, SparseHLLTest, ExplicitHLLTest, SolrCoreCheckLockOnStartupTest, TestSubQueryTransformerDistrib, TestQueryTypes, TestDownShardTolerantSearch, LukeRequestHandlerTest, TestSolrJ, FullSolrCloudDistribCmdsTest, HdfsBasicDistributedZkTest, TestCrossCoreJoin, EchoParamsTest, TestConfigOverlay, TestOrdValues, LeaderFailureAfterFreshStartTest, TestLMJelinekMercerSimilarityFactory, TestLegacyField, CreateCollectionCleanupTest, TestSlowCompositeReaderWrapper, TestWordDelimiterFilterFactory, TestApiFramework, BufferStoreTest, SolrRequestParserTest, TestBulkSchemaAPI, TestFreeTextSuggestions, TestLegacyFieldCache, ShowFileRequestHandlerTest, RankQueryTest, RuleEngineTest, DistributedFacetPivotSmallTest, CopyFieldTest, UpdateParamsTest, TestManagedResourceStorage, BigEndianAscendingWordSerializerTest, SolrCLIZkUtilsTest, OutOfBoxZkACLAndCredentialsProvidersTest, VMParamsZkACLAndCredentialsProvidersTest, SolrShardReporterTest, TestDistributedMissingSort, VersionInfoTest, BlobRepositoryCloudTest, DeleteShardTest, SampleTest, SolrSlf4jReporterTest, TestImpersonationWithHadoopAuth, FileUtilsTest, DocumentBuilderTest, SSLMigrationTest, BlockCacheTest, SolrXmlInZkTest, AutoCommitTest, TestPerFieldSimilarity, ExitableDirectoryReaderTest, TestNumericRangeQuery64, StatsComponentTest, TestNumericTerms64, CdcrVersionReplicationTest, TestStreamBody, TestSystemCollAutoCreate, TestCustomDocTransformer, TestSolrQueryResponse, DirectSolrSpellCheckerTest, CoreSorterTest, TestDocBasedVersionConstraints, TestConfig, TestCollectionAPI, BasicZkTest, SignatureUpdateProcessorFactoryTest, TestDistributedGrouping, TestManagedSynonymGraphFilterFactory, TestDynamicLoading, HLLSerializationTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, RecoveryZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedSearch, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, TestRealTimeGet, TestReload, TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, ConvertedLegacyTest, TestSort, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestIndexSearcher, HighlighterTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, PolyFieldTest, NoCacheHeaderTest, TestAtomicUpdateErrorCases, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DistanceFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, TestQueryUtils, TestWriterPerf, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, RequiredFieldsTest, TestSolrQueryParser, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, IndexSchemaTest, TestJmxIntegration, ReturnFieldsTest, TestCSVResponseWriter, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestComponentsName, TestLFUCache, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, ResponseLogComponentTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, TestSearchPerf, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestFastWriter, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, PrimUtilsTest, SpellingQueryConverterTest, DOMUtilTest, TestLRUCache, TestUtils, TestDocumentBuilder, SystemInfoHandlerTest, DistributedMLTComponentTest, CursorPagingTest, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestTolerantSearch, AsyncCallRequestStatusResponseTest, BaseCdcrDistributedZkTest, CdcrBootstrapTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CollectionReloadTest, CollectionStateFormat2Test, CollectionTooManyReplicasTest, CollectionsAPIAsyncDistributedZkTest, CollectionsAPISolrJTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, HttpPartitionTest]
   [junit4] Completed [524/728 (2!)] on J1 in 31.17s, 1 test, 1 failure <<< FAILURES!

[...truncated 44002 lines...]