Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6666/
Java: 32bit/jdk1.8.0_131 -client -XX:+UseG1GC

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

Error Message:
Did not find the expected number of groups for field intGSF expected:<4> but 
was:<3>

Stack Trace:
java.lang.AssertionError: Did not find the expected number of groups for field 
intGSF expected:<4> but was:<3>
        at 
__randomizedtesting.SeedInfo.seed([2A5FE275F7553291:F4E839FD12047254]: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.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDocAbsent(DocValuesNotIndexedTest.java:304)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.core.DirectoryFactoryTest.testGetDataHome

Error Message:
expected:<[/tmp/inst1/]data> but was:<[C:\tmp\inst1\]data>

Stack Trace:
org.junit.ComparisonFailure: expected:<[/tmp/inst1/]data> but 
was:<[C:\tmp\inst1\]data>
        at 
__randomizedtesting.SeedInfo.seed([2A5FE275F7553291:B6393EAEAFDD35D2]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.core.DirectoryFactoryTest.testGetDataHome(DirectoryFactoryTest.java:58)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
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 12604 lines...]
   [junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\init-core-data-001
   [junit4]   2> 2167626 WARN  
(SUITE-DocValuesNotIndexedTest-seed#[2A5FE275F7553291]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 2167628 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[2A5FE275F7553291]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 2167637 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[2A5FE275F7553291]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2167639 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[2A5FE275F7553291]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\tempDir-001
   [junit4]   2> 2167640 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[2A5FE275F7553291]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2167641 INFO  (Thread-3744) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2167642 INFO  (Thread-3744) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2167652 ERROR (Thread-3744) [    ] 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> 2167743 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[2A5FE275F7553291]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:59795
   [junit4]   2> 2167758 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc82bdf760000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2167768 INFO  (jetty-launcher-3957-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2167769 INFO  (jetty-launcher-3957-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14d162f{/solr,null,AVAILABLE}
   [junit4]   2> 2167768 INFO  (jetty-launcher-3957-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2167775 INFO  (jetty-launcher-3957-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@f55a9c{/solr,null,AVAILABLE}
   [junit4]   2> 2167771 INFO  (jetty-launcher-3957-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@255642{HTTP/1.1,[http/1.1]}{127.0.0.1:59799}
   [junit4]   2> 2167777 INFO  (jetty-launcher-3957-thread-2) [    ] 
o.e.j.s.Server Started @2170459ms
   [junit4]   2> 2167777 INFO  (jetty-launcher-3957-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59799}
   [junit4]   2> 2167777 INFO  (jetty-launcher-3957-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1724cef{HTTP/1.1,[http/1.1]}{127.0.0.1:59802}
   [junit4]   2> 2167778 ERROR (jetty-launcher-3957-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2167778 INFO  (jetty-launcher-3957-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2167778 INFO  (jetty-launcher-3957-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2167779 INFO  (jetty-launcher-3957-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2167779 INFO  (jetty-launcher-3957-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-21T01:02:17.591Z
   [junit4]   2> 2167778 INFO  (jetty-launcher-3957-thread-1) [    ] 
o.e.j.s.Server Started @2170460ms
   [junit4]   2> 2167779 INFO  (jetty-launcher-3957-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59802}
   [junit4]   2> 2167779 ERROR (jetty-launcher-3957-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2167779 INFO  (jetty-launcher-3957-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2167779 INFO  (jetty-launcher-3957-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2167779 INFO  (jetty-launcher-3957-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2167780 INFO  (jetty-launcher-3957-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-21T01:02:17.591Z
   [junit4]   2> 2167798 INFO  (jetty-launcher-3957-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2167805 INFO  (jetty-launcher-3957-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2167819 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc82bdf760002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2167828 INFO  (jetty-launcher-3957-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59795/solr
   [junit4]   2> 2167830 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc82bdf760001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2167837 INFO  (jetty-launcher-3957-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59795/solr
   [junit4]   2> 2167845 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc82bdf760003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2167912 INFO  (jetty-launcher-3957-thread-2) 
[n:127.0.0.1:59799_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2167912 INFO  (jetty-launcher-3957-thread-1) 
[n:127.0.0.1:59802_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2167914 INFO  (jetty-launcher-3957-thread-2) 
[n:127.0.0.1:59799_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:59799_solr
   [junit4]   2> 2167915 INFO  (jetty-launcher-3957-thread-1) 
[n:127.0.0.1:59802_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59802_solr
   [junit4]   2> 2167921 INFO  
(zkCallback-3969-thread-1-processing-n:127.0.0.1:59799_solr) 
[n:127.0.0.1:59799_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2167922 INFO  (jetty-launcher-3957-thread-2) 
[n:127.0.0.1:59799_solr    ] o.a.s.c.Overseer Overseer 
(id=98173382653509638-127.0.0.1:59799_solr-n_0000000000) starting
   [junit4]   2> 2167924 INFO  
(zkCallback-3968-thread-1-processing-n:127.0.0.1:59802_solr) 
[n:127.0.0.1:59802_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2167974 INFO  (jetty-launcher-3957-thread-2) 
[n:127.0.0.1:59799_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59799_solr
   [junit4]   2> 2167986 INFO  
(zkCallback-3968-thread-1-processing-n:127.0.0.1:59802_solr) 
[n:127.0.0.1:59802_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2167986 INFO  
(zkCallback-3969-thread-1-processing-n:127.0.0.1:59799_solr) 
[n:127.0.0.1:59799_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2168623 INFO  (jetty-launcher-3957-thread-2) 
[n:127.0.0.1:59799_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59799.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1928ff5
   [junit4]   2> 2168628 INFO  (jetty-launcher-3957-thread-1) 
[n:127.0.0.1:59802_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59802.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1928ff5
   [junit4]   2> 2168639 INFO  (jetty-launcher-3957-thread-2) 
[n:127.0.0.1:59799_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59799.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1928ff5
   [junit4]   2> 2168640 INFO  (jetty-launcher-3957-thread-2) 
[n:127.0.0.1:59799_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59799.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1928ff5
   [junit4]   2> 2168642 INFO  (jetty-launcher-3957-thread-1) 
[n:127.0.0.1:59802_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59802.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1928ff5
   [junit4]   2> 2168642 INFO  (jetty-launcher-3957-thread-1) 
[n:127.0.0.1:59802_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59802.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1928ff5
   [junit4]   2> 2168643 INFO  (jetty-launcher-3957-thread-2) 
[n:127.0.0.1:59799_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\tempDir-001\node1\.
   [junit4]   2> 2168645 INFO  (jetty-launcher-3957-thread-1) 
[n:127.0.0.1:59802_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\tempDir-001\node2\.
   [junit4]   2> 2168801 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cc82bdf760007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2168815 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[2A5FE275F7553291]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2168817 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[2A5FE275F7553291]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59795/solr ready
   [junit4]   2> 2168831 INFO  (qtp1304156-20057) [n:127.0.0.1:59802_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> 2168840 INFO  
(OverseerThreadFactory-8280-thread-1-processing-n:127.0.0.1:59799_solr) 
[n:127.0.0.1:59799_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
dv_coll
   [junit4]   2> 2168958 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2168963 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2168969 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2168973 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2168974 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&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> 2168981 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2169106 INFO  
(zkCallback-3969-thread-1-processing-n:127.0.0.1:59799_solr) 
[n:127.0.0.1:59799_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> 2169106 INFO  
(zkCallback-3968-thread-1-processing-n:127.0.0.1:59802_solr) 
[n:127.0.0.1:59802_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> 2170053 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2170061 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2170073 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2170085 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.s.IndexSchema 
[dv_coll_shard3_replica_n1] Schema name=minimal
   [junit4]   2> 2170090 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.s.IndexSchema 
[dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2170101 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2170101 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  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> 2170103 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_59802.solr.core.dv_coll.shard1.replica_n1' (registry 
'solr.core.dv_coll.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1928ff5
   [junit4]   2> 2170103 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2170105 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore 
[[dv_coll_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\tempDir-001\node2\dv_coll_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\tempDir-001\node2\.\dv_coll_shard1_replica_n1\data\]
   [junit4]   2> 2170108 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.s.IndexSchema 
[dv_coll_shard4_replica_n1] Schema name=minimal
   [junit4]   2> 2170110 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2170110 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'dv_coll_shard3_replica_n1' using configuration from collection 
dv_coll, trusted=true
   [junit4]   2> 2170110 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_59802.solr.core.dv_coll.shard3.replica_n1' (registry 
'solr.core.dv_coll.shard3.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1928ff5
   [junit4]   2> 2170110 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2170111 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.c.SolrCore 
[[dv_coll_shard3_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\tempDir-001\node2\dv_coll_shard3_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\tempDir-001\node2\.\dv_coll_shard3_replica_n1\data\]
   [junit4]   2> 2170112 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2170113 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'dv_coll_shard4_replica_n1' using configuration from collection 
dv_coll, trusted=true
   [junit4]   2> 2170113 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_59799.solr.core.dv_coll.shard4.replica_n1' (registry 
'solr.core.dv_coll.shard4.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1928ff5
   [junit4]   2> 2170114 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2170115 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.c.SolrCore 
[[dv_coll_shard4_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\tempDir-001\node1\dv_coll_shard4_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\tempDir-001\node1\.\dv_coll_shard4_replica_n1\data\]
   [junit4]   2> 2170136 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2170156 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.s.IndexSchema 
[dv_coll_shard2_replica_n1] Schema name=minimal
   [junit4]   2> 2170160 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2170160 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'dv_coll_shard2_replica_n1' using configuration from collection 
dv_coll, trusted=true
   [junit4]   2> 2170163 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_59799.solr.core.dv_coll.shard2.replica_n1' (registry 
'solr.core.dv_coll.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1928ff5
   [junit4]   2> 2170163 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2170165 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.c.SolrCore 
[[dv_coll_shard2_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\tempDir-001\node1\dv_coll_shard2_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\tempDir-001\node1\.\dv_coll_shard2_replica_n1\data\]
   [junit4]   2> 2170517 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2170517 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  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> 2170520 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2170520 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2170575 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1bc7921[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2170578 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2170579 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  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> 2170579 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  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> 2170580 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader 
Current schema version 0 is already the latest
   [junit4]   2> 2170581 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 2170582 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570774125530578944
   [junit4]   2> 2170594 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2170594 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2170594 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:59802/solr/dv_coll_shard1_replica_n1/
   [junit4]   2> 2170594 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 2170595 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:59802/solr/dv_coll_shard1_replica_n1/ has no replicas
   [junit4]   2> 2170595 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2170602 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:59802/solr/dv_coll_shard1_replica_n1/ shard1
   [junit4]   2> 2170615 INFO  
(searcherExecutor-8285-thread-1-processing-n:127.0.0.1:59802_solr 
x:dv_coll_shard1_replica_n1 s:shard1 c:dv_coll) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore 
[dv_coll_shard1_replica_n1] Registered new searcher 
Searcher@1bc7921[dv_coll_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2170619 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2170619 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2170625 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2170626 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2170670 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1d02feb[dv_coll_shard3_replica_n1] main]
   [junit4]   2> 2170673 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2170674 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2170674 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.s.ZkIndexSchemaReader 
Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2170675 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.s.ZkIndexSchemaReader 
Current schema version 0 is already the latest
   [junit4]   2> 2170677 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 2170681 INFO  
(searcherExecutor-8286-thread-1-processing-n:127.0.0.1:59802_solr 
x:dv_coll_shard3_replica_n1 s:shard3 c:dv_coll) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.c.SolrCore 
[dv_coll_shard3_replica_n1] Registered new searcher 
Searcher@1d02feb[dv_coll_shard3_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2170682 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570774125635436544
   [junit4]   2> 2170692 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2170692 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2170692 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:59802/solr/dv_coll_shard3_replica_n1/
   [junit4]   2> 2170692 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 2170693 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:59802/solr/dv_coll_shard3_replica_n1/ has no replicas
   [junit4]   2> 2170693 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2170697 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2170698 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2170704 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2170704 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2170712 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:59802/solr/dv_coll_shard3_replica_n1/ shard3
   [junit4]   2> 2170717 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@3b3b4a[dv_coll_shard2_replica_n1] main]
   [junit4]   2> 2170722 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2170724 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2170724 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.s.ZkIndexSchemaReader 
Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2170727 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.s.ZkIndexSchemaReader 
Current schema version 0 is already the latest
   [junit4]   2> 2170729 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 2170730 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570774125685768192
   [junit4]   2> 2170744 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2170745 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2170745 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:59799/solr/dv_coll_shard2_replica_n1/
   [junit4]   2> 2170745 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 2170745 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:59799/solr/dv_coll_shard2_replica_n1/ has no replicas
   [junit4]   2> 2170746 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2170754 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:59799/solr/dv_coll_shard2_replica_n1/ shard2
   [junit4]   2> 2170766 INFO  
(searcherExecutor-8288-thread-1-processing-n:127.0.0.1:59799_solr 
x:dv_coll_shard2_replica_n1 s:shard2 c:dv_coll) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.c.SolrCore 
[dv_coll_shard2_replica_n1] Registered new searcher 
Searcher@3b3b4a[dv_coll_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2170865 INFO  
(zkCallback-3968-thread-1-processing-n:127.0.0.1:59802_solr) 
[n:127.0.0.1:59802_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> 2170866 INFO  
(zkCallback-3969-thread-1-processing-n:127.0.0.1:59799_solr) 
[n:127.0.0.1:59799_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> 2170877 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 2170878 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2170879 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2170883 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2170884 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2170905 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&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=1931
   [junit4]   2> 2170907 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 2170918 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@128a8df[dv_coll_shard4_replica_n1] main]
   [junit4]   2> 2170923 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2170924 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2170924 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.s.ZkIndexSchemaReader 
Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 2170925 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.s.ZkIndexSchemaReader 
Current schema version 0 is already the latest
   [junit4]   2> 2170925 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 2170927 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 2170928 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570774125893386240
   [junit4]   2> 2170933 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1952
   [junit4]   2> 2170943 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2170943 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2170943 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:59799/solr/dv_coll_shard4_replica_n1/
   [junit4]   2> 2170943 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 2170943 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:59799/solr/dv_coll_shard4_replica_n1/ has no replicas
   [junit4]   2> 2170944 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2170951 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:59799/solr/dv_coll_shard4_replica_n1/ shard4
   [junit4]   2> 2170954 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1993
   [junit4]   2> 2170960 INFO  
(searcherExecutor-8287-thread-1-processing-n:127.0.0.1:59799_solr 
x:dv_coll_shard4_replica_n1 s:shard4 c:dv_coll) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.c.SolrCore 
[dv_coll_shard4_replica_n1] Registered new searcher 
Searcher@128a8df[dv_coll_shard4_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2171059 INFO  
(zkCallback-3968-thread-1-processing-n:127.0.0.1:59802_solr) 
[n:127.0.0.1:59802_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> 2171060 INFO  
(zkCallback-3969-thread-1-processing-n:127.0.0.1:59799_solr) 
[n:127.0.0.1:59799_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> 2171105 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 2171117 INFO  (qtp27972832-20041) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2148
   [junit4]   2> 2171128 INFO  (qtp1304156-20057) [n:127.0.0.1:59802_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> 2171221 INFO  
(zkCallback-3968-thread-1-processing-n:127.0.0.1:59802_solr) 
[n:127.0.0.1:59802_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> 2171221 INFO  
(zkCallback-3969-thread-1-processing-n:127.0.0.1:59799_solr) 
[n:127.0.0.1:59799_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> 2172129 INFO  (qtp1304156-20057) [n:127.0.0.1:59802_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=3297
   [junit4]   2> 2172140 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 2172153 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.s.IndexSchema [dv_coll_shard3_replica_n1] Schema name=minimal
   [junit4]   2> 2172160 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2172173 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.c.ZkController Persisted config data to node 
/configs/conf1/managed-schema 
   [junit4]   2> 2172174 INFO  
(zkCallback-3968-thread-1-processing-n:127.0.0.1:59802_solr) 
[n:127.0.0.1:59802_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> 2172174 INFO  
(zkCallback-3969-thread-1-processing-n:127.0.0.1:59799_solr) 
[n:127.0.0.1:59799_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> 2172176 INFO  
(zkCallback-3969-thread-1-processing-n:127.0.0.1:59799_solr) 
[n:127.0.0.1:59799_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 2172180 INFO  
(zkCallback-3969-thread-2-processing-n:127.0.0.1:59799_solr) 
[n:127.0.0.1:59799_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> 2172180 INFO  
(zkCallback-3969-thread-2-processing-n:127.0.0.1:59799_solr) 
[n:127.0.0.1:59799_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 2172182 INFO  
(zkCallback-3969-thread-1-processing-n:127.0.0.1:59799_solr) 
[n:127.0.0.1:59799_solr    ] o.a.s.s.IndexSchema [dv_coll_shard2_replica_n1] 
Schema name=minimal
   [junit4]   2> 2172187 INFO  
(zkCallback-3968-thread-2-processing-n:127.0.0.1:59802_solr) 
[n:127.0.0.1:59802_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> 2172189 INFO  
(zkCallback-3969-thread-2-processing-n:127.0.0.1:59799_solr) 
[n:127.0.0.1:59799_solr    ] o.a.s.s.IndexSchema [dv_coll_shard4_replica_n1] 
Schema name=minimal
   [junit4]   2> 2172191 INFO  
(zkCallback-3968-thread-2-processing-n:127.0.0.1:59802_solr) 
[n:127.0.0.1:59802_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 2172195 INFO  
(zkCallback-3969-thread-1-processing-n:127.0.0.1:59799_solr) 
[n:127.0.0.1:59799_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 2172196 INFO  
(zkCallback-3969-thread-1-processing-n:127.0.0.1:59799_solr) 
[n:127.0.0.1:59799_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 20 ms
   [junit4]   2> 2172196 INFO  
(zkCallback-3968-thread-2-processing-n:127.0.0.1:59802_solr) 
[n:127.0.0.1:59802_solr    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] 
Schema name=minimal
   [junit4]   2> 2172199 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2172201 INFO  
(zkCallback-3969-thread-2-processing-n:127.0.0.1:59799_solr) 
[n:127.0.0.1:59799_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 2172202 INFO  
(zkCallback-3969-thread-2-processing-n:127.0.0.1:59799_solr) 
[n:127.0.0.1:59799_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 21 ms
   [junit4]   2> 2172206 INFO  (Thread-3769) [n:127.0.0.1:59802_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
dv_coll_shard1_replica_n1
   [junit4]   2> 2172206 INFO  
(zkCallback-3968-thread-2-processing-n:127.0.0.1:59802_solr) 
[n:127.0.0.1:59802_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 2172206 INFO  
(zkCallback-3968-thread-2-processing-n:127.0.0.1:59802_solr) 
[n:127.0.0.1:59802_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 15 ms
   [junit4]   2> 2172207 INFO  (Thread-3770) [n:127.0.0.1:59799_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
dv_coll_shard4_replica_n1
   [junit4]   2> 2172207 INFO  (Thread-3769) [n:127.0.0.1:59802_solr    ] 
o.a.s.c.SolrCore core reload dv_coll_shard1_replica_n1
   [junit4]   2> 2172209 INFO  (Thread-3770) [n:127.0.0.1:59799_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
dv_coll_shard2_replica_n1
   [junit4]   2> 2172212 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.s.IndexSchema [dv_coll_shard3_replica_n1] Schema name=minimal
   [junit4]   2> 2172221 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2172221 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard3_replica_n1' using 
configuration from collection dv_coll
   [junit4]   2> 2172258 INFO  (Thread-3769) [n:127.0.0.1:59802_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2172270 INFO  (Thread-3769) [n:127.0.0.1:59802_solr    ] 
o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2172275 INFO  (Thread-3769) [n:127.0.0.1:59802_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2172275 INFO  (Thread-3769) [n:127.0.0.1:59802_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard1_replica_n1' using 
configuration from collection dv_coll
   [junit4]   2> 2172276 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59802.solr.core.dv_coll.shard3.replica_n1' (registry 
'solr.core.dv_coll.shard3.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1928ff5
   [junit4]   2> 2172276 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] o.a.s.c.SolrCore 
[[dv_coll_shard3_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\tempDir-001\node2\dv_coll_shard3_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\tempDir-001\node2\.\dv_coll_shard3_replica_n1\data\]
   [junit4]   2> 2172293 INFO  (Thread-3769) [n:127.0.0.1:59802_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_59802.solr.core.dv_coll.shard1.replica_n1' (registry 
'solr.core.dv_coll.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1928ff5
   [junit4]   2> 2172293 INFO  (Thread-3769) [n:127.0.0.1:59802_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 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\tempDir-001\node2\dv_coll_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\tempDir-001\node2\.\dv_coll_shard1_replica_n1\data\]
   [junit4]   2> 2172445 INFO  (Thread-3769) [n:127.0.0.1:59802_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> 2172446 INFO  (Thread-3769) [n:127.0.0.1:59802_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> 2172446 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2172446 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2172447 INFO  (Thread-3769) [n:127.0.0.1:59802_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@b5acb1[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2172448 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@90ef3d[dv_coll_shard3_replica_n1] 
main]
   [junit4]   2> 2172449 INFO  (Thread-3769) [n:127.0.0.1:59802_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> 2172450 INFO  (Thread-3769) [n:127.0.0.1:59802_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> 2172450 INFO  (Thread-3769) [n:127.0.0.1:59802_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> 2172451 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2172451 INFO  (Thread-3769) [n:127.0.0.1:59802_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader 
Current schema version 1 is already the latest
   [junit4]   2> 2172452 INFO  (Thread-3769) [n:127.0.0.1:59802_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 2172452 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2172452 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 2172452 INFO  (Thread-3769) [n:127.0.0.1:59802_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 1570774127491416064
   [junit4]   2> 2172453 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 2172454 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2172454 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1570774127493513216
   [junit4]   2> 2172455 INFO  
(searcherExecutor-8306-thread-1-processing-n:127.0.0.1:59802_solr 
x:dv_coll_shard1_replica_n1 s:shard1 c:dv_coll r:core_node3) 
[n:127.0.0.1:59802_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@b5acb1[dv_coll_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2172457 INFO  
(searcherExecutor-8305-thread-1-processing-n:127.0.0.1:59802_solr 
x:dv_coll_shard3_replica_n1 s:shard3 c:dv_coll r:core_node1) 
[n:127.0.0.1:59802_solr c:dv_coll s:shard3 r:core_node1 
x:dv_coll_shard3_replica_n1] o.a.s.c.SolrCore [dv_coll_shard3_replica_n1] 
Registered new searcher Searcher@90ef3d[dv_coll_shard3_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2172458 INFO  (Thread-3769) [n:127.0.0.1:59802_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState 
New IndexWriter is ready to be used.
   [junit4]   2> 2172458 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2172458 INFO  (Thread-3769) [n:127.0.0.1:59802_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@963ed3[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 2172458 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@9f371c[dv_coll_shard3_replica_n1] 
main]
   [junit4]   2> 2172459 INFO  (Thread-3769) [n:127.0.0.1:59802_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore 
[dv_coll_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@174f531
   [junit4]   2> 2172460 INFO  (Thread-3769) [n:127.0.0.1:59802_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.m.SolrMetricManager 
Closing metric reporters for registry=solr.core.dv_coll.shard1.replica_n1, 
tag=24442161
   [junit4]   2> 2172461 INFO  
(searcherExecutor-8306-thread-1-processing-n:127.0.0.1:59802_solr 
x:dv_coll_shard1_replica_n1 s:shard1 c:dv_coll r:core_node3) 
[n:127.0.0.1:59802_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@963ed3[dv_coll_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2172465 INFO  (Thread-3769) [n:127.0.0.1:59802_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.m.SolrMetricManager 
Closing metric reporters for registry=solr.collection.dv_coll.shard1.leader, 
tag=24442161
   [junit4]   2> 2172465 INFO  (Thread-3769) [n:127.0.0.1:59802_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore config 
update listener called for core dv_coll_shard3_replica_n1
   [junit4]   2> 2172467 INFO  
(searcherExecutor-8305-thread-1-processing-n:127.0.0.1:59802_solr 
x:dv_coll_shard3_replica_n1 s:shard3 c:dv_coll r:core_node1) 
[n:127.0.0.1:59802_solr c:dv_coll s:shard3 r:core_node1 
x:dv_coll_shard3_replica_n1] o.a.s.c.SolrCore [dv_coll_shard3_replica_n1] 
Registered new searcher Searcher@9f371c[dv_coll_shard3_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2172467 INFO  (Thread-3769) [n:127.0.0.1:59802_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore core reload 
dv_coll_shard3_replica_n1
   [junit4]   2> 2172468 INFO  
(zkCallback-3968-thread-1-processing-n:127.0.0.1:59802_solr) 
[n:127.0.0.1:59802_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 2172469 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
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> 2172483 INFO  
(zkCallback-3968-thread-1-processing-n:127.0.0.1:59802_solr) 
[n:127.0.0.1:59802_solr    ] o.a.s.s.IndexSchema [dv_coll_shard3_replica_n1] 
Schema name=minimal
   [junit4]   2> 2172486 INFO  (Thread-3769) [n:127.0.0.1:59802_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2172490 INFO  
(zkCallback-3968-thread-1-processing-n:127.0.0.1:59802_solr) 
[n:127.0.0.1:59802_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 2172490 INFO  
(zkCallback-3968-thread-1-processing-n:127.0.0.1:59802_solr) 
[n:127.0.0.1:59802_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 22 ms
   [junit4]   2> 2172493 INFO  (qtp27972832-20047) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica_n1] o.a.s.c.S.Request 
[dv_coll_shard4_replica_n1]  webapp=/solr path=/schema/zkversion 
params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2172494 INFO  (qtp27972832-20046) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica_n1] o.a.s.c.S.Request 
[dv_coll_shard2_replica_n1]  webapp=/solr path=/schema/zkversion 
params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2172498 INFO  (Thread-3769) [n:127.0.0.1:59802_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.s.IndexSchema 
[dv_coll_shard3_replica_n1] Schema name=minimal
   [junit4]   2> 2172498 INFO  (qtp1304156-20067) [n:127.0.0.1:59802_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> 2172499 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.s.ManagedIndexSchema Took 30.0ms for 3 replicas to apply schema update 
version 1 for collection dv_coll
   [junit4]   2> 2172500 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] o.a.s.c.S.Request 
[dv_coll_shard3_replica_n1]  webapp=/solr path=/schema 
params={wt=javabin&version=2} status=0 QTime=361
   [junit4]   2> 2172500 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] o.a.s.c.SolrCore 
[dv_coll_shard3_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1930efa
   [junit4]   2> 2172500 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.dv_coll.shard3.replica_n1, tag=26414842
   [junit4]   2> 2172504 INFO  (Thread-3769) [n:127.0.0.1:59802_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> 2172504 INFO  (Thread-3769) [n:127.0.0.1:59802_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.CoreContainer 
Reloading SolrCore 'dv_coll_shard3_replica_n1' using configuration from 
collection dv_coll
   [junit4]   2> 2172506 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.dv_coll.shard3.leader, tag=26414842
   [junit4]   2> 2172548 INFO  
(TEST-DocValuesNotIndexedTest.testDistribFaceting-seed#[2A5FE275F7553291]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testDistribFaceting
   [junit4]   2> 2172554 INFO  (Thread-3769) [n:127.0.0.1:59802_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_59802.solr.core.dv_coll.shard3.replica_n1' (registry 
'solr.core.dv_coll.shard3.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1928ff5
   [junit4]   2> 2172554 INFO  (Thread-3769) [n:127.0.0.1:59802_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore 
[[dv_coll_shard3_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\tempDir-001\node2\dv_coll_shard3_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.DocValuesNotIndexedTest_2A5FE275F7553291-001\tempDir-001\node2\.\dv_coll_shard3_replica_n1\data\]
   [junit4]   2> 2172561 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_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:59802/solr/dv_coll_shard3_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1570774127600467968)} 0 4
   [junit4]   2> 2172567 INFO  (qtp27972832-20043) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica_n1]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:59802/solr/dv_coll_shard3_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1570774127608856576)} 0 4
   [junit4]   2> 2172573 INFO  (qtp27972832-20063) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica_n1]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:59802/solr/dv_coll_shard3_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1570774127615148032)} 0 4
   [junit4]   2> 2172575 INFO  (qtp1304156-20066) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1570774127594176512)} 0 25
   [junit4]   2> 2172580 INFO  (qtp1304156-20057) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570774127625633792,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2172581 INFO  (qtp1304156-20057) [n:127.0.0.1:59802_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> 2172584 INFO  (qtp1304156-20050) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570774127629828096,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2172584 INFO  (qtp1304156-20050) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2172584 INFO  (qtp1304156-20050) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2172585 INFO  (qtp1304156-20050) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_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:59802/solr/dv_coll_shard3_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 2172586 INFO  (qtp1304156-20057) [n:127.0.0.1:59802_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> 2172586 INFO  (qtp1304156-20057) [n:127.0.0.1:59802_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:59802/solr/dv_coll_shard3_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 6
   [junit4]   2> 2172587 INFO  (qtp27972832-20063) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570774127632973824,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2172587 INFO  (qtp27972832-20063) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2172588 INFO  (qtp27972832-20063) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7fddc8[dv_coll_shard2_replica_n1] 
main]
   [junit4]   2> 2172589 INFO  (qtp27972832-20063) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2172591 INFO  
(searcherExecutor-8288-thread-1-processing-n:127.0.0.1:59799_solr 
x:dv_coll_shard2_replica_n1 s:shard2 c:dv_coll r:core_node4) 
[n:127.0.0.1:59799_solr c:dv_coll s:shard2 r:core_node4 
x:dv_coll_shard2_replica_n1] o.a.s.c.SolrCore [dv_coll_shard2_replica_n1] 
Registered new searcher Searcher@7fddc8[dv_coll_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2172591 INFO  (qtp27972832-20063) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_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:59802/solr/dv_coll_shard3_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 5
   [junit4]   2> 2172591 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570774127637168128,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2172591 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2172592 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1350b81[dv_coll_shard4_replica_n1] 
main]
   [junit4]   2> 2172592 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2172594 INFO  
(searcherExecutor-8287-thread-1-processing-n:127.0.0.1:59799_solr 
x:dv_coll_shard4_replica_n1 s:shard4 c:dv_coll r:core_node2) 
[n:127.0.0.1:59799_solr c:dv_coll s:shard4 r:core_node2 
x:dv_coll_shard4_replica_n1] o.a.s.c.SolrCore [dv_coll_shard4_replica_n1] 
Registered new searcher Searcher@1350b81[dv_coll_shard4_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2172595 INFO  (qtp27972832-20048) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_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:59802/solr/dv_coll_shard3_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 2172595 INFO  (qtp1304156-20053) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n1]  webapp=/solr 
path=/update 
params={_stateVer_=dv_coll:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 18
   [junit4]   2> 2172617 INFO  (qtp1304156-20067) [n:127.0.0.1:59802_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 
(1570774127646605312)]} 0 17
   [junit4]   2> 2172625 INFO  (qtp1304156-20068) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570774127672819712,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2172625 INFO  (qtp1304156-20068) [n:127.0.0.1:59802_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@871e 
commitCommandVersion:1570774127672819712
   [junit4]   2> 2172626 INFO  (qtp27972832-20047) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570774127673868288,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2172626 INFO  (qtp27972832-20047) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2172628 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570774127675965440,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2172628 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2172629 INFO  (qtp27972832-20047) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2172629 INFO  (qtp27972832-20046) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1570774127677014016,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2172629 INFO  (qtp27972832-20046) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2172629 INFO  (qtp27972832-20047) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_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:59802/solr/dv_coll_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 2172632 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2172632 INFO  (qtp1304156-20051) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_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:59802/solr/dv_coll_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 5
   [junit4]   2> 2172633 INFO  (qtp27972832-20046) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2172633 INFO  (qtp27972832-20046) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_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:59802/solr/dv_coll_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 5
   [junit4]   2> 2172651 INFO  (qtp1304156-20068) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@bbbb2a[dv_coll_shard1_replica_n1] 
main]
   [junit4]   2> 2172652 INFO  (qtp1304156-20068) [n:127.0.0.1:59802_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> 2172655 INFO  
(searcherExecutor-8306-thread-1-processing-n:127.0.0.1:59802_solr 
x:dv_coll_shard1_replica_n1 s:shard1 c:dv_coll r:core_node3) 
[n:127.0.0.1:59802_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@bbbb2a[dv_coll_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 2172655 INFO  (qtp1304156-20068) [n:127.0.0.1:59802_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:59802/solr/dv_coll_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 30
   [junit4]   2> 2172656 INFO  (qtp1304156-20067) [n:127.0.0.1:59802_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&commit=true&wt=javabin&version=2}{commit=} 0 33
   [junit4]   2> 2172665 INFO  (qtp27972832-20045) [n:127.0.0.1:59799_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica_n1] o.a.s.c.S.Request 
[dv_coll_shard2_replica_n1]  webapp=/solr path=/select 
params={df=text&distrib=false&f.dateFieldMulti.facet.limit=160&fl=id&fl=score&shards.purpose=20&f.intField.facet.limit=160&fsv=true&f.longFieldMulti.facet.limit=160&f.boolFieldMulti.facet.limit=160&shard.url=http://127.0.0.1:59799/solr/dv_coll_shard2_replica_n1/&f.longField.facet.mincount=0&f.boolField.facet.mincount=0&f.dateField.facet.mincount=0&f.doubleField.facet.limit=160&f.doubleFieldMulti.facet.mincount=0&f.floatField.facet.mincount=0&f.dateFieldMulti.facet.mincount=0&f.doubleField.facet.mincount=0&f.boolField.facet.limit=160&f.stringField.facet.mincount=0&f.stringFieldMulti.facet.limit=160&f.boolFieldMulti.facet.mincount=0&f.intField.facet.mincount=0&f.intFieldMulti.facet.mincount=0&f.doubleFieldMulti.facet.limit=160&wt=javabin&facet.field=intField&facet.field=longField&facet.field=doubleField&facet.field=floatField&facet.field=dateField&facet.field=stringField&facet.field=boolField&facet.field=intFieldMulti&facet.field=longFieldMulti&facet.field=doubleFieldMulti&facet.field=floatFieldMulti&facet.field=dateFieldMulti&facet.field=stringFieldMulti&facet.field=boolFieldMulti&_stateVer_=dv_coll:4&f.longFieldMulti.facet.mincount=0&start=0&rows=0&f.dateField.facet.limit=160&version=2&f.stringFieldMulti.facet.mincount=0&q=*:*&f.floatFieldMulti.facet.limit=160&f.longField.facet.limit=160&f.stringField.facet.limit=160&NOW=1498006942470&f.intFieldMulti.facet.limit=160&f.floatFieldMulti.facet.mincount=0&isShard=true&f.floatField.facet.limit=160&facet=true}
 hits=0 status=0 QTime=1
   [junit4]   2> 2172667 INFO  (qtp1304156-20052) [n:127.0.0.1:59802_solr 
c:dv_coll s:shard3 r:core_node1 x:dv_coll_shard3_replica_n1] o.a.s.c.S.Request 
[dv_coll_shard3_replica_n1]  webapp=/solr path=/select 
params={df=text&distrib=false&f.dateFieldMulti.facet.limit=160&fl=id&fl=score&shards.purpose=20&f.intField.facet.limit=160&fsv=true&f.longFieldMulti.facet.limit=160&f.boolFieldMulti.facet.limit=160&shard.url=http://127.0.0.1:59802/solr/dv_coll_shard3_replica_n1/&f.longField.facet.mincount=0&f.boolField.facet.mincount=0&f.dateField.facet.mincount=0&f.doubleField.facet.limit

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

omponentTest, TestRangeQuery, SpellCheckComponentTest, 
QueryElevationComponentTest, PeerSyncTest, DirectUpdateHandlerTest, 
TestBadConfig, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, 
SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, 
SolrRequestParserTest, SpatialFilterTest, TestCSVLoader, 
SchemaVersionSpecificBehaviorTest, TestUpdate, TestWordDelimiterFilterFactory, 
DefaultValueUpdateProcessorTest, SortByFunctionTest, DistanceFunctionTest, 
XsltUpdateRequestHandlerTest, DebugComponentTest, LukeRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, 
XmlUpdateRequestHandlerTest, DocumentBuilderTest, TermVectorComponentTest, 
FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, 
RegexBoostProcessorTest, UpdateRequestProcessorFactoryTest, JsonLoaderTest, 
SOLR749Test, TestSearchPerf, TestElisionMultitermQuery, OutputWriterTest, 
ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, 
SpellPossibilityIteratorTest, TestXIncludeConfig, TestIBSimilarityFactory, 
OpenExchangeRatesOrgProviderTest, TestFastLRUCache, PreAnalyzedFieldTest, 
DateFieldTest, RAMDirectoryFactoryTest, TestUtils, SliceStateTest, 
CircularListTest, CursorPagingTest, TestHighlightDedupGrouping, AssignTest, 
AsyncCallRequestStatusResponseTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CleanupOldIndexTest, 
CollectionTooManyReplicasTest, ConfigSetsAPITest, ConnectionManagerTest, 
CreateCollectionCleanupTest, DeleteInactiveReplicaTest, DeleteShardTest, 
DeleteStatusTest, DistribJoinFromCollectionTest, DocValuesNotIndexedTest]
   [junit4] Completed [521/725 (1!)] on J1 in 6.82s, 4 tests, 1 failure <<< 
FAILURES!

[...truncated 240 lines...]
   [junit4] Suite: org.apache.solr.core.DirectoryFactoryTest
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=DirectoryFactoryTest -Dtests.method=testGetDataHome 
-Dtests.seed=2A5FE275F7553291 -Dtests.slow=true -Dtests.locale=es-CU 
-Dtests.timezone=Asia/Muscat -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J0 | DirectoryFactoryTest.testGetDataHome <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: 
expected:<[/tmp/inst1/]data> but was:<[C:\tmp\inst1\]data>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2A5FE275F7553291:B6393EAEAFDD35D2]:0)
   [junit4]    >        at 
org.apache.solr.core.DirectoryFactoryTest.testGetDataHome(DirectoryFactoryTest.java:58)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=204, maxMBSortInHeap=6.959690103711155, 
sim=RandomSimilarity(queryNorm=false): {}, locale=es-CU, timezone=Asia/Muscat
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_131 
(32-bit)/cpus=3,threads=1,free=195961152,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ZkCLITest, 
TestSchemaManager, FileUtilsTest, TestRestManager, SSLMigrationTest, 
ExplicitHLLTest, TestSolrCloudWithSecureImpersonation, 
AnalysisAfterCoreReloadTest, UniqFieldsUpdateProcessorFactoryTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, SegmentsInfoRequestHandlerTest, 
IndexBasedSpellCheckerTest, DocValuesTest, HighlighterMaxOffsetTest, 
CopyFieldTest, TestSort, DistributedMLTComponentTest, HLLSerializationTest, 
TestReloadDeadlock, TestLegacyNumericUtils, TestMergePolicyConfig, 
HdfsRestartWhileUpdatingTest, InfixSuggestersTest, ReplaceNodeTest, 
TestBulkSchemaConcurrent, TestManagedSchemaThreadSafety, 
BlockJoinFacetDistribTest, RestartWhileUpdatingTest, TestTlogReplica, 
HdfsUnloadDistributedZkTest, TestConfigSetImmutable, MultiTermTest, 
TestJmxIntegration, AnalyticsMergeStrategyTest, TestQuerySenderNoQuery, 
TestCollationField, DisMaxRequestHandlerTest, 
PreAnalyzedFieldManagedSchemaCloudTest, TestRandomFlRTGCloud, 
TestSolrConfigHandlerCloud, TestHttpShardHandlerFactory, 
TestNamedUpdateProcessors, TestCloudJSONFacetJoinDomain, 
TestReRankQParserPlugin, LeaderInitiatedRecoveryOnShardRestartTest, 
TestRequestForwarding, TestFastOutputStream, AutoScalingHandlerTest, 
PrimitiveFieldTypeTest, TestRuleBasedAuthorizationPlugin, 
SolrShardReporterTest, TestFieldCacheSort, TestFaceting, TestDefaultStatsCache, 
TestMinMaxOnMultiValuedField, SuggestComponentContextFilterQueryTest, 
SimpleFacetsTest, CdcrBootstrapTest, OverseerCollectionConfigSetProcessorTest, 
TestFieldTypeCollectionResource, TestUseDocValuesAsStored, TestLRUStatsCache, 
TestDFISimilarityFactory, CursorMarkTest, SolrXmlInZkTest, 
SpellingQueryConverterTest, TestRTimerTree, CdcrReplicationHandlerTest, 
SparseHLLTest, TestConfigsApi, TestCollapseQParserPlugin, 
TestDeleteCollectionOnDownNodes, MetricsConfigTest, BasicDistributedZkTest, 
AlternateDirectoryTest, TestCSVResponseWriter, TestMiniSolrCloudClusterSSL, 
BufferStoreTest, TestBackupRepositoryFactory, HighlighterTest, 
TestFieldCollectionResource, SimpleMLTQParserTest, PluginInfoTest, 
TestDocBasedVersionConstraints, PingRequestHandlerTest, SolrIndexConfigTest, 
TestHdfsCloudBackupRestore, RequiredFieldsTest, ResourceLoaderTest, 
TestHdfsUpdateLog, TestLegacyFieldCache, DeleteNodeTest, 
TestSchemaSimilarityResource, SynonymTokenizerTest, TestHdfsBackupRestoreCore, 
TestGroupingSearch, TestLFUCache, TestTolerantSearch, ShardRoutingTest, 
PeerSyncWithIndexFingerprintCachingTest, JSONWriterTest, TestBinaryField, 
TestConfigSetsAPI, BinaryUpdateRequestHandlerTest, 
TestSweetSpotSimilarityFactory, TestPostingsSolrHighlighter, 
UUIDUpdateProcessorFallbackTest, CdcrUpdateLogTest, StressHdfsTest, 
TestCustomStream, TestManagedSchema, TestCloudNestedDocsSort, 
ImplicitSnitchTest, OverseerTaskQueueTest, TestMultiValuedNumericRangeQuery, 
TestXmlQParser, MBeansHandlerTest, TestSortByMinMaxFunction, 
TestSystemCollAutoCreate, TestBlendedInfixSuggestions, DocValuesMultiTest, 
DistributedSpellCheckComponentTest, DistributedVersionInfoTest, 
DistributedFacetPivotLongTailTest, AliasIntegrationTest, ZkNodePropsTest, 
TestSimpleQParserPlugin, TestStressLucene, TestAuthorizationFramework, 
TestCloudPseudoReturnFields, TestSolrXml, TestSolrJ, 
TestCollationFieldDocValues, TestStressReorder, DistributedFacetPivotSmallTest, 
QueryEqualityTest, SortSpecParsingTest, V2StandaloneTest, 
TestChildDocTransformer, TestApiFramework, CurrencyFieldXmlFileTest, 
DistributedQueryElevationComponentTest, TestManagedResource, ShardSplitTest, 
TestHashPartitioner, TestSSLRandomization, PathHierarchyTokenizerFactoryTest, 
SampleTest, TestSolrCoreSnapshots, TestComplexPhraseQParserPlugin, 
TestLocalFSCloudBackupRestore, TestSolrCloudWithDelegationTokens, 
TestJsonFacetRefinement, TestClassNameShortening, TestNumericTerms64, 
TestShortCircuitedRequests, TestSolrCloudWithHadoopAuthPlugin, 
TestDelegationWithHadoopAuth, TestSlowCompositeReaderWrapper, 
TestSolrDeletionPolicy1, PolyFieldTest, SearchHandlerTest, 
BasicAuthStandaloneTest, HdfsChaosMonkeyNothingIsSafeTest, ConnectionReuseTest, 
TestCharFilters, SolrPluginUtilsTest, DistributedSuggestComponentTest, 
AddBlockUpdateTest, TestImplicitCoreProperties, TestMaxTokenLenTokenizer, 
DocExpirationUpdateProcessorFactoryTest, HdfsDirectoryFactoryTest, 
PropertiesRequestHandlerTest, SyncSliceTest, OpenCloseCoreStressTest, 
OverseerTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, 
TestReplicationHandler, TestDistributedSearch, TestCoreContainer, 
TestSolr4Spatial, SolrCoreTest, SolrCmdDistributorTest, BadIndexSchemaTest, 
ConvertedLegacyTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, 
TestLazyCores, TestExtendedDismaxParser, SuggesterFSTTest, SuggesterTest, 
SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, 
SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, 
TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, 
StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, 
SolrInfoBeanTest, CacheHeaderTest, TestSurroundQueryParser, 
StandardRequestHandlerTest, DirectSolrSpellCheckerTest, 
TestReversedWildcardFilterFactory, TestQueryTypes, TermsComponentTest, 
RequestHandlersTest, TestValueSourceCache, MoreLikeThisHandlerTest, 
FastVectorHighlighterTest, LoggingHandlerTest, IndexSchemaTest, 
TestAnalyzedSuggestions, TestPartialUpdateDeduplication, UpdateParamsTest, 
BadComponentTest, NumericFieldsTest, TestConfig, DirectSolrConnectionTest, 
TestPhraseSuggestions, TestPerFieldSimilarity, TestBM25SimilarityFactory, 
URLClassifyProcessorTest, DateMathParserTest, TestSystemIdResolver, 
TestSuggestSpellingConverter, DOMUtilTest, TestLRUCache, TestDocumentBuilder, 
TestRTGBase, SolrTestCaseJ4Test, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ActionThrottleTest, 
BaseCdcrDistributedZkTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, CollectionReloadTest, 
CollectionsAPISolrJTest, DeleteReplicaTest, DistribCursorPagingTest, 
HttpPartitionTest, LeaderElectionContextKeyTest, 
LeaderFailureAfterFreshStartTest, MigrateRouteKeyTest, MultiThreadedOCPTest, 
SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, 
TestCloudDeleteByQuery, TestClusterProperties, TestConfigSetsAPIZkFailure, 
TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, 
TestLeaderElectionWithEmptyReplica, TestLeaderInitiatedRecoveryThread, 
TestPullReplica, TestRebalanceLeaders, TestSizeLimitedDistributedMap, 
TestTolerantUpdateProcessorRandomCloud, TlogReplayBufferedWhileIndexingTest, 
TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, 
HdfsBasicDistributedZk2Test, HdfsChaosMonkeySafeLeaderTest, 
HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest, 
HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsThreadLeakTest, 
HdfsTlogReplayBufferedWhileIndexingTest, HdfsWriteToMultipleCollectionsTest, 
TestClusterStateMutator, ZkStateReaderTest, ZkStateWriterTest, RuleEngineTest, 
RulesTest, ConfigureRecoveryStrategyTest, CoreSorterTest, DirectoryFactoryTest]
   [junit4] Completed [582/725 (2!)] on J0 in 0.03s, 2 tests, 1 failure <<< 
FAILURES!

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

Reply via email to