You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/11/27 05:03:57 UTC

[JENKINS] Lucene-Solr-6.x-Linux (32bit/jdk1.8.0_102) - Build # 2278 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2278/
Java: 32bit/jdk1.8.0_102 -server -XX:+UseG1GC

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

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

Stack Trace:
java.lang.AssertionError: Unexpected number of elements in the group for intGSF: 9
	at __randomizedtesting.SeedInfo.seed([CD73E7C78A463033:56C8899FC71E026D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly(DocValuesNotIndexedTest.java:359)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting

Error Message:
Documents in wrong order for field: stringGSF expected:<[2]> but was:<[3]>

Stack Trace:
org.junit.ComparisonFailure: Documents in wrong order for field: stringGSF expected:<[2]> but was:<[3]>
	at __randomizedtesting.SeedInfo.seed([CD73E7C78A463033:D34BEFCFF6ED8AB3]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.checkSortOrder(DocValuesNotIndexedTest.java:247)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting(DocValuesNotIndexedTest.java:227)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10898 lines...]
   [junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_CD73E7C78A463033-001/init-core-data-001
   [junit4]   2> 152693 INFO  (SUITE-DocValuesNotIndexedTest-seed#[CD73E7C78A463033]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 152694 INFO  (SUITE-DocValuesNotIndexedTest-seed#[CD73E7C78A463033]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_CD73E7C78A463033-001/tempDir-001
   [junit4]   2> 152694 INFO  (SUITE-DocValuesNotIndexedTest-seed#[CD73E7C78A463033]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 152694 INFO  (Thread-320) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 152694 INFO  (Thread-320) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 152794 INFO  (SUITE-DocValuesNotIndexedTest-seed#[CD73E7C78A463033]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:34047
   [junit4]   2> 152799 INFO  (jetty-launcher-298-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 152800 INFO  (jetty-launcher-298-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 152801 INFO  (jetty-launcher-298-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@fa246b{/solr,null,AVAILABLE}
   [junit4]   2> 152801 INFO  (jetty-launcher-298-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@281ccf{/solr,null,AVAILABLE}
   [junit4]   2> 152804 INFO  (jetty-launcher-298-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1f2f85a{SSL,[ssl, http/1.1]}{127.0.0.1:39191}
   [junit4]   2> 152804 INFO  (jetty-launcher-298-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3e77fb{SSL,[ssl, http/1.1]}{127.0.0.1:42429}
   [junit4]   2> 152804 INFO  (jetty-launcher-298-thread-1) [    ] o.e.j.s.Server Started @154617ms
   [junit4]   2> 152804 INFO  (jetty-launcher-298-thread-2) [    ] o.e.j.s.Server Started @154617ms
   [junit4]   2> 152805 INFO  (jetty-launcher-298-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39191}
   [junit4]   2> 152805 INFO  (jetty-launcher-298-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42429}
   [junit4]   2> 152805 ERROR (jetty-launcher-298-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 152805 ERROR (jetty-launcher-298-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 152805 INFO  (jetty-launcher-298-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 152805 INFO  (jetty-launcher-298-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 152805 INFO  (jetty-launcher-298-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 152805 INFO  (jetty-launcher-298-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 152805 INFO  (jetty-launcher-298-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 152805 INFO  (jetty-launcher-298-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 152805 INFO  (jetty-launcher-298-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-27T04:25:40.275Z
   [junit4]   2> 152805 INFO  (jetty-launcher-298-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-27T04:25:40.275Z
   [junit4]   2> 152808 INFO  (jetty-launcher-298-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 152808 INFO  (jetty-launcher-298-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 152815 INFO  (jetty-launcher-298-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 152815 INFO  (jetty-launcher-298-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 152815 INFO  (jetty-launcher-298-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34047/solr
   [junit4]   2> 152816 INFO  (jetty-launcher-298-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34047/solr
   [junit4]   2> 152817 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x158a4080a450004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 152835 INFO  (jetty-launcher-298-thread-2) [n:127.0.0.1:42429_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42429_solr
   [junit4]   2> 152835 INFO  (jetty-launcher-298-thread-1) [n:127.0.0.1:39191_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39191_solr
   [junit4]   2> 152835 INFO  (jetty-launcher-298-thread-2) [n:127.0.0.1:42429_solr    ] o.a.s.c.Overseer Overseer (id=97007746427453445-127.0.0.1:42429_solr-n_0000000000) starting
   [junit4]   2> 152836 INFO  (zkCallback-308-thread-1-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 152836 INFO  (zkCallback-309-thread-1-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 152840 INFO  (jetty-launcher-298-thread-2) [n:127.0.0.1:42429_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42429_solr
   [junit4]   2> 152840 INFO  (zkCallback-309-thread-1-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 152840 INFO  (zkCallback-308-thread-1-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 152896 INFO  (jetty-launcher-298-thread-1) [n:127.0.0.1:39191_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_CD73E7C78A463033-001/tempDir-001/node1/.
   [junit4]   2> 152897 INFO  (jetty-launcher-298-thread-2) [n:127.0.0.1:42429_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_CD73E7C78A463033-001/tempDir-001/node2/.
   [junit4]   2> 152901 INFO  (SUITE-DocValuesNotIndexedTest-seed#[CD73E7C78A463033]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 152901 INFO  (SUITE-DocValuesNotIndexedTest-seed#[CD73E7C78A463033]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34047/solr ready
   [junit4]   2> 152978 INFO  (qtp10035983-1573) [n:127.0.0.1:42429_solr    ] 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> 152980 INFO  (OverseerThreadFactory-683-thread-1-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.c.CreateCollectionCmd Create collection dv_coll
   [junit4]   2> 153102 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr    ] 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> 153104 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr    ] 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> 153158 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr    ] 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> 153174 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr    ] 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> 153276 INFO  (zkCallback-308-thread-3-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 153276 INFO  (zkCallback-309-thread-1-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 154111 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 154111 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 154117 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.s.IndexSchema [dv_coll_shard1_replica1] Schema name=minimal
   [junit4]   2> 154117 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.s.IndexSchema [dv_coll_shard3_replica1] Schema name=minimal
   [junit4]   2> 154119 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 154119 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 154120 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard1_replica1' using configuration from collection dv_coll
   [junit4]   2> 154120 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard3_replica1' using configuration from collection dv_coll
   [junit4]   2> 154120 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [[dv_coll_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_CD73E7C78A463033-001/tempDir-001/node2/dv_coll_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_CD73E7C78A463033-001/tempDir-001/node2/./dv_coll_shard1_replica1/data/]
   [junit4]   2> 154120 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.SolrCore [[dv_coll_shard3_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_CD73E7C78A463033-001/tempDir-001/node2/dv_coll_shard3_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_CD73E7C78A463033-001/tempDir-001/node2/./dv_coll_shard3_replica1/data/]
   [junit4]   2> 154127 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 154127 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 154127 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 154127 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 154128 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 154128 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 154128 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 154128 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 154129 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@140ab0f[dv_coll_shard3_replica1] main]
   [junit4]   2> 154129 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@601ecc[dv_coll_shard1_replica1] main]
   [junit4]   2> 154129 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 154129 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 154129 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 154129 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 154130 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 154130 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 154130 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 154130 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 154130 INFO  (searcherExecutor-689-thread-1-processing-n:127.0.0.1:42429_solr x:dv_coll_shard3_replica1 s:shard3 c:dv_coll r:core_node2) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.SolrCore [dv_coll_shard3_replica1] Registered new searcher Searcher@140ab0f[dv_coll_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 154130 INFO  (searcherExecutor-688-thread-1-processing-n:127.0.0.1:42429_solr x:dv_coll_shard1_replica1 s:shard1 c:dv_coll r:core_node1) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [dv_coll_shard1_replica1] Registered new searcher Searcher@601ecc[dv_coll_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 154130 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552123944343961600
   [junit4]   2> 154130 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552123944343961600
   [junit4]   2> 154135 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 154135 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 154135 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 154135 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 154135 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42429/solr/dv_coll_shard1_replica1/
   [junit4]   2> 154135 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42429/solr/dv_coll_shard3_replica1/
   [junit4]   2> 154135 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 154135 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 154135 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.SyncStrategy https://127.0.0.1:42429/solr/dv_coll_shard1_replica1/ has no replicas
   [junit4]   2> 154135 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.SyncStrategy https://127.0.0.1:42429/solr/dv_coll_shard3_replica1/ has no replicas
   [junit4]   2> 154138 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42429/solr/dv_coll_shard1_replica1/ shard1
   [junit4]   2> 154138 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42429/solr/dv_coll_shard3_replica1/ shard3
   [junit4]   2> 154165 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 154171 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.s.IndexSchema [dv_coll_shard2_replica1] Schema name=minimal
   [junit4]   2> 154172 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 154173 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard2_replica1' using configuration from collection dv_coll
   [junit4]   2> 154173 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.c.SolrCore [[dv_coll_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_CD73E7C78A463033-001/tempDir-001/node1/dv_coll_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_CD73E7C78A463033-001/tempDir-001/node1/./dv_coll_shard2_replica1/data/]
   [junit4]   2> 154180 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 154180 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 154180 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 154181 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 154181 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 154181 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f04830[dv_coll_shard2_replica1] main]
   [junit4]   2> 154182 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 154182 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 154182 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 154182 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 154183 INFO  (searcherExecutor-698-thread-1-processing-n:127.0.0.1:39191_solr x:dv_coll_shard2_replica1 s:shard2 c:dv_coll r:core_node3) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.c.SolrCore [dv_coll_shard2_replica1] Registered new searcher Searcher@1f04830[dv_coll_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 154183 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552123944399536128
   [junit4]   2> 154185 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.s.IndexSchema [dv_coll_shard4_replica1] Schema name=minimal
   [junit4]   2> 154187 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 154187 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 154187 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39191/solr/dv_coll_shard2_replica1/
   [junit4]   2> 154187 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 154187 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.c.SyncStrategy https://127.0.0.1:39191/solr/dv_coll_shard2_replica1/ has no replicas
   [junit4]   2> 154187 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 154188 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard4_replica1' using configuration from collection dv_coll
   [junit4]   2> 154188 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.SolrCore [[dv_coll_shard4_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_CD73E7C78A463033-001/tempDir-001/node1/dv_coll_shard4_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_CD73E7C78A463033-001/tempDir-001/node1/./dv_coll_shard4_replica1/data/]
   [junit4]   2> 154189 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39191/solr/dv_coll_shard2_replica1/ shard2
   [junit4]   2> 154194 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 154194 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 154195 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 154195 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 154195 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@65b254[dv_coll_shard4_replica1] main]
   [junit4]   2> 154196 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 154196 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 154196 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 154196 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 154196 INFO  (searcherExecutor-703-thread-1-processing-n:127.0.0.1:39191_solr x:dv_coll_shard4_replica1 s:shard4 c:dv_coll r:core_node4) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.SolrCore [dv_coll_shard4_replica1] Registered new searcher Searcher@65b254[dv_coll_shard4_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 154196 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1552123944413167616
   [junit4]   2> 154202 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 154202 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 154202 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39191/solr/dv_coll_shard4_replica1/
   [junit4]   2> 154202 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 154202 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.SyncStrategy https://127.0.0.1:39191/solr/dv_coll_shard4_replica1/ has no replicas
   [junit4]   2> 154204 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39191/solr/dv_coll_shard4_replica1/ shard4
   [junit4]   2> 154305 INFO  (zkCallback-309-thread-1-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 154305 INFO  (zkCallback-308-thread-3-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 154338 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 154338 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 154340 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 154340 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] 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=1236
   [junit4]   2> 154340 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 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=1238
   [junit4]   2> 154341 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] 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=1183
   [junit4]   2> 154355 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 154356 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] 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=1182
   [junit4]   2> 154359 INFO  (qtp10035983-1573) [n:127.0.0.1:42429_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 154457 INFO  (zkCallback-308-thread-3-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 154457 INFO  (zkCallback-309-thread-1-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 154981 INFO  (OverseerCollectionConfigSetProcessor-97007746427453445-127.0.0.1:42429_solr-n_0000000000) [n:127.0.0.1:42429_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 155359 INFO  (qtp10035983-1573) [n:127.0.0.1:42429_solr    ] 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=2381
   [junit4]   2> 155368 INFO  (qtp10035983-1583) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 155370 INFO  (qtp10035983-1583) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.s.IndexSchema [dv_coll_shard3_replica1] Schema name=minimal
   [junit4]   2> 155371 INFO  (qtp10035983-1583) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 155380 INFO  (zkCallback-308-thread-3-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/conf1/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 155380 INFO  (zkCallback-308-thread-1-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/conf1/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 155380 INFO  (zkCallback-309-thread-2-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/conf1/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 155380 INFO  (qtp10035983-1583) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.ZkController Persisted config data to node /configs/conf1/managed-schema 
   [junit4]   2> 155380 INFO  (zkCallback-309-thread-1-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/conf1/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 155380 INFO  (zkCallback-308-thread-1-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 155380 INFO  (zkCallback-309-thread-2-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 155380 INFO  (qtp10035983-1583) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] 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> 155380 INFO  (zkCallback-309-thread-1-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 155382 INFO  (Thread-343) [n:127.0.0.1:42429_solr    ] o.a.s.c.SolrCore config update listener called for core dv_coll_shard3_replica1
   [junit4]   2> 155383 INFO  (Thread-343) [n:127.0.0.1:42429_solr    ] o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 155384 INFO  (zkCallback-308-thread-1-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica1] Schema name=minimal
   [junit4]   2> 155386 INFO  (Thread-343) [n:127.0.0.1:42429_solr    ] o.a.s.s.IndexSchema [dv_coll_shard3_replica1] Schema name=minimal
   [junit4]   2> 155387 INFO  (zkCallback-309-thread-2-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.s.IndexSchema [dv_coll_shard4_replica1] Schema name=minimal
   [junit4]   2> 155388 INFO  (zkCallback-309-thread-1-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.s.IndexSchema [dv_coll_shard2_replica1] Schema name=minimal
   [junit4]   2> 155406 INFO  (zkCallback-308-thread-1-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 155410 INFO  (zkCallback-309-thread-1-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 155410 INFO  (Thread-344) [n:127.0.0.1:39191_solr    ] o.a.s.c.SolrCore config update listener called for core dv_coll_shard4_replica1
   [junit4]   2> 155410 INFO  (zkCallback-309-thread-1-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 29 ms
   [junit4]   2> 155410 INFO  (zkCallback-308-thread-1-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 30 ms
   [junit4]   2> 155413 INFO  (Thread-343) [n:127.0.0.1:42429_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 155413 INFO  (Thread-343) [n:127.0.0.1:42429_solr    ] o.a.s.c.SolrCore core reload dv_coll_shard3_replica1
   [junit4]   2> 155413 INFO  (zkCallback-309-thread-2-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 155413 INFO  (zkCallback-309-thread-2-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 33 ms
   [junit4]   2> 155414 INFO  (Thread-344) [n:127.0.0.1:39191_solr    ] o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 155417 INFO  (Thread-344) [n:127.0.0.1:39191_solr    ] o.a.s.s.IndexSchema [dv_coll_shard4_replica1] Schema name=minimal
   [junit4]   2> 155418 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] 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> 155421 INFO  (qtp10035983-1638) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 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> 155424 INFO  (qtp27955375-1576) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] 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> 155425 INFO  (qtp10035983-1583) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.s.ManagedIndexSchema Took 44.0ms for 3 replicas to apply schema update version 1 for collection dv_coll
   [junit4]   2> 155425 INFO  (qtp10035983-1583) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.S.Request [dv_coll_shard3_replica1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=57
   [junit4]   2> 155425 INFO  (zkCallback-308-thread-3-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 155425 INFO  (Thread-343) [n:127.0.0.1:42429_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 155426 INFO  (Thread-344) [n:127.0.0.1:39191_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 155426 INFO  (Thread-344) [n:127.0.0.1:39191_solr    ] o.a.s.c.SolrCore core reload dv_coll_shard4_replica1
   [junit4]   2> 155437 INFO  (zkCallback-308-thread-3-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.s.IndexSchema [dv_coll_shard3_replica1] Schema name=minimal
   [junit4]   2> 155444 INFO  (zkCallback-308-thread-3-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 155444 INFO  (zkCallback-308-thread-3-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 18 ms
   [junit4]   2> 155446 INFO  (Thread-344) [n:127.0.0.1:39191_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 155450 INFO  (TEST-DocValuesNotIndexedTest.testGroupingDVOnly-seed#[CD73E7C78A463033]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGroupingDVOnly
   [junit4]   2> 155451 INFO  (Thread-343) [n:127.0.0.1:42429_solr    ] o.a.s.s.IndexSchema [dv_coll_shard3_replica1] Schema name=minimal
   [junit4]   2> 155461 INFO  (Thread-343) [n:127.0.0.1:42429_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 155461 INFO  (Thread-343) [n:127.0.0.1:42429_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard3_replica1' using configuration from collection dv_coll
   [junit4]   2> 155462 INFO  (Thread-343) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.SolrCore [[dv_coll_shard3_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_CD73E7C78A463033-001/tempDir-001/node2/dv_coll_shard3_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_CD73E7C78A463033-001/tempDir-001/node2/./dv_coll_shard3_replica1/data/]
   [junit4]   2> 155466 INFO  (Thread-344) [n:127.0.0.1:39191_solr    ] o.a.s.s.IndexSchema [dv_coll_shard4_replica1] Schema name=minimal
   [junit4]   2> 155467 INFO  (qtp10035983-1587) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:39191/solr/dv_coll_shard4_replica1/&wt=javabin&version=2}{deleteByQuery=*:* (-1552123945742761984)} 0 2
   [junit4]   2> 155467 INFO  (qtp10035983-1575) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 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:39191/solr/dv_coll_shard4_replica1/&wt=javabin&version=2}{deleteByQuery=*:* (-1552123945742761984)} 0 2
   [junit4]   2> 155467 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] 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:39191/solr/dv_coll_shard4_replica1/&wt=javabin&version=2}{deleteByQuery=*:* (-1552123945743810560)} 0 2
   [junit4]   2> 155468 INFO  (qtp27955375-1574) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1552123945734373376)} 0 13
   [junit4]   2> 155470 INFO  (Thread-343) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 155470 INFO  (Thread-343) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 155470 INFO  (Thread-343) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@13e09b3[dv_coll_shard3_replica1] main]
   [junit4]   2> 155475 INFO  (Thread-343) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 155476 INFO  (Thread-343) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 155476 INFO  (Thread-343) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 155477 INFO  (qtp10035983-1638) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 155478 INFO  (qtp10035983-1638) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 155479 INFO  (qtp10035983-1638) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@19fc9b9[dv_coll_shard3_replica1] main]
   [junit4]   2> 155481 INFO  (qtp10035983-1638) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 155481 INFO  (searcherExecutor-689-thread-1-processing-n:127.0.0.1:42429_solr x:dv_coll_shard3_replica1 s:shard3 c:dv_coll r:core_node2) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.SolrCore [dv_coll_shard3_replica1] Registered new searcher Searcher@19fc9b9[dv_coll_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 155481 INFO  (Thread-344) [n:127.0.0.1:39191_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 155481 INFO  (qtp27955375-1582) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 155481 INFO  (qtp27955375-1582) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 155481 INFO  (qtp10035983-1638) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] 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:39191/solr/dv_coll_shard4_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 4
   [junit4]   2> 155481 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 155482 INFO  (qtp27955375-1578) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 155482 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 155482 INFO  (qtp27955375-1578) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 155482 INFO  (qtp27955375-1582) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d3e1f6[dv_coll_shard2_replica1] main]
   [junit4]   2> 155483 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@ac8449[dv_coll_shard1_replica1] main]
   [junit4]   2> 155485 INFO  (Thread-343) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 155485 INFO  (qtp27955375-1582) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 155485 INFO  (searcherExecutor-688-thread-1-processing-n:127.0.0.1:42429_solr x:dv_coll_shard1_replica1 s:shard1 c:dv_coll r:core_node1) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [dv_coll_shard1_replica1] Registered new searcher Searcher@ac8449[dv_coll_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 155486 INFO  (qtp27955375-1578) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6e7fd7[dv_coll_shard4_replica1] main]
   [junit4]   2> 155485 INFO  (searcherExecutor-698-thread-1-processing-n:127.0.0.1:39191_solr x:dv_coll_shard2_replica1 s:shard2 c:dv_coll r:core_node3) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.c.SolrCore [dv_coll_shard2_replica1] Registered new searcher Searcher@1d3e1f6[dv_coll_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 155486 INFO  (qtp27955375-1582) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] 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:39191/solr/dv_coll_shard4_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 4
   [junit4]   2> 155486 INFO  (searcherExecutor-703-thread-1-processing-n:127.0.0.1:39191_solr x:dv_coll_shard4_replica1 s:shard4 c:dv_coll r:core_node4) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.SolrCore [dv_coll_shard4_replica1] Registered new searcher Searcher@6e7fd7[dv_coll_shard4_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 155486 INFO  (qtp27955375-1578) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 155487 INFO  (qtp27955375-1578) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] 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:39191/solr/dv_coll_shard4_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 5
   [junit4]   2> 155487 INFO  (Thread-344) [n:127.0.0.1:39191_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard4_replica1' using configuration from collection dv_coll
   [junit4]   2> 155489 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 155489 INFO  (searcherExecutor-709-thread-1-processing-n:127.0.0.1:42429_solr x:dv_coll_shard3_replica1 s:shard3 c:dv_coll r:core_node2) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.SolrCore [dv_coll_shard3_replica1] Registered new searcher Searcher@13e09b3[dv_coll_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 155489 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 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:39191/solr/dv_coll_shard4_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 8
   [junit4]   2> 155490 INFO  (qtp27955375-1576) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica1]  webapp=/solr path=/update params={_stateVer_=dv_coll:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 19
   [junit4]   2> 155490 INFO  (Thread-344) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.SolrCore [[dv_coll_shard4_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_CD73E7C78A463033-001/tempDir-001/node1/dv_coll_shard4_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_CD73E7C78A463033-001/tempDir-001/node1/./dv_coll_shard4_replica1/data/]
   [junit4]   2> 155494 INFO  (Thread-343) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 155496 INFO  (Thread-343) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12e6acc[dv_coll_shard3_replica1] main]
   [junit4]   2> 155496 INFO  (Thread-343) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.SolrCore [dv_coll_shard3_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@144fdff
   [junit4]   2> 155496 INFO  (searcherExecutor-709-thread-1-processing-n:127.0.0.1:42429_solr x:dv_coll_shard3_replica1 s:shard3 c:dv_coll r:core_node2) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.SolrCore [dv_coll_shard3_replica1] Registered new searcher Searcher@12e6acc[dv_coll_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 155497 INFO  (Thread-343) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.SolrCore config update listener called for core dv_coll_shard1_replica1
   [junit4]   2> 155500 INFO  (Thread-344) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 155500 INFO  (Thread-344) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 155500 INFO  (Thread-344) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1dd8751[dv_coll_shard4_replica1] main]
   [junit4]   2> 155501 INFO  (Thread-344) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 155501 INFO  (Thread-344) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 155501 INFO  (Thread-344) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 155501 INFO  (Thread-344) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 155502 INFO  (searcherExecutor-713-thread-1-processing-n:127.0.0.1:39191_solr x:dv_coll_shard4_replica1 s:shard4 c:dv_coll r:core_node4) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.SolrCore [dv_coll_shard4_replica1] Registered new searcher Searcher@1dd8751[dv_coll_shard4_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 155516 INFO  (qtp10035983-1639) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] 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 (1552123945781559296), 3 (1552123945793093632), 105 (1552123945794142208), 6 (1552123945794142209), 7 (1552123945794142210), 9 (1552123945795190784), 115 (1552123945795190785), 18 (1552123945795190786), 120 (1552123945795190787), 26 (1552123945795190788), ... (15 adds)]} 0 15
   [junit4]   2> 155517 INFO  (qtp10035983-1573) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 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 (1552123945784705024), 8 (1552123945793093632), 10 (1552123945794142208), 110 (1552123945794142209), 11 (1552123945794142210), 13 (1552123945795190784), 14 (1552123945795190785), 24 (1552123945795190786), 27 (1552123945796239360), 28 (1552123945796239361), ... (15 adds)]} 0 12
   [junit4]   2> 155518 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica1]  webapp=/solr path=/update params={_stateVer_=dv_coll:3&wt=javabin&version=2}{add=[0 (1552123945783656448), 100 (1552123945793093632), 4 (1552123945793093633), 12 (1552123945794142208), 15 (1552123945794142209), 16 (1552123945795190784), 20 (1552123945795190785), 22 (1552123945795190786), 125 (1552123945796239360), 34 (1552123945796239361), ... (18 adds)]} 0 14
   [junit4]   2> 155528 INFO  (Thread-344) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 155532 INFO  (qtp27955375-1578) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica1]  webapp=/solr path=/update params={_stateVer_=dv_coll:3&wt=javabin&version=2}{add=[5 (1552123945784705024), 17 (1552123945793093632), 19 (1552123945810919424), 21 (1552123945810919425), 23 (1552123945811968000), 25 (1552123945811968001), 29 (1552123945811968002), 33 (1552123945811968003), 37 (1552123945814065152), 45 (1552123945814065153), ... (11 adds)]} 0 30
   [junit4]   2> 155544 INFO  (qtp27955375-1578) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 155544 INFO  (qtp10035983-1587) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 155544 INFO  (qtp27955375-1578) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1a01cb0
   [junit4]   2> 155545 INFO  (qtp10035983-1587) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@18278ff
   [junit4]   2> 155547 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 155547 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@166b7d6
   [junit4]   2> 155548 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 155548 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1f1d0be
   [junit4]   2> 155551 INFO  (Thread-344) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@ee4d6d[dv_coll_shard4_replica1] main]
   [junit4]   2> 155551 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@166a611[dv_coll_shard3_replica1] main]
   [junit4]   2> 155551 INFO  (qtp10035983-1587) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@229f92[dv_coll_shard1_replica1] main]
   [junit4]   2> 155551 INFO  (Thread-344) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.SolrCore config update listener called for core dv_coll_shard2_replica1
   [junit4]   2> 155551 INFO  (searcherExecutor-713-thread-1-processing-n:127.0.0.1:39191_solr x:dv_coll_shard4_replica1 s:shard4 c:dv_coll r:core_node4) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.SolrCore [dv_coll_shard4_replica1] Registered new searcher Searcher@ee4d6d[dv_coll_shard4_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.4.0):C1)))}
   [junit4]   2> 155552 INFO  (searcherExecutor-709-thread-1-processing-n:127.0.0.1:42429_solr x:dv_coll_shard3_replica1 s:shard3 c:dv_coll r:core_node2) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.SolrCore [dv_coll_shard3_replica1] Registered new searcher Searcher@166a611[dv_coll_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.4.0):C15)))}
   [junit4]   2> 155552 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 155552 INFO  (qtp10035983-1587) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 155552 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] 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:42429/solr/dv_coll_shard3_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 4
   [junit4]   2> 155552 INFO  (searcherExecutor-688-thread-1-processing-n:127.0.0.1:42429_solr x:dv_coll_shard1_replica1 s:shard1 c:dv_coll r:core_node1) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [dv_coll_shard1_replica1] Registered new searcher Searcher@229f92[dv_coll_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.4.0):C15)))}
   [junit4]   2> 155552 INFO  (qtp10035983-1587) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 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:42429/solr/dv_coll_shard3_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 7
   [junit4]   2> 155553 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f02ec[dv_coll_shard2_replica1] main]
   [junit4]   2> 155553 INFO  (searcherExecutor-698-thread-1-processing-n:127.0.0.1:39191_solr x:dv_coll_shard2_replica1 s:shard2 c:dv_coll r:core_node3) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.c.SolrCore [dv_coll_shard2_replica1] Registered new searcher Searcher@4f02ec[dv_coll_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.4.0):C18)))}
   [junit4]   2> 155554 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 155554 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] 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:42429/solr/dv_coll_shard3_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 6
   [junit4]   2> 155556 INFO  (qtp27955375-1578) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1fd795[dv_coll_shard4_replica1] main]
   [junit4]   2> 155556 INFO  (qtp27955375-1578) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 155556 INFO  (searcherExecutor-703-thread-1-processing-n:127.0.0.1:39191_solr x:dv_coll_shard4_replica1 s:shard4 c:dv_coll r:core_node4) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.SolrCore [dv_coll_shard4_replica1] Registered new searcher Searcher@1fd795[dv_coll_shard4_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.4.0):C1) Uninverting(_1(6.4.0):C10)))}
   [junit4]   2> 155556 INFO  (qtp27955375-1578) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] 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:42429/solr/dv_coll_shard3_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 12
   [junit4]   2> 155556 INFO  (qtp27955375-1578) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.SolrCore [dv_coll_shard4_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@c5d9ad
   [junit4]   2> 155557 INFO  (qtp10035983-1638) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica1]  webapp=/solr path=/update params={_stateVer_=dv_coll:3&commit=true&wt=javabin&version=2}{commit=} 0 21
   [junit4]   2> 155589 INFO  (qtp27955375-1584) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] 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&group.limit=100&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:39191/solr/dv_coll_shard2_replica1/&rows=100&version=2&q=*:*&NOW=1480220743029&isShard=true&wt=javabin&group.field=intGSF&group=true} status=0 QTime=24
   [junit4]   2> 155589 INFO  (qtp10035983-1583) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 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&group.limit=100&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:42429/solr/dv_coll_shard1_replica1/&rows=100&version=2&q=*:*&NOW=1480220743029&isShard=true&wt=javabin&group.field=intGSF&group=true} status=0 QTime=23
   [junit4]   2> 155589 INFO  (qtp10035983-1579) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] 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&group.limit=100&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:42429/solr/dv_coll_shard3_replica1/&rows=100&version=2&q=*:*&NOW=1480220743029&isShard=true&wt=javabin&group.field=intGSF&group=true} status=0 QTime=23
   [junit4]   2> 155589 INFO  (qtp27955375-1572) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] 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&group.limit=100&fl=id,score&shards.purpose=2048&start=0&shard.url=https://127.0.0.1:39191/solr/dv_coll_shard4_replica1/&rows=100&version=2&q=*:*&NOW=1480220743029&isShard=true&wt=javabin&group.field=intGSF&group=true} status=0 QTime=23
   [junit4]   2> 155611 INFO  (qtp27955375-1667) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.S.Request [dv_coll_shard4_replica1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=dv_coll:3&group.limit=100&fl=id,score&shards.purpose=4&start=0&shard.url=https://127.0.0.1:39191/solr/dv_coll_shard4_replica1/&rows=100&version=2&group.distributed.second=true&q=*:*&NOW=1480220743029&group.topgroups.intGSF=333389543&group.topgroups.intGSF=%01&group.topgroups.intGSF=333389647&group.topgroups.intGSF=333389755&group.topgroups.intGSF=333389857&group.topgroups.intGSF=333389960&group.topgroups.intGSF=333390067&group.topgroups.intGSF=333390171&isShard=true&wt=javabin&group.field=intGSF&group=true} status=0 QTime=11
   [junit4]   2> 155612 INFO  (qtp10035983-1637) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.S.Request [dv_coll_shard1_replica1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=dv_coll:3&group.limit=100&fl=id,score&shards.purpose=4&start=0&shard.url=https://127.0.0.1:42429/solr/dv_coll_shard1_replica1/&rows=100&version=2&group.distributed.second=true&q=*:*&NOW=1480220743029&group.topgroups.intGSF=333389543&group.topgroups.intGSF=%01&group.topgroups.intGSF=333389647&group.topgroups.intGSF=333389755&group.topgroups.intGSF=333389857&group.topgroups.intGSF=333389960&group.topgroups.intGSF=333390067&group.topgroups.intGSF=333390171&isShard=true&wt=javabin&group.field=intGSF&group=true} status=0 QTime=12
   [junit4]   2> 155612 INFO  (qtp10035983-1639) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.S.Request [dv_coll_shard3_replica1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=dv_coll:3&group.limit=100&fl=id,score&shards.purpose=4&start=0&shard.url=https://127.0.0.1:42429/solr/dv_coll_shard3_replica1/&rows=100&version=2&group.distributed.second=true&q=*:*&NOW=1480220743029&group.topgroups.intGSF=333389543&group.topgroups.intGSF=%01&group.topgroups.intGSF=333389647&group.topgroups.intGSF=333389755&group.topgroups.intGSF=333389857&group.topgroups.intGSF=333389960&group.topgroups.intGSF=333390067&group.topgroups.intGSF=333390171&isShard=true&wt=javabin&group.field=intGSF&group=true} status=0 QTime=12
   [junit4]   2> 155612 INFO  (qtp27955375-1668) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.c.S.Request [dv_coll_shard2_replica1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=dv_coll:3&group.limit=100&fl=id,score&shards.purpose=4&start=0&shard.url=https://127.0.0.1:39191/solr/dv_coll_shard2_replica1/&rows=100&version=2&group.distributed.second=true&q=*:*&NOW=1480220743029&group.topgroups.intGSF=333389543&group.topgroups.intGSF=%01&group.topgroups.intGSF=333389647&group.topgroups.intGSF=333389755&group.topgroups.intGSF=333389857&group.topgroups.intGSF=333389960&group.topgroups.intGSF=333390067&group.topgroups.intGSF=333390171&isShard=true&wt=javabin&group.field=intGSF&group=true} status=0 QTime=12
   [junit4]   2> 155620 INFO  (qtp27955375-1586) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.S.Request [dv_coll_shard4_replica1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=dv_coll:3&group.limit=100&shards.purpose=64&shard.url=https://127.0.0.1:39191/solr/dv_coll_shard4_replica1/&rows=100&version=2&q=*:*&NOW=1480220743029&ids=5&isShard=true&wt=javabin&group.field=intGSF} status=0 QTime=0
   [junit4]   2> 155620 INFO  (qtp27955375-1582) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.c.S.Request [dv_coll_shard2_replica1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=dv_coll:3&group.limit=100&shards.purpose=64&shard.url=https://127.0.0.1:39191/solr/dv_coll_shard2_replica1/&rows=100&version=2&q=*:*&NOW=1480220743029&ids=22,44,12,34,35,46,36,47,15,16,0,100,135,4,125,41,20,43&isShard=true&wt=javabin&group.field=intGSF} status=0 QTime=0
   [junit4]   2> 155620 INFO  (qtp10035983-1585) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.S.Request [dv_coll_shard3_replica1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=dv_coll:3&group.limit=100&shards.purpose=64&shard.url=https://127.0.0.1:42429/solr/dv_coll_shard3_replica1/&rows=100&version=2&q=*:*&NOW=1480220743029&ids=26,39,18,140,130,120,2,3,115,6,105,7,9,30,31&isShard=true&wt=javabin&group.field=intGSF} status=0 QTime=0
   [junit4]   2> 155621 INFO  (qtp10035983-1587) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.S.Request [dv_coll_shard1_replica1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=dv_coll:3&group.limit=100&shards.purpose=64&shard.url=https://127.0.0.1:42429/solr/dv_coll_shard1_replica1/&rows=100&version=2&q=*:*&NOW=1480220743029&ids=11,13,24,14,48,27,38,28,110,1,8,40,42,10,32&isShard=true&wt=javabin&group.field=intGSF} status=0 QTime=1
   [junit4]   2> 155625 INFO  (qtp10035983-1577) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.S.Request [dv_coll_shard3_replica1]  webapp=/solr path=/select params={q=*:*&_stateVer_=dv_coll:3&group.limit=100&rows=100&wt=javabin&version=2&group.field=intGSF&group=true} status=0 QTime=65
   [junit4]   2> 155629 INFO  (TEST-DocValuesNotIndexedTest.testGroupingDVOnly-seed#[CD73E7C78A463033]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testGroupingDVOnly
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DocValuesNotIndexedTest -Dtests.method=testGroupingDVOnly -Dtests.seed=CD73E7C78A463033 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nl-NL -Dtests.timezone=Antarctica/Mawson -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.21s J1 | DocValuesNotIndexedTest.testGroupingDVOnly <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Unexpected number of elements in the group for intGSF: 9
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CD73E7C78A463033:56C8899FC71E026D]:0)
   [junit4]    > 	at org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly(DocValuesNotIndexedTest.java:359)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 155649 INFO  (TEST-DocValuesNotIndexedTest.testGroupingSorting-seed#[CD73E7C78A463033]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGroupingSorting
   [junit4]   2> 155658 INFO  (qtp27955375-1576) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d0cf3e[dv_coll_shard2_replica1] realtime]
   [junit4]   2> 155658 INFO  (qtp10035983-1638) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@10b4197[dv_coll_shard1_replica1] realtime]
   [junit4]   2> 155659 INFO  (qtp10035983-1638) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 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:39191/solr/dv_coll_shard2_replica1/&wt=javabin&version=2}{deleteByQuery=*:* (-1552123945943040000)} 0 3
   [junit4]   2> 155660 INFO  (qtp10035983-1579) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@57316a[dv_coll_shard3_replica1] realtime]
   [junit4]   2> 155660 INFO  (qtp27955375-1574) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@15748a8[dv_coll_shard4_replica1] realtime]
   [junit4]   2> 155660 INFO  (qtp10035983-1579) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_rep

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

nit4]   2> 156031 INFO  (qtp27955375-1667) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] 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.boolGSF=%01&group.topgroups.boolGSF=true&group.topgroups.boolGSF=false&shard.url=https://127.0.0.1:39191/solr/dv_coll_shard2_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1480220743495&isShard=true&wt=javabin&group.field=boolGSF&group=true} status=0 QTime=0
   [junit4]   2> 156031 INFO  (qtp10035983-1638) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 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.boolGSF=%01&group.topgroups.boolGSF=true&group.topgroups.boolGSF=false&shard.url=https://127.0.0.1:42429/solr/dv_coll_shard1_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1480220743495&isShard=true&wt=javabin&group.field=boolGSF&group=true} status=0 QTime=0
   [junit4]   2> 156031 INFO  (qtp10035983-1573) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] 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.boolGSF=%01&group.topgroups.boolGSF=true&group.topgroups.boolGSF=false&shard.url=https://127.0.0.1:42429/solr/dv_coll_shard3_replica1/&rows=10&version=2&group.distributed.second=true&q=*:*&NOW=1480220743495&isShard=true&wt=javabin&group.field=boolGSF&group=true} status=0 QTime=0
   [junit4]   2> 156034 INFO  (qtp10035983-1575) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] 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=1480220743495&ids=2&isShard=true&shard.url=https://127.0.0.1:42429/solr/dv_coll_shard3_replica1/&wt=javabin&version=2&group.field=boolGSF} status=0 QTime=0
   [junit4]   2> 156034 INFO  (qtp10035983-1638) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 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=1480220743495&ids=1&isShard=true&shard.url=https://127.0.0.1:42429/solr/dv_coll_shard1_replica1/&wt=javabin&version=2&group.field=boolGSF} status=0 QTime=0
   [junit4]   2> 156034 INFO  (qtp27955375-1668) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] 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=1480220743495&ids=4&isShard=true&shard.url=https://127.0.0.1:39191/solr/dv_coll_shard2_replica1/&wt=javabin&version=2&group.field=boolGSF} status=0 QTime=0
   [junit4]   2> 156034 INFO  (qtp27955375-1582) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] 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=boolGSF&group=true} status=0 QTime=9
   [junit4]   2> 156035 INFO  (TEST-DocValuesNotIndexedTest.testGroupingDocAbsent-seed#[CD73E7C78A463033]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testGroupingDocAbsent
   [junit4]   2> 156038 INFO  (jetty-launcher-298-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1f2f85a{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 156038 INFO  (jetty-launcher-298-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=9055786
   [junit4]   2> 156038 INFO  (jetty-launcher-298-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3e77fb{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 156038 INFO  (jetty-launcher-298-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=14120778
   [junit4]   2> 156040 INFO  (coreCloseExecutor-718-thread-1) [n:127.0.0.1:39191_solr c:dv_coll s:shard2 r:core_node3 x:dv_coll_shard2_replica1] o.a.s.c.SolrCore [dv_coll_shard2_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3ed2fe
   [junit4]   2> 156040 INFO  (coreCloseExecutor-717-thread-1) [n:127.0.0.1:42429_solr c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [dv_coll_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@8e07f3
   [junit4]   2> 156040 INFO  (coreCloseExecutor-718-thread-2) [n:127.0.0.1:39191_solr c:dv_coll s:shard4 r:core_node4 x:dv_coll_shard4_replica1] o.a.s.c.SolrCore [dv_coll_shard4_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@f2fe66
   [junit4]   2> 156040 INFO  (coreCloseExecutor-717-thread-2) [n:127.0.0.1:42429_solr c:dv_coll s:shard3 r:core_node2 x:dv_coll_shard3_replica1] o.a.s.c.SolrCore [dv_coll_shard3_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@ed08ab
   [junit4]   2> 156044 INFO  (zkCallback-308-thread-1-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 156044 INFO  (zkCallback-309-thread-2-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 156046 INFO  (jetty-launcher-298-thread-1) [    ] o.a.s.c.Overseer Overseer (id=97007746427453445-127.0.0.1:42429_solr-n_0000000000) closing
   [junit4]   2> 156046 INFO  (OverseerStateUpdate-97007746427453445-127.0.0.1:42429_solr-n_0000000000) [n:127.0.0.1:42429_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42429_solr
   [junit4]   2> 156049 INFO  (zkCallback-309-thread-2-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 156049 WARN  (zkCallback-309-thread-2-processing-n:127.0.0.1:39191_solr) [n:127.0.0.1:39191_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 157548 WARN  (zkCallback-308-thread-1-processing-n:127.0.0.1:42429_solr) [n:127.0.0.1:42429_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 157548 INFO  (jetty-launcher-298-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@281ccf{/solr,null,UNAVAILABLE}
   [junit4]   2> 157549 INFO  (jetty-launcher-298-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@fa246b{/solr,null,UNAVAILABLE}
   [junit4]   2> 157550 INFO  (SUITE-DocValuesNotIndexedTest-seed#[CD73E7C78A463033]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34047 34047
   [junit4]   2> 157577 INFO  (Thread-320) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34047 34047
   [junit4]   2> 157577 WARN  (Thread-320) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/configs/conf1/managed-schema
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/configs/conf1/managed-schema
   [junit4]   2> 	2	/solr/collections/dv_coll/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/overseer/queue
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 157578 INFO  (SUITE-DocValuesNotIndexedTest-seed#[CD73E7C78A463033]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DocValuesNotIndexedTest_CD73E7C78A463033-001
   [junit4]   2> Nov 27, 2016 4:25:45 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=nl-NL, timezone=Antarctica/Mawson
   [junit4]   2> NOTE: Linux 4.4.0-47-generic i386/Oracle Corporation 1.8.0_102 (32-bit)/cpus=12,threads=1,free=145026712,total=467664896
   [junit4]   2> NOTE: All tests run in this JVM: [UtilsToolTest, AliasIntegrationTest, SuggesterFSTTest, TestCloudManagedSchema, PreAnalyzedFieldManagedSchemaCloudTest, BaseCdcrDistributedZkTest, TestFieldCacheReopen, TemplateUpdateProcessorTest, ReplicaListTransformerTest, BlobRepositoryCloudTest, TestDynamicLoading, TestQueryWrapperFilter, SolrInfoMBeanTest, SampleTest, DeleteStatusTest, TestManagedSchemaThreadSafety, TestRandomRequestDistribution, TestStressUserVersions, HttpSolrCallGetCoreTest, CoreSorterTest, TestXmlQParserPlugin, CursorMarkTest, TestPartialUpdateDeduplication, IgnoreCommitOptimizeUpdateProcessorFactoryTest, DocValuesNotIndexedTest]
   [junit4] Completed [69/658 (1!)] on J1 in 5.90s, 4 tests, 2 failures <<< FAILURES!

[...truncated 55025 lines...]


[JENKINS-EA] Lucene-Solr-6.x-Linux (64bit/jdk-9-ea+140) - Build # 2281 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2281/
Java: 64bit/jdk-9-ea+140 -XX:+UseCompressedOops -XX:+UseSerialGC

All tests passed

Build Log:
[...truncated 23917 lines...]
-validate-source-patterns:
[source-patterns] nocommit: solr/core/src/test/org/apache/solr/cloud/DocValuesNotIndexedTest.java

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:765: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:130: Found 1 violations in source files (nocommit).

Total time: 69 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



Re: [JENKINS] Lucene-Solr-6.x-Linux (32bit/jdk1.8.0_102) - Build # 2280 - Still Failing!

Posted by Erick Erickson <er...@gmail.com>.
Fixed this morning. Late merge error, 6x only.

On Sun, Nov 27, 2016 at 2:57 AM, Policeman Jenkins Server
<je...@thetaphi.de> wrote:
> Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2280/
> Java: 32bit/jdk1.8.0_102 -server -XX:+UseParallelGC
>
> All tests passed
>
> Build Log:
> [...truncated 23899 lines...]
> -validate-source-patterns:
> [source-patterns] nocommit: solr/core/src/test/org/apache/solr/cloud/DocValuesNotIndexedTest.java
>
> BUILD FAILED
> /home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:765: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:130: Found 1 violations in source files (nocommit).
>
> Total time: 68 minutes 51 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> [WARNINGS] Skipping publisher since build result is FAILURE
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[JENKINS] Lucene-Solr-6.x-Linux (32bit/jdk1.8.0_102) - Build # 2280 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2280/
Java: 32bit/jdk1.8.0_102 -server -XX:+UseParallelGC

All tests passed

Build Log:
[...truncated 23899 lines...]
-validate-source-patterns:
[source-patterns] nocommit: solr/core/src/test/org/apache/solr/cloud/DocValuesNotIndexedTest.java

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:765: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:130: Found 1 violations in source files (nocommit).

Total time: 68 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS-EA] Lucene-Solr-6.x-Linux (64bit/jdk-9-ea+140) - Build # 2279 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2279/
Java: 64bit/jdk-9-ea+140 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.test

Error Message:
List size mismatch @ spellcheck/suggestions

Stack Trace:
java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
	at __randomizedtesting.SeedInfo.seed([F4D7B3834B54E31:871944E29A4923C9]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:900)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:847)
	at org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCheckComponentTest.java:147)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)




Build Log:
[...truncated 11856 lines...]
   [junit4] Suite: org.apache.solr.handler.component.SpellCheckComponentTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_F4D7B3834B54E31-001/init-core-data-001
   [junit4]   2> 991799 INFO  (SUITE-SpellCheckComponentTest-seed#[F4D7B3834B54E31]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 991800 INFO  (SUITE-SpellCheckComponentTest-seed#[F4D7B3834B54E31]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 991801 INFO  (SUITE-SpellCheckComponentTest-seed#[F4D7B3834B54E31]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 991868 WARN  (SUITE-SpellCheckComponentTest-seed#[F4D7B3834B54E31]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 991869 INFO  (SUITE-SpellCheckComponentTest-seed#[F4D7B3834B54E31]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 991882 INFO  (SUITE-SpellCheckComponentTest-seed#[F4D7B3834B54E31]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 991967 WARN  (SUITE-SpellCheckComponentTest-seed#[F4D7B3834B54E31]-worker) [    ] o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 991968 INFO  (SUITE-SpellCheckComponentTest-seed#[F4D7B3834B54E31]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 991990 INFO  (SUITE-SpellCheckComponentTest-seed#[F4D7B3834B54E31]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 991993 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 992084 WARN  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 992085 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 992110 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 992191 WARN  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 992193 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 992211 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 992212 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_F4D7B3834B54E31-001/init-core-data-001/]
   [junit4]   2> 992213 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=76.4609375, floorSegmentMB=1.150390625, forceMergeDeletesPctAllowed=18.146911020864447, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 992217 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 992217 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 992217 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=5.7392578125, floorSegmentMB=1.1904296875, forceMergeDeletesPctAllowed=24.126186418992095, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 992217 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@121ab7f[collection1] main]
   [junit4]   2> 992218 WARN  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 992218 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 992274 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default
   [junit4]   2> 992323 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default_teststop
   [junit4]   2> 992323 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
   [junit4]   2> 992323 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
   [junit4]   2> 992356 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold
   [junit4]   2> 992356 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
   [junit4]   2> 992356 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold_direct
   [junit4]   2> 992388 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: multipleFields
   [junit4]   2> 992518 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: freq
   [junit4]   2> 992554 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: fqcn
   [junit4]   2> 992555 INFO  (coreLoadExecutor-4287-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 992555 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 992556 INFO  (SUITE-SpellCheckComponentTest-seed#[F4D7B3834B54E31]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 992557 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default_teststop
   [junit4]   2> 992557 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 992559 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 1
   [junit4]   2> 992559 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 992559 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct_lowerfilt
   [junit4]   2> 992559 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 992560 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 992560 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 992560 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 992561 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 992561 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold_direct
   [junit4]   2> 992561 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 992561 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 992561 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 992561 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 992562 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 992562 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 992562 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 992562 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 992562 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@571f89ae
   [junit4]   2> 992563 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 992564 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 992565 WARN  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
   [junit4]   2> 992566 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 992567 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@f95069c[collection1] main]
   [junit4]   2> 992567 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 992567 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 992568 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 992568 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@121ab7f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 992568 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 992571 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default_teststop
   [junit4]   2> 992572 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 992572 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct_lowerfilt
   [junit4]   2> 992572 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 992572 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 992574 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold_direct
   [junit4]   2> 992574 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 992576 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 992577 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 992579 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 992580 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 992583 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 992583 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@f95069c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.4.0):C10)))}
   [junit4]   2> 992583 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 20
   [junit4]   2> 992584 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemt&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0 QTime=1
   [junit4]   2> 992584 ERROR (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=List size mismatch @ spellcheck/suggestions
   [junit4]   2>  expected =/spellcheck=={'suggestions':['documemt',{'numFound':1,'startOffset':0,'endOffset':8,'suggestion':['document']}]}
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":1},
   [junit4]   2>   "response":{"numFound":0,"start":0,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "spellcheck":{
   [junit4]   2>     "suggestions":[]}}
   [junit4]   2> 
   [junit4]   2>  request = q=documemt&qt=spellCheckCompRH&spellcheck=true&wt=xml
   [junit4]   2> 992585 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 992585 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 992585 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 992585 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 992585 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@571f89ae
   [junit4]   2> 992588 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@733f4d37[collection1] main]
   [junit4]   2> 992588 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 992588 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 992661 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 992731 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 992791 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 992791 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 992838 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 992886 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 992933 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@733f4d37[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 992933 INFO  (TEST-SpellCheckComponentTest.test-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 348
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SpellCheckComponentTest -Dtests.method=test -Dtests.seed=F4D7B3834B54E31 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=uz-AF -Dtests.timezone=Asia/Phnom_Penh -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.38s J1 | SpellCheckComponentTest.test <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F4D7B3834B54E31:871944E29A4923C9]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:900)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:847)
   [junit4]    > 	at org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCheckComponentTest.java:147)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 992936 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaximumResultsForSuggest
   [junit4]   2> 992936 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 992937 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 992937 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 992937 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 992937 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 992938 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 992938 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 992938 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 992938 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 992938 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 992939 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 992939 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@571f89ae
   [junit4]   2> 992941 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6bd53acb[collection1] main]
   [junit4]   2> 992941 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 992941 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 993129 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 993186 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 993324 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 993324 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 993438 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 993565 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 993706 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6bd53acb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.4.0):C10)))}
   [junit4]   2> 993706 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 767
   [junit4]   2> 993896 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=7&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=7 status=0 QTime=189
   [junit4]   2> 994063 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=6&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=7 status=0 QTime=166
   [junit4]   2> 994064 ERROR (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=Path not found: /spellcheck/suggestions/[1]/numFound
   [junit4]   2>  expected =/spellcheck/suggestions/[1]/numFound==1
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":166},
   [junit4]   2>   "command":"build",
   [junit4]   2>   "response":{"numFound":7,"start":0,"docs":[
   [junit4]   2>       {
   [junit4]   2>         "id":4,
   [junit4]   2>         "range_facet_l":[4],
   [junit4]   2>         "range_facet_l_dv":[4],
   [junit4]   2>         "range_facet_i_dv":[4],
   [junit4]   2>         "lowerfilt":["this blue"],
   [junit4]   2>         "lowerfilt1and2":["this blue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.464Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":5,
   [junit4]   2>         "range_facet_l":[5],
   [junit4]   2>         "range_facet_l_dv":[5],
   [junit4]   2>         "range_facet_i_dv":[5],
   [junit4]   2>         "lowerfilt":["this blud"],
   [junit4]   2>         "lowerfilt1and2":["this blud"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.465Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":6,
   [junit4]   2>         "range_facet_l":[6],
   [junit4]   2>         "range_facet_l_dv":[6],
   [junit4]   2>         "range_facet_i_dv":[6],
   [junit4]   2>         "lowerfilt":["this boue"],
   [junit4]   2>         "lowerfilt1and2":["this boue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.465Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":7,
   [junit4]   2>         "range_facet_l":[7],
   [junit4]   2>         "range_facet_l_dv":[7],
   [junit4]   2>         "range_facet_i_dv":[7],
   [junit4]   2>         "lowerfilt":["this glue"],
   [junit4]   2>         "lowerfilt1and2":["this glue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.465Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":8,
   [junit4]   2>         "range_facet_l":[8],
   [junit4]   2>         "range_facet_l_dv":[8],
   [junit4]   2>         "range_facet_i_dv":[8],
   [junit4]   2>         "lowerfilt":["this blee"],
   [junit4]   2>         "lowerfilt1and2":["this blee"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.465Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":0,
   [junit4]   2>         "range_facet_l":[0],
   [junit4]   2>         "range_facet_l_dv":[0],
   [junit4]   2>         "range_facet_i_dv":[0],
   [junit4]   2>         "lowerfilt":["This is a title"],
   [junit4]   2>         "lowerfilt1and2":["This is a title"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.463Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":2,
   [junit4]   2>         "range_facet_l":[2],
   [junit4]   2>         "range_facet_l_dv":[2],
   [junit4]   2>         "range_facet_i_dv":[2],
   [junit4]   2>         "lowerfilt":["This is a document"],
   [junit4]   2>         "lowerfilt1and2":["This is a document"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.464Z"}]
   [junit4]   2>   },
   [junit4]   2>   "spellcheck":{
   [junit4]   2>     "suggestions":[]}}
   [junit4]   2> 
   [junit4]   2>  request = q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=6&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false
   [junit4]   2> 994257 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.90&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&fq=lowerfilt:th*&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=7 status=0 QTime=192
   [junit4]   2> 994436 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.80&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&fq=lowerfilt:th*&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=7 status=0 QTime=179
   [junit4]   2> 994436 ERROR (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=Path not found: /spellcheck/suggestions/[1]/numFound
   [junit4]   2>  expected =/spellcheck/suggestions/[1]/numFound==1
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":179},
   [junit4]   2>   "command":"build",
   [junit4]   2>   "response":{"numFound":7,"start":0,"docs":[
   [junit4]   2>       {
   [junit4]   2>         "id":4,
   [junit4]   2>         "range_facet_l":[4],
   [junit4]   2>         "range_facet_l_dv":[4],
   [junit4]   2>         "range_facet_i_dv":[4],
   [junit4]   2>         "lowerfilt":["this blue"],
   [junit4]   2>         "lowerfilt1and2":["this blue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.464Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":5,
   [junit4]   2>         "range_facet_l":[5],
   [junit4]   2>         "range_facet_l_dv":[5],
   [junit4]   2>         "range_facet_i_dv":[5],
   [junit4]   2>         "lowerfilt":["this blud"],
   [junit4]   2>         "lowerfilt1and2":["this blud"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.465Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":6,
   [junit4]   2>         "range_facet_l":[6],
   [junit4]   2>         "range_facet_l_dv":[6],
   [junit4]   2>         "range_facet_i_dv":[6],
   [junit4]   2>         "lowerfilt":["this boue"],
   [junit4]   2>         "lowerfilt1and2":["this boue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.465Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":7,
   [junit4]   2>         "range_facet_l":[7],
   [junit4]   2>         "range_facet_l_dv":[7],
   [junit4]   2>         "range_facet_i_dv":[7],
   [junit4]   2>         "lowerfilt":["this glue"],
   [junit4]   2>         "lowerfilt1and2":["this glue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.465Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":8,
   [junit4]   2>         "range_facet_l":[8],
   [junit4]   2>         "range_facet_l_dv":[8],
   [junit4]   2>         "range_facet_i_dv":[8],
   [junit4]   2>         "lowerfilt":["this blee"],
   [junit4]   2>         "lowerfilt1and2":["this blee"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.465Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":0,
   [junit4]   2>         "range_facet_l":[0],
   [junit4]   2>         "range_facet_l_dv":[0],
   [junit4]   2>         "range_facet_i_dv":[0],
   [junit4]   2>         "lowerfilt":["This is a title"],
   [junit4]   2>         "lowerfilt1and2":["This is a title"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.463Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":2,
   [junit4]   2>         "range_facet_l":[2],
   [junit4]   2>         "range_facet_l_dv":[2],
   [junit4]   2>         "range_facet_i_dv":[2],
   [junit4]   2>         "lowerfilt":["This is a document"],
   [junit4]   2>         "lowerfilt1and2":["This is a document"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.464Z"}]
   [junit4]   2>   },
   [junit4]   2>   "spellcheck":{
   [junit4]   2>     "suggestions":[]}}
   [junit4]   2> 
   [junit4]   2>  request = q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.80&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&fq=lowerfilt:th*&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false
   [junit4]   2> 994625 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.70&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.maxResultsForSuggest.fq=id:[0+TO+9]&spellcheck.extendedResults=false} hits=7 status=0 QTime=188
   [junit4]   2> 994827 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.64&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.maxResultsForSuggest.fq=lowerfilt:th*&spellcheck.extendedResults=false} hits=7 status=0 QTime=201
   [junit4]   2> 994828 ERROR (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=Path not found: /spellcheck/suggestions/[1]/numFound
   [junit4]   2>  expected =/spellcheck/suggestions/[1]/numFound==1
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":201},
   [junit4]   2>   "command":"build",
   [junit4]   2>   "response":{"numFound":7,"start":0,"docs":[
   [junit4]   2>       {
   [junit4]   2>         "id":4,
   [junit4]   2>         "range_facet_l":[4],
   [junit4]   2>         "range_facet_l_dv":[4],
   [junit4]   2>         "range_facet_i_dv":[4],
   [junit4]   2>         "lowerfilt":["this blue"],
   [junit4]   2>         "lowerfilt1and2":["this blue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.464Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":5,
   [junit4]   2>         "range_facet_l":[5],
   [junit4]   2>         "range_facet_l_dv":[5],
   [junit4]   2>         "range_facet_i_dv":[5],
   [junit4]   2>         "lowerfilt":["this blud"],
   [junit4]   2>         "lowerfilt1and2":["this blud"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.465Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":6,
   [junit4]   2>         "range_facet_l":[6],
   [junit4]   2>         "range_facet_l_dv":[6],
   [junit4]   2>         "range_facet_i_dv":[6],
   [junit4]   2>         "lowerfilt":["this boue"],
   [junit4]   2>         "lowerfilt1and2":["this boue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.465Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":7,
   [junit4]   2>         "range_facet_l":[7],
   [junit4]   2>         "range_facet_l_dv":[7],
   [junit4]   2>         "range_facet_i_dv":[7],
   [junit4]   2>         "lowerfilt":["this glue"],
   [junit4]   2>         "lowerfilt1and2":["this glue"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.465Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":8,
   [junit4]   2>         "range_facet_l":[8],
   [junit4]   2>         "range_facet_l_dv":[8],
   [junit4]   2>         "range_facet_i_dv":[8],
   [junit4]   2>         "lowerfilt":["this blee"],
   [junit4]   2>         "lowerfilt1and2":["this blee"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.465Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":0,
   [junit4]   2>         "range_facet_l":[0],
   [junit4]   2>         "range_facet_l_dv":[0],
   [junit4]   2>         "range_facet_i_dv":[0],
   [junit4]   2>         "lowerfilt":["This is a title"],
   [junit4]   2>         "lowerfilt1and2":["This is a title"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.463Z"},
   [junit4]   2>       {
   [junit4]   2>         "id":2,
   [junit4]   2>         "range_facet_l":[2],
   [junit4]   2>         "range_facet_l_dv":[2],
   [junit4]   2>         "range_facet_i_dv":[2],
   [junit4]   2>         "lowerfilt":["This is a document"],
   [junit4]   2>         "lowerfilt1and2":["This is a document"],
   [junit4]   2>         "multiDefault":["muLti-Default"],
   [junit4]   2>         "intDefault":42,
   [junit4]   2>         "timestamp":"2016-11-27T07:27:31.464Z"}]
   [junit4]   2>   },
   [junit4]   2>   "spellcheck":{
   [junit4]   2>     "suggestions":[]}}
   [junit4]   2> 
   [junit4]   2>  request = q=lowerfilt:(this+OR+brwn)&spellcheck.maxResultsForSuggest=.64&qt=spellCheckCompRH&spellcheck=true&fq=id:[0+TO+9]&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.maxResultsForSuggest.fq=lowerfilt:th*&spellcheck.extendedResults=false
   [junit4]   2> 994828 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMaximumResultsForSuggest
   [junit4]   2> 994828 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 994828 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 994829 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 994829 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@571f89ae
   [junit4]   2> 994829 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@422e618[collection1] main]
   [junit4]   2> 994829 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 994829 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 994875 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 994924 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 994976 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 994976 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 995030 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 995096 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 995163 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@422e618[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 995164 INFO  (TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 335
   [junit4]   2> 995166 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
   [junit4]   2> 995166 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 995167 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 995167 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 995167 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 995168 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 995168 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 995168 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 995169 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 995169 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 995169 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 995169 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 995169 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@571f89ae
   [junit4]   2> 995174 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ff31d3d[collection1] main]
   [junit4]   2> 995175 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 995175 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 995363 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 995413 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 995527 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 995527 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 995682 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 995826 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 996006 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5ff31d3d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.4.0):C10)))}
   [junit4]   2> 996006 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 836
   [junit4]   2> 996007 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 996007 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
   [junit4]   2> 996007 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 996007 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 996008 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 996008 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@571f89ae
   [junit4]   2> 996008 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@17b3183[collection1] main]
   [junit4]   2> 996008 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 996008 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 996068 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 996112 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 996155 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 996155 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 996231 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 996276 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 996331 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@17b3183[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 996331 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 323
   [junit4]   2> 996333 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExtendedResultsCount
   [junit4]   2> 996333 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 996333 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 996334 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 996334 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 996334 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 996334 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 996334 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 996334 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 996335 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 996335 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 996335 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 996335 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@571f89ae
   [junit4]   2> 996338 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b483723[collection1] main]
   [junit4]   2> 996338 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 996338 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 996503 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 996548 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 996712 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 996712 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 996831 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 996954 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 997113 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2b483723[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.4.0):C10)))}
   [junit4]   2> 997113 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 778
   [junit4]   2> 997280 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false} hits=0 status=0 QTime=165
   [junit4]   2> 997280 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=3&wt=xml&spellcheck.extendedResults=true} hits=0 status=0 QTime=0
   [junit4]   2> 997280 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testExtendedResultsCount
   [junit4]   2> 997280 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 997280 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 997281 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 997281 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@571f89ae
   [junit4]   2> 997281 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c99565e[collection1] main]
   [junit4]   2> 997281 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 997281 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 997341 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 997407 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 997455 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 997455 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 997509 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 997561 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 997634 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1c99565e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 997635 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 353
   [junit4]   2> 997636 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
   [junit4]   2> 997636 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 997637 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 997637 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 997637 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 997637 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 997638 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 997638 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 997638 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 997638 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 997638 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 997638 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 997638 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@571f89ae
   [junit4]   2> 997641 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@553fe0d2[collection1] main]
   [junit4]   2> 997641 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 997641 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 997760 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 997838 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 998002 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 998002 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 998152 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 998312 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 998456 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@553fe0d2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.4.0):C10)))}
   [junit4]   2> 998456 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 817
   [junit4]   2> 998457 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 998457 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 998457 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@571f89ae
   [junit4]   2> 998459 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6f69f8fd[collection1] main]
   [junit4]   2> 998460 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 998460 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 998591 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 998641 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 998808 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 998808 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 998962 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 999115 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 999262 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6f69f8fd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.4.0):C10/1:delGen=1) Uninverting(_5(6.4.0):C1)))}
   [junit4]   2> 999262 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 805
   [junit4]   2> 999441 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&spellcheck.q=ttle&qt=spellCheckCompRH&spellcheck.dictionary=default&spellcheck=true&wt=xml&spellcheck.build=true} hits=10 status=0 QTime=178
   [junit4]   2> 999442 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 999451 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReloadOnStart
   [junit4]   2> 999451 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 999451 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 999452 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 999452 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@571f89ae
   [junit4]   2> 999452 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@27cbdea3[collection1] main]
   [junit4]   2> 999452 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 999452 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 999521 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 999580 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 999632 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 999632 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 999697 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 999775 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 999831 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@27cbdea3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 999832 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 379
   [junit4]   2> 999833 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
   [junit4]   2> 999833 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 999834 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 999834 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 999834 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 999834 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 999835 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 999835 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 999835 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 999835 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 999836 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 999836 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 999836 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@571f89ae
   [junit4]   2> 999838 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@52598c8a[collection1] main]
   [junit4]   2> 999838 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 999838 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 999970 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1000040 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1000208 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1000208 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1000390 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1000543 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1000715 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@52598c8a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(6.4.0):C10)))}
   [junit4]   2> 1000715 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 879
   [junit4]   2> 1000716 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=1 status=0 QTime=0
   [junit4]   2> 1000717 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellcheck.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=1 status=0 QTime=0
   [junit4]   2> 1000719 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true} hits=0 status=0 QTime=2
   [junit4]   2> 1000719 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
   [junit4]   2> 1000719 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1000719 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1000720 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1000720 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@571f89ae
   [junit4]   2> 1000720 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1fda7f20[collection1] main]
   [junit4]   2> 1000720 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1000720 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1000782 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1000834 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1000904 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1000904 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1000950 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1001002 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1001059 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1fda7f20[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1001059 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 339
   [junit4]   2> 1001060 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRelativeIndexDirLocation
   [junit4]   2> 1001061 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 1001061 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1001061 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1001061 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1001062 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 1001062 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 1001062 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 1001062 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 1001062 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 1001063 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 1001063 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1001063 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@571f89ae
   [junit4]   2> 1001065 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@582c2f14[collection1] main]
   [junit4]   2> 1001065 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1001065 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1001225 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1001268 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1001446 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1001446 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1001572 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1001736 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1001955 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@582c2f14[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(6.4.0):C10)))}
   [junit4]   2> 1001956 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 892
   [junit4]   2> 1001956 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRelativeIndexDirLocation
   [junit4]   2> 1001957 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1001957 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1001957 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1001957 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@571f89ae
   [junit4]   2> 1001957 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4963af55[collection1] main]
   [junit4]   2> 1001957 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1001957 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1002012 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1002061 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1002317 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1002317 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1002370 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1002453 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1002507 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4963af55[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1002508 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  we

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

heckComponentTest.testCollate-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 835
   [junit4]   2> 1008674 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemt&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.build=true&spellcheck.collate=true} hits=0 status=0 QTime=223
   [junit4]   2> 1008675 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemt+lowerfilt:broen^4&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=0
   [junit4]   2> 1008676 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemtsss+broens&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=0
   [junit4]   2> 1008676 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[F4D7B3834B54E31]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=pixma&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=0
   [junit4]   2> 1008676 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[F4D7B3834B54E31]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollate
   [junit4]   2> 1008676 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1008676 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1008677 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1008677 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@571f89ae
   [junit4]   2> 1008677 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[F4D7B3834B54E31]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@b0f1f1a[collection1] main]
   [junit4]   2> 1008677 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1008677 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 1008732 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 1008772 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 1008838 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 1008838 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 1008906 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 1008960 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 1009032 INFO  (searcherExecutor-4288-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@b0f1f1a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1009032 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[F4D7B3834B54E31]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 355
   [junit4]   2> 1009033 INFO  (SUITE-SpellCheckComponentTest-seed#[F4D7B3834B54E31]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1009033 INFO  (SUITE-SpellCheckComponentTest-seed#[F4D7B3834B54E31]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=219225026
   [junit4]   2> 1009033 INFO  (coreCloseExecutor-4292-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7acd03d9
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_F4D7B3834B54E31-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {start1=PostingsFormat(name=Asserting), range_facet_l_dv=PostingsFormat(name=Direct), multiDefault=PostingsFormat(name=Memory doPackFST= false), intDefault=PostingsFormat(name=Memory doPackFST= true), range_facet_l=PostingsFormat(name=Memory doPackFST= true), lowerfilt1and2=PostingsFormat(name=Memory doPackFST= false), end4=PostingsFormat(name=Asserting), end3=PostingsFormat(name=Memory doPackFST= false), end2=PostingsFormat(name=Direct), end1=PostingsFormat(name=Memory doPackFST= true), lowerfilt=PostingsFormat(name=Memory doPackFST= false), gram1=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Direct), range_facet_i_dv=PostingsFormat(name=Memory doPackFST= true), gram2=PostingsFormat(name=Direct), gram3=PostingsFormat(name=Memory doPackFST= false), start3=PostingsFormat(name=Direct), gram4=PostingsFormat(name=Asserting), start2=PostingsFormat(name=Memory doPackFST= false), word=PostingsFormat(name=Memory doPackFST= true), timestamp=PostingsFormat(name=Memory doPackFST= true), start4=PostingsFormat(name=Memory doPackFST= true)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=98, maxMBSortInHeap=6.992141263537297, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=uz-AF, timezone=Asia/Phnom_Penh
   [junit4]   2> NOTE: Linux 4.4.0-47-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=191994704,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [OverseerCollectionConfigSetProcessorTest, JsonLoaderTest, TestCharFilters, TestSlowCompositeReaderWrapper, JSONWriterTest, CursorMarkTest, TestSolrConfigHandlerCloud, HdfsUnloadDistributedZkTest, TestSurroundQueryParser, SortSpecParsingTest, BasicFunctionalityTest, ClassificationUpdateProcessorFactoryTest, DocValuesNotIndexedTest, ReplicationFactorTest, DirectSolrConnectionTest, SpatialFilterTest, CollectionsAPIAsyncDistributedZkTest, TestDynamicFieldResource, TermsComponentTest, TestCSVResponseWriter, TestLRUCache, TestMissingGroups, TestDynamicLoading, SoftAutoCommitTest, TestSerializedLuceneMatchVersion, EchoParamsTest, TestFieldSortValues, TestConfigOverlay, CollectionsAPIDistributedZkTest, TestQuerySenderListener, ReplicaListTransformerTest, HttpSolrCallGetCoreTest, ShardRoutingTest, HighlighterTest, ZkCLITest, TestUpdate, TestStressVersions, TestManagedSchemaThreadSafety, SolrInfoMBeanTest, DocumentBuilderTest, LeaderInitiatedRecoveryOnCommitTest, TestUninvertingReader, OpenCloseCoreStressTest, TestQueryWrapperFilter, TestWordDelimiterFilterFactory, SimpleMLTQParserTest, ClusterStateUpdateTest, TestLegacyFieldCache, RecoveryAfterSoftCommitTest, SolrIndexConfigTest, TestFieldCacheReopen, TestFieldCacheSortRandom, DeleteNodeTest, TestQueryTypes, TestGraphMLResponseWriter, DateMathParserTest, CoreAdminRequestStatusTest, RequestLoggingTest, DistributedMLTComponentTest, FileUtilsTest, SharedFSAutoReplicaFailoverTest, DistributedQueryComponentOptimizationTest, TestSearchPerf, TestCopyFieldCollectionResource, BasicAuthIntegrationTest, TestSolrIndexConfig, IndexSchemaRuntimeFieldTest, TestClusterStateMutator, SSLMigrationTest, TestLuceneMatchVersion, CollectionReloadTest, DirectSolrSpellCheckerTest, WordBreakSolrSpellCheckerTest, TestCollapseQParserPlugin, TestQueryUtils, DistanceFunctionTest, SpellCheckCollatorTest, TestTrie, SpellingQueryConverterTest, TestSystemIdResolver, TestNonDefinedSimilarityFactory, CdcrUpdateLogTest, TestJettySolrRunner, SecurityConfHandlerTest, TestDeleteCollectionOnDownNodes, DistributedIntervalFacetingTest, ShardRoutingCustomTest, TestRestoreCore, TestHashQParserPlugin, BlockJoinFacetSimpleTest, SuggestComponentContextFilterQueryTest, DistributedFacetPivotLargeTest, TestMiniSolrCloudClusterSSL, IndexSchemaTest, IndexBasedSpellCheckerTest, SchemaVersionSpecificBehaviorTest, CSVRequestHandlerTest, TestFieldTypeCollectionResource, SampleTest, HdfsDirectoryFactoryTest, TestAnalyzeInfixSuggestions, TestPKIAuthenticationPlugin, TestConfigSetsAPIExclusivity, TestSimpleTrackingShardHandler, TestUniqueKeyFieldResource, TestSolrXml, BitVectorTest, BasicDistributedZkTest, RecoveryZkTest, TestRandomFaceting, ZkSolrClientTest, TestDistributedGrouping, TestRealTimeGet, TestJoin, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SpellCheckComponentTest]
   [junit4] Completed [353/658 (1!)] on J1 in 17.25s, 11 tests, 1 error <<< FAILURES!

[...truncated 12045 lines...]
-validate-source-patterns:
[source-patterns] nocommit: solr/core/src/test/org/apache/solr/cloud/DocValuesNotIndexedTest.java

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:765: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:130: Found 1 violations in source files (nocommit).

Total time: 72 minutes 23 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any