You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/06/19 22:45:54 UTC

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3245 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3245/

2 tests failed.
REGRESSION:  org.apache.solr.cloud.OverseerStatusTest.test

Error Message:
No stats for split in OverseerCollectionProcessor expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: No stats for split in OverseerCollectionProcessor expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([A3EA03A497CA2A9A:2BBE3C7E39364762]: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.apache.solr.cloud.OverseerStatusTest.test(OverseerStatusTest.java:91)
	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:960)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	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.search.mlt.CloudMLTQParserTest.test

Error Message:
java.lang.String cannot be cast to java.util.ArrayList

Stack Trace:
java.lang.ClassCastException: java.lang.String cannot be cast to java.util.ArrayList
	at __randomizedtesting.SeedInfo.seed([A3EA03A497CA2A9A:2BBE3C7E39364762]:0)
	at org.apache.solr.search.mlt.CloudMLTQParserTest.test(CloudMLTQParserTest.java:126)
	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:960)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	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)




Build Log:
[...truncated 9873 lines...]
   [junit4] Suite: org.apache.solr.search.mlt.CloudMLTQParserTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/init-core-data-001
   [junit4]   2> 496450 INFO  (SUITE-CloudMLTQParserTest-seed#[A3EA03A497CA2A9A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 496450 INFO  (SUITE-CloudMLTQParserTest-seed#[A3EA03A497CA2A9A]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 496454 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 496455 INFO  (Thread-1536) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 496455 INFO  (Thread-1536) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 496555 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.ZkTestServer start zk server on port:59755
   [junit4]   2> 496555 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 496556 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 496558 INFO  (zkCallback-364-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4f80706a name:ZooKeeperConnection Watcher:127.0.0.1:59755 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 496558 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 496558 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 496558 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 496565 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 496566 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 496571 INFO  (zkCallback-365-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@11c4a447 name:ZooKeeperConnection Watcher:127.0.0.1:59755/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 496571 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 496571 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 496571 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 496573 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 496575 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 496576 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 496577 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 496578 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 496580 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 496580 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 496582 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 496582 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 496584 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 496584 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 496586 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 496586 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 496588 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 496589 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 496591 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 496591 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 496595 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 496595 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 496596 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 496596 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 496598 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 496598 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 496600 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 496600 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 496885 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/cores/collection1
   [junit4]   2> 496886 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 496906 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ddb93bc{/,null,AVAILABLE}
   [junit4]   2> 496907 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1e44174e{HTTP/1.1}{127.0.0.1:46205}
   [junit4]   2> 496907 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.e.j.s.Server Started @499820ms
   [junit4]   2> 496907 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/tempDir-001/control/data, hostPort=46205, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/cores, hostContext=/}
   [junit4]   2> 496908 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 496908 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/'
   [junit4]   2> 496925 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/solr.xml
   [junit4]   2> 496942 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/cores
   [junit4]   2> 496942 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.CoreContainer New CoreContainer 1814771261
   [junit4]   2> 496942 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/]
   [junit4]   2> 496942 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.CoreContainer loading shared library: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/lib
   [junit4]   2> 496943 WARN  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] 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-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/lib).
   [junit4]   2> 496951 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] 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> 496952 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 496953 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 496953 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 496953 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59755/solr
   [junit4]   2> 496953 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 496953 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 496954 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 496955 INFO  (zkCallback-367-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@43aec953 name:ZooKeeperConnection Watcher:127.0.0.1:59755 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 496956 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 496956 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 496958 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 496959 INFO  (zkCallback-368-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3e2c24f name:ZooKeeperConnection Watcher:127.0.0.1:59755/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 496959 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 496961 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 496963 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 496965 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 496967 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 496969 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 496971 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 496972 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 496973 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 496974 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46205_
   [junit4]   2> 496974 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46205_
   [junit4]   2> 496976 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 496977 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 496979 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 496979 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94027463729741827-127.0.0.1:46205_-n_0000000000
   [junit4]   2> 496980 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46205_
   [junit4]   2> 496980 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 496982 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.Overseer Overseer (id=94027463729741827-127.0.0.1:46205_-n_0000000000) starting
   [junit4]   2> 496984 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 496989 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 496990 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 496990 INFO  (OverseerCollectionProcessor-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] o.a.s.c.OverseerCollectionProcessor Process current queue of collection creations
   [junit4]   2> 496991 INFO  (OverseerStateUpdate-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 496996 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 496997 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 496998 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.CoresLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/cores
   [junit4]   2> 496999 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.SolrCore Created CoreDescriptor: {shard=, coreNodeName=, config=solrconfig.xml, collection=control_collection, instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/cores/collection1, name=collection1, absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/cores/collection1/, schema=schema.xml, loadOnStartup=true, transient=false, dataDir=data/}
   [junit4]   2> 496999 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.CoresLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/cores/collection1/
   [junit4]   2> 496999 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 497000 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 497000 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 497001 INFO  (zkCallback-368-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 497001 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 497001 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
   [junit4]   2> 497001 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:46205_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 497002 INFO  (OverseerStateUpdate-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:46205",
   [junit4]   2>   "node_name":"127.0.0.1:46205_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"down"} current state version: 0
   [junit4]   2> 497002 INFO  (OverseerStateUpdate-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:46205",
   [junit4]   2>   "node_name":"127.0.0.1:46205_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"down"}
   [junit4]   2> 497002 INFO  (OverseerStateUpdate-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 497002 INFO  (OverseerStateUpdate-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 497004 INFO  (zkCallback-368-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_    ] 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> 497005 INFO  (zkCallback-368-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 1
   [junit4]   2> 498001 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 498001 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 498002 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 498002 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 498003 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 498003 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/cores/collection1/'
   [junit4]   2> 498017 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 498025 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 498044 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 498086 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 498087 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 498094 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 498335 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 498343 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 498345 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 498355 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 498359 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 498361 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 498362 WARN  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 498362 WARN  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 498362 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 498363 WARN  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 498363 WARN  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 498363 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 498363 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 498363 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 498364 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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@7b6e7616
   [junit4]   2> 498364 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/cores/collection1/data
   [junit4]   2> 498364 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/cores/collection1/data/index/
   [junit4]   2> 498365 WARN  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 498365 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/cores/collection1/data/index
   [junit4]   2> 498365 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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=18, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=9.6904296875, floorSegmentMB=1.796875, forceMergeDeletesPctAllowed=13.235336212914634, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7730808067635065
   [junit4]   2> 498366 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2da9b0a8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5f8cfd03),segFN=segments_1,generation=1}
   [junit4]   2> 498366 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 498367 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46205_ 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-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/cores/collection1/data/
   [junit4]   2> 498367 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 498374 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 498374 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 498374 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 498374 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 498375 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 498375 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 498375 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 498375 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 498375 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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> 498376 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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> 498376 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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> 498376 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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> 498379 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 498380 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 498382 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 498383 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 498388 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 498390 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/logging,/search-facet-invariants,/search-facet-def,/replication,spellCheckCompRH1,/admin/threads,/update/csv,spellCheckCompRH,/admin/file,defaults,/admin/properties,/update/json/docs,dismax,mltrh,tvrh,lazy,/mlt,/admin/ping,/admin/plugins,/schema,spellCheckWithWordbreak_Direct,spellCheckWithWordbreak,/debug/dump,/admin/segments,/config,/admin/mbeans,/update/json,mock,/get,standard,spellCheckCompRH_Direct,/terms,/admin/luke,/admin/system,/update
   [junit4]   2> 498391 WARN  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 498392 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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> 498392 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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> 498393 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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> 498393 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 498393 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 498394 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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=35, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=27.818359375, floorSegmentMB=0.4423828125, forceMergeDeletesPctAllowed=27.2582940756467, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 498394 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2da9b0a8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5f8cfd03),segFN=segments_1,generation=1}
   [junit4]   2> 498394 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 498395 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@183371dc[collection1] main
   [junit4]   2> 498395 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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> 498396 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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> 498396 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 498396 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 498396 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 498396 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 498416 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 498468 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 498468 INFO  (searcherExecutor-1702-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 498469 INFO  (searcherExecutor-1702-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 498469 INFO  (searcherExecutor-1702-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 498469 INFO  (searcherExecutor-1702-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 498470 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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> 498470 INFO  (searcherExecutor-1702-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 498470 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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> 498470 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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> 498471 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ 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 1504439421786652672
   [junit4]   2> 498471 INFO  (searcherExecutor-1702-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 498471 INFO  (searcherExecutor-1702-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 498472 INFO  (searcherExecutor-1702-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 498472 INFO  (searcherExecutor-1702-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 498473 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 3 ms to seed version buckets with highest version 1504439421786652672
   [junit4]   2> 498473 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 498473 INFO  (searcherExecutor-1702-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@183371dc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 498474 INFO  (coreLoadExecutor-1701-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 498474 INFO  (coreZkRegister-1695-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ 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:46205 collection:control_collection shard:shard1
   [junit4]   2> 498475 INFO  (coreZkRegister-1695-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ 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> 498479 INFO  (coreZkRegister-1695-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ 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/94027463729741827-core_node1-n_0000000000
   [junit4]   2> 498480 INFO  (coreZkRegister-1695-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 498481 INFO  (zkCallback-368-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 498482 INFO  (coreZkRegister-1695-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 498482 INFO  (OverseerStateUpdate-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] 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> 498482 INFO  (coreZkRegister-1695-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ 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> 498483 INFO  (coreZkRegister-1695-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46205/collection1/
   [junit4]   2> 498483 INFO  (coreZkRegister-1695-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 498483 INFO  (coreZkRegister-1695-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:46205/collection1/ has no replicas
   [junit4]   2> 498484 INFO  (coreZkRegister-1695-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ 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:46205/collection1/ shard1
   [junit4]   2> 498484 INFO  (coreZkRegister-1695-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 498488 INFO  (zkCallback-368-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 498489 INFO  (OverseerStateUpdate-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] 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:46205",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 498503 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 498504 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 498505 INFO  (zkCallback-370-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3f25c3bd name:ZooKeeperConnection Watcher:127.0.0.1:59755/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 498505 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 498506 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 498506 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 498508 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 498508 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 498509 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 498509 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 498515 INFO  (zkCallback-371-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7752e6a0 name:ZooKeeperConnection Watcher:127.0.0.1:59755/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 498516 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 498517 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 498536 INFO  (zkCallback-368-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 498538 INFO  (OverseerStateUpdate-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] 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: 1
   [junit4]   2> 498538 INFO  (OverseerStateUpdate-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 498539 INFO  (zkCallback-370-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> 498540 INFO  (zkCallback-368-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_    ] 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> 498541 INFO  (zkCallback-370-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 2
   [junit4]   2> 498542 INFO  (zkCallback-368-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 2
   [junit4]   2> 498592 INFO  (coreZkRegister-1695-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:46205/collection1/ and leader is http://127.0.0.1:46205/collection1/
   [junit4]   2> 498592 INFO  (coreZkRegister-1695-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ 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:46205
   [junit4]   2> 498592 INFO  (coreZkRegister-1695-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 498592 INFO  (coreZkRegister-1695-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 498592 INFO  (coreZkRegister-1695-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:46205_ x:collection1 r:core_node1) [n:127.0.0.1:46205_ 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> 498594 INFO  (zkCallback-368-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 498594 INFO  (OverseerStateUpdate-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:46205",
   [junit4]   2>   "node_name":"127.0.0.1:46205_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 498595 INFO  (OverseerStateUpdate-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:46205",
   [junit4]   2>   "node_name":"127.0.0.1:46205_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 498596 INFO  (OverseerStateUpdate-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 498597 INFO  (zkCallback-370-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> 498597 INFO  (zkCallback-368-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_    ] 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> 498598 INFO  (zkCallback-370-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 498599 INFO  (zkCallback-368-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 498702 INFO  (zkCallback-368-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_    ] 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> 498702 INFO  (zkCallback-370-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> 498704 INFO  (zkCallback-370-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 498706 INFO  (zkCallback-368-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 498885 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/shard-1-001/cores/collection1
   [junit4]   2> 498886 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/shard-1-001
   [junit4]   2> 498887 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 498892 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@546b9872{/,null,AVAILABLE}
   [junit4]   2> 498893 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.e.j.s.ServerConnector Started ServerConnector@743b1522{HTTP/1.1}{127.0.0.1:39865}
   [junit4]   2> 498893 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.e.j.s.Server Started @501806ms
   [junit4]   2> 498893 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/shard-1-001/cores, solrconfig=solrconfig.xml, hostContext=/, hostPort=39865, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/tempDir-001/jetty1}
   [junit4]   2> 498894 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 498894 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/shard-1-001/'
   [junit4]   2> 498911 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/shard-1-001/solr.xml
   [junit4]   2> 498925 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/shard-1-001/cores
   [junit4]   2> 498925 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.CoreContainer New CoreContainer 1356397215
   [junit4]   2> 498925 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/shard-1-001/]
   [junit4]   2> 498925 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.CoreContainer loading shared library: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/shard-1-001/lib
   [junit4]   2> 498926 WARN  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] 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-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/shard-1-001/lib).
   [junit4]   2> 498933 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] 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> 498934 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 498935 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 498935 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 498935 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59755/solr
   [junit4]   2> 498935 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 498935 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 498937 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 498953 INFO  (zkCallback-373-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3064028d name:ZooKeeperConnection Watcher:127.0.0.1:59755 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 498954 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 498955 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 498969 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:39865_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 498970 INFO  (zkCallback-374-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@fa12711 name:ZooKeeperConnection Watcher:127.0.0.1:59755/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 498970 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:39865_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 498976 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:39865_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 499981 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:39865_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39865_
   [junit4]   2> 499982 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:39865_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39865_
   [junit4]   2> 499986 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:39865_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 499986 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:39865_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94027463729741831-127.0.0.1:39865_-n_0000000001
   [junit4]   2> 499987 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:39865_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94027463729741827-127.0.0.1:46205_-n_0000000000 to know if I could be the leader
   [junit4]   2> 499987 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:39865_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 499988 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:39865_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 499988 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:39865_    ] o.a.s.c.CoresLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/shard-1-001/cores
   [junit4]   2> 499989 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:39865_    ] o.a.s.c.SolrCore Created CoreDescriptor: {schema=schema.xml, collection=collection1, absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/shard-1-001/cores/collection1/, dataDir=data/, transient=false, instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/shard-1-001/cores/collection1, loadOnStartup=true, name=collection1, coreNodeName=, shard=, config=solrconfig.xml}
   [junit4]   2> 499989 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:39865_    ] o.a.s.c.CoresLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/shard-1-001/cores/collection1/
   [junit4]   2> 499990 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:39865_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 500004 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 500004 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 500005 INFO  (zkCallback-368-thread-1-processing-n:127.0.0.1:46205_) [n:127.0.0.1:46205_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 500005 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for external collection collection1
   [junit4]   2> 500006 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch collection1
   [junit4]   2> 500006 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 500007 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Updating data for collection1 to ver 0 
   [junit4]   2> 500007 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 500009 INFO  (OverseerStateUpdate-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:39865",
   [junit4]   2>   "node_name":"127.0.0.1:39865_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"down"} current state version: 4
   [junit4]   2> 500010 INFO  (OverseerStateUpdate-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:39865",
   [junit4]   2>   "node_name":"127.0.0.1:39865_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"down"}
   [junit4]   2> 500010 INFO  (OverseerStateUpdate-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 500010 INFO  (OverseerStateUpdate-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 500018 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:39865_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
   [junit4]   2> 500018 INFO  (TEST-CloudMLTQParserTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:39865_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 500114 INFO  (OverseerStateUpdate-94027463729741827-127.0.0.1:46205_-n_0000000000) [n:127.0.0.1:46205_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 500114 INFO  (zkCallback-374-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 500115 INFO  (zkCallback-374-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_    ] o.a.s.c.c.ZkStateReader Updating data for collection1 to ver 1 
   [junit4]   2> 501007 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 501007 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 501008 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 501008 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/collection1
   [junit4]   2> 501009 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 501009 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.search.mlt.CloudMLTQParserTest_A3EA03A497CA2A9A-001/shard-1-001/cores/collection1/'
   [junit4]   2> 501027 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 501036 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 501058 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 501124 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 501125 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 501133 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 501407 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 501425 INFO  (coreLoadExecutor-1712-thread-1-processing-n:127.0.0.1:39865_) [n:127.0.0.1:39865_ c:

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

ries currently being tracked
   [junit4]   2> 1740677 INFO  (TEST-OverseerStatusTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:36387_ c:overseer_status_test s:shard1 r:core_node1 x:overseer_status_test_shard1_replica1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.OverseerStatusTest_A3EA03A497CA2A9A-001/shard-1-001/cores/overseer_status_test_shard1_replica1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.OverseerStatusTest_A3EA03A497CA2A9A-001/shard-1-001/cores/overseer_status_test_shard1_replica1/data;done=false>>]
   [junit4]   2> 1740678 INFO  (TEST-OverseerStatusTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:36387_ c:overseer_status_test s:shard1 r:core_node1 x:overseer_status_test_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.OverseerStatusTest_A3EA03A497CA2A9A-001/shard-1-001/cores/overseer_status_test_shard1_replica1/data
   [junit4]   2> 1740678 INFO  (TEST-OverseerStatusTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:36387_ c:overseer_status_test s:shard1 r:core_node1 x:overseer_status_test_shard1_replica1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.OverseerStatusTest_A3EA03A497CA2A9A-001/shard-1-001/cores/overseer_status_test_shard1_replica1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.OverseerStatusTest_A3EA03A497CA2A9A-001/shard-1-001/cores/overseer_status_test_shard1_replica1/data/index;done=false>>]
   [junit4]   2> 1740678 INFO  (TEST-OverseerStatusTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:36387_ c:overseer_status_test s:shard1 r:core_node1 x:overseer_status_test_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.OverseerStatusTest_A3EA03A497CA2A9A-001/shard-1-001/cores/overseer_status_test_shard1_replica1/data/index
   [junit4]   2> 1740678 INFO  (TEST-OverseerStatusTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:36387_ c:overseer_status_test s:shard1 r:core_node1 x:overseer_status_test_shard1_replica1] o.a.s.c.Overseer Overseer (id=94027539494862855-127.0.0.1:36387_-n_0000000001) closing
   [junit4]   2> 1740678 INFO  (OverseerStateUpdate-94027539494862855-127.0.0.1:36387_-n_0000000001) [n:127.0.0.1:36387_    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36387_
   [junit4]   2> 1740679 WARN  (zkCallback-1376-thread-3-processing-n:127.0.0.1:36387_) [n:127.0.0.1:36387_    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1740682 INFO  (TEST-OverseerStatusTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@23a78b73{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1740682 INFO  (TEST-OverseerStatusTest.test-seed#[A3EA03A497CA2A9A]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@585c8af7{/,null,UNAVAILABLE}
   [junit4]   2> 1740684 INFO  (TEST-OverseerStatusTest.test-seed#[A3EA03A497CA2A9A]) [n:127.0.0.1:36387_ c:overseer_status_test s:shard1 r:core_node1 x:overseer_status_test_shard1_replica1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36089 36089
   [junit4]   2> 1740809 INFO  (Thread-4327) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36089 36089
   [junit4]   2> 1740810 WARN  (Thread-4327) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OverseerStatusTest -Dtests.method=test -Dtests.seed=A3EA03A497CA2A9A -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar_JO -Dtests.timezone=Asia/Dili -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 88.3s J2 | OverseerStatusTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: No stats for split in OverseerCollectionProcessor expected:<1> but was:<2>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A3EA03A497CA2A9A:2BBE3C7E39364762]:0)
   [junit4]    > 	at org.apache.solr.cloud.OverseerStatusTest.test(OverseerStatusTest.java:91)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1740822 INFO  (SUITE-OverseerStatusTest-seed#[A3EA03A497CA2A9A]-worker) [n:127.0.0.1:36387_ c:overseer_status_test s:shard1 r:core_node1 x:overseer_status_test_shard1_replica1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.OverseerStatusTest_A3EA03A497CA2A9A-001
   [junit4]   2> Jun 19, 2015 4:41:19 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene53, sim=DefaultSimilarity, locale=ar_JO, timezone=Asia/Dili
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.7.0_72 (64-bit)/cpus=4,threads=1,free=167878896,total=509607936
   [junit4]   2> NOTE: All tests run in this JVM: [TestDFRSimilarityFactory, TestUpdate, TermsComponentTest, TestConfigOverlay, ShowFileRequestHandlerTest, CursorPagingTest, TestSolrIndexConfig, PreAnalyzedFieldTest, DistributedSuggestComponentTest, PrimitiveFieldTypeTest, EchoParamsTest, TestSearcherReuse, BasicFunctionalityTest, OutputWriterTest, UpdateRequestProcessorFactoryTest, DeleteInactiveReplicaTest, TestReplicationHandler, SaslZkACLProviderTest, ReplicationFactorTest, TestReloadAndDeleteDocs, TestRebalanceLeaders, TestRangeQuery, SolrCoreTest, RecoveryZkTest, RuleEngineTest, TestHdfsUpdateLog, AliasIntegrationTest, FileBasedSpellCheckerTest, TestNonDefinedSimilarityFactory, DocValuesMultiTest, SchemaVersionSpecificBehaviorTest, TestManagedSynonymFilterFactory, DefaultValueUpdateProcessorTest, QueryEqualityTest, ExitableDirectoryReaderTest, SignatureUpdateProcessorFactoryTest, LoggingHandlerTest, TermVectorComponentTest, DistributedFacetPivotSmallTest, FacetPivotSmallTest, TestPhraseSuggestions, TestBlendedInfixSuggestions, TestRandomMergePolicy, PrimUtilsTest, TestJsonRequest, OverseerTest, TestChildDocTransformer, TestShardHandlerFactory, TestBulkSchemaConcurrent, CloudMLTQParserTest, LeaderElectionIntegrationTest, TestRecovery, TestSurroundQueryParser, TestRemoteStreaming, TestDistributedMissingSort, TestIndexSearcher, NotRequiredUniqueKeyTest, TestLRUCache, DistributedVersionInfoTest, ScriptEngineTest, TestWriterPerf, NumericFieldsTest, TestShortCircuitedRequests, WordBreakSolrSpellCheckerTest, UpdateParamsTest, TestDocSet, OpenCloseCoreStressTest, TestJsonFacets, DocumentAnalysisRequestHandlerTest, TestAnalyzeInfixSuggestions, BadComponentTest, DeleteLastCustomShardedReplicaTest, StressHdfsTest, TestReplicaProperties, DistributedFacetPivotWhiteBoxTest, DateMathParserTest, SimplePostToolTest, SuggesterFSTTest, HttpPartitionTest, TestDistributedSearch, CustomCollectionTest, SyncSliceTest, FullSolrCloudDistribCmdsTest, DistribCursorPagingTest, TestCryptoKeys, SpatialHeatmapFacetsTest, ChaosMonkeySafeLeaderTest, TestBlobHandler, RollingRestartTest, ZkSolrClientTest, TestSolrConfigHandlerConcurrent, TriLevelCompositeIdRoutingTest, OverseerStatusTest]
   [junit4] Completed [307/505] on J2 in 88.82s, 1 test, 1 failure <<< FAILURES!

[...truncated 617 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:536: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:484: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:230: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:512: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1444: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:999: There were test failures: 505 suites, 2002 tests, 1 error, 1 failure, 59 ignored (25 assumptions)

Total time: 57 minutes 10 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #3243
Archived 4 artifacts
Archive block size is 32768
Received 0 blocks and 321942998 bytes
Compression is 0.0%
Took 1 min 7 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure