Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19337/
Java: 64bit/jdk-9-ea+162 -XX:-UseCompressedOops -XX:+UseG1GC

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

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

Stack Trace:
java.lang.AssertionError: Unexpected number of elements in the group for 
intGSF: 5
        at 
__randomizedtesting.SeedInfo.seed([5F39D5278F306A20:C482BB7FC268587E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly(DocValuesNotIndexedTest.java:376)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:547)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
java.lang.RuntimeException: Error from server at 
http://127.0.0.1:44181/solr/test_col_shard1_replica1: Failed synchronous update 
on shard StdNode: http://127.0.0.1:39137/solr/test_col_shard1_replica2/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@7f015e6e

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from 
server at http://127.0.0.1:44181/solr/test_col_shard1_replica1: Failed 
synchronous update on shard StdNode: 
http://127.0.0.1:39137/solr/test_col_shard1_replica2/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@7f015e6e
        at 
__randomizedtesting.SeedInfo.seed([5F39D5278F306A20:692DB761056D5031]:0)
        at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:281)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:193)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:547)
        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 
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.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: Error from server at 
http://127.0.0.1:44181/solr/test_col_shard1_replica1: Failed synchronous update 
on shard StdNode: http://127.0.0.1:39137/solr/test_col_shard1_replica2/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@7f015e6e
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:409)
        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        ... 1 more
Caused by: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: 
Error from server at http://127.0.0.1:44181/solr/test_col_shard1_replica1: 
Failed synchronous update on shard StdNode: 
http://127.0.0.1:39137/solr/test_col_shard1_replica2/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@7f015e6e
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:800)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1244)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1115)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1054)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:368)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:397)
        ... 6 more
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:44181/solr/test_col_shard1_replica1: Failed 
synchronous update on shard StdNode: 
http://127.0.0.1:39137/solr/test_col_shard1_replica2/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@7f015e6e
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:444)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:391)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:777)
        ... 5 more




Build Log:
[...truncated 11589 lines...]
   [junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/init-core-data-001
   [junit4]   2> 772109 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[5F39D5278F306A20]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 772110 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[5F39D5278F306A20]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 772112 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[5F39D5278F306A20]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/tempDir-001
   [junit4]   2> 772113 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[5F39D5278F306A20]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 772113 INFO  (Thread-958) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 772113 INFO  (Thread-958) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 772213 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[5F39D5278F306A20]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:41153
   [junit4]   2> 772231 INFO  (jetty-launcher-2466-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 772231 INFO  (jetty-launcher-2466-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 772231 INFO  (jetty-launcher-2466-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@49adf3e2{/solr,null,AVAILABLE}
   [junit4]   2> 772232 INFO  (jetty-launcher-2466-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6ccda735{/solr,null,AVAILABLE}
   [junit4]   2> 772233 INFO  (jetty-launcher-2466-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6ba0864{SSL,[ssl, 
http/1.1]}{127.0.0.1:40778}
   [junit4]   2> 772233 INFO  (jetty-launcher-2466-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5bb6385f{SSL,[ssl, 
http/1.1]}{127.0.0.1:37817}
   [junit4]   2> 772233 INFO  (jetty-launcher-2466-thread-2) [    ] 
o.e.j.s.Server Started @773856ms
   [junit4]   2> 772233 INFO  (jetty-launcher-2466-thread-1) [    ] 
o.e.j.s.Server Started @773856ms
   [junit4]   2> 772233 INFO  (jetty-launcher-2466-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40778}
   [junit4]   2> 772233 INFO  (jetty-launcher-2466-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37817}
   [junit4]   2> 772233 ERROR (jetty-launcher-2466-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 772233 ERROR (jetty-launcher-2466-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 772233 INFO  (jetty-launcher-2466-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 772233 INFO  (jetty-launcher-2466-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 772233 INFO  (jetty-launcher-2466-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 772233 INFO  (jetty-launcher-2466-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 772233 INFO  (jetty-launcher-2466-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 772233 INFO  (jetty-launcher-2466-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 772233 INFO  (jetty-launcher-2466-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-07T20:14:00.256763Z
   [junit4]   2> 772233 INFO  (jetty-launcher-2466-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-07T20:14:00.256793Z
   [junit4]   2> 772235 INFO  (jetty-launcher-2466-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 772235 INFO  (jetty-launcher-2466-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 772246 INFO  (jetty-launcher-2466-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41153/solr
   [junit4]   2> 772246 INFO  (jetty-launcher-2466-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41153/solr
   [junit4]   2> 772256 INFO  (jetty-launcher-2466-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 772256 INFO  (jetty-launcher-2466-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 772256 INFO  (jetty-launcher-2466-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37817_solr
   [junit4]   2> 772257 INFO  (jetty-launcher-2466-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40778_solr
   [junit4]   2> 772257 INFO  (jetty-launcher-2466-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=97753238086418438-127.0.0.1:37817_solr-n_0000000000) starting
   [junit4]   2> 772257 INFO  (zkCallback-2477-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 772257 INFO  (zkCallback-2478-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 772262 INFO  (jetty-launcher-2466-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37817_solr
   [junit4]   2> 772263 INFO  (zkCallback-2477-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 772263 INFO  (zkCallback-2478-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 772353 INFO  (jetty-launcher-2466-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/tempDir-001/node2/.
   [junit4]   2> 772441 INFO  (jetty-launcher-2466-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/tempDir-001/node1/.
   [junit4]   2> 772628 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[5F39D5278F306A20]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 772629 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[5F39D5278F306A20]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41153/solr ready
   [junit4]   2> 772651 INFO  (qtp273432754-11443) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&action=CREATE&numShards=4&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 772652 INFO  (OverseerThreadFactory-2601-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection dv_coll
   [junit4]   2> 772763 INFO  (qtp273432754-11455) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2
   [junit4]   2> 772764 INFO  (qtp273432754-11457) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2
   [junit4]   2> 772765 INFO  (qtp273432754-11455) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 772783 INFO  (qtp785651354-11446) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2
   [junit4]   2> 772784 INFO  (qtp785651354-11446) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 772791 INFO  (qtp785651354-11458) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2
   [junit4]   2> 772905 INFO  (zkCallback-2478-thread-1) [    ] 
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> 772905 INFO  (zkCallback-2477-thread-1) [    ] 
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> 773777 INFO  (qtp273432754-11457) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 773778 INFO  (qtp273432754-11455) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 773785 INFO  (qtp273432754-11457) [    ] o.a.s.s.IndexSchema 
[dv_coll_shard2_replica1] Schema name=minimal
   [junit4]   2> 773787 INFO  (qtp273432754-11457) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 773787 INFO  (qtp273432754-11457) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'dv_coll_shard2_replica1' using configuration from collection 
dv_coll, trusted=true
   [junit4]   2> 773787 INFO  (qtp273432754-11457) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 773787 INFO  (qtp273432754-11457) [    ] o.a.s.c.SolrCore 
[[dv_coll_shard2_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/tempDir-001/node2/dv_coll_shard2_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/tempDir-001/node2/./dv_coll_shard2_replica1/data/]
   [junit4]   2> 773787 INFO  (qtp273432754-11455) [    ] o.a.s.s.IndexSchema 
[dv_coll_shard4_replica1] Schema name=minimal
   [junit4]   2> 773790 INFO  (qtp273432754-11455) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 773790 INFO  (qtp273432754-11455) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'dv_coll_shard4_replica1' using configuration from collection 
dv_coll, trusted=true
   [junit4]   2> 773791 INFO  (qtp273432754-11455) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 773791 INFO  (qtp273432754-11455) [    ] o.a.s.c.SolrCore 
[[dv_coll_shard4_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/tempDir-001/node2/dv_coll_shard4_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/tempDir-001/node2/./dv_coll_shard4_replica1/data/]
   [junit4]   2> 773796 INFO  (qtp785651354-11446) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 773798 INFO  (qtp785651354-11458) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 773805 INFO  (qtp785651354-11446) [    ] o.a.s.s.IndexSchema 
[dv_coll_shard1_replica1] Schema name=minimal
   [junit4]   2> 773805 INFO  (qtp785651354-11458) [    ] o.a.s.s.IndexSchema 
[dv_coll_shard3_replica1] Schema name=minimal
   [junit4]   2> 773807 INFO  (qtp785651354-11446) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 773807 INFO  (qtp785651354-11446) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'dv_coll_shard1_replica1' using configuration from collection 
dv_coll, trusted=true
   [junit4]   2> 773809 INFO  (qtp785651354-11458) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 773809 INFO  (qtp785651354-11458) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'dv_coll_shard3_replica1' using configuration from collection 
dv_coll, trusted=true
   [junit4]   2> 773809 INFO  (qtp785651354-11446) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 773809 INFO  (qtp785651354-11446) [    ] o.a.s.c.SolrCore 
[[dv_coll_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/tempDir-001/node1/dv_coll_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/tempDir-001/node1/./dv_coll_shard1_replica1/data/]
   [junit4]   2> 773809 INFO  (qtp785651354-11458) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 773809 INFO  (qtp785651354-11458) [    ] o.a.s.c.SolrCore 
[[dv_coll_shard3_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/tempDir-001/node1/dv_coll_shard3_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/tempDir-001/node1/./dv_coll_shard3_replica1/data/]
   [junit4]   2> 774017 INFO  (qtp273432754-11457) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 774017 INFO  (qtp273432754-11457) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 774018 INFO  (qtp273432754-11457) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 774019 INFO  (qtp273432754-11457) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 774019 INFO  (qtp273432754-11457) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4174224c[dv_coll_shard2_replica1] 
main]
   [junit4]   2> 774020 INFO  (qtp273432754-11457) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 774020 INFO  (qtp273432754-11457) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 774021 INFO  (qtp273432754-11457) [    ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 774022 INFO  (qtp273432754-11457) [    ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 774022 INFO  (qtp273432754-11457) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 774022 INFO  (searcherExecutor-2606-thread-1) [    ] 
o.a.s.c.SolrCore [dv_coll_shard2_replica1] Registered new searcher 
Searcher@4174224c[dv_coll_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 774022 INFO  (qtp273432754-11457) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1564051811383377920
   [junit4]   2> 774026 INFO  (qtp273432754-11457) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 774026 INFO  (qtp273432754-11457) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 774026 INFO  (qtp273432754-11457) [    ] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/
   [junit4]   2> 774026 INFO  (qtp273432754-11457) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 774026 INFO  (qtp273432754-11457) [    ] o.a.s.c.SyncStrategy 
https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/ has no replicas
   [junit4]   2> 774026 INFO  (qtp273432754-11457) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 774028 INFO  (qtp273432754-11457) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/ shard2
   [junit4]   2> 774040 INFO  (qtp785651354-11446) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 774040 INFO  (qtp785651354-11446) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 774041 INFO  (qtp785651354-11446) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 774041 INFO  (qtp785651354-11446) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 774042 INFO  (qtp785651354-11446) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5e8e4dc2[dv_coll_shard1_replica1] 
main]
   [junit4]   2> 774043 INFO  (qtp785651354-11446) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 774043 INFO  (qtp785651354-11446) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 774043 INFO  (qtp785651354-11446) [    ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 774044 INFO  (qtp785651354-11446) [    ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 774044 INFO  (qtp785651354-11446) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 774044 INFO  (searcherExecutor-2608-thread-1) [    ] 
o.a.s.c.SolrCore [dv_coll_shard1_replica1] Registered new searcher 
Searcher@5e8e4dc2[dv_coll_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 774044 INFO  (qtp785651354-11446) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1564051811406446592
   [junit4]   2> 774048 INFO  (qtp785651354-11446) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 774048 INFO  (qtp785651354-11446) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 774048 INFO  (qtp785651354-11446) [    ] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/
   [junit4]   2> 774048 INFO  (qtp785651354-11446) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 774048 INFO  (qtp785651354-11446) [    ] o.a.s.c.SyncStrategy 
https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/ has no replicas
   [junit4]   2> 774048 INFO  (qtp785651354-11446) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 774049 INFO  (qtp785651354-11446) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/ shard1
   [junit4]   2> 774082 INFO  (qtp273432754-11455) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 774082 INFO  (qtp273432754-11455) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 774084 INFO  (qtp273432754-11455) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 774084 INFO  (qtp273432754-11455) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 774085 INFO  (qtp273432754-11455) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4792dad2[dv_coll_shard4_replica1] 
main]
   [junit4]   2> 774086 INFO  (qtp273432754-11455) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 774086 INFO  (qtp273432754-11455) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 774086 INFO  (qtp273432754-11455) [    ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 774086 INFO  (qtp273432754-11455) [    ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 774086 INFO  (qtp273432754-11455) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 774086 INFO  (searcherExecutor-2607-thread-1) [    ] 
o.a.s.c.SolrCore [dv_coll_shard4_replica1] Registered new searcher 
Searcher@4792dad2[dv_coll_shard4_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 774086 INFO  (qtp273432754-11455) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1564051811450486784
   [junit4]   2> 774090 INFO  (qtp273432754-11455) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 774090 INFO  (qtp273432754-11455) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 774090 INFO  (qtp273432754-11455) [    ] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:40778/solr/dv_coll_shard4_replica1/
   [junit4]   2> 774090 INFO  (qtp273432754-11455) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 774090 INFO  (qtp273432754-11455) [    ] o.a.s.c.SyncStrategy 
https://127.0.0.1:40778/solr/dv_coll_shard4_replica1/ has no replicas
   [junit4]   2> 774090 INFO  (qtp273432754-11455) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 774091 INFO  (qtp785651354-11458) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 774091 INFO  (qtp785651354-11458) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 774091 INFO  (qtp273432754-11455) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:40778/solr/dv_coll_shard4_replica1/ shard4
   [junit4]   2> 774094 INFO  (qtp785651354-11458) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 774094 INFO  (qtp785651354-11458) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 774095 INFO  (qtp785651354-11458) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@776b15b4[dv_coll_shard3_replica1] 
main]
   [junit4]   2> 774096 INFO  (qtp785651354-11458) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 774096 INFO  (qtp785651354-11458) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 774096 INFO  (qtp785651354-11458) [    ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 774096 INFO  (qtp785651354-11458) [    ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 774096 INFO  (qtp785651354-11458) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 774097 INFO  (searcherExecutor-2609-thread-1) [    ] 
o.a.s.c.SolrCore [dv_coll_shard3_replica1] Registered new searcher 
Searcher@776b15b4[dv_coll_shard3_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 774097 INFO  (qtp785651354-11458) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1564051811462021120
   [junit4]   2> 774100 INFO  (qtp785651354-11458) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 774100 INFO  (qtp785651354-11458) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 774100 INFO  (qtp785651354-11458) [    ] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/
   [junit4]   2> 774100 INFO  (qtp785651354-11458) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 774100 INFO  (qtp785651354-11458) [    ] o.a.s.c.SyncStrategy 
https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/ has no replicas
   [junit4]   2> 774100 INFO  (qtp785651354-11458) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 774102 INFO  (qtp785651354-11458) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/ shard3
   [junit4]   2> 774204 INFO  (zkCallback-2478-thread-2) [    ] 
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> 774204 INFO  (zkCallback-2477-thread-1) [    ] 
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> 774229 INFO  (qtp273432754-11457) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 774230 INFO  (qtp273432754-11457) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2}
 status=0 QTime=1466
   [junit4]   2> 774242 INFO  (qtp273432754-11455) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 774243 INFO  (qtp273432754-11455) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2}
 status=0 QTime=1479
   [junit4]   2> 774250 INFO  (qtp785651354-11446) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 774251 INFO  (qtp785651354-11446) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1467
   [junit4]   2> 774253 INFO  (qtp785651354-11458) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 774254 INFO  (qtp785651354-11458) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2}
 status=0 QTime=1463
   [junit4]   2> 774255 INFO  (qtp273432754-11443) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 774354 INFO  (zkCallback-2478-thread-2) [    ] 
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> 774354 INFO  (zkCallback-2477-thread-1) [    ] 
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> 774654 INFO  
(OverseerCollectionConfigSetProcessor-97753238086418438-127.0.0.1:37817_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 775256 INFO  (qtp273432754-11443) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&action=CREATE&numShards=4&wt=javabin&version=2}
 status=0 QTime=2604
   [junit4]   2> 775265 INFO  (qtp785651354-11458) [    ] o.a.s.s.SchemaManager 
managed schema loaded . version : 0 
   [junit4]   2> 775267 INFO  (qtp785651354-11458) [    ] o.a.s.s.IndexSchema 
[dv_coll_shard3_replica1] Schema name=minimal
   [junit4]   2> 775269 INFO  (qtp785651354-11458) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 775278 INFO  (qtp785651354-11458) [    ] o.a.s.c.ZkController 
Persisted config data to node /configs/conf1/managed-schema 
   [junit4]   2> 775278 INFO  (zkCallback-2478-thread-3) [    ] 
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> 775278 INFO  (zkCallback-2477-thread-1) [    ] 
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> 775278 INFO  (zkCallback-2478-thread-2) [    ] 
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> 775278 INFO  (zkCallback-2477-thread-2) [    ] 
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> 775279 INFO  (zkCallback-2477-thread-2) [    ] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 775279 INFO  (zkCallback-2477-thread-1) [    ] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 775279 INFO  (zkCallback-2478-thread-3) [    ] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 775279 INFO  (Thread-980) [    ] o.a.s.c.SolrCore config 
update listener called for core dv_coll_shard3_replica1
   [junit4]   2> 775281 INFO  (zkCallback-2477-thread-1) [    ] 
o.a.s.s.IndexSchema [dv_coll_shard4_replica1] Schema name=minimal
   [junit4]   2> 775281 INFO  (zkCallback-2478-thread-3) [    ] 
o.a.s.s.IndexSchema [dv_coll_shard1_replica1] Schema name=minimal
   [junit4]   2> 775281 INFO  (zkCallback-2477-thread-2) [    ] 
o.a.s.s.IndexSchema [dv_coll_shard2_replica1] Schema name=minimal
   [junit4]   2> 775282 INFO  (Thread-980) [    ] o.a.s.c.SolrCore core reload 
dv_coll_shard3_replica1
   [junit4]   2> 775285 INFO  (Thread-981) [    ] o.a.s.c.SolrCore config 
update listener called for core dv_coll_shard4_replica1
   [junit4]   2> 775286 INFO  (Thread-981) [    ] o.a.s.c.SolrCore core reload 
dv_coll_shard4_replica1
   [junit4]   2> 775292 INFO  (zkCallback-2477-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 775293 INFO  (zkCallback-2478-thread-3) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 775293 INFO  (zkCallback-2477-thread-2) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 775293 INFO  (zkCallback-2477-thread-2) [    ] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 14 ms
   [junit4]   2> 775293 INFO  (zkCallback-2478-thread-3) [    ] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 14 ms
   [junit4]   2> 775293 INFO  (zkCallback-2477-thread-1) [    ] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 14 ms
   [junit4]   2> 775294 INFO  (qtp785651354-11458) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 775313 INFO  (Thread-981) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 775320 INFO  (qtp785651354-11458) [    ] o.a.s.s.IndexSchema 
[dv_coll_shard3_replica1] Schema name=minimal
   [junit4]   2> 775326 INFO  (Thread-981) [    ] o.a.s.s.IndexSchema 
[dv_coll_shard4_replica1] Schema name=minimal
   [junit4]   2> 775328 INFO  (qtp785651354-11458) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 775328 INFO  (qtp785651354-11458) [    ] o.a.s.c.CoreContainer 
Reloading SolrCore 'dv_coll_shard3_replica1' using configuration from 
collection dv_coll
   [junit4]   2> 775328 INFO  (qtp785651354-11458) [    ] o.a.s.c.SolrCore 
[[dv_coll_shard3_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/tempDir-001/node1/dv_coll_shard3_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/tempDir-001/node1/./dv_coll_shard3_replica1/data/]
   [junit4]   2> 775333 INFO  (Thread-981) [    ] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 775333 INFO  (Thread-981) [    ] o.a.s.c.CoreContainer 
Reloading SolrCore 'dv_coll_shard4_replica1' using configuration from 
collection dv_coll
   [junit4]   2> 775333 INFO  (Thread-981) [    ] o.a.s.c.SolrCore 
[[dv_coll_shard4_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/tempDir-001/node2/dv_coll_shard4_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/tempDir-001/node2/./dv_coll_shard4_replica1/data/]
   [junit4]   2> 775484 INFO  (Thread-981) [    ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 775484 INFO  (Thread-981) [    ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 775485 INFO  (Thread-981) [    ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@520661f1[dv_coll_shard4_replica1] main]
   [junit4]   2> 775485 INFO  (Thread-981) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 775486 INFO  (Thread-981) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 775486 INFO  (Thread-981) [    ] o.a.s.s.ZkIndexSchemaReader 
Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 775486 INFO  (Thread-981) [    ] o.a.s.s.ZkIndexSchemaReader 
Current schema version 1 is already the latest
   [junit4]   2> 775486 INFO  (Thread-981) [    ] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 775486 INFO  (searcherExecutor-2627-thread-1) [    ] 
o.a.s.c.SolrCore [dv_coll_shard4_replica1] Registered new searcher 
Searcher@520661f1[dv_coll_shard4_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 775486 INFO  (Thread-981) [    ] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1564051812918493184
   [junit4]   2> 775489 INFO  (Thread-981) [    ] o.a.s.u.DefaultSolrCoreState 
New IndexWriter is ready to be used.
   [junit4]   2> 775489 INFO  (Thread-981) [    ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@87ff406[dv_coll_shard4_replica1] main]
   [junit4]   2> 775489 INFO  (searcherExecutor-2627-thread-1) [    ] 
o.a.s.c.SolrCore [dv_coll_shard4_replica1] Registered new searcher 
Searcher@87ff406[dv_coll_shard4_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 775489 INFO  (Thread-981) [    ] o.a.s.c.SolrCore 
[dv_coll_shard4_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4540549c
   [junit4]   2> 775489 INFO  (Thread-981) [    ] o.a.s.m.SolrMetricManager 
Closing metric reporters for registry=solr.core.dv_coll.shard4.replica1, 
tag=1161843868
   [junit4]   2> 775489 INFO  (Thread-981) [    ] o.a.s.c.SolrCore config 
update listener called for core dv_coll_shard2_replica1
   [junit4]   2> 775543 INFO  (qtp785651354-11458) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 775543 INFO  (qtp785651354-11458) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 775543 INFO  (qtp785651354-11458) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1f3c5ce2[dv_coll_shard3_replica1] 
main]
   [junit4]   2> 775544 INFO  (qtp785651354-11458) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 775544 INFO  (qtp785651354-11458) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 775544 INFO  (qtp785651354-11458) [    ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 775544 INFO  (qtp785651354-11458) [    ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 775544 INFO  (qtp785651354-11458) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 775544 INFO  (searcherExecutor-2626-thread-1) [    ] 
o.a.s.c.SolrCore [dv_coll_shard3_replica1] Registered new searcher 
Searcher@1f3c5ce2[dv_coll_shard3_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 775545 INFO  (qtp785651354-11458) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1564051812980359168
   [junit4]   2> 775547 INFO  (qtp785651354-11458) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 775547 INFO  (qtp785651354-11458) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3db79758[dv_coll_shard3_replica1] 
main]
   [junit4]   2> 775547 INFO  (searcherExecutor-2626-thread-1) [    ] 
o.a.s.c.SolrCore [dv_coll_shard3_replica1] Registered new searcher 
Searcher@3db79758[dv_coll_shard3_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 775547 INFO  (zkCallback-2478-thread-2) [    ] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 775548 INFO  (qtp785651354-11458) [    ] 
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> 775549 INFO  (zkCallback-2478-thread-2) [    ] 
o.a.s.s.IndexSchema [dv_coll_shard3_replica1] Schema name=minimal
   [junit4]   2> 775553 INFO  (qtp273432754-11443) [    ] o.a.s.c.S.Request 
[dv_coll_shard4_replica1]  webapp=/solr path=/schema/zkversion 
params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 775553 INFO  (qtp273432754-11455) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/schema/zkversion 
params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 775553 INFO  (qtp785651354-11450) [    ] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/schema/zkversion 
params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 775554 INFO  (Thread-980) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 775554 INFO  (zkCallback-2478-thread-2) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 775555 INFO  (zkCallback-2478-thread-2) [    ] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 7 ms
   [junit4]   2> 775555 INFO  (qtp785651354-11458) [    ] 
o.a.s.s.ManagedIndexSchema Took 7.0ms for 3 replicas to apply schema update 
version 1 for collection dv_coll
   [junit4]   2> 775555 INFO  (qtp785651354-11458) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/schema 
params={wt=javabin&version=2} status=0 QTime=290
   [junit4]   2> 775555 INFO  (qtp785651354-11458) [    ] o.a.s.c.SolrCore 
[dv_coll_shard3_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@bc09992
   [junit4]   2> 775556 INFO  (qtp785651354-11458) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.dv_coll.shard3.replica1, tag=197171602
   [junit4]   2> 775566 INFO  
(TEST-DocValuesNotIndexedTest.testGroupingDocAbsent-seed#[5F39D5278F306A20]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testGroupingDocAbsent
   [junit4]   2> 775567 INFO  (Thread-980) [    ] o.a.s.s.IndexSchema 
[dv_coll_shard3_replica1] Schema name=minimal
   [junit4]   2> 775571 INFO  (qtp273432754-11505) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1564051813006573568)} 0 1
   [junit4]   2> 775571 INFO  (Thread-980) [    ] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 775571 INFO  (Thread-980) [    ] o.a.s.c.CoreContainer 
Reloading SolrCore 'dv_coll_shard3_replica1' using configuration from 
collection dv_coll
   [junit4]   2> 775571 INFO  (qtp273432754-11447) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica1]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1564051813006573568)} 0 1
   [junit4]   2> 775573 INFO  (Thread-980) [    ] o.a.s.c.SolrCore 
[[dv_coll_shard3_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/tempDir-001/node1/dv_coll_shard3_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_5F39D5278F306A20-001/tempDir-001/node1/./dv_coll_shard3_replica1/data/]
   [junit4]   2> 775573 INFO  (qtp785651354-11444) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1564051813006573568)} 0 3
   [junit4]   2> 775573 INFO  (qtp785651354-11448) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1564051813003427840)} 0 6
   [junit4]   2> 775574 INFO  (qtp785651354-11450) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 775574 INFO  (qtp273432754-11507) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 775574 INFO  (qtp785651354-11450) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 775574 INFO  (qtp273432754-11507) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 775575 INFO  (qtp273432754-11443) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 775575 INFO  (qtp273432754-11443) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 775575 INFO  (qtp273432754-11507) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@58112b0c[dv_coll_shard2_replica1] 
main]
   [junit4]   2> 775575 INFO  (qtp785651354-11450) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 775575 INFO  (qtp273432754-11443) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 775575 INFO  (qtp273432754-11443) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 775575 INFO  (qtp785651354-11450) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 775575 INFO  (qtp273432754-11507) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 775575 INFO  (searcherExecutor-2606-thread-1) [    ] 
o.a.s.c.SolrCore [dv_coll_shard2_replica1] Registered new searcher 
Searcher@58112b0c[dv_coll_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 775575 INFO  (qtp273432754-11507) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 775576 INFO  (qtp785651354-11450) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 775576 INFO  (qtp785651354-11450) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 775576 INFO  (qtp785651354-11450) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6d1bdfb3[dv_coll_shard1_replica1] 
main]
   [junit4]   2> 775577 INFO  (qtp785651354-11450) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 775577 INFO  (searcherExecutor-2608-thread-1) [    ] 
o.a.s.c.SolrCore [dv_coll_shard1_replica1] Registered new searcher 
Searcher@6d1bdfb3[dv_coll_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 775577 INFO  (qtp785651354-11450) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 775577 INFO  (qtp785651354-11454) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica1]  webapp=/solr 
path=/update 
params={_stateVer_=dv_coll:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 775580 INFO  (qtp273432754-11453) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica1]  webapp=/solr 
path=/update params={_stateVer_=dv_coll:3&wt=javabin&version=2}{add=[4 
(1564051813016010752)]} 0 1
   [junit4]   2> 775581 INFO  (qtp785651354-11539) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica1]  webapp=/solr 
path=/update params={_stateVer_=dv_coll:3&wt=javabin&version=2}{add=[2 
(1564051813016010752), 3 (1564051813018107904)]} 0 2
   [junit4]   2> 775582 INFO  (qtp785651354-11450) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica1]  webapp=/solr 
path=/update params={_stateVer_=dv_coll:3&wt=javabin&version=2}{add=[1 
(1564051813018107904)]} 0 0
   [junit4]   2> 775587 INFO  (qtp785651354-11450) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 775587 INFO  (qtp785651354-11450) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1700dd63 commitCommandVersion:0
   [junit4]   2> 775587 INFO  (qtp273432754-11443) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 775587 INFO  (qtp273432754-11443) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@55e5fd7b commitCommandVersion:0
   [junit4]   2> 775590 INFO  (qtp273432754-11443) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3d7d8328[dv_coll_shard2_replica1] 
main]
   [junit4]   2> 775591 INFO  (searcherExecutor-2606-thread-1) [    ] 
o.a.s.c.SolrCore [dv_coll_shard2_replica1] Registered new searcher 
Searcher@3d7d8328[dv_coll_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 775591 INFO  (qtp273432754-11443) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 775591 INFO  (qtp273432754-11443) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 4
   [junit4]   2> 775591 INFO  (qtp785651354-11539) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 775591 INFO  (qtp785651354-11539) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@228b3cda commitCommandVersion:0
   [junit4]   2> 775591 INFO  (qtp273432754-11457) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 775591 INFO  (qtp273432754-11457) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 775591 INFO  (qtp273432754-11457) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 775591 INFO  (qtp273432754-11457) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 775592 INFO  (qtp785651354-11450) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@69490eaa[dv_coll_shard3_replica1] 
main]
   [junit4]   2> 775593 INFO  (searcherExecutor-2626-thread-1) [    ] 
o.a.s.c.SolrCore [dv_coll_shard3_replica1] Registered new searcher 
Searcher@69490eaa[dv_coll_shard3_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C2)))}
   [junit4]   2> 775593 INFO  (qtp785651354-11450) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 775593 INFO  (qtp785651354-11450) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 6
   [junit4]   2> 775594 INFO  (qtp785651354-11539) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3b1df898[dv_coll_shard1_replica1] 
main]
   [junit4]   2> 775595 INFO  (searcherExecutor-2608-thread-1) [    ] 
o.a.s.c.SolrCore [dv_coll_shard1_replica1] Registered new searcher 
Searcher@3b1df898[dv_coll_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 775595 INFO  (qtp785651354-11539) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 775595 INFO  (qtp785651354-11539) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 4
   [junit4]   2> 775595 INFO  (qtp273432754-11505) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica1]  webapp=/solr 
path=/update 
params={_stateVer_=dv_coll:3&commit=true&wt=javabin&version=2}{commit=} 0 12
   [junit4]   2> 775609 INFO  (qtp273432754-11455) [    ] o.a.s.c.S.Request 
[dv_coll_shard4_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard4_replica1/&rows=10&version=2&q=*:*&NOW=1491596043620&isShard=true&wt=javabin&group.field=intGSF&group=true}
 status=0 QTime=9
   [junit4]   2> 775609 INFO  (qtp273432754-11449) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&rows=10&version=2&q=*:*&NOW=1491596043620&isShard=true&wt=javabin&group.field=intGSF&group=true}
 status=0 QTime=9
   [junit4]   2> 775609 INFO  (qtp785651354-11456) [    ] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/&rows=10&version=2&q=*:*&NOW=1491596043620&isShard=true&wt=javabin&group.field=intGSF&group=true}
 status=0 QTime=10
   [junit4]   2> 775609 INFO  (qtp785651354-11542) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&rows=10&version=2&q=*:*&NOW=1491596043620&isShard=true&wt=javabin&group.field=intGSF&group=true}
 status=0 QTime=9
   [junit4]   2> 775623 INFO  (qtp785651354-11450) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=4&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1491596043620&group.topgroups.intGSF=%01&group.topgroups.intGSF=517475863&group.topgroups.intGSF=517465857&group.topgroups.intGSF=517485866&isShard=true&wt=javabin&group.field=intGSF&group=true}
 status=0 QTime=9
   [junit4]   2> 775623 INFO  (qtp785651354-11444) [    ] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=4&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1491596043620&group.topgroups.intGSF=%01&group.topgroups.intGSF=517475863&group.topgroups.intGSF=517465857&group.topgroups.intGSF=517485866&isShard=true&wt=javabin&group.field=intGSF&group=true}
 status=0 QTime=8
   [junit4]   2> 775623 INFO  (qtp273432754-11453) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=4&start=0&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1491596043620&group.topgroups.intGSF=%01&group.topgroups.intGSF=517475863&group.topgroups.intGSF=517465857&group.topgroups.intGSF=517485866&isShard=true&wt=javabin&group.field=intGSF&group=true}
 status=0 QTime=9
   [junit4]   2> 775626 INFO  (qtp785651354-11456) [    ] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=dv_coll:3&shards.purpose=64&NOW=1491596043620&ids=1&isShard=true&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/&wt=javabin&version=2&group.field=intGSF}
 status=0 QTime=0
   [junit4]   2> 775626 INFO  (qtp273432754-11443) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=dv_coll:3&shards.purpose=64&NOW=1491596043620&ids=4&isShard=true&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&wt=javabin&version=2&group.field=intGSF}
 status=0 QTime=0
   [junit4]   2> 775626 INFO  (qtp785651354-11539) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=dv_coll:3&shards.purpose=64&NOW=1491596043620&ids=2,3&isShard=true&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&wt=javabin&version=2&group.field=intGSF}
 status=0 QTime=0
   [junit4]   2> 775629 INFO  (qtp785651354-11454) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=dv_coll:3&wt=javabin&version=2&group.field=intGSF&group=true}
 status=0 QTime=32
   [junit4]   2> 775635 INFO  (qtp273432754-11506) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&rows=10&version=2&q=*:*&NOW=1491596043654&isShard=true&wt=javabin&group.field=longGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775635 INFO  (qtp785651354-11539) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&rows=10&version=2&q=*:*&NOW=1491596043654&isShard=true&wt=javabin&group.field=longGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775635 INFO  (qtp785651354-11454) [    ] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/&rows=10&version=2&q=*:*&NOW=1491596043654&isShard=true&wt=javabin&group.field=longGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775636 INFO  (qtp273432754-11443) [    ] o.a.s.c.S.Request 
[dv_coll_shard4_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard4_replica1/&rows=10&version=2&q=*:*&NOW=1491596043654&isShard=true&wt=javabin&group.field=longGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775637 INFO  (qtp785651354-11456) [    ] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=4&start=0&group.topgroups.longGSF=289409181054822088&group.topgroups.longGSF=289409181054842095&group.topgroups.longGSF=289409181054832090&group.topgroups.longGSF=%01&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1491596043654&isShard=true&wt=javabin&group.field=longGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775637 INFO  (qtp273432754-11449) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=4&start=0&group.topgroups.longGSF=289409181054822088&group.topgroups.longGSF=289409181054842095&group.topgroups.longGSF=289409181054832090&group.topgroups.longGSF=%01&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1491596043654&isShard=true&wt=javabin&group.field=longGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775637 INFO  (qtp785651354-11444) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=4&start=0&group.topgroups.longGSF=289409181054822088&group.topgroups.longGSF=289409181054842095&group.topgroups.longGSF=289409181054832090&group.topgroups.longGSF=%01&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1491596043654&isShard=true&wt=javabin&group.field=longGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775638 INFO  (qtp785651354-11450) [    ] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=dv_coll:3&shards.purpose=64&NOW=1491596043654&ids=1&isShard=true&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/&wt=javabin&version=2&group.field=longGSF}
 status=0 QTime=0
   [junit4]   2> 775638 INFO  (qtp785651354-11539) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=dv_coll:3&shards.purpose=64&NOW=1491596043654&ids=2,3&isShard=true&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&wt=javabin&version=2&group.field=longGSF}
 status=0 QTime=0
   [junit4]   2> 775638 INFO  (qtp273432754-11455) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=dv_coll:3&shards.purpose=64&NOW=1491596043654&ids=4&isShard=true&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&wt=javabin&version=2&group.field=longGSF}
 status=0 QTime=0
   [junit4]   2> 775638 INFO  (qtp273432754-11447) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=dv_coll:3&wt=javabin&version=2&group.field=longGSF&group=true}
 status=0 QTime=7
   [junit4]   2> 775640 INFO  (qtp273432754-11455) [    ] o.a.s.c.S.Request 
[dv_coll_shard4_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard4_replica1/&rows=10&version=2&q=*:*&NOW=1491596043662&isShard=true&wt=javabin&group.field=doubleGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775640 INFO  (qtp273432754-11457) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&rows=10&version=2&q=*:*&NOW=1491596043662&isShard=true&wt=javabin&group.field=doubleGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775640 INFO  (qtp785651354-11542) [    ] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/&rows=10&version=2&q=*:*&NOW=1491596043662&isShard=true&wt=javabin&group.field=doubleGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775640 INFO  (qtp785651354-11454) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&rows=10&version=2&q=*:*&NOW=1491596043662&isShard=true&wt=javabin&group.field=doubleGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775641 INFO  (qtp785651354-11444) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=4&group.topgroups.doubleGSF=%01&group.topgroups.doubleGSF=20011.69580618856&group.topgroups.doubleGSF=10006.695806188562&group.topgroups.doubleGSF=30019.69580618856&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1491596043662&isShard=true&wt=javabin&group.field=doubleGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775641 INFO  (qtp785651354-11539) [    ] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=4&group.topgroups.doubleGSF=%01&group.topgroups.doubleGSF=20011.69580618856&group.topgroups.doubleGSF=10006.695806188562&group.topgroups.doubleGSF=30019.69580618856&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1491596043662&isShard=true&wt=javabin&group.field=doubleGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775641 INFO  (qtp273432754-11506) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=4&group.topgroups.doubleGSF=%01&group.topgroups.doubleGSF=20011.69580618856&group.topgroups.doubleGSF=10006.695806188562&group.topgroups.doubleGSF=30019.69580618856&start=0&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1491596043662&isShard=true&wt=javabin&group.field=doubleGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775642 INFO  (qtp785651354-11542) [    ] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=dv_coll:3&shards.purpose=64&NOW=1491596043662&ids=1&isShard=true&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/&wt=javabin&version=2&group.field=doubleGSF}
 status=0 QTime=0
   [junit4]   2> 775642 INFO  (qtp785651354-11450) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=dv_coll:3&shards.purpose=64&NOW=1491596043662&ids=2,3&isShard=true&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&wt=javabin&version=2&group.field=doubleGSF}
 status=0 QTime=0
   [junit4]   2> 775642 INFO  (qtp273432754-11449) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=dv_coll:3&shards.purpose=64&NOW=1491596043662&ids=4&isShard=true&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&wt=javabin&version=2&group.field=doubleGSF}
 status=0 QTime=0
   [junit4]   2> 775643 INFO  (qtp785651354-11446) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=dv_coll:3&wt=javabin&version=2&group.field=doubleGSF&group=true}
 status=0 QTime=3
   [junit4]   2> 775645 INFO  (qtp273432754-11455) [    ] o.a.s.c.S.Request 
[dv_coll_shard4_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard4_replica1/&rows=10&version=2&q=*:*&NOW=1491596043666&isShard=true&wt=javabin&group.field=floatGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775645 INFO  (qtp273432754-11443) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&rows=10&version=2&q=*:*&NOW=1491596043666&isShard=true&wt=javabin&group.field=floatGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775646 INFO  (qtp785651354-11542) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&rows=10&version=2&q=*:*&NOW=1491596043666&isShard=true&wt=javabin&group.field=floatGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775646 INFO  (qtp785651354-11539) [    ] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/&rows=10&version=2&q=*:*&NOW=1491596043666&isShard=true&wt=javabin&group.field=floatGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775647 INFO  (qtp785651354-11444) [    ] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=4&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1491596043666&isShard=true&wt=javabin&group.field=floatGSF&group.topgroups.floatGSF=%01&group.topgroups.floatGSF=10006.152&group.topgroups.floatGSF=30015.152&group.topgroups.floatGSF=20010.152&group=true}
 status=0 QTime=0
   [junit4]   2> 775647 INFO  (qtp785651354-11450) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=4&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1491596043666&isShard=true&wt=javabin&group.field=floatGSF&group.topgroups.floatGSF=%01&group.topgroups.floatGSF=10006.152&group.topgroups.floatGSF=30015.152&group.topgroups.floatGSF=20010.152&group=true}
 status=0 QTime=0
   [junit4]   2> 775647 INFO  (qtp273432754-11457) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=4&start=0&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1491596043666&isShard=true&wt=javabin&group.field=floatGSF&group.topgroups.floatGSF=%01&group.topgroups.floatGSF=10006.152&group.topgroups.floatGSF=30015.152&group.topgroups.floatGSF=20010.152&group=true}
 status=0 QTime=0
   [junit4]   2> 775648 INFO  (qtp273432754-11506) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=dv_coll:3&shards.purpose=64&NOW=1491596043666&ids=4&isShard=true&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&wt=javabin&version=2&group.field=floatGSF}
 status=0 QTime=0
   [junit4]   2> 775648 INFO  (qtp785651354-11446) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=dv_coll:3&shards.purpose=64&NOW=1491596043666&ids=2,3&isShard=true&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&wt=javabin&version=2&group.field=floatGSF}
 status=0 QTime=0
   [junit4]   2> 775648 INFO  (qtp785651354-11542) [    ] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=dv_coll:3&shards.purpose=64&NOW=1491596043666&ids=1&isShard=true&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/&wt=javabin&version=2&group.field=floatGSF}
 status=0 QTime=0
   [junit4]   2> 775648 INFO  (qtp273432754-11505) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=dv_coll:3&wt=javabin&version=2&group.field=floatGSF&group=true}
 status=0 QTime=4
   [junit4]   2> 775650 INFO  (qtp273432754-11449) [    ] o.a.s.c.S.Request 
[dv_coll_shard4_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard4_replica1/&rows=10&version=2&q=*:*&NOW=1491596043672&isShard=true&wt=javabin&group.field=stringGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775650 INFO  (qtp273432754-11453) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&rows=10&version=2&q=*:*&NOW=1491596043672&isShard=true&wt=javabin&group.field=stringGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775650 INFO  (qtp785651354-11539) [    ] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/&rows=10&version=2&q=*:*&NOW=1491596043672&isShard=true&wt=javabin&group.field=stringGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775650 INFO  (qtp785651354-11454) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&rows=10&version=2&q=*:*&NOW=1491596043672&isShard=true&wt=javabin&group.field=stringGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775651 INFO  (qtp273432754-11455) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/select 
params={df=text&group.topgroups.stringGSF=%01&group.topgroups.stringGSF=base_string_943624__00020009&group.topgroups.stringGSF=base_string_943624__00010006&group.topgroups.stringGSF=base_string_943624__00030011&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=4&start=0&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1491596043672&isShard=true&wt=javabin&group.field=stringGSF&group=true}
 status=0 QTime=0
   [junit4]   2> 775651 INFO  (qtp785651354-11539) [    ] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/select 
params={df=text&group.topgroups.stringGSF=%01&group.topgroups.stringGSF=base_string_943624__00020009&group.topgroups.stringGSF=base_string_943624__00010006&group.topgroups.stringGSF=base_string_943624__00030011&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=4&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1491596043672&isShard=true&wt=javabin&group.field=stringGSF&group=true}
 status=0 QTime=1
   [junit4]   2> 775651 INFO  (qtp785651354-11450) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/select 
params={df=text&group.topgroups.stringGSF=%01&group.topgroups.stringGSF=base_string_943624__00020009&group.topgroups.stringGSF=base_string_943624__00010006&group.topgroups.stringGSF=base_string_943624__00030011&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=4&start=0&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1491596043672&isShard=true&wt=javabin&group.field=stringGSF&group=true}
 status=0 QTime=1
   [junit4]   2> 775652 INFO  (qtp785651354-11446) [    ] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=dv_coll:3&shards.purpose=64&NOW=1491596043672&ids=2,3&isShard=true&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard3_replica1/&wt=javabin&version=2&group.field=stringGSF}
 status=0 QTime=0
   [junit4]   2> 775652 INFO  (qtp785651354-11542) [    ] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=dv_coll:3&shards.purpose=64&NOW=1491596043672&ids=1&isShard=true&shard.url=https://127.0.0.1:37817/solr/dv_coll_shard1_replica1/&wt=javabin&version=2&group.field=stringGSF}
 status=0 QTime=0
   [junit4]   2> 775652 INFO  (qtp273432754-11457) [    ] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=dv_coll:3&shards.purpose=64&NOW=1491596043672&ids=4&isShard=true&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard2_replica1/&wt=javabin&version=2&group.field=stringGSF}
 status=0 QTime=0
   [junit4]   2> 775653 INFO  (qtp785651354-11456) [    ] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=dv_coll:3&wt=javabin&version=2&group.field=stringGSF&group=true}
 status=0 QTime=3
   [junit4]   2> 775654 INFO  (qtp273432754-11449) [    ] o.a.s.c.S.Request 
[dv_coll_shard4_replica1]  webapp=/solr path=/select 
params={df=text&group.distributed.first=true&distrib=false&_stateVer_=dv_coll:3&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:40778/solr/dv_coll_shard4_replica1/&rows=10&version=2&q=*

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

s]
   [junit4]   2> 1760583 INFO  (jetty-closer-2571-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4be1b562{/solr,null,UNAVAILABLE}
   [junit4]   2> 1760583 INFO  (zkCallback-2592-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1760583 INFO  (jetty-closer-2571-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3962c4b7{/solr,null,UNAVAILABLE}
   [junit4]   2> 1760585 INFO  (zkCallback-2590-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1760586 INFO  (coreCloseExecutor-6456-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.test_col.shard2.replica1, tag=1892511951
   [junit4]   2> 1760596 INFO  (coreCloseExecutor-6457-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.test_col.shard1.replica2, tag=186001494
   [junit4]   2> 1760597 INFO  (jetty-closer-2571-thread-3) [    ] 
o.a.s.c.Overseer Overseer 
(id=97753301481881612-127.0.0.1:39137_solr-n_0000000000) closing
   [junit4]   2> 1760597 INFO  
(OverseerStateUpdate-97753301481881612-127.0.0.1:39137_solr-n_0000000000) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39137_solr
   [junit4]   2> 1760602 INFO  (zkCallback-2592-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1760602 INFO  (zkCallback-2590-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] 
for collection [test_col] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1760602 WARN  (zkCallback-2590-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1762102 WARN  (zkCallback-2592-thread-3) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1762102 WARN  (zkCallback-2590-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /collections/test_col/state.json]
   [junit4]   2> 1762102 WARN  (zkCallback-2592-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /collections/test_col/state.json]
   [junit4]   2> 1762103 INFO  (jetty-closer-2571-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1e6aed21{/solr,null,UNAVAILABLE}
   [junit4]   2> 1762103 INFO  (jetty-closer-2571-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@18632456{/solr,null,UNAVAILABLE}
   [junit4]   2> 1762105 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[5F39D5278F306A20]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:44277 44277
   [junit4]   2> 1762384 INFO  (Thread-3429) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:44277 44277
   [junit4]   2> 1762385 WARN  (Thread-3429) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       
/solr/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/test_col/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      /solr/overseer/collection-queue-work
   [junit4]   2>        10      /solr/overseer/queue
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1762385 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[5F39D5278F306A20]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_5F39D5278F306A20-001
   [junit4]   2> Apr 07, 2017 8:30:30 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{long_stored_idx=FSTOrd50, long_dv_idx=PostingsFormat(name=MockRandom), 
id=PostingsFormat(name=MockRandom), 
long_dv_stored_idx=PostingsFormat(name=MockRandom)}, 
docValues:{_version_=DocValuesFormat(name=Direct), 
long_dv_idx=DocValuesFormat(name=Lucene70), 
long_dv_stored=DocValuesFormat(name=Lucene70), 
id=DocValuesFormat(name=Lucene70), long_dv=DocValuesFormat(name=Lucene70), 
long_dv_stored_idx=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1493, 
maxMBSortInHeap=7.195971892413633, sim=RandomSimilarity(queryNorm=false): {}, 
locale=ce, timezone=Europe/Dublin
   [junit4]   2> NOTE: Linux 4.4.0-66-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=134949712,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestApiFramework, 
ZkStateWriterTest, TestSolrConfigHandlerConcurrent, TestConfigSetsAPIZkFailure, 
CdcrVersionReplicationTest, SynonymTokenizerTest, TestSimpleQParserPlugin, 
TestCollationField, TestDistributedMissingSort, TestSolrDeletionPolicy1, 
BlockJoinFacetSimpleTest, TestFieldCacheVsDocValues, 
ShufflingReplicaListTransformerTest, DirectUpdateHandlerTest, 
TestNumericTerms32, CloneFieldUpdateProcessorFactoryTest, DeleteShardTest, 
TestSolrCoreParser, PrimUtilsTest, MBeansHandlerTest, TestNRTOpen, 
TestRawTransformer, TestMacroExpander, SecurityConfHandlerTest, 
TestLuceneMatchVersion, FieldMutatingUpdateProcessorTest, 
TestSolrConfigHandler, CoreAdminHandlerTest, ShowFileRequestHandlerTest, 
BlockDirectoryTest, CreateCollectionCleanupTest, 
CloudExitableDirectoryReaderTest, SliceStateTest, PrimitiveFieldTypeTest, 
TestPivotHelperCode, TestWriterPerf, TestNoOpRegenerator, TestIndexSearcher, 
ExternalFileFieldSortTest, SolrTestCaseJ4Test, SolrSlf4jReporterTest, 
TestManagedSchemaThreadSafety, TestBlobHandler, 
TestReversedWildcardFilterFactory, TestTolerantUpdateProcessorRandomCloud, 
TestPHPSerializedResponseWriter, RestartWhileUpdatingTest, TestSort, 
TestBulkSchemaAPI, XmlUpdateRequestHandlerTest, TestCorePropertiesReload, 
HttpSolrCallGetCoreTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
PreAnalyzedFieldTest, TestCoreAdminApis, DateFieldTest, TestZkChroot, 
SuggesterWFSTTest, TestExtendedDismaxParser, TestStressUserVersions, 
AddBlockUpdateTest, BasicAuthStandaloneTest, TestManagedStopFilterFactory, 
DistribDocExpirationUpdateProcessorTest, DebugComponentTest, 
CoreAdminCreateDiscoverTest, TestUtils, SaslZkACLProviderTest, 
TestRequestStatusCollectionAPI, UninvertDocValuesMergePolicyTest, 
QueryResultKeyTest, FullSolrCloudDistribCmdsTest, 
DirectUpdateHandlerOptimizeTest, StatsComponentTest, TestSolrJ, 
DocValuesMissingTest, SimpleMLTQParserTest, TestAnalyzeInfixSuggestions, 
TestCollationFieldDocValues, TestManagedResource, TestTolerantSearch, 
DistributedQueryComponentCustomSortTest, TestJavabinTupleStreamParser, 
TestFastOutputStream, ClassificationUpdateProcessorFactoryTest, 
TestObjectReleaseTracker, SolrMetricManagerTest, HdfsNNFailoverTest, 
FullHLLTest, HttpPartitionTest, TestDocBasedVersionConstraints, 
StatelessScriptUpdateProcessorFactoryTest, TestXmlQParserPlugin, 
TestSchemaSimilarityResource, TestOnReconnectListenerSupport, LargeFieldTest, 
BinaryUpdateRequestHandlerTest, TestNonDefinedSimilarityFactory, 
OverseerTaskQueueTest, TestHdfsCloudBackupRestore, MultiThreadedOCPTest, 
TestCSVResponseWriter, DistributedFacetExistsSmallTest, 
TestDistribDocBasedVersion, TestFieldSortValues, BasicDistributedZk2Test, 
TestSchemalessBufferedUpdates, TestReplicationHandlerBackup, TestBinaryField, 
TestCloudDeleteByQuery, ActionThrottleTest, AnalyticsMergeStrategyTest, 
TestTestInjection, OverseerModifyCollectionTest, 
LeaderFailureAfterFreshStartTest, NoCacheHeaderTest, ChaosMonkeySafeLeaderTest, 
UnloadDistributedZkTest, SyncSliceTest, OverseerTest, ShardRoutingTest, 
RecoveryZkTest, TestReplicationHandler, TestRandomFaceting, LeaderElectionTest, 
TestRandomDVFaceting, AutoCommitTest, TermVectorComponentDistributedTest, 
ZkControllerTest, TestRealTimeGet, TestReload, SpellCheckComponentTest, 
BasicFunctionalityTest, TestLazyCores, SolrIndexSplitterTest, SuggesterTSTTest, 
SuggesterTest, WordBreakSolrSpellCheckerTest, TestAtomicUpdateErrorCases, 
DocValuesMultiTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, 
TestSurroundQueryParser, TestQueryUtils, StandardRequestHandlerTest, 
TestOmitPositions, RequestHandlersTest, TermVectorComponentTest, 
FieldAnalysisRequestHandlerTest, SolrPluginUtilsTest, TestJmxIntegration, 
TestPartialUpdateDeduplication, TestComponentsName, TestLFUCache, 
AsyncCallRequestStatusResponseTest, CollectionStateFormat2Test, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
ConnectionManagerTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, 
DeleteReplicaTest, LeaderInitiatedRecoveryOnCommitTest, OnlyLeaderIndexesTest, 
TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, 
TestLeaderInitiatedRecoveryThread, TestRandomFlRTGCloud, TestSSLRandomization, 
TestSegmentSorting, TestSizeLimitedDistributedMap, 
TestSolrCloudWithKerberosAlt, TestStressCloudBlindAtomicUpdates]
   [junit4] Completed [539/703 (2!)] on J2 in 23.60s, 5 tests, 1 error <<< 
FAILURES!

[...truncated 36809 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to