Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1222/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseG1GC

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

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

Stack Trace:
java.lang.AssertionError: Unexpected number of elements in the group for 
intGSF: 4
        at 
__randomizedtesting.SeedInfo.seed([F2644420F7092010:69DF2A78BA51124E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly(DocValuesNotIndexedTest.java:377)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([F2644420F7092010:9F98E0DD4D41DF17]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:265)
        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 12772 lines...]
   [junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
   [junit4]   2> 1135853 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[F2644420F7092010]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DocValuesNotIndexedTest_F2644420F7092010-001/init-core-data-001
   [junit4]   2> 1135854 WARN  
(SUITE-DocValuesNotIndexedTest-seed#[F2644420F7092010]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1135854 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[F2644420F7092010]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1135856 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[F2644420F7092010]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1135856 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[F2644420F7092010]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DocValuesNotIndexedTest_F2644420F7092010-001/tempDir-001
   [junit4]   2> 1135856 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[F2644420F7092010]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1135856 INFO  (Thread-4299) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1135856 INFO  (Thread-4299) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1135868 ERROR (Thread-4299) [    ] 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> 1135956 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[F2644420F7092010]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45479
   [junit4]   2> 1135958 INFO  (zkConnectionManagerCallback-2223-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135960 INFO  (jetty-launcher-2220-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1135960 INFO  (jetty-launcher-2220-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1135965 INFO  (jetty-launcher-2220-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1135965 INFO  (jetty-launcher-2220-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1135965 INFO  (jetty-launcher-2220-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1135965 INFO  (jetty-launcher-2220-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1135965 INFO  (jetty-launcher-2220-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1135965 INFO  (jetty-launcher-2220-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1135966 INFO  (jetty-launcher-2220-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4f4898af{/solr,null,AVAILABLE}
   [junit4]   2> 1135966 INFO  (jetty-launcher-2220-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3cfbc7db{/solr,null,AVAILABLE}
   [junit4]   2> 1135967 INFO  (jetty-launcher-2220-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6e723732{HTTP/1.1,[http/1.1]}{127.0.0.1:33383}
   [junit4]   2> 1135967 INFO  (jetty-launcher-2220-thread-2) [    ] 
o.e.j.s.Server Started @1137409ms
   [junit4]   2> 1135967 INFO  (jetty-launcher-2220-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@74deb9a9{HTTP/1.1,[http/1.1]}{127.0.0.1:33027}
   [junit4]   2> 1135967 INFO  (jetty-launcher-2220-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33383}
   [junit4]   2> 1135967 INFO  (jetty-launcher-2220-thread-1) [    ] 
o.e.j.s.Server Started @1137409ms
   [junit4]   2> 1135967 INFO  (jetty-launcher-2220-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33027}
   [junit4]   2> 1135967 ERROR (jetty-launcher-2220-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1135967 ERROR (jetty-launcher-2220-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1135967 INFO  (jetty-launcher-2220-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1135967 INFO  (jetty-launcher-2220-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1135967 INFO  (jetty-launcher-2220-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1135967 INFO  (jetty-launcher-2220-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1135967 INFO  (jetty-launcher-2220-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1135967 INFO  (jetty-launcher-2220-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1135967 INFO  (jetty-launcher-2220-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-22T16:32:05.362Z
   [junit4]   2> 1135967 INFO  (jetty-launcher-2220-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-22T16:32:05.362Z
   [junit4]   2> 1135968 INFO  (zkConnectionManagerCallback-2226-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135968 INFO  (zkConnectionManagerCallback-2227-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135968 INFO  (jetty-launcher-2220-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1135968 INFO  (jetty-launcher-2220-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1135975 INFO  (jetty-launcher-2220-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45479/solr
   [junit4]   2> 1135975 INFO  (jetty-launcher-2220-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45479/solr
   [junit4]   2> 1135976 INFO  (zkConnectionManagerCallback-2233-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135976 INFO  (zkConnectionManagerCallback-2235-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135977 INFO  
(zkConnectionManagerCallback-2237-thread-1-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1135978 INFO  
(zkConnectionManagerCallback-2239-thread-1-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1136007 INFO  (jetty-launcher-2220-thread-2) 
[n:127.0.0.1:33383_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1136007 INFO  (jetty-launcher-2220-thread-1) 
[n:127.0.0.1:33027_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1136008 INFO  (jetty-launcher-2220-thread-2) 
[n:127.0.0.1:33383_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33383_solr
   [junit4]   2> 1136008 INFO  (jetty-launcher-2220-thread-1) 
[n:127.0.0.1:33027_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33027_solr
   [junit4]   2> 1136008 INFO  (jetty-launcher-2220-thread-2) 
[n:127.0.0.1:33383_solr    ] o.a.s.c.Overseer Overseer 
(id=99394435498442757-127.0.0.1:33383_solr-n_0000000000) starting
   [junit4]   2> 1136010 INFO  
(zkCallback-2236-thread-1-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1136010 INFO  
(zkCallback-2238-thread-1-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1136015 INFO  (jetty-launcher-2220-thread-2) 
[n:127.0.0.1:33383_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33383_solr
   [junit4]   2> 1136015 INFO  
(zkCallback-2236-thread-1-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1136015 INFO  
(zkCallback-2238-thread-1-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1136053 INFO  (jetty-launcher-2220-thread-1) 
[n:127.0.0.1:33027_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33027.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446f7595
   [junit4]   2> 1136058 INFO  (jetty-launcher-2220-thread-1) 
[n:127.0.0.1:33027_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33027.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446f7595
   [junit4]   2> 1136058 INFO  (jetty-launcher-2220-thread-1) 
[n:127.0.0.1:33027_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33027.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446f7595
   [junit4]   2> 1136059 INFO  (jetty-launcher-2220-thread-1) 
[n:127.0.0.1:33027_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DocValuesNotIndexedTest_F2644420F7092010-001/tempDir-001/node1/.
   [junit4]   2> 1136072 INFO  (jetty-launcher-2220-thread-2) 
[n:127.0.0.1:33383_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33383.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446f7595
   [junit4]   2> 1136077 INFO  (jetty-launcher-2220-thread-2) 
[n:127.0.0.1:33383_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33383.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446f7595
   [junit4]   2> 1136077 INFO  (jetty-launcher-2220-thread-2) 
[n:127.0.0.1:33383_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33383.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446f7595
   [junit4]   2> 1136078 INFO  (jetty-launcher-2220-thread-2) 
[n:127.0.0.1:33383_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DocValuesNotIndexedTest_F2644420F7092010-001/tempDir-001/node2/.
   [junit4]   2> 1136108 INFO  (zkConnectionManagerCallback-2245-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1136110 INFO  (zkConnectionManagerCallback-2249-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1136111 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[F2644420F7092010]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1136111 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[F2644420F7092010]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45479/solr ready
   [junit4]   2> 1136113 INFO  (qtp1396299069-12187) [n:127.0.0.1:33027_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> 1136114 INFO  
(OverseerThreadFactory-4487-thread-1-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
dv_coll
   [junit4]   2> 1136217 INFO  
(OverseerStateUpdate-99394435498442757-127.0.0.1:33383_solr-n_0000000000) 
[n:127.0.0.1:33383_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"dv_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33383/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1136217 INFO  
(OverseerStateUpdate-99394435498442757-127.0.0.1:33383_solr-n_0000000000) 
[n:127.0.0.1:33383_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"dv_coll_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33027/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1136218 INFO  
(OverseerStateUpdate-99394435498442757-127.0.0.1:33383_solr-n_0000000000) 
[n:127.0.0.1:33383_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"dv_coll_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33383/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1136219 INFO  
(OverseerStateUpdate-99394435498442757-127.0.0.1:33383_solr-n_0000000000) 
[n:127.0.0.1:33383_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"dv_coll_shard4_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33027/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1136421 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1136421 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1136434 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1136434 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1136441 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1136441 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1136544 INFO  
(zkCallback-2238-thread-1-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_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> 1136544 INFO  
(zkCallback-2236-thread-1-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_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> 1136544 INFO  
(zkCallback-2238-thread-2-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_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> 1136544 INFO  
(zkCallback-2236-thread-2-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_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> 1137446 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137452 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137455 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137455 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137455 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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_33027.solr.core.dv_coll.shard2.replica_n2' (registry 
'solr.core.dv_coll.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446f7595
   [junit4]   2> 1137456 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137456 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DocValuesNotIndexedTest_F2644420F7092010-001/tempDir-001/node1/dv_coll_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DocValuesNotIndexedTest_F2644420F7092010-001/tempDir-001/node1/./dv_coll_shard2_replica_n2/data/]
   [junit4]   2> 1137457 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137464 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137480 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137482 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137482 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137483 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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_33027.solr.core.dv_coll.shard4.replica_n6' (registry 
'solr.core.dv_coll.shard4.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446f7595
   [junit4]   2> 1137483 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137483 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DocValuesNotIndexedTest_F2644420F7092010-001/tempDir-001/node1/dv_coll_shard4_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DocValuesNotIndexedTest_F2644420F7092010-001/tempDir-001/node1/./dv_coll_shard4_replica_n6/data/]
   [junit4]   2> 1137485 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137492 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137497 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137500 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137500 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137568 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137568 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137568 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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_33383.solr.core.dv_coll.shard1.replica_n1' (registry 
'solr.core.dv_coll.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446f7595
   [junit4]   2> 1137569 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137569 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DocValuesNotIndexedTest_F2644420F7092010-001/tempDir-001/node2/dv_coll_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DocValuesNotIndexedTest_F2644420F7092010-001/tempDir-001/node2/./dv_coll_shard1_replica_n1/data/]
   [junit4]   2> 1137574 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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_33383.solr.core.dv_coll.shard3.replica_n4' (registry 
'solr.core.dv_coll.shard3.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446f7595
   [junit4]   2> 1137574 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137574 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DocValuesNotIndexedTest_F2644420F7092010-001/tempDir-001/node2/dv_coll_shard3_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DocValuesNotIndexedTest_F2644420F7092010-001/tempDir-001/node2/./dv_coll_shard3_replica_n4/data/]
   [junit4]   2> 1137612 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137612 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137614 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137614 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137616 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@334af08e[dv_coll_shard2_replica_n2] 
main]
   [junit4]   2> 1137633 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137633 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137634 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137634 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137634 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137635 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137635 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137635 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137636 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137636 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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 
1590310969835257856
   [junit4]   2> 1137637 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@53bc2d1a[dv_coll_shard4_replica_n6] 
main]
   [junit4]   2> 1137638 INFO  
(searcherExecutor-4492-thread-1-processing-n:127.0.0.1:33027_solr 
x:dv_coll_shard2_replica_n2 s:shard2 c:dv_coll r:core_node5) 
[n:127.0.0.1:33027_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@334af08e[dv_coll_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1137662 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137662 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137662 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137664 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137664 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137666 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@59b9ce01[dv_coll_shard3_replica_n4] 
main]
   [junit4]   2> 1137668 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137668 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137670 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137670 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137670 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137670 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137672 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@bd05087[dv_coll_shard1_replica_n1] 
main]
   [junit4]   2> 1137674 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137674 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137675 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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 
1590310969876152320
   [junit4]   2> 1137677 INFO  
(searcherExecutor-4493-thread-1-processing-n:127.0.0.1:33027_solr 
x:dv_coll_shard4_replica_n6 s:shard4 c:dv_coll r:core_node8) 
[n:127.0.0.1:33027_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@53bc2d1a[dv_coll_shard4_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1137680 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137680 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137680 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33027/solr/dv_coll_shard2_replica_n2/
   [junit4]   2> 1137680 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137680 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.SyncStrategy http://127.0.0.1:33027/solr/dv_coll_shard2_replica_n2/ has 
no replicas
   [junit4]   2> 1137680 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137681 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137681 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137682 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137682 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33027/solr/dv_coll_shard4_replica_n6/
   [junit4]   2> 1137682 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137682 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.SyncStrategy http://127.0.0.1:33027/solr/dv_coll_shard4_replica_n6/ has 
no replicas
   [junit4]   2> 1137682 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137682 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137683 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33027/solr/dv_coll_shard2_replica_n2/ shard2
   [junit4]   2> 1137684 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137684 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137684 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137684 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137686 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33027/solr/dv_coll_shard4_replica_n6/ shard4
   [junit4]   2> 1137692 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137693 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137693 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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 
1590310969895026688
   [junit4]   2> 1137696 INFO  
(searcherExecutor-4495-thread-1-processing-n:127.0.0.1:33383_solr 
x:dv_coll_shard1_replica_n1 s:shard1 c:dv_coll r:core_node3) 
[n:127.0.0.1:33383_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@bd05087[dv_coll_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1137696 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137697 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137698 INFO  
(searcherExecutor-4494-thread-1-processing-n:127.0.0.1:33383_solr 
x:dv_coll_shard3_replica_n4 s:shard3 c:dv_coll r:core_node7) 
[n:127.0.0.1:33383_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@59b9ce01[dv_coll_shard3_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1137699 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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 
1590310969901318144
   [junit4]   2> 1137719 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137719 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137719 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33383/solr/dv_coll_shard3_replica_n4/
   [junit4]   2> 1137719 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137719 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.SyncStrategy http://127.0.0.1:33383/solr/dv_coll_shard3_replica_n4/ has 
no replicas
   [junit4]   2> 1137719 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137719 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137719 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137720 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33383/solr/dv_coll_shard1_replica_n1/
   [junit4]   2> 1137720 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137720 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:33383/solr/dv_coll_shard1_replica_n1/ has 
no replicas
   [junit4]   2> 1137720 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137722 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33383/solr/dv_coll_shard1_replica_n1/ shard1
   [junit4]   2> 1137722 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33383/solr/dv_coll_shard3_replica_n4/ shard3
   [junit4]   2> 1137838 INFO  
(zkCallback-2236-thread-2-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_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> 1137838 INFO  
(zkCallback-2238-thread-2-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_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> 1137838 INFO  
(zkCallback-2236-thread-1-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_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> 1137838 INFO  
(zkCallback-2238-thread-1-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_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> 1137878 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1137878 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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> 1137884 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_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=1450
   [junit4]   2> 1137885 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1137887 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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> 1137887 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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=1466
   [junit4]   2> 1137889 INFO  (qtp1396299069-12192) [n:127.0.0.1:33027_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=1448
   [junit4]   2> 1137891 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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=1449
   [junit4]   2> 1137894 INFO  (qtp1396299069-12187) [n:127.0.0.1:33027_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> 1137993 INFO  
(zkCallback-2238-thread-2-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_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> 1137993 INFO  
(zkCallback-2238-thread-1-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_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> 1137994 INFO  
(zkCallback-2236-thread-2-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_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> 1137994 INFO  
(zkCallback-2236-thread-1-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_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> 1138138 INFO  
(OverseerCollectionConfigSetProcessor-99394435498442757-127.0.0.1:33383_solr-n_0000000000)
 [n:127.0.0.1:33383_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> 1138894 INFO  (qtp1396299069-12187) [n:127.0.0.1:33027_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=2781
   [junit4]   2> 1138901 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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> 1138903 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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> 1138905 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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> 1138911 INFO  
(zkCallback-2236-thread-2-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_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> 1138911 INFO  
(zkCallback-2236-thread-3-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_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> 1138911 INFO  
(zkCallback-2238-thread-1-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_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> 1138911 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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> 1138911 INFO  
(zkCallback-2238-thread-2-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_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> 1138911 INFO  
(zkCallback-2236-thread-2-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 1138911 INFO  
(zkCallback-2236-thread-3-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 1138913 INFO  
(zkCallback-2236-thread-2-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_solr    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] 
Schema name=minimal
   [junit4]   2> 1138913 INFO  
(zkCallback-2236-thread-3-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_solr    ] o.a.s.s.IndexSchema [dv_coll_shard3_replica_n4] 
Schema name=minimal
   [junit4]   2> 1138917 INFO  
(zkCallback-2236-thread-3-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1138917 INFO  
(zkCallback-2236-thread-3-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 5 ms
   [junit4]   2> 1138917 INFO  
(zkCallback-2236-thread-2-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1138917 INFO  
(zkCallback-2236-thread-2-processing-n:127.0.0.1:33383_solr) 
[n:127.0.0.1:33383_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 5 ms
   [junit4]   2> 1138917 INFO  
(zkCallback-2238-thread-2-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 1138917 INFO  (Thread-4326) [n:127.0.0.1:33383_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
dv_coll_shard1_replica_n1
   [junit4]   2> 1138919 INFO  
(zkCallback-2238-thread-2-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_solr    ] o.a.s.s.IndexSchema [dv_coll_shard4_replica_n6] 
Schema name=minimal
   [junit4]   2> 1138919 INFO  (Thread-4326) [n:127.0.0.1:33383_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
dv_coll_shard3_replica_n4
   [junit4]   2> 1138923 INFO  
(zkCallback-2238-thread-2-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1138923 INFO  
(zkCallback-2238-thread-2-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 6 ms
   [junit4]   2> 1138925 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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> 1138926 INFO  (Thread-4327) [n:127.0.0.1:33027_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
dv_coll_shard4_replica_n6
   [junit4]   2> 1138926 INFO  (Thread-4327) [n:127.0.0.1:33027_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
dv_coll_shard2_replica_n2
   [junit4]   2> 1138927 INFO  (Thread-4327) [n:127.0.0.1:33027_solr    ] 
o.a.s.c.SolrCore core reload dv_coll_shard2_replica_n2
   [junit4]   2> 1138933 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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> 1138936 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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> 1138936 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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> 1138973 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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_33027.solr.core.dv_coll.shard2.replica_n2' (registry 
'solr.core.dv_coll.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446f7595
   [junit4]   2> 1138973 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DocValuesNotIndexedTest_F2644420F7092010-001/tempDir-001/node1/dv_coll_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DocValuesNotIndexedTest_F2644420F7092010-001/tempDir-001/node1/./dv_coll_shard2_replica_n2/data/]
   [junit4]   2> 1139010 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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> 1139010 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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> 1139012 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7d076fd6[dv_coll_shard2_replica_n2] 
main]
   [junit4]   2> 1139013 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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> 1139013 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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> 1139013 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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> 1139013 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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> 1139013 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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> 1139014 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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 
1590310971280195584
   [junit4]   2> 1139016 INFO  
(searcherExecutor-4512-thread-1-processing-n:127.0.0.1:33027_solr 
x:dv_coll_shard2_replica_n2 s:shard2 c:dv_coll r:core_node5) 
[n:127.0.0.1:33027_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@7d076fd6[dv_coll_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1139017 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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> 1139017 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@e2eb458[dv_coll_shard2_replica_n2] 
main]
   [junit4]   2> 1139018 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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> 1139018 INFO  
(zkCallback-2238-thread-1-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 1139020 INFO  
(searcherExecutor-4512-thread-1-processing-n:127.0.0.1:33027_solr 
x:dv_coll_shard2_replica_n2 s:shard2 c:dv_coll r:core_node5) 
[n:127.0.0.1:33027_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@e2eb458[dv_coll_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1139020 INFO  
(zkCallback-2238-thread-1-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_solr    ] o.a.s.s.IndexSchema [dv_coll_shard2_replica_n2] 
Schema name=minimal
   [junit4]   2> 1139023 INFO  (Thread-4327) [n:127.0.0.1:33027_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1139023 INFO  
(zkCallback-2238-thread-1-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1139024 INFO  
(zkCallback-2238-thread-1-processing-n:127.0.0.1:33027_solr) 
[n:127.0.0.1:33027_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 5 ms
   [junit4]   2> 1139030 INFO  (Thread-4327) [n:127.0.0.1:33027_solr    ] 
o.a.s.s.IndexSchema [dv_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1139034 INFO  (Thread-4327) [n:127.0.0.1:33027_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1139034 INFO  (Thread-4327) [n:127.0.0.1:33027_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard2_replica_n2' using 
configuration from collection dv_coll
   [junit4]   2> 1139046 INFO  (qtp137640639-12258) [n:127.0.0.1:33383_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> 1139046 INFO  (qtp1396299069-12261) [n:127.0.0.1:33027_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> 1139057 INFO  (qtp137640639-12258) [n:127.0.0.1:33383_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> 1139057 INFO  (Thread-4327) [n:127.0.0.1:33027_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_33027.solr.core.dv_coll.shard2.replica_n2' (registry 
'solr.core.dv_coll.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@446f7595
   [junit4]   2> 1139057 INFO  (Thread-4327) [n:127.0.0.1:33027_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 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DocValuesNotIndexedTest_F2644420F7092010-001/tempDir-001/node1/dv_coll_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DocValuesNotIndexedTest_F2644420F7092010-001/tempDir-001/node1/./dv_coll_shard2_replica_n2/data/]
   [junit4]   2> 1139057 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.ManagedIndexSchema Took 39.0ms for 3 replicas to apply schema update 
version 1 for collection dv_coll
   [junit4]   2> 1139057 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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=159
   [junit4]   2> 1139057 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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@7d28fb9c
   [junit4]   2> 1139057 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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=2099837852
   [junit4]   2> 1139057 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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@172255fd: rootName = 
solr_33027, 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@4131bd98
   [junit4]   2> 1139064 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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=2099837852
   [junit4]   2> 1139090 INFO  
(TEST-DocValuesNotIndexedTest.testGroupingDVOnly-seed#[F2644420F7092010]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testGroupingDVOnly
   [junit4]   2> 1139114 INFO  (qtp137640639-12258) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n4]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:33027/solr/dv_coll_shard2_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1590310971365130240)} 0 18
   [junit4]   2> 1139116 INFO  (qtp1396299069-12262) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica_n6]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:33027/solr/dv_coll_shard2_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1590310971365130240)} 0 20
   [junit4]   2> 1139116 INFO  (qtp137640639-12199) [n:127.0.0.1:33383_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=TOLEADER&distrib.from=http://127.0.0.1:33027/solr/dv_coll_shard2_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1590310971365130240)} 0 21
   [junit4]   2> 1139117 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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={wt=javabin&version=2}{deleteByQuery=*:* 
(-1590310971364081664)} 0 26
   [junit4]   2> 1139127 INFO  (qtp137640639-12258) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1590310971398684672,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1139127 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1590310971398684672,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1139127 INFO  (qtp137640639-12258) [n:127.0.0.1:33383_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> 1139127 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1139127 INFO  (qtp1396299069-12189) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1590310971398684672,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1139127 INFO  (qtp137640639-12258) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@788aebda[dv_coll_shard1_replica_n1] 
main]
   [junit4]   2> 1139127 INFO  (qtp1396299069-12189) [n:127.0.0.1:33027_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> 1139127 INFO  (qtp137640639-12253) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1590310971398684672,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1139127 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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> 1139127 INFO  (qtp137640639-12253) [n:127.0.0.1:33383_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> 1139127 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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=http://127.0.0.1:33383/solr/dv_coll_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1139127 INFO  (qtp1396299069-12189) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@39fde5e9[dv_coll_shard4_replica_n6] 
main]
   [junit4]   2> 1139128 INFO  (qtp137640639-12253) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@42c981c1[dv_coll_shard3_replica_n4] 
main]
   [junit4]   2> 1139128 INFO  (qtp137640639-12258) [n:127.0.0.1:33383_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> 1139128 INFO  (qtp1396299069-12189) [n:127.0.0.1:33027_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> 1139128 INFO  (qtp137640639-12253) [n:127.0.0.1:33383_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> 1139129 INFO  
(searcherExecutor-4494-thread-1-processing-n:127.0.0.1:33383_solr 
x:dv_coll_shard3_replica_n4 s:shard3 c:dv_coll r:core_node7) 
[n:127.0.0.1:33383_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@42c981c1[dv_coll_shard3_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1139129 INFO  
(searcherExecutor-4493-thread-1-processing-n:127.0.0.1:33027_solr 
x:dv_coll_shard4_replica_n6 s:shard4 c:dv_coll r:core_node8) 
[n:127.0.0.1:33027_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@39fde5e9[dv_coll_shard4_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1139130 INFO  (qtp137640639-12253) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n4]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33383/solr/dv_coll_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 1139130 INFO  (qtp1396299069-12189) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica_n6]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33383/solr/dv_coll_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 1139129 INFO  
(searcherExecutor-4495-thread-1-processing-n:127.0.0.1:33383_solr 
x:dv_coll_shard1_replica_n1 s:shard1 c:dv_coll r:core_node3) 
[n:127.0.0.1:33383_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@788aebda[dv_coll_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1139130 INFO  (qtp137640639-12258) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33383/solr/dv_coll_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 1139130 INFO  (qtp137640639-12199) [n:127.0.0.1:33383_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&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 11
   [junit4]   2> 1139131 INFO  (Thread-4327) [n:127.0.0.1:33027_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> 1139131 INFO  (Thread-4327) [n:127.0.0.1:33027_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> 1139132 INFO  (Thread-4327) [n:127.0.0.1:33027_solr c:dv_coll 
s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@4e6be2a9[dv_coll_shard2_replica_n2] main]
   [junit4]   2> 1139133 INFO  (Thread-4327) [n:127.0.0.1:33027_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> 1139135 INFO  (Thread-4327) [n:127.0.0.1:33027_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> 1139135 INFO  (Thread-4327) [n:127.0.0.1:33027_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> 1139136 INFO  (Thread-4327) [n:127.0.0.1:33027_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> 1139136 INFO  (Thread-4327) [n:127.0.0.1:33027_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> 1139139 INFO  (qtp1396299069-12196) [n:127.0.0.1:33027_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 
(1590310971404976128), 5 (1590310971408121856), 17 (1590310971409170432), 19 
(1590310971410219008), 21 (1590310971410219009), 23 (1590310971410219010), 25 
(1590310971410219011), 29 (1590310971410219012), 10030 (1590310971410219013), 
33 (1590310971410219014), ... (13 adds)]} 0 5
   [junit4]   2> 1139139 INFO  (qtp137640639-12191) [n:127.0.0.1:33383_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 
(1590310971404976128), 3 (1590310971410219008), 6 (1590310971410219009), 7 
(1590310971410219010), 9 (1590310971410219011), 10010 (1590310971411267584), 18 
(1590310971411267585), 10025 (1590310971411267586), 26 (1590310971411267587), 
30 (1590310971411267588), ... (14 adds)]} 0 6
   [junit4]   2> 1139141 INFO  
(searcherExecutor-4517-thread-1-processing-n:127.0.0.1:33027_solr 
x:dv_coll_shard2_replica_n2 s:shard2 c:dv_coll r:core_node5) 
[n:127.0.0.1:33027_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@4e6be2a9[dv_coll_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1139142 INFO  (qtp137640639-12258) [n:127.0.0.1:33383_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 
(1590310971408121856), 8 (1590310971413364736), 10 (1590310971413364737), 11 
(1590310971413364738), 13 (1590310971413364739), 14 (1590310971413364740), 
10015 (1590310971413364741), 10020 (1590310971413364742), 24 
(1590310971413364743), 27 (1590310971414413312), ... (16 adds)]} 0 6
   [junit4]   2> 1139145 INFO  (Thread-4327) [n:127.0.0.1:33027_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> 1139147 INFO  (qtp1396299069-12200) [n:127.0.0.1:33027_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 
(1590310971408121856), 4 (1590310971412316160), 10005 (1590310971413364736), 12 
(1590310971418607616), 15 (1590310971418607617), 16 (1590310971418607618), 20 
(1590310971418607619), 22 (1590310971418607620), 34 (1590310971418607621), 35 
(1590310971419656192), ... (16 adds)]} 0 11
   [junit4]   2> 1139149 INFO  (qtp1396299069-12198) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1590310971421753344,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1139149 INFO  (qtp1396299069-12262) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1590310971421753344,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1139149 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1590310971421753344,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1139149 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1590310971421753344,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1139150 INFO  (qtp1396299069-12262) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5b0041fd 
commitCommandVersion:1590310971421753344
   [junit4]   2> 1139150 INFO  (qtp1396299069-12198) [n:127.0.0.1:33027_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@b5f7bc4 
commitCommandVersion:1590310971421753344
   [junit4]   2> 1139151 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5c63bbe 
commitCommandVersion:1590310971421753344
   [junit4]   2> 1139151 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1c5c85d2 
commitCommandVersion:1590310971421753344
   [junit4]   2> 1139158 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4f4c7338[dv_coll_shard1_replica_n1] 
main]
   [junit4]   2> 1139159 INFO  (qtp137640639-12190) [n:127.0.0.1:33383_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> 1139163 INFO  (qtp1396299069-12198) [n:127.0.0.1:33027_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7b0c0d6e[dv_coll_shard4_replica_n6] 
main]
   [junit4]   2> 1139164 INFO  (qtp137640639-12188) [n:127.0.0.1:33383_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_repl

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

2>      at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1280953 INFO  (coreCloseExecutor-4418-thread-1) 
[n:127.0.0.1:37309_solr c:.system s:shard1 r:core_node8 
x:.system_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection..system.shard1.leader, tag=1961402838
   [junit4]   2> 1280954 INFO  (coreCloseExecutor-4418-thread-2) 
[n:127.0.0.1:37309_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 
r:core_node8 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n7] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader,
 tag=441597580
   [junit4]   2> 1280954 INFO  
(zkCallback-2196-thread-5-processing-n:127.0.0.1:37309_solr) 
[n:127.0.0.1:37309_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37309_solr
   [junit4]   2> 1280955 INFO  (jetty-closer-2151-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6f4dd5bb{/solr,null,UNAVAILABLE}
   [junit4]   2> 1280955 INFO  (jetty-closer-2151-thread-2) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 1280956 INFO  (jetty-closer-2151-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@55ad544f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1280956 INFO  (jetty-closer-2151-thread-3) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 1282453 INFO  (jetty-closer-2151-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3de34175{/solr,null,UNAVAILABLE}
   [junit4]   2> 1282454 INFO  (jetty-closer-2151-thread-1) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 1282454 ERROR 
(SUITE-AutoscalingHistoryHandlerTest-seed#[F2644420F7092010]-worker) [    ] 
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> 1282454 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F2644420F7092010]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33831 33831
   [junit4]   2> 1287559 INFO  (Thread-2873) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33831 33831
   [junit4]   2> 1287559 WARN  (Thread-2873) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        13      /solr/aliases.json
   [junit4]   2>        5       /solr/configs/.system
   [junit4]   2>        5       /solr/configs/.system/managed-schema
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2>        4       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        56      /solr/collections/.system/state.json
   [junit4]   2>        40      
/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2>        13      /solr/clusterprops.json
   [junit4]   2>        13      /solr/clusterstate.json
   [junit4]   2>        2       
/solr/collections/.system/leader_elect/shard1/election/99394442677714952-core_node3-n_0000000001
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2>        2       
/solr/collections/AutoscalingHistoryHandlerTest_collection/leader_elect/shard1/election/99394442677714952-core_node5-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        13      /solr/live_nodes
   [junit4]   2>        13      /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       
/solr/autoscaling/events/AutoscalingHistoryHandlerTest_node_lost_trigger
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_F2644420F7092010-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{action_s=PostingsFormat(name=Asserting), 
event.source_s=PostingsFormat(name=Direct), 
type=PostingsFormat(name=Asserting), 
before.actions_ss=PostingsFormat(name=Direct), 
event.property._enqueue_time__ss=PostingsFormat(name=Asserting), 
after.actions_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 stage_s=PostingsFormat(name=Asserting), 
event.id_s=BlockTreeOrds(blocksize=128), 
event.property.eventTimes_ss=PostingsFormat(name=Asserting), 
source_s=BlockTreeOrds(blocksize=128), 
event.type_s=PostingsFormat(name=Asserting), 
responses_ts=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 id=BlockTreeOrds(blocksize=128), 
collections_ss=PostingsFormat(name=Asserting), 
operations.params_ts=PostingsFormat(name=Asserting), 
event.property.nodeNames_ss=PostingsFormat(name=Asserting)}, 
docValues:{action_s=DocValuesFormat(name=Direct), 
context_str=DocValuesFormat(name=Lucene70), 
event_str=DocValuesFormat(name=Asserting), 
event.source_s=DocValuesFormat(name=Lucene70), 
type=DocValuesFormat(name=Direct), 
event.property._enqueue_time__ss=DocValuesFormat(name=Direct), 
before.actions_ss=DocValuesFormat(name=Lucene70), 
after.actions_ss=DocValuesFormat(name=Asserting), 
stage_s=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Direct), 
event.id_s=DocValuesFormat(name=Lucene70), 
event.property.eventTimes_ss=DocValuesFormat(name=Direct), 
source_s=DocValuesFormat(name=Lucene70), 
event.type_s=DocValuesFormat(name=Direct), 
responses_ts=DocValuesFormat(name=Asserting), 
event.time_l=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene70), 
operations.params_ts=DocValuesFormat(name=Direct), 
collections_ss=DocValuesFormat(name=Direct), 
event.property.nodeNames_ss=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1989, 
maxMBSortInHeap=5.719383594035442, sim=RandomSimilarity(queryNorm=true): {}, 
locale=fi, timezone=America/Argentina/Cordoba
   [junit4]   2> NOTE: Linux 4.13.0-26-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=116667816,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [FileUtilsTest, 
TestUtilizeNode, TestBM25SimilarityFactory, PrimUtilsTest, LoggingHandlerTest, 
TestCloudInspectUtil, RulesTest, SearchHandlerTest, 
TestJavabinTupleStreamParser, OverseerTest, HLLUtilTest, TermsComponentTest, 
CurrencyFieldTypeTest, ConnectionManagerTest, 
HdfsCollectionsAPIDistributedZkTest, CdcrRequestHandlerTest, 
TestComputePlanAction, ComputePlanActionTest, MoveReplicaHDFSFailoverTest, 
SOLR749Test, TestAddFieldRealTimeGet, TestTriggerIntegration, 
FieldMutatingUpdateProcessorTest, TestDFISimilarityFactory, TestReload, 
BigEndianAscendingWordDeserializerTest, TestLegacyField, 
TestComplexPhraseQParserPlugin, AsyncCallRequestStatusResponseTest, 
SolrInfoBeanTest, TestNumericRangeQuery64, SolrXmlInZkTest, 
TestSweetSpotSimilarityFactory, TestLRUCache, BadCopyFieldTest, 
PeerSyncReplicationTest, ExplicitHLLTest, SyncSliceTest, 
TestImplicitCoreProperties, TestTlogReplica, XsltUpdateRequestHandlerTest, 
TestSchemaVersionResource, TestExactSharedStatsCache, 
TestFieldCacheVsDocValues, TestFunctionQuery, QueryParsingTest, 
TestPerFieldSimilarity, TestRestManager, TestNumericTerms32, 
AutoAddReplicasIntegrationTest, QueryResultKeyTest, 
DeleteLastCustomShardedReplicaTest, DataDrivenBlockJoinTest, 
SystemInfoHandlerTest, DOMUtilTest, ChaosMonkeySafeLeaderTest, 
HttpTriggerListenerTest, TestInPlaceUpdatesDistrib, GraphQueryTest, 
TestQueryWrapperFilter, ScriptEngineTest, TestObjectReleaseTracker, 
TestTestInjection, BlockDirectoryTest, CollectionsAPIDistributedZkTest, 
AtomicUpdatesTest, TestSolrJ, ZkControllerTest, 
TestEmbeddedSolrServerAdminHandler, TestSearchPerf, TestReqParamsAPI, 
AlternateDirectoryTest, TestFoldingMultitermQuery, 
TimeRoutedAliasUpdateProcessorTest, TestUseDocValuesAsStored2, 
LegacyCloudClusterPropTest, RollingRestartTest, BasicAuthIntegrationTest, 
BasicFunctionalityTest, TestDistributedStatsComponentCardinality, 
TestSolrCloudWithDelegationTokens, HdfsRestartWhileUpdatingTest, 
SignatureUpdateProcessorFactoryTest, BasicZkTest, CollectionReloadTest, 
TestSurroundQueryParser, QueryElevationComponentTest, 
SchemaVersionSpecificBehaviorTest, ReplaceNodeTest, TestSimpleTextCodec, 
BadComponentTest, TestSchemaManager, HdfsNNFailoverTest, TestExportWriter, 
TestReplicationHandler, TestFastLRUCache, TestLeaderElectionWithEmptyReplica, 
TestJettySolrRunner, HdfsLockFactoryTest, TestPostingsSolrHighlighter, 
StatsReloadRaceTest, TestManagedSchemaAPI, AutoscalingHistoryHandlerTest]
   [junit4] Completed [336/767 (2!)] on J1 in 42.39s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 1429 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/temp/junit4-J1-20180122_161307_9268332566178779206077.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/heapdumps/java_pid3867.hprof ...
   [junit4] Heap dump file created [344224185 bytes in 0.816 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 8600 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:836: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:788: Some of the tests 
produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? 
Dumps created:
* java_pid3867.hprof

Total time: 81 minutes 34 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to