Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/923/

4 tests failed.
REGRESSION:  org.apache.solr.cloud.BasicDistributedZkTest.test

Error Message:
commitWithin did not work on node: http://127.0.0.1:42293/collection1 
expected:<68> but was:<67>

Stack Trace:
java.lang.AssertionError: commitWithin did not work on node: 
http://127.0.0.1:42293/collection1 expected:<68> but was:<67>
        at 
__randomizedtesting.SeedInfo.seed([422BF5155421CCA:8C76808BFBBE7132]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:332)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


REGRESSION:  
org.apache.solr.cloud.TestRandomRequestDistribution.testRequestTracking

Error Message:
Shard a1x2_shard1_replica1 received all 10 requests

Stack Trace:
java.lang.AssertionError: Shard a1x2_shard1_replica1 received all 10 requests
        at 
__randomizedtesting.SeedInfo.seed([422BF5155421CCA:4C1EE691A1490D5C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.TestRandomRequestDistribution.testRequestTracking(TestRandomRequestDistribution.java:109)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.search.TestSolrQueryParser.testFilter

Error Message:
Query SortedIntDocSetTopFilter does not implement createWeight

Stack Trace:
java.lang.UnsupportedOperationException: Query SortedIntDocSetTopFilter does 
not implement createWeight
        at 
__randomizedtesting.SeedInfo.seed([422BF5155421CCA:CCF0DAC7CA4B3B90]:0)
        at org.apache.lucene.search.Query.createWeight(Query.java:79)
        at 
org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
        at 
org.apache.lucene.search.ConstantScoreQuery.createWeight(ConstantScoreQuery.java:117)
        at org.apache.solr.query.FilterQuery.createWeight(FilterQuery.java:96)
        at 
org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
        at org.apache.lucene.search.BooleanWeight.<init>(BooleanWeight.java:56)
        at 
org.apache.lucene.search.BooleanQuery.createWeight(BooleanQuery.java:203)
        at 
org.apache.lucene.search.IndexSearcher.createWeight(IndexSearcher.java:855)
        at 
org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:838)
        at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:486)
        at 
org.apache.solr.search.SolrIndexSearcher.getDocSetNC(SolrIndexSearcher.java:1259)
        at 
org.apache.solr.search.SolrIndexSearcher.getPositiveDocSet(SolrIndexSearcher.java:941)
        at 
org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1103)
        at 
org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1625)
        at 
org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1501)
        at 
org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:555)
        at 
org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:522)
        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:277)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:302)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:831)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:800)
        at 
org.apache.solr.search.TestSolrQueryParser.testFilter(TestSolrQueryParser.java:224)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=13344, name=collection2, 
state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=13344, name=collection2, state=RUNNABLE, 
group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:48006/qa_: Could not find collection : 
awholynewstresscollection_collection2_0
        at __randomizedtesting.SeedInfo.seed([422BF5155421CCA]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1085)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:894)




