Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.3/35/

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([6C3086C7A9625572:F78BE89FE43A672C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly(DocValuesNotIndexedTest.java:378)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.index.UninvertDocValuesMergePolicyTest.testIndexAndAddDocValues

Error Message:
expected:<[2]> but was:<[76]>

Stack Trace:
org.junit.ComparisonFailure: expected:<[2]> but was:<[76]>
        at 
__randomizedtesting.SeedInfo.seed([6C3086C7A9625572:39D70004E0851586]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.index.UninvertDocValuesMergePolicyTest.lambda$testIndexAndAddDocValues$2(UninvertDocValuesMergePolicyTest.java:144)
        at 
org.apache.solr.index.UninvertDocValuesMergePolicyTest.withNewRawReader(UninvertDocValuesMergePolicyTest.java:234)
        at 
org.apache.solr.index.UninvertDocValuesMergePolicyTest.testIndexAndAddDocValues(UninvertDocValuesMergePolicyTest.java:119)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 12753 lines...]
   [junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_6C3086C7A9625572-001/init-core-data-001
   [junit4]   2> 475292 WARN  
(SUITE-DocValuesNotIndexedTest-seed#[6C3086C7A9625572]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 475292 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[6C3086C7A9625572]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 475294 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[6C3086C7A9625572]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 475294 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[6C3086C7A9625572]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 475295 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[6C3086C7A9625572]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_6C3086C7A9625572-001/tempDir-001
   [junit4]   2> 475295 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[6C3086C7A9625572]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 475295 INFO  (Thread-1161) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 475295 INFO  (Thread-1161) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 475309 ERROR (Thread-1161) [    ] 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> 475395 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[6C3086C7A9625572]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39288
   [junit4]   2> 475397 INFO  (zkConnectionManagerCallback-4089-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475402 INFO  (jetty-launcher-4086-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 475402 INFO  (jetty-launcher-4086-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 475403 INFO  (jetty-launcher-4086-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 475403 INFO  (jetty-launcher-4086-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 475403 INFO  (jetty-launcher-4086-thread-1) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 475404 INFO  (jetty-launcher-4086-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2ae2a875{/solr,null,AVAILABLE}
   [junit4]   2> 475405 INFO  (jetty-launcher-4086-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@22b07afb{SSL,[ssl, 
http/1.1]}{127.0.0.1:50224}
   [junit4]   2> 475405 INFO  (jetty-launcher-4086-thread-1) [    ] 
o.e.j.s.Server Started @477835ms
   [junit4]   2> 475405 INFO  (jetty-launcher-4086-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50224}
   [junit4]   2> 475405 ERROR (jetty-launcher-4086-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 475405 INFO  (jetty-launcher-4086-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 475406 INFO  (jetty-launcher-4086-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 475406 INFO  (jetty-launcher-4086-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 475406 INFO  (jetty-launcher-4086-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-29T04:28:44.622Z
   [junit4]   2> 475406 INFO  (jetty-launcher-4086-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 475406 INFO  (jetty-launcher-4086-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 475406 INFO  (jetty-launcher-4086-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 475407 INFO  (jetty-launcher-4086-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3fd9d4ea{/solr,null,AVAILABLE}
   [junit4]   2> 475407 INFO  (jetty-launcher-4086-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@10ab82c8{SSL,[ssl, 
http/1.1]}{127.0.0.1:48245}
   [junit4]   2> 475407 INFO  (jetty-launcher-4086-thread-2) [    ] 
o.e.j.s.Server Started @477837ms
   [junit4]   2> 475407 INFO  (jetty-launcher-4086-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=48245}
   [junit4]   2> 475407 ERROR (jetty-launcher-4086-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 475407 INFO  (jetty-launcher-4086-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 475407 INFO  (jetty-launcher-4086-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 475407 INFO  (jetty-launcher-4086-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 475407 INFO  (jetty-launcher-4086-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-29T04:28:44.623Z
   [junit4]   2> 475411 INFO  (zkConnectionManagerCallback-4091-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475411 INFO  (jetty-launcher-4086-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 475414 INFO  (zkConnectionManagerCallback-4093-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475414 INFO  (jetty-launcher-4086-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 475420 INFO  (jetty-launcher-4086-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39288/solr
   [junit4]   2> 475422 INFO  (jetty-launcher-4086-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39288/solr
   [junit4]   2> 475425 INFO  (zkConnectionManagerCallback-4101-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475426 INFO  (zkConnectionManagerCallback-4097-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475438 INFO  
(zkConnectionManagerCallback-4105-thread-1-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475439 INFO  
(zkConnectionManagerCallback-4103-thread-1-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475532 INFO  (jetty-launcher-4086-thread-1) 
[n:127.0.0.1:50224_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 475533 INFO  (jetty-launcher-4086-thread-1) 
[n:127.0.0.1:50224_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:50224_solr
   [junit4]   2> 475534 INFO  (jetty-launcher-4086-thread-1) 
[n:127.0.0.1:50224_solr    ] o.a.s.c.Overseer Overseer 
(id=73535406339063814-127.0.0.1:50224_solr-n_0000000000) starting
   [junit4]   2> 475539 INFO  (jetty-launcher-4086-thread-2) 
[n:127.0.0.1:48245_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 475540 INFO  (jetty-launcher-4086-thread-2) 
[n:127.0.0.1:48245_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:48245_solr
   [junit4]   2> 475547 INFO  
(zkCallback-4104-thread-1-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 475548 INFO  
(zkCallback-4102-thread-1-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 475551 INFO  
(zkConnectionManagerCallback-4111-thread-1-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475553 INFO  (jetty-launcher-4086-thread-1) 
[n:127.0.0.1:50224_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 475553 INFO  (jetty-launcher-4086-thread-1) 
[n:127.0.0.1:50224_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39288/solr ready
   [junit4]   2> 475571 INFO  (jetty-launcher-4086-thread-1) 
[n:127.0.0.1:50224_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50224_solr
   [junit4]   2> 475575 INFO  
(zkCallback-4102-thread-1-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 475577 INFO  
(zkCallback-4104-thread-1-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 475582 INFO  
(zkCallback-4110-thread-1-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 475748 INFO  (jetty-launcher-4086-thread-2) 
[n:127.0.0.1:48245_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_48245.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c51e81
   [junit4]   2> 475753 INFO  (jetty-launcher-4086-thread-1) 
[n:127.0.0.1:50224_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50224.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c51e81
   [junit4]   2> 475756 INFO  (jetty-launcher-4086-thread-2) 
[n:127.0.0.1:48245_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_48245.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c51e81
   [junit4]   2> 475756 INFO  (jetty-launcher-4086-thread-2) 
[n:127.0.0.1:48245_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_48245.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c51e81
   [junit4]   2> 475758 INFO  (jetty-launcher-4086-thread-2) 
[n:127.0.0.1:48245_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_6C3086C7A9625572-001/tempDir-001/node2/.
   [junit4]   2> 475761 INFO  (jetty-launcher-4086-thread-1) 
[n:127.0.0.1:50224_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50224.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c51e81
   [junit4]   2> 475761 INFO  (jetty-launcher-4086-thread-1) 
[n:127.0.0.1:50224_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50224.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c51e81
   [junit4]   2> 475762 INFO  (jetty-launcher-4086-thread-1) 
[n:127.0.0.1:50224_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_6C3086C7A9625572-001/tempDir-001/node1/.
   [junit4]   2> 475770 INFO  
(zkConnectionManagerCallback-4115-thread-1-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475771 INFO  (jetty-launcher-4086-thread-2) 
[n:127.0.0.1:48245_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 475774 INFO  (jetty-launcher-4086-thread-2) 
[n:127.0.0.1:48245_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39288/solr ready
   [junit4]   2> 475821 INFO  (zkConnectionManagerCallback-4117-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475823 INFO  (zkConnectionManagerCallback-4121-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475824 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[6C3086C7A9625572]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 475824 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[6C3086C7A9625572]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39288/solr ready
   [junit4]   2> 475843 INFO  (qtp1612696840-10371) [n:127.0.0.1:48245_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> 475845 INFO  
(OverseerThreadFactory-2508-thread-1-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
dv_coll
   [junit4]   2> 475951 INFO  
(OverseerStateUpdate-73535406339063814-127.0.0.1:50224_solr-n_0000000000) 
[n:127.0.0.1:50224_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":"https://127.0.0.1:50224/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 475953 INFO  
(OverseerStateUpdate-73535406339063814-127.0.0.1:50224_solr-n_0000000000) 
[n:127.0.0.1:50224_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":"https://127.0.0.1:48245/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 475955 INFO  
(OverseerStateUpdate-73535406339063814-127.0.0.1:50224_solr-n_0000000000) 
[n:127.0.0.1:50224_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":"https://127.0.0.1:50224/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 475958 INFO  
(OverseerStateUpdate-73535406339063814-127.0.0.1:50224_solr-n_0000000000) 
[n:127.0.0.1:50224_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":"https://127.0.0.1:48245/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 476174 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 476175 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 476177 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 476190 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 476191 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 476191 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 476295 INFO  
(zkCallback-4104-thread-1-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_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> 476296 INFO  
(zkCallback-4102-thread-1-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_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> 476296 INFO  
(zkCallback-4104-thread-2-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_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> 477192 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 477193 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 477204 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 477207 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 477210 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 477210 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 477210 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 477210 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 477210 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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_48245.solr.core.dv_coll.shard2.replica_n2' (registry 
'solr.core.dv_coll.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c51e81
   [junit4]   2> 477210 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 477210 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_6C3086C7A9625572-001/tempDir-001/node2/dv_coll_shard2_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_6C3086C7A9625572-001/tempDir-001/node2/./dv_coll_shard2_replica_n2/data/]
   [junit4]   2> 477212 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 477212 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 477212 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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_50224.solr.core.dv_coll.shard3.replica_n4' (registry 
'solr.core.dv_coll.shard3.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c51e81
   [junit4]   2> 477212 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 477212 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_6C3086C7A9625572-001/tempDir-001/node1/dv_coll_shard3_replica_n4],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_6C3086C7A9625572-001/tempDir-001/node1/./dv_coll_shard3_replica_n4/data/]
   [junit4]   2> 477225 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 477227 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 477229 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 477229 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 477229 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 477229 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 477229 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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_48245.solr.core.dv_coll.shard4.replica_n6' (registry 
'solr.core.dv_coll.shard4.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c51e81
   [junit4]   2> 477230 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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_50224.solr.core.dv_coll.shard1.replica_n1' (registry 
'solr.core.dv_coll.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c51e81
   [junit4]   2> 477230 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 477230 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 477230 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_6C3086C7A9625572-001/tempDir-001/node2/dv_coll_shard4_replica_n6],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_6C3086C7A9625572-001/tempDir-001/node2/./dv_coll_shard4_replica_n6/data/]
   [junit4]   2> 477230 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_6C3086C7A9625572-001/tempDir-001/node1/dv_coll_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_6C3086C7A9625572-001/tempDir-001/node1/./dv_coll_shard1_replica_n1/data/]
   [junit4]   2> 477282 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 477282 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 477283 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 477283 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 477285 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@83397a0[dv_coll_shard3_replica_n4] 
main]
   [junit4]   2> 477285 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 477286 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 477286 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 477287 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 477288 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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 10000ms.
   [junit4]   2> 477288 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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 
1596244860866658304
   [junit4]   2> 477292 INFO  
(searcherExecutor-2514-thread-1-processing-n:127.0.0.1:50224_solr 
x:dv_coll_shard3_replica_n4 s:shard3 c:dv_coll r:core_node7) 
[n:127.0.0.1:50224_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@83397a0[dv_coll_shard3_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 477293 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/dv_coll/terms/shard3 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 477295 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 477295 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 477295 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:50224/solr/dv_coll_shard3_replica_n4/
   [junit4]   2> 477295 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 477295 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.SyncStrategy https://127.0.0.1:50224/solr/dv_coll_shard3_replica_n4/ 
has no replicas
   [junit4]   2> 477295 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 477298 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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: 
https://127.0.0.1:50224/solr/dv_coll_shard3_replica_n4/ shard3
   [junit4]   2> 477306 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 477306 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 477307 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 477308 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 477308 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 477308 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 477309 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 477309 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 477311 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3dbd3f80[dv_coll_shard4_replica_n6] 
main]
   [junit4]   2> 477312 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 477312 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 477312 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 477312 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5130c976[dv_coll_shard2_replica_n2] 
main]
   [junit4]   2> 477313 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 477313 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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 10000ms.
   [junit4]   2> 477314 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 477314 INFO  
(searcherExecutor-2515-thread-1-processing-n:127.0.0.1:48245_solr 
x:dv_coll_shard4_replica_n6 s:shard4 c:dv_coll r:core_node8) 
[n:127.0.0.1:48245_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@3dbd3f80[dv_coll_shard4_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 477314 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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 
1596244860893921280
   [junit4]   2> 477316 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 477316 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 477317 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 477317 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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 10000ms.
   [junit4]   2> 477318 INFO  
(searcherExecutor-2513-thread-1-processing-n:127.0.0.1:48245_solr 
x:dv_coll_shard2_replica_n2 s:shard2 c:dv_coll r:core_node5) 
[n:127.0.0.1:48245_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@5130c976[dv_coll_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 477318 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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 
1596244860898115584
   [junit4]   2> 477320 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 477320 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 477321 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/dv_coll/terms/shard4 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 477322 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 477322 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 477322 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/dv_coll/terms/shard2 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 477323 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@565cf58f[dv_coll_shard1_replica_n1] 
main]
   [junit4]   2> 477324 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 477324 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 477324 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 477324 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 477324 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 477324 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:48245/solr/dv_coll_shard4_replica_n6/
   [junit4]   2> 477324 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 477324 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 477324 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.SyncStrategy https://127.0.0.1:48245/solr/dv_coll_shard4_replica_n6/ 
has no replicas
   [junit4]   2> 477324 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 477325 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 477325 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 477325 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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 10000ms.
   [junit4]   2> 477325 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:48245/solr/dv_coll_shard2_replica_n2/
   [junit4]   2> 477325 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 477325 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.SyncStrategy https://127.0.0.1:48245/solr/dv_coll_shard2_replica_n2/ 
has no replicas
   [junit4]   2> 477325 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 477325 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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 
1596244860905455616
   [junit4]   2> 477328 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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: 
https://127.0.0.1:48245/solr/dv_coll_shard4_replica_n6/ shard4
   [junit4]   2> 477328 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/dv_coll/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 477329 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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: 
https://127.0.0.1:48245/solr/dv_coll_shard2_replica_n2/ shard2
   [junit4]   2> 477329 INFO  
(searcherExecutor-2516-thread-1-processing-n:127.0.0.1:50224_solr 
x:dv_coll_shard1_replica_n1 s:shard1 c:dv_coll r:core_node3) 
[n:127.0.0.1:50224_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@565cf58f[dv_coll_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 477330 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 477330 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 477330 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:50224/solr/dv_coll_shard1_replica_n1/
   [junit4]   2> 477330 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 477331 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.SyncStrategy https://127.0.0.1:50224/solr/dv_coll_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 477331 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 477333 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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: 
https://127.0.0.1:50224/solr/dv_coll_shard1_replica_n1/ shard1
   [junit4]   2> 477434 INFO  
(zkCallback-4104-thread-1-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_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> 477434 INFO  
(zkCallback-4104-thread-2-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_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> 477434 INFO  
(zkCallback-4102-thread-2-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_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> 477449 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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> 477450 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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=1259
   [junit4]   2> 477479 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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> 477479 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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> 477481 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_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=1303
   [junit4]   2> 477481 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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=1307
   [junit4]   2> 477483 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 477484 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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=1294
   [junit4]   2> 477486 INFO  (qtp1612696840-10371) [n:127.0.0.1:48245_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> 477585 INFO  
(zkCallback-4102-thread-2-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_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> 477585 INFO  
(zkCallback-4104-thread-1-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_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> 477585 INFO  
(zkCallback-4104-thread-2-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_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> 477846 INFO  
(OverseerCollectionConfigSetProcessor-73535406339063814-127.0.0.1:50224_solr-n_0000000000)
 [n:127.0.0.1:50224_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> 478486 INFO  (qtp1612696840-10371) [n:127.0.0.1:48245_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=2643
   [junit4]   2> 478491 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 478493 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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> 478495 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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> 478502 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.ZkController Persisted config data to node 
/configs/conf1/managed-schema 
   [junit4]   2> 478502 INFO  
(zkCallback-4102-thread-2-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_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> 478502 INFO  
(zkCallback-4102-thread-1-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_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> 478502 INFO  
(zkCallback-4104-thread-2-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_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> 478502 INFO  
(zkCallback-4104-thread-1-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_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> 478503 INFO  
(zkCallback-4102-thread-2-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 478503 INFO  
(zkCallback-4102-thread-1-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 478505 INFO  
(zkCallback-4102-thread-2-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_solr    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] 
Schema name=minimal
   [junit4]   2> 478505 INFO  
(zkCallback-4102-thread-1-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_solr    ] o.a.s.s.IndexSchema [dv_coll_shard3_replica_n4] 
Schema name=minimal
   [junit4]   2> 478508 INFO  
(zkCallback-4104-thread-2-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 478509 INFO  
(zkCallback-4104-thread-2-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_solr    ] o.a.s.s.IndexSchema [dv_coll_shard4_replica_n6] 
Schema name=minimal
   [junit4]   2> 478511 INFO  
(zkCallback-4102-thread-1-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 478515 INFO  
(zkCallback-4104-thread-2-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 478518 INFO  
(zkCallback-4102-thread-2-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 478526 INFO  
(zkCallback-4102-thread-2-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 22 ms
   [junit4]   2> 478526 INFO  
(zkCallback-4102-thread-1-processing-n:127.0.0.1:50224_solr) 
[n:127.0.0.1:50224_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 22 ms
   [junit4]   2> 478528 INFO  (Thread-1182) [n:127.0.0.1:50224_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
dv_coll_shard3_replica_n4
   [junit4]   2> 478528 INFO  
(zkCallback-4104-thread-2-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 17 ms
   [junit4]   2> 478529 INFO  (Thread-1183) [n:127.0.0.1:48245_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
dv_coll_shard2_replica_n2
   [junit4]   2> 478529 INFO  (Thread-1183) [n:127.0.0.1:48245_solr    ] 
o.a.s.c.SolrCore core reload dv_coll_shard2_replica_n2
   [junit4]   2> 478531 INFO  (Thread-1182) [n:127.0.0.1:50224_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
dv_coll_shard1_replica_n1
   [junit4]   2> 478535 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 478544 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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> 478572 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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> 478573 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard2_replica_n2' using 
configuration from collection dv_coll
   [junit4]   2> 478601 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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_48245.solr.core.dv_coll.shard2.replica_n2' (registry 
'solr.core.dv_coll.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c51e81
   [junit4]   2> 478601 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_6C3086C7A9625572-001/tempDir-001/node2/dv_coll_shard2_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_6C3086C7A9625572-001/tempDir-001/node2/./dv_coll_shard2_replica_n2/data/]
   [junit4]   2> 478643 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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> 478644 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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> 478646 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5ce1dcad[dv_coll_shard2_replica_n2] 
main]
   [junit4]   2> 478647 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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> 478648 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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> 478648 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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> 478648 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 478648 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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 10000ms.
   [junit4]   2> 478650 INFO  
(searcherExecutor-2533-thread-1-processing-n:127.0.0.1:48245_solr 
x:dv_coll_shard2_replica_n2 s:shard2 c:dv_coll r:core_node5) 
[n:127.0.0.1:48245_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@5ce1dcad[dv_coll_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 478651 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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 
1596244862295867392
   [junit4]   2> 478653 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 478654 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@ef0d2d1[dv_coll_shard2_replica_n2] 
main]
   [junit4]   2> 478654 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
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> 478654 INFO  
(zkCallback-4104-thread-1-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 478656 INFO  
(searcherExecutor-2533-thread-1-processing-n:127.0.0.1:48245_solr 
x:dv_coll_shard2_replica_n2 s:shard2 c:dv_coll r:core_node5) 
[n:127.0.0.1:48245_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@ef0d2d1[dv_coll_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 478657 INFO  
(zkCallback-4104-thread-1-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_solr    ] o.a.s.s.IndexSchema [dv_coll_shard2_replica_n2] 
Schema name=minimal
   [junit4]   2> 478659 INFO  (qtp1142989690-10362) [n:127.0.0.1:50224_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> 478662 INFO  
(zkCallback-4104-thread-1-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 478662 INFO  
(zkCallback-4104-thread-1-processing-n:127.0.0.1:48245_solr) 
[n:127.0.0.1:48245_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 8 ms
   [junit4]   2> 478664 INFO  (qtp1142989690-10363) [n:127.0.0.1:50224_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/zkversion 
params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 478666 INFO  (Thread-1183) [n:127.0.0.1:48245_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 478669 INFO  (qtp1612696840-10372) [n:127.0.0.1:48245_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> 478670 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.ManagedIndexSchema Took 15.0ms for 3 replicas to apply schema update 
version 1 for collection dv_coll
   [junit4]   2> 478670 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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 
params={wt=javabin&version=2} status=0 QTime=179
   [junit4]   2> 478670 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@11cd5bb3
   [junit4]   2> 478670 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.dv_coll.shard2.replica_n2, tag=298671027
   [junit4]   2> 478670 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4252700: rootName = 
solr_48245, domain = solr.core.dv_coll.shard2.replica_n2, service url = null, 
agent id = null] for registry solr.core.dv_coll.shard2.replica_n2 / 
com.codahale.metrics.MetricRegistry@677845a4
   [junit4]   2> 478675 INFO  (Thread-1183) [n:127.0.0.1:48245_solr    ] 
o.a.s.s.IndexSchema [dv_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 478678 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.dv_coll.shard2.leader, tag=298671027
   [junit4]   2> 478686 INFO  (Thread-1183) [n:127.0.0.1:48245_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 478686 INFO  (Thread-1183) [n:127.0.0.1:48245_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard2_replica_n2' using 
configuration from collection dv_coll
   [junit4]   2> 478708 INFO  
(TEST-DocValuesNotIndexedTest.testGroupingDVOnly-seed#[6C3086C7A9625572]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testGroupingDVOnly
   [junit4]   2> 478730 INFO  (qtp1142989690-10363) [n:127.0.0.1:50224_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/dv_coll/terms/shard1 to Terms{values={core_node3=1}, version=1}
   [junit4]   2> 478732 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/dv_coll/terms/shard2 to Terms{values={core_node5=1}, version=1}
   [junit4]   2> 478732 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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=https://127.0.0.1:50224/solr/dv_coll_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1596244862360879104)} 0 19
   [junit4]   2> 478732 INFO  (Thread-1183) [n:127.0.0.1:48245_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_48245.solr.core.dv_coll.shard2.replica_n2' (registry 
'solr.core.dv_coll.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c51e81
   [junit4]   2> 478733 INFO  (Thread-1183) [n:127.0.0.1:48245_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_6C3086C7A9625572-001/tempDir-001/node2/dv_coll_shard2_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_6C3086C7A9625572-001/tempDir-001/node2/./dv_coll_shard2_replica_n2/data/]
   [junit4]   2> 478733 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/dv_coll/terms/shard3 to Terms{values={core_node7=1}, version=1}
   [junit4]   2> 478733 INFO  (qtp1142989690-10361) [n:127.0.0.1:50224_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=https://127.0.0.1:50224/solr/dv_coll_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1596244862364024832)} 0 17
   [junit4]   2> 478744 INFO  (qtp1612696840-10372) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/dv_coll/terms/shard4 to Terms{values={core_node8=1}, version=1}
   [junit4]   2> 478745 INFO  (qtp1612696840-10372) [n:127.0.0.1:48245_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=https://127.0.0.1:50224/solr/dv_coll_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1596244862382899200)} 0 10
   [junit4]   2> 478745 INFO  (qtp1142989690-10363) [n:127.0.0.1:50224_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=*:* 
(-1596244862370316288)} 0 34
   [junit4]   2> 478758 INFO  (qtp1142989690-10363) [n:127.0.0.1:50224_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1596244862408065024,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 478758 INFO  (qtp1142989690-10363) [n:127.0.0.1:50224_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> 478759 INFO  (qtp1142989690-10363) [n:127.0.0.1:50224_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@32d5c93b[dv_coll_shard1_replica_n1] 
main]
   [junit4]   2> 478759 INFO  (qtp1142989690-10363) [n:127.0.0.1:50224_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> 478760 INFO  
(searcherExecutor-2516-thread-1-processing-n:127.0.0.1:50224_solr 
x:dv_coll_shard1_replica_n1 s:shard1 c:dv_coll r:core_node3) 
[n:127.0.0.1:50224_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@32d5c93b[dv_coll_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 478760 INFO  (qtp1142989690-10363) [n:127.0.0.1:50224_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=https://127.0.0.1:48245/solr/dv_coll_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 478763 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1596244862413307904,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 478765 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1596244862415405056,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 478765 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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> 478765 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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> 478766 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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=https://127.0.0.1:48245/solr/dv_coll_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 478774 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 478775 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6d524e2d[dv_coll_shard3_replica_n4] 
main]
   [junit4]   2> 478775 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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> 478776 INFO  
(searcherExecutor-2514-thread-1-processing-n:127.0.0.1:50224_solr 
x:dv_coll_shard3_replica_n4 s:shard3 c:dv_coll r:core_node7) 
[n:127.0.0.1:50224_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@6d524e2d[dv_coll_shard3_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 478776 INFO  (qtp1142989690-10365) [n:127.0.0.1:50224_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=https://127.0.0.1:48245/solr/dv_coll_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 13
   [junit4]   2> 478782 INFO  (qtp1612696840-10372) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1596244862433230848,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 478782 INFO  (qtp1612696840-10372) [n:127.0.0.1:48245_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> 478782 INFO  (qtp1612696840-10372) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5493bd93[dv_coll_shard4_replica_n6] 
main]
   [junit4]   2> 478783 INFO  (qtp1612696840-10372) [n:127.0.0.1:48245_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> 478784 INFO  
(searcherExecutor-2515-thread-1-processing-n:127.0.0.1:48245_solr 
x:dv_coll_shard4_replica_n6 s:shard4 c:dv_coll r:core_node8) 
[n:127.0.0.1:48245_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@5493bd93[dv_coll_shard4_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 478784 INFO  (qtp1612696840-10372) [n:127.0.0.1:48245_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=https://127.0.0.1:48245/solr/dv_coll_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 478784 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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={_stateVer_=dv_coll:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 38
   [junit4]   2> 478787 INFO  (Thread-1183) [n:127.0.0.1:48245_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> 478787 INFO  (Thread-1183) [n:127.0.0.1:48245_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> 478794 INFO  (Thread-1183) [n:127.0.0.1:48245_solr c:dv_coll 
s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@3d1d4a3b[dv_coll_shard2_replica_n2] main]
   [junit4]   2> 478796 INFO  (Thread-1183) [n:127.0.0.1:48245_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> 478796 INFO  (Thread-1183) [n:127.0.0.1:48245_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> 478796 INFO  (Thread-1183) [n:127.0.0.1:48245_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> 478796 INFO  (Thread-1183) [n:127.0.0.1:48245_solr c:dv_coll 
s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader 
Current schema version 1 is already the latest
   [junit4]   2> 478796 INFO  (qtp1142989690-10363) [n:127.0.0.1:50224_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={_stateVer_=dv_coll:4&wt=javabin&version=2}{add=[2 
(1596244862438473728), 3 (1596244862446862336), 6 (1596244862446862337), 7 
(1596244862446862338), 9 (1596244862446862339), 10010 (1596244862446862340), 18 
(1596244862446862341), 10025 (1596244862447910912), 26 (1596244862447910913), 
30 (1596244862447910914), ... (14 adds)]} 0 9
   [junit4]   2> 478796 INFO  (Thread-1183) [n:127.0.0.1:48245_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 10000ms.
   [junit4]   2> 478797 INFO  (qtp1612696840-10373) [n:127.0.0.1:48245_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={_stateVer_=dv_coll:4&wt=javabin&version=2}{add=[10000 
(1596244862442668032), 5 (1596244862447910912), 17 (1596244862447910913), 19 
(1596244862447910914), 21 (1596244862447910915), 23 (1596244862447910916), 25 
(1596244862448959488), 29 (1596244862448959489), 10030 (1596244862448959490), 
33 (1596244862448959491), ... (13 adds)]} 0 5
   [junit4]   2> 478798 INFO  
(searcherExecutor-2538-thread-1-processing-n:127.0.0.1:48245_solr 
x:dv_coll_shard2_replica_n2 s:shard2 c:dv_coll r:core_node5) 
[n:127.0.0.1:48245_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@3d1d4a3b[dv_coll_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 478803 INFO  (qtp1142989690-10363) [n:127.0.0.1:50224_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={_stateVer_=dv_coll:4&wt=javabin&version=2}{add=[1 
(1596244862452105216), 8 (1596244862453153792), 10 (1596244862453153793), 11 
(1596244862453153794), 13 (1596244862454202368), 14 (1596244862454202369), 
10015 (1596244862454202370), 10020 (1596244862454202371), 24 
(1596244862454202372), 27 (1596244862454202373), ... (16 adds)]} 0 2
   [junit4]   2> 478805 INFO  (Thread-1183) [n:127.0.0.1:48245_solr c:dv_coll 
s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.DefaultSolrCoreState 
New IndexWriter is ready to be used.
   [junit4]   2> 478808 INFO  (qtp1612696840-10358) [n:127.0.0.1:48245_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={_stateVer_=dv_coll:4&wt=javabin&version=2}{add=[0 
(1596244862445813760), 4 (1596244862452105216), 10005 (1596244862452105217), 12 
(1596244862459445248), 15 (1596244862459445249), 16 (1596244862459445250), 20 
(1596244862459445251), 22 (1596244862459445252), 34 (1596244862460493824), 35 
(1596244862460493825), ... (16 adds)]} 0 16
   [junit4]   2> 478811 INFO  (qtp1612696840-10372) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1596244862462590976,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 478811 INFO  (qtp1612696840-10369) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1596244862462590976,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 478811 INFO  (qtp1612696840-10372) [n:127.0.0.1:48245_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7ce097f6 
commitCommandVersion:1596244862462590976
   [jun

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

 INFO  (searcherExecutor-8579-thread-1) [    ] o.a.s.c.SolrCore [collection1] 
Registered new searcher Searcher@81ee5fa[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.3.0):C2)))}
   [junit4]   2> 1830907 INFO  
(TEST-UninvertDocValuesMergePolicyTest.testNonIndexedFieldDoesNonFail-seed#[6C3086C7A9625572])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1830907 INFO  
(TEST-UninvertDocValuesMergePolicyTest.testNonIndexedFieldDoesNonFail-seed#[6C3086C7A9625572])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{optimize=} 0 32
   [junit4]   2> 1830908 INFO  
(TEST-UninvertDocValuesMergePolicyTest.testNonIndexedFieldDoesNonFail-seed#[6C3086C7A9625572])
 [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1830908 INFO  
(TEST-UninvertDocValuesMergePolicyTest.testNonIndexedFieldDoesNonFail-seed#[6C3086C7A9625572])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=762907135
   [junit4]   2> 1830908 INFO  
(TEST-UninvertDocValuesMergePolicyTest.testNonIndexedFieldDoesNonFail-seed#[6C3086C7A9625572])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1830908 INFO  
(TEST-UninvertDocValuesMergePolicyTest.testNonIndexedFieldDoesNonFail-seed#[6C3086C7A9625572])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@62185c6e: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@71bd5fc5
   [junit4]   2> 1830912 INFO  
(TEST-UninvertDocValuesMergePolicyTest.testNonIndexedFieldDoesNonFail-seed#[6C3086C7A9625572])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1830912 INFO  
(TEST-UninvertDocValuesMergePolicyTest.testNonIndexedFieldDoesNonFail-seed#[6C3086C7A9625572])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@13e5896: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@ec38e4b
   [junit4]   2> 1830916 INFO  
(TEST-UninvertDocValuesMergePolicyTest.testNonIndexedFieldDoesNonFail-seed#[6C3086C7A9625572])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1830916 INFO  
(TEST-UninvertDocValuesMergePolicyTest.testNonIndexedFieldDoesNonFail-seed#[6C3086C7A9625572])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2fd976c4: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@4e1fdee
   [junit4]   2> 1830917 INFO  (coreCloseExecutor-8583-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6c63e036
   [junit4]   2> 1830917 INFO  (coreCloseExecutor-8583-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1818484790
   [junit4]   2> 1830917 INFO  (coreCloseExecutor-8583-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@34b76a3f: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@4e7d6b9
   [junit4]   2> 1830929 INFO  
(TEST-UninvertDocValuesMergePolicyTest.testNonIndexedFieldDoesNonFail-seed#[6C3086C7A9625572])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testNonIndexedFieldDoesNonFail
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.3/solr/build/solr-core/test/J0/temp/solr.index.UninvertDocValuesMergePolicyTest_6C3086C7A9625572-001
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=12839, maxDocsPerChunk=969, blockSize=778), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=12839, blockSize=778)), sim=RandomSimilarity(queryNorm=false): {}, 
locale=no-NO, timezone=Asia/Pontianak
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=206646688,total=525860864
   [junit4]   2> NOTE: All tests run in this JVM: 
[HdfsChaosMonkeySafeLeaderTest, ChaosMonkeyNothingIsSafeTest, 
TestZkAclsWithHadoopAuth, TestInfoStreamLogging, TestMacroExpander, 
ConjunctionSolrSpellCheckerTest, TestCoreBackup, 
DistributedQueryElevationComponentTest, TestConfigsApi, CreateRoutedAliasTest, 
TestLegacyField, UpdateParamsTest, ShardRoutingTest, TestIBSimilarityFactory, 
BadCopyFieldTest, DebugComponentTest, DirectUpdateHandlerTest, MoveReplicaTest, 
TestExactStatsCache, SolrCLIZkUtilsTest, TestDelegationWithHadoopAuth, 
TestNumericTerms64, TestAuthenticationFramework, HighlighterConfigTest, 
TestJoin, DistributedTermsComponentTest, SortSpecParsingTest, 
SpellingQueryConverterTest, TestBinaryField, TestReloadAndDeleteDocs, 
HdfsBasicDistributedZk2Test, ConcurrentDeleteAndCreateCollectionTest, 
TestReplicaProperties, TestSkipOverseerOperations, 
CollectionTooManyReplicasTest, InfixSuggestersTest, SolrGangliaReporterTest, 
DistributedFacetPivotLargeTest, ShardSplitTest, TestFastOutputStream, 
TokenizerChainTest, TestFieldCacheWithThreads, RemoteQueryErrorTest, 
TestStressLiveNodes, TestNodeLostTrigger, OutputWriterTest, 
TestPHPSerializedResponseWriter, TestReqParamsAPI, ScheduledTriggerTest, 
TestMergePolicyConfig, PropertiesRequestHandlerTest, TestComputePlanAction, 
TestRandomFaceting, TestDistribDocBasedVersion, 
TestLeaderInitiatedRecoveryThread, TestDirectoryFactory, CleanupOldIndexTest, 
TestUseDocValuesAsStored, TestHashQParserPlugin, TemplateUpdateProcessorTest, 
TestRestManager, TolerantUpdateProcessorTest, FullHLLTest, 
SchemaApiFailureTest, DocValuesNotIndexedTest, 
PeerSyncWithIndexFingerprintCachingTest, LargeFieldTest, SolrRequestParserTest, 
TestSortByMinMaxFunction, TestExceedMaxTermLength, TestBlendedInfixSuggestions, 
TestSolrCloudWithSecureImpersonation, TestMaxScoreQueryParser, 
OpenCloseCoreStressTest, TestLuceneMatchVersion, SpellCheckCollatorTest, 
TestDocumentBuilder, RAMDirectoryFactoryTest, 
DistributedQueryComponentOptimizationTest, AliasIntegrationTest, 
TestExclusionRuleCollectionAccess, ParsingFieldUpdateProcessorsTest, 
DistributedDebugComponentTest, TestCollectionsAPIViaSolrCloudCluster, 
TestWriterPerf, ExecutePlanActionTest, TestConfigSetsAPIZkFailure, 
TestComplexPhraseLeadingWildcard, AutoAddReplicasPlanActionTest, 
TestLegacyTerms, TestDocSet, BufferStoreTest, CurrencyFieldTypeTest, 
TestSolrQueryParser, BinaryUpdateRequestHandlerTest, TestCollationField, 
FullSolrCloudDistribCmdsTest, CoreMergeIndexesAdminHandlerTest, 
SmileWriterTest, HighlighterMaxOffsetTest, 
BigEndianAscendingWordSerializerTest, HdfsThreadLeakTest, 
TestPayloadScoreQParserPlugin, MissingSegmentRecoveryTest, TestSegmentSorting, 
TestSolrFieldCacheBean, XmlUpdateRequestHandlerTest, TestIndexingPerformance, 
TestReloadDeadlock, TestSort, LeaderVoteWaitTimeoutTest, 
LeaderElectionContextKeyTest, RequestHandlersTest, TestSchemaNameResource, 
TestTolerantUpdateProcessorRandomCloud, 
DistributedFacetSimpleRefinementLongTailTest, TestFieldSortValues, 
TestOmitPositions, ReplicationFactorTest, 
ClassificationUpdateProcessorFactoryTest, TestEmbeddedSolrServerConstructors, 
TestSmileRequest, DeleteNodeTest, TestGenericDistributedQueue, 
TestHighFrequencyDictionaryFactory, StatsComponentTest, BasicDistributedZkTest, 
BasicDistributedZk2Test, SyncSliceTest, OverseerTest, RecoveryZkTest, 
LeaderElectionTest, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, 
TestFaceting, TestRecovery, DistributedSpellCheckComponentTest, 
ZkControllerTest, TestRealTimeGet, TestRangeQuery, BadIndexSchemaTest, 
TestFiltering, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, 
TestExtendedDismaxParser, TestFoldingMultitermQuery, DocValuesTest, 
QueryEqualityTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming, 
DistanceFunctionTest, XsltUpdateRequestHandlerTest, DisMaxRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, TermsComponentTest, 
FieldAnalysisRequestHandlerTest, SolrPluginUtilsTest, MBeansHandlerTest, 
TestQuerySenderListener, AlternateDirectoryTest, TestQuerySenderNoQuery, 
CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, 
TestStressRecovery, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, 
ScriptEngineTest, PluginInfoTest, TestSuggestSpellingConverter, TestSolrJ, 
TestLRUCache, ZkNodePropsTest, UUIDFieldTest, CursorPagingTest, 
TestHighlightDedupGrouping, TestLuceneIndexBackCompat, ActionThrottleTest, 
AsyncCallRequestStatusResponseTest, CollectionPropsTest, 
CollectionsAPISolrJTest, DistribJoinFromCollectionTest, ForceLeaderTest, 
HttpPartitionTest, LeaderFailureAfterFreshStartTest, OverseerTaskQueueTest, 
TestCloudInspectUtil, TestCloudPivotFacet, TestClusterProperties, 
TestCryptoKeys, TestRandomFlRTGCloud, TestShortCircuitedRequests, 
TestSolrCloudWithDelegationTokens, TestTlogReplica, 
CollectionsAPIDistributedZkTest, HdfsAutoAddReplicasIntegrationTest, 
HttpTriggerListenerTest, SystemLogListenerTest, TestClusterStateProvider, 
TestTriggerIntegration, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, 
HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, 
HdfsNNFailoverTest, HdfsTlogReplayBufferedWhileIndexingTest, 
HdfsWriteToMultipleCollectionsTest, RuleEngineTest, BlobRepositoryCloudTest, 
TestConfigSetProperties, TestConfigSets, TestNRTOpen, TestSolrCloudSnapshots, 
TestSQLHandlerNonCloud, TestSystemCollAutoCreate, 
DistributedQueryComponentCustomSortTest, TestPivotHelperCode, 
TestTrackingShardHandlerFactory, UninvertDocValuesMergePolicyTest]
   [junit4] Completed [652/783 (2!)] on J0 in 1.51s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 49944 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to