Build Log:
[...truncated 10791 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestRandomRequestDistribution
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/init-core-data-001
   [junit4]   2> 523209 INFO  
(SUITE-TestRandomRequestDistribution-seed#[422BF5155421CCA]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 523213 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 523213 INFO  (Thread-5111) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 523214 INFO  (Thread-5111) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 523313 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.ZkTestServer start zk server on port:57876
   [junit4]   2> 523314 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 523315 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 523319 INFO  (zkCallback-410-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3700c5d9 
name:ZooKeeperConnection Watcher:127.0.0.1:57876 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 523319 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 523320 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 523320 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 523323 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 523324 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 523326 INFO  (zkCallback-411-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@42a014bc 
name:ZooKeeperConnection Watcher:127.0.0.1:57876/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 523327 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 523327 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 523327 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 523330 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 523332 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 523334 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 523336 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 523336 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 523340 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 523340 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 523342 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 523343 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 523345 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 523345 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 523347 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 523347 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 523349 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 523350 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 523352 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 523352 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 523354 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 523355 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 523357 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 523358 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 523360 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 523361 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 523363 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 523363 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 523628 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/cores/collection1
   [junit4]   2> 523630 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 523631 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e4a16f0{/,null,AVAILABLE}
   [junit4]   2> 523633 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.e.j.s.ServerConnector Started 
ServerConnector@7d8dec9e{HTTP/1.1}{127.0.0.1:51063}
   [junit4]   2> 523634 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.e.j.s.Server Started @526660ms
   [junit4]   2> 523634 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=51063, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/cores,
 
solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/tempDir-001/control/data,
 hostContext=/}
   [junit4]   2> 523634 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 523634 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/'
   [junit4]   2> 523649 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 523650 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 523651 INFO  (zkCallback-412-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6a374f0b 
name:ZooKeeperConnection Watcher:127.0.0.1:57876/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 523652 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 523652 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 523653 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 523653 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/solr.xml
   [junit4]   2> 523667 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/cores
   [junit4]   2> 523667 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.CoreContainer New CoreContainer 291729166
   [junit4]   2> 523667 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/]
   [junit4]   2> 523667 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/lib
   [junit4]   2> 523668 WARN  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/lib).
   [junit4]   2> 523676 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 523677 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 523678 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 523678 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 523678 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57876/solr
   [junit4]   2> 523678 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 523679 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 523679 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 523680 INFO  (zkCallback-414-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5ae7f2fa 
name:ZooKeeperConnection Watcher:127.0.0.1:57876 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 523681 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 523682 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 523683 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 523684 INFO  
(zkCallback-415-thread-1-processing-n:127.0.0.1:51063_) [n:127.0.0.1:51063_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@163814db 
name:ZooKeeperConnection Watcher:127.0.0.1:57876/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 523685 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 523686 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 523688 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 523690 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 523692 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 523694 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 523696 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 523699 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 523701 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 523702 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 523703 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51063_
   [junit4]   2> 523704 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:51063_
   [junit4]   2> 523705 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 523706 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 523708 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 523708 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.LeaderElector Joined leadership election with 
path: /overseer_elect/election/94305808602955780-127.0.0.1:51063_-n_0000000000
   [junit4]   2> 523709 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:51063_
   [junit4]   2> 523709 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 523710 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.Overseer Overseer 
(id=94305808602955780-127.0.0.1:51063_-n_0000000000) starting
   [junit4]   2> 523712 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 523718 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 523719 INFO  
(OverseerCollectionProcessor-94305808602955780-127.0.0.1:51063_-n_0000000000) 
[n:127.0.0.1:51063_    ] o.a.s.c.OverseerCollectionProcessor Process current 
queue of collection creations
   [junit4]   2> 523719 INFO  
(OverseerStateUpdate-94305808602955780-127.0.0.1:51063_-n_0000000000) 
[n:127.0.0.1:51063_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 523719 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 523763 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 523763 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 523764 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/cores
   [junit4]   2> 523765 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.SolrCore Created CoreDescriptor: 
{coreNodeName=, shard=, name=collection1, dataDir=data/, schema=schema.xml, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/cores/collection1,
 configSetProperties=configsetprops.json, loadOnStartup=true, 
collection=control_collection, transient=false, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/cores/collection1/,
 config=solrconfig.xml}
   [junit4]   2> 523765 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/cores/collection1/
   [junit4]   2> 523765 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 523766 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 523766 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2
   [junit4]   2> 523766 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:51063_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 523766 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 523767 INFO  
(zkCallback-415-thread-1-processing-n:127.0.0.1:51063_) [n:127.0.0.1:51063_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 523767 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 523769 INFO  
(OverseerStateUpdate-94305808602955780-127.0.0.1:51063_-n_0000000000) 
[n:127.0.0.1:51063_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:51063";,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "node_name":"127.0.0.1:51063_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "collection":"control_collection"} current state version: 0
   [junit4]   2> 523770 INFO  
(OverseerStateUpdate-94305808602955780-127.0.0.1:51063_-n_0000000000) 
[n:127.0.0.1:51063_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:51063";,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "node_name":"127.0.0.1:51063_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "collection":"control_collection"}
   [junit4]   2> 523770 INFO  
(OverseerStateUpdate-94305808602955780-127.0.0.1:51063_-n_0000000000) 
[n:127.0.0.1:51063_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 523770 INFO  
(OverseerStateUpdate-94305808602955780-127.0.0.1:51063_-n_0000000000) 
[n:127.0.0.1:51063_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 523772 INFO  
(zkCallback-415-thread-1-processing-n:127.0.0.1:51063_) [n:127.0.0.1:51063_    
] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 523774 INFO  
(zkCallback-415-thread-1-processing-n:127.0.0.1:51063_) [n:127.0.0.1:51063_    
] o.a.s.c.c.ZkStateReader Updated cluster state version to 1
   [junit4]   2> 524768 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 524768 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:control_collection
   [junit4]   2> 524769 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 524769 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 524770 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 524770 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/cores/collection1/'
   [junit4]   2> 524786 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 524792 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 524805 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 524849 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] o.a.s.c.Config Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 524850 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 524857 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 525095 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 525103 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 525105 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 525114 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 525117 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 525119 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 525120 WARN  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 525121 WARN  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 525121 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 525121 WARN  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 525122 WARN  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 525123 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2
   [junit4]   2> 525123 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 525123 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 525123 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/cores/collection1/],
 dataDir=[null]
   [junit4]   2> 525123 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1e2fce9c
   [junit4]   2> 525124 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/cores/collection1/data
   [junit4]   2> 525124 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/cores/collection1/data/index/
   [junit4]   2> 525124 WARN  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 525130 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/cores/collection1/data/index
   [junit4]   2> 525131 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.24973780600195986]
   [junit4]   2> 525133 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=RawDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/index-MMapDirectory-001
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@ad54c5d),segFN=segments_1,generation=1}
   [junit4]   2> 525133 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 525134 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
Looking for old index directories to cleanup for core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/cores/collection1/data/
   [junit4]   2> 525134 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.DirectoryFactory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/control-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 525139 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 525139 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 525140 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 525140 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 525140 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 525140 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 525140 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 525141 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 525141 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 525144 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 525145 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 525146 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 525148 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 525151 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/replication,/schema,/config,/admin/system,standard,/update/csv,/update/json,/admin/file,/admin/luke,/admin/threads,/admin/properties,/admin/mbeans,/admin/logging,/admin/ping,/admin/plugins,/update,/get,/update/json/docs,/admin/segments
   [junit4]   2> 525153 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 525153 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 525153 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 525154 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 525154 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 525155 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=2.994140625, 
floorSegmentMB=1.4267578125, forceMergeDeletesPctAllowed=28.76103670992622, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4982097479023936
   [junit4]   2> 525156 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=RawDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/index-MMapDirectory-001
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@ad54c5d),segFN=segments_1,generation=1}
   [junit4]   2> 525156 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 525156 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@2af3a891[collection1] main
   [junit4]   2> 525157 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 525157 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 525158 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 525158 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 525158 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 525158 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 525159 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 525159 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 525159 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 525159 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 525160 INFO  
(searcherExecutor-1543-thread-1-processing-r:core_node1 n:127.0.0.1:51063_ 
s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@2af3a891[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 525160 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 525160 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 525160 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 525160 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1508892939685724160
   [junit4]   2> 525163 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 
1508892939685724160
   [junit4]   2> 525163 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 525163 INFO  
(coreLoadExecutor-1542-thread-1-processing-n:127.0.0.1:51063_) 
[n:127.0.0.1:51063_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 525164 INFO  
(coreZkRegister-1536-thread-1-processing-r:core_node1 n:127.0.0.1:51063_ 
s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
Register replica - core:collection1 address:http://127.0.0.1:51063 
collection:control_collection shard:shard1
   [junit4]   2> 525164 INFO  
(coreZkRegister-1536-thread-1-processing-r:core_node1 n:127.0.0.1:51063_ 
s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 525168 INFO  
(coreZkRegister-1536-thread-1-processing-r:core_node1 n:127.0.0.1:51063_ 
s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector 
Joined leadership election with path: 
/collections/control_collection/leader_elect/shard1/election/94305808602955780-core_node1-n_0000000000
   [junit4]   2> 525169 INFO  
(coreZkRegister-1536-thread-1-processing-r:core_node1 n:127.0.0.1:51063_ 
s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 525170 INFO  
(zkCallback-415-thread-1-processing-n:127.0.0.1:51063_) [n:127.0.0.1:51063_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 525170 INFO  
(coreZkRegister-1536-thread-1-processing-r:core_node1 n:127.0.0.1:51063_ 
s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 525170 INFO  
(coreZkRegister-1536-thread-1-processing-r:core_node1 n:127.0.0.1:51063_ 
s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 525171 INFO  
(coreZkRegister-1536-thread-1-processing-r:core_node1 n:127.0.0.1:51063_ 
s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:51063/collection1/
   [junit4]   2> 525171 INFO  
(coreZkRegister-1536-thread-1-processing-r:core_node1 n:127.0.0.1:51063_ 
s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 525171 INFO  
(OverseerStateUpdate-94305808602955780-127.0.0.1:51063_-n_0000000000) 
[n:127.0.0.1:51063_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 525171 INFO  
(coreZkRegister-1536-thread-1-processing-r:core_node1 n:127.0.0.1:51063_ 
s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:51063/collection1/ has no replicas
   [junit4]   2> 525171 INFO  
(coreZkRegister-1536-thread-1-processing-r:core_node1 n:127.0.0.1:51063_ 
s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:51063/collection1/ shard1
   [junit4]   2> 525171 INFO  
(coreZkRegister-1536-thread-1-processing-r:core_node1 n:127.0.0.1:51063_ 
s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 525175 INFO  
(zkCallback-415-thread-1-processing-n:127.0.0.1:51063_) [n:127.0.0.1:51063_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 525176 INFO  
(OverseerStateUpdate-94305808602955780-127.0.0.1:51063_-n_0000000000) 
[n:127.0.0.1:51063_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:51063";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 525268 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 525269 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 525271 INFO  (zkCallback-417-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@164891e name:ZooKeeperConnection 
Watcher:127.0.0.1:57876/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 525271 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 525271 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 525271 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 525275 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause 
connection loss:false
   [junit4]   2> 525275 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with 
stateFormat=2
   [junit4]   2> 525275 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 525279 INFO  
(zkCallback-415-thread-1-processing-n:127.0.0.1:51063_) [n:127.0.0.1:51063_    
] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 525280 INFO  
(zkCallback-415-thread-1-processing-n:127.0.0.1:51063_) [n:127.0.0.1:51063_    
] o.a.s.c.c.ZkStateReader Updated cluster state version to 2
   [junit4]   2> 525287 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 525287 INFO  (zkCallback-417-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 525291 INFO  (zkCallback-418-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@180877a1 
name:ZooKeeperConnection Watcher:127.0.0.1:57876/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 525292 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 525292 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 525293 INFO  (zkCallback-417-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated cluster state version to 2
   [junit4]   2> 525294 INFO  
(zkCallback-415-thread-1-processing-n:127.0.0.1:51063_) [n:127.0.0.1:51063_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 525294 INFO  
(OverseerStateUpdate-94305808602955780-127.0.0.1:51063_-n_0000000000) 
[n:127.0.0.1:51063_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 2
   [junit4]   2> 525295 INFO  
(OverseerStateUpdate-94305808602955780-127.0.0.1:51063_-n_0000000000) 
[n:127.0.0.1:51063_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
collection1
   [junit4]   2> 525326 INFO  
(coreZkRegister-1536-thread-1-processing-r:core_node1 n:127.0.0.1:51063_ 
s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
We are http://127.0.0.1:51063/collection1/ and leader is 
http://127.0.0.1:51063/collection1/
   [junit4]   2> 525326 INFO  
(coreZkRegister-1536-thread-1-processing-r:core_node1 n:127.0.0.1:51063_ 
s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51063
   [junit4]   2> 525327 INFO  
(coreZkRegister-1536-thread-1-processing-r:core_node1 n:127.0.0.1:51063_ 
s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 525327 INFO  
(coreZkRegister-1536-thread-1-processing-r:core_node1 n:127.0.0.1:51063_ 
s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
publishing state=active
   [junit4]   2> 525327 INFO  
(coreZkRegister-1536-thread-1-processing-r:core_node1 n:127.0.0.1:51063_ 
s:shard1 x:collection1 c:control_collection) [n:127.0.0.1:51063_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 525328 INFO  
(zkCallback-415-thread-1-processing-n:127.0.0.1:51063_) [n:127.0.0.1:51063_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 525329 INFO  
(OverseerStateUpdate-94305808602955780-127.0.0.1:51063_-n_0000000000) 
[n:127.0.0.1:51063_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:51063";,
   [junit4]   2>   "state":"active",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:51063_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "collection":"control_collection"} current state version: 2
   [junit4]   2> 525329 INFO  
(OverseerStateUpdate-94305808602955780-127.0.0.1:51063_-n_0000000000) 
[n:127.0.0.1:51063_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:51063";,
   [junit4]   2>   "state":"active",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:51063_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "collection":"control_collection"}
   [junit4]   2> 525330 INFO  
(OverseerStateUpdate-94305808602955780-127.0.0.1:51063_-n_0000000000) 
[n:127.0.0.1:51063_    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/collection1/state.json
   [junit4]   2> 525331 INFO  (zkCallback-417-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 525331 INFO  
(zkCallback-415-thread-1-processing-n:127.0.0.1:51063_) [n:127.0.0.1:51063_    
] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 525332 INFO  (zkCallback-417-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 525333 INFO  
(zkCallback-415-thread-1-processing-n:127.0.0.1:51063_) [n:127.0.0.1:51063_    
] o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 525435 INFO  (zkCallback-417-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 525435 INFO  
(zkCallback-415-thread-1-processing-n:127.0.0.1:51063_) [n:127.0.0.1:51063_    
] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 525437 INFO  
(zkCallback-415-thread-1-processing-n:127.0.0.1:51063_) [n:127.0.0.1:51063_    
] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 525437 INFO  (zkCallback-417-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 525576 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/shard-1-001/cores/collection1
   [junit4]   2> 525577 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/shard-1-001
   [junit4]   2> 525578 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 525582 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@104ad00c{/,null,AVAILABLE}
   [junit4]   2> 525583 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.e.j.s.ServerConnector Started 
ServerConnector@75bd31e1{HTTP/1.1}{127.0.0.1:60221}
   [junit4]   2> 525583 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.e.j.s.Server Started @528609ms
   [junit4]   2> 525583 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, hostPort=60221, 
solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/tempDir-001/jetty1,
 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/shard-1-001/cores}
   [junit4]   2> 525584 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 525584 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/shard-1-001/'
   [junit4]   2> 525599 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 525600 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 525601 INFO  (zkCallback-419-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@283e5791 
name:ZooKeeperConnection Watcher:127.0.0.1:57876/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 525601 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 525602 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 525603 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 525603 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/shard-1-001/solr.xml
   [junit4]   2> 525617 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/shard-1-001/cores
   [junit4]   2> 525617 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.CoreContainer New CoreContainer 1515996072
   [junit4]   2> 525617 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/shard-1-001/]
   [junit4]   2> 525617 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/shard-1-001/lib
   [junit4]   2> 525618 WARN  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_422BF5155421CCA-001/shard-1-001/lib).
   [junit4]   2> 525625 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 525626 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 525627 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 525627 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 525627 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57876/solr
   [junit4]   2> 525627 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 525628 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 525628 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 525629 INFO  (zkCallback-421-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@37bd2de9 
name:ZooKeeperConnection Watcher:127.0.0.1:57876 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 525630 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 525630 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 525635 INFO  
(TEST-TestRandomRequestDistribution.testRequestTracking-seed#[422BF5155421CCA]) 
[n:127.0.0.1:60221_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 525635 INFO  
(zkCallback-422-thread-1-processing-n:127.0.0.1:60221_) [n:127.0.0.1:60221_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@f822b80 name:ZooKeeperConnection 
Watcher:127.0.0.1:57876/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 525635 INFO  (TEST-TestRandomRequestDistribution.testRequestTra

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

stNestedQueryModifiers
   [junit4]   2> 2257909 INFO  
(TEST-TestSolrQueryParser.testSolr4121-seed#[422BF5155421CCA]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSolr4121
   [junit4]   2> 2257910 INFO  
(TEST-TestSolrQueryParser.testSolr4121-seed#[422BF5155421CCA]) [    ] 
o.a.s.c.S.Request [collection1] webapp=null path=null 
params={indent=true&q=eee_s:'balance'&wt=xml} hits=1 status=0 QTime=0 
   [junit4]   2> 2257910 INFO  
(TEST-TestSolrQueryParser.testSolr4121-seed#[422BF5155421CCA]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testSolr4121
   [junit4]   2> 2257910 INFO  
(SUITE-TestSolrQueryParser-seed#[422BF5155421CCA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2257911 INFO  
(SUITE-TestSolrQueryParser-seed#[422BF5155421CCA]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2105978137
   [junit4]   2> 2257911 INFO  
(SUITE-TestSolrQueryParser-seed#[422BF5155421CCA]-worker) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1c036d6d
   [junit4]   2> 2257911 INFO  
(SUITE-TestSolrQueryParser-seed#[422BF5155421CCA]-worker) [    x:collection1] 
o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=7,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2257911 INFO  
(SUITE-TestSolrQueryParser-seed#[422BF5155421CCA]-worker) [    x:collection1] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2257912 INFO  
(SUITE-TestSolrQueryParser-seed#[422BF5155421CCA]-worker) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 2257912 INFO  
(SUITE-TestSolrQueryParser-seed#[422BF5155421CCA]-worker) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2257912 INFO  
(SUITE-TestSolrQueryParser-seed#[422BF5155421CCA]-worker) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2257923 INFO  
(SUITE-TestSolrQueryParser-seed#[422BF5155421CCA]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories 
currently being tracked
   [junit4]   2> 2257924 INFO  
(SUITE-TestSolrQueryParser-seed#[422BF5155421CCA]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_422BF5155421CCA-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_422BF5155421CCA-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 2257924 INFO  
(SUITE-TestSolrQueryParser-seed#[422BF5155421CCA]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_422BF5155421CCA-001/init-core-data-001/index
   [junit4]   2> 2257924 INFO  
(SUITE-TestSolrQueryParser-seed#[422BF5155421CCA]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_422BF5155421CCA-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_422BF5155421CCA-001/init-core-data-001;done=false>>]
   [junit4]   2> 2257924 INFO  
(SUITE-TestSolrQueryParser-seed#[422BF5155421CCA]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_422BF5155421CCA-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.search.TestSolrQueryParser_422BF5155421CCA-001
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=30115, maxDocsPerChunk=10, blockSize=1), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=30115, blockSize=1)), 
sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=ar_OM, 
timezone=MST
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.7.0_72 (64-bit)/cpus=4,threads=1,free=192579584,total=529530880
   [junit4]   2> NOTE: All tests run in this JVM: [BasicDistributedZk2Test, 
TestCopyFieldCollectionResource, TestFreeTextSuggestions, 
SharedFSAutoReplicaFailoverUtilsTest, RegexBoostProcessorTest, 
TestSolrCLIRunExample, TestScoreJoinQPScore, TestQueryTypes, 
TestQuerySenderNoQuery, TestRemoveLastDynamicCopyField, 
CoreAdminCreateDiscoverTest, TestSchemaManager, TestSimpleTrackingShardHandler, 
DistributedIntervalFacetingTest, SortByFunctionTest, CustomCollectionTest, 
TestRecovery, DOMUtilTest, TestReplicaProperties, TestConfigSetImmutable, 
DirectUpdateHandlerOptimizeTest, TestMaxScoreQueryParser, TestTrie, 
TestPerFieldSimilarity, SSLMigrationTest, HardAutoCommitTest, PrimUtilsTest, 
ResponseHeaderTest, FacetPivotSmallTest, TestTrackingShardHandlerFactory, 
TestXIncludeConfig, TestUtils, TestIntervalFaceting, AssignTest, 
DataDrivenBlockJoinTest, HLLSerializationTest, TestBulkSchemaConcurrent, 
TestLuceneMatchVersion, TestDefaultSimilarityFactory, TestFastOutputStream, 
SOLR749Test, BadCopyFieldTest, LoggingHandlerTest, SparseHLLTest, 
DateRangeFieldTest, TestSolrXml, LeaderElectionTest, TestDefaultStatsCache, 
TestSystemIdResolver, DistributedFacetPivotLargeTest, 
DistributedDebugComponentTest, TestSort, TestSurroundQueryParser, 
TestComplexPhraseQParserPlugin, TestSortingResponseWriter, 
TestRandomRequestDistribution, DistributedQueryElevationComponentTest, 
TestFieldTypeCollectionResource, TestStressReorder, BlockDirectoryTest, 
TestDocSet, TestLeaderElectionZkExpiry, BufferStoreTest, 
TestBinaryResponseWriter, SolrIndexSplitterTest, SpatialHeatmapFacetsTest, 
PolyFieldTest, MoreLikeThisHandlerTest, TestPartialUpdateDeduplication, 
OverseerStatusTest, TestRequestStatusCollectionAPI, HighlighterMaxOffsetTest, 
TestReload, QueryEqualityTest, TestSchemaNameResource, 
OverseerCollectionProcessorTest, FullSolrCloudDistribCmdsTest, 
TestClusterStateMutator, TestCSVResponseWriter, BadIndexSchemaTest, 
TestAuthorizationFramework, TestConfigSets, InfoHandlerTest, TestZkChroot, 
BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, 
RecoveryZkTest, ClusterStateUpdateTest, TestRandomFaceting, 
ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestFaceting, 
TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, 
TestRealTimeGet, TestJoin, DistributedTermsComponentTest, SimpleFacetsTest, 
SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, TestGroupingSearch, 
QueryElevationComponentTest, PeerSyncTest, TestFunctionQuery, 
BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, 
SoftAutoCommitTest, SimplePostToolTest, TestCoreDiscovery, 
TestExtendedDismaxParser, SpellCheckCollatorTest, SolrRequestParserTest, 
DocValuesTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, 
SpatialFilterTest, SuggesterWFSTTest, NoCacheHeaderTest, 
WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, 
SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, 
FieldMutatingUpdateProcessorTest, DistanceFunctionTest, SolrInfoMBeanTest, 
XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, 
DisMaxRequestHandlerTest, TestQueryUtils, DirectSolrSpellCheckerTest, 
TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, 
PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, 
XmlUpdateRequestHandlerTest, DocumentBuilderTest, TestValueSourceCache, 
PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, 
FieldAnalysisRequestHandlerTest, TestSolrQueryParser]
   [junit4] Completed [293/531] on J2 in 0.98s, 8 tests, 1 error <<< FAILURES!

[...truncated 769 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:733: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:670: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:59: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:230:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:524:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1449:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1003:
 There were test failures: 531 suites, 2105 tests, 2 errors, 2 failures, 26 
ignored (14 assumptions)

Total time: 219 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-5.x #911
Archived 4 artifacts
Archive block size is 32768
Received 0 blocks and 1263791021 bytes
Compression is 0.0%
Took 3 min 24 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


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

Reply via email to