You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/06/08 02:05:22 UTC

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.7.0_80) - Build # 12803 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/12803/
Java: 32bit/jdk1.7.0_80 -client -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestRebalanceLeaders.test

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:45462/wi_ol/v, https://127.0.0.1:39975/wi_ol/v, https://127.0.0.1:53095/wi_ol/v, https://127.0.0.1:53832/wi_ol/v, https://127.0.0.1:52506/wi_ol/v]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:45462/wi_ol/v, https://127.0.0.1:39975/wi_ol/v, https://127.0.0.1:53095/wi_ol/v, https://127.0.0.1:53832/wi_ol/v, https://127.0.0.1:52506/wi_ol/v]
	at __randomizedtesting.SeedInfo.seed([414B125CEDDDA61B:C91F2D864321CBE3]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:355)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.TestRebalanceLeaders.issueCommands(TestRebalanceLeaders.java:281)
	at org.apache.solr.cloud.TestRebalanceLeaders.rebalanceLeaderTest(TestRebalanceLeaders.java:108)
	at org.apache.solr.cloud.TestRebalanceLeaders.test(TestRebalanceLeaders.java:74)
	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)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:53095/wi_ol/v: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 </title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /wi_ol/v/admin/collections. Reason:
<pre>    {trace=java.lang.AssertionError
	at org.apache.solr.common.util.ByteUtils.UTF8toUTF16(ByteUtils.java:36)
	at org.apache.solr.common.util.ByteUtils.UTF8toUTF16(ByteUtils.java:64)
	at org.apache.solr.common.cloud.ZkStateReader.fromJSON(ZkStateReader.java:151)
	at org.apache.solr.common.cloud.ZkNodeProps.load(ZkNodeProps.java:92)
	at org.apache.solr.cloud.DistributedQueue.containsTaskWithRequestId(DistributedQueue.java:127)
	at org.apache.solr.handler.admin.CollectionsHandler.overseerCollectionQueueContains(CollectionsHandler.java:264)
	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:216)
	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:199)
	at org.apache.solr.handler.admin.RebalanceLeaders.rejoinElection(RebalanceLeaders.java:269)
	at org.apache.solr.handler.admin.RebalanceLeaders.insurePreferredIsLeader(RebalanceLeaders.java:184)
	at org.apache.solr.handler.admin.RebalanceLeaders.execute(RebalanceLeaders.java:91)
	at org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation$23.call(CollectionsHandler.java:685)
	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:174)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:653)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:432)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:227)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:196)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:106)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
	at org.eclipse.jetty.server.Server.handle(Server.java:497)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
	at java.lang.Thread.run(Thread.java:745)
,code=500}</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
</body>
</html>

	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:529)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:344)
	... 48 more


FAILED:  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([414B125CEDDDA61B:C91F2D864321CBE3]:0)
	at org.apache.solr.search.mlt.CloudMLTQParserTest.test(CloudMLTQParserTest.java:138)
	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 10308 lines...]
   [junit4] Suite: org.apache.solr.search.mlt.CloudMLTQParserTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/init-core-data-001
   [junit4]   2> 852063 INFO  (SUITE-CloudMLTQParserTest-seed#[414B125CEDDDA61B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 852063 INFO  (SUITE-CloudMLTQParserTest-seed#[414B125CEDDDA61B]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ucmo/k
   [junit4]   2> 852065 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 852066 INFO  (Thread-2184) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 852066 INFO  (Thread-2184) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 852166 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.ZkTestServer start zk server on port:35330
   [junit4]   2> 852166 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 852166 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 852176 INFO  (zkCallback-462-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b985c5 name:ZooKeeperConnection Watcher:127.0.0.1:35330 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 852176 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 852176 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 852176 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 852178 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 852178 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 852179 INFO  (zkCallback-463-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1af7a85 name:ZooKeeperConnection Watcher:127.0.0.1:35330/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 852179 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 852179 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 852179 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 852180 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 852181 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 852182 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 852183 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 852183 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 852184 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 852184 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 852185 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 852186 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 852186 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 852187 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 852187 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 852187 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 852188 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 852188 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 852189 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 852190 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 852190 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 852191 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 852191 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 852192 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 852192 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 852193 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 852194 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 852194 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 852276 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/cores/collection1
   [junit4]   2> 852277 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.e.j.s.Server jetty-9.2.10.v20150310
   [junit4]   2> 852277 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@791bac{/ucmo/k,null,AVAILABLE}
   [junit4]   2> 852279 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1ce02f7{HTTP/1.1}{127.0.0.1:38988}
   [junit4]   2> 852279 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.e.j.s.Server Started @853428ms
   [junit4]   2> 852279 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/tempDir-001/control/data, hostContext=/ucmo/k, hostPort=38988, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/cores}
   [junit4]   2> 852279 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1fd245f
   [junit4]   2> 852280 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/'
   [junit4]   2> 852290 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/solr.xml
   [junit4]   2> 852302 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/cores
   [junit4]   2> 852302 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.CoreContainer New CoreContainer 22301356
   [junit4]   2> 852302 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/]
   [junit4]   2> 852302 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/lib
   [junit4]   2> 852302 WARN  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/lib).
   [junit4]   2> 852308 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] 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> 852309 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 852309 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 852309 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 852310 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35330/solr
   [junit4]   2> 852310 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 852310 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 852310 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 852311 INFO  (zkCallback-465-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ecd157 name:ZooKeeperConnection Watcher:127.0.0.1:35330 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 852311 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 852312 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 852313 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 852314 INFO  (zkCallback-466-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4e0165 name:ZooKeeperConnection Watcher:127.0.0.1:35330/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 852314 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 852314 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 852315 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 852316 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 852317 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 852318 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 852319 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 852320 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 852320 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 852321 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38988_ucmo%2Fk
   [junit4]   2> 852321 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38988_ucmo%2Fk
   [junit4]   2> 852322 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 852323 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 852323 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 852324 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38988_ucmo%2Fk
   [junit4]   2> 852324 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 852325 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.Overseer Overseer (id=93960341090402307-127.0.0.1:38988_ucmo%2Fk-n_0000000000) starting
   [junit4]   2> 852326 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 852329 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 852329 INFO  (OverseerCollectionProcessor-93960341090402307-127.0.0.1:38988_ucmo%2Fk-n_0000000000) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.OverseerCollectionProcessor Process current queue of collection creations
   [junit4]   2> 852329 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 852329 INFO  (OverseerStateUpdate-93960341090402307-127.0.0.1:38988_ucmo%2Fk-n_0000000000) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 852331 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 852331 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 852331 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.CoresLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/cores
   [junit4]   2> 852332 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.SolrCore Created CoreDescriptor: {collection=control_collection, dataDir=data/, name=collection1, transient=false, schema=schema.xml, config=solrconfig.xml, coreNodeName=, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/cores/collection1, shard=, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/cores/collection1/, loadOnStartup=true}
   [junit4]   2> 852336 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.CoresLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/cores/collection1/
   [junit4]   2> 852336 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 852336 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 852337 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 852337 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 852337 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 852337 INFO  (zkCallback-466-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 852337 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 852338 INFO  (OverseerStateUpdate-93960341090402307-127.0.0.1:38988_ucmo%2Fk-n_0000000000) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38988/ucmo/k",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:38988_ucmo%2Fk",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "numShards":"1"} current state version: 0
   [junit4]   2> 852338 INFO  (OverseerStateUpdate-93960341090402307-127.0.0.1:38988_ucmo%2Fk-n_0000000000) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38988/ucmo/k",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:38988_ucmo%2Fk",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "numShards":"1"}
   [junit4]   2> 852338 INFO  (OverseerStateUpdate-93960341090402307-127.0.0.1:38988_ucmo%2Fk-n_0000000000) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 852338 INFO  (OverseerStateUpdate-93960341090402307-127.0.0.1:38988_ucmo%2Fk-n_0000000000) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 852339 INFO  (zkCallback-466-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk    ] 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> 852340 INFO  (zkCallback-466-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 1
   [junit4]   2> 853338 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 853338 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 853338 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 853338 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 853339 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 853339 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/cores/collection1/'
   [junit4]   2> 853349 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 853354 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 853368 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 853399 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 853400 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 853405 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 853572 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 853578 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 853579 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 853583 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 853585 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 853587 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 853587 WARN  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 853587 WARN  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 853587 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 853588 WARN  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 853588 WARN  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 853588 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 853588 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 853588 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 853588 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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@3529d
   [junit4]   2> 853589 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/cores/collection1/data
   [junit4]   2> 853589 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/cores/collection1/data/index/
   [junit4]   2> 853589 WARN  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 853589 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/cores/collection1/data/index
   [junit4]   2> 853590 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 853590 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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@baff80 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@dc3a35),segFN=segments_1,generation=1}
   [junit4]   2> 853590 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 853591 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:38988_ucmo%2Fk 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 /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/cores/collection1/data/
   [junit4]   2> 853591 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 853593 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 853593 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 853593 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 853593 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 853594 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 853594 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 853594 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 853594 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 853594 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853594 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853595 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853595 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853596 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 853597 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 853598 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 853599 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 853602 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 853604 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/threads,lazy,/config,/admin/plugins,/admin/luke,/search-facet-def,spellCheckCompRH1,/admin/properties,/mlt,spellCheckCompRH_Direct,/admin/ping,/search-facet-invariants,standard,/schema,/admin/mbeans,/update/csv,/debug/dump,/admin/file,/terms,dismax,/admin/system,/update,spellCheckWithWordbreak_Direct,tvrh,mltrh,/admin/segments,mock,/replication,/update/json/docs,/admin/logging,/update/json,defaults,spellCheckWithWordbreak,spellCheckCompRH,/get
   [junit4]   2> 853605 WARN  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853606 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853606 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853606 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853607 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 853607 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 853608 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1481796304, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 853608 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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@baff80 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@dc3a35),segFN=segments_1,generation=1}
   [junit4]   2> 853608 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 853608 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@d24733[collection1] main
   [junit4]   2> 853609 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853609 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853609 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853609 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 853609 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 853610 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 853629 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853746 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 853746 INFO  (searcherExecutor-2271-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 853746 INFO  (searcherExecutor-2271-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 853746 INFO  (searcherExecutor-2271-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 853747 INFO  (searcherExecutor-2271-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 853747 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853747 INFO  (searcherExecutor-2271-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 853747 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853747 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853747 INFO  (searcherExecutor-2271-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 853748 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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 1503365459209093120
   [junit4]   2> 853748 INFO  (searcherExecutor-2271-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 853748 INFO  (searcherExecutor-2271-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 853749 INFO  (searcherExecutor-2271-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 853750 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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 1503365459209093120
   [junit4]   2> 853750 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 853750 INFO  (searcherExecutor-2271-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d24733[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 853751 INFO  (coreLoadExecutor-2270-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 853751 INFO  (coreZkRegister-2264-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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:38988/ucmo/k collection:control_collection shard:shard1
   [junit4]   2> 853751 INFO  (coreZkRegister-2264-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853753 INFO  (coreZkRegister-2264-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 853754 INFO  (zkCallback-466-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 853754 INFO  (coreZkRegister-2264-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 853754 INFO  (coreZkRegister-2264-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853754 INFO  (OverseerStateUpdate-93960341090402307-127.0.0.1:38988_ucmo%2Fk-n_0000000000) [n:127.0.0.1:38988_ucmo%2Fk    ] 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> 853754 INFO  (coreZkRegister-2264-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38988/ucmo/k/collection1/
   [junit4]   2> 853755 INFO  (coreZkRegister-2264-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 853755 INFO  (coreZkRegister-2264-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:38988/ucmo/k/collection1/ has no replicas
   [junit4]   2> 853755 INFO  (coreZkRegister-2264-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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:38988/ucmo/k/collection1/ shard1
   [junit4]   2> 853755 INFO  (coreZkRegister-2264-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 853756 INFO  (zkCallback-466-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 853757 INFO  (OverseerStateUpdate-93960341090402307-127.0.0.1:38988_ucmo%2Fk-n_0000000000) [n:127.0.0.1:38988_ucmo%2Fk    ] 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:38988/ucmo/k",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 853838 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 853839 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 853839 INFO  (zkCallback-468-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e9b32c name:ZooKeeperConnection Watcher:127.0.0.1:35330/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 853839 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 853840 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 853840 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 853841 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 853858 INFO  (zkCallback-466-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk    ] 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> 853858 INFO  (zkCallback-468-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> 853859 INFO  (zkCallback-466-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 2
   [junit4]   2> 853859 INFO  (zkCallback-468-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 2
   [junit4]   2> 853893 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/shard-1-001/cores/collection1
   [junit4]   2> 853893 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/shard-1-001
   [junit4]   2> 853894 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.e.j.s.Server jetty-9.2.10.v20150310
   [junit4]   2> 853894 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3b457f{/ucmo/k,null,AVAILABLE}
   [junit4]   2> 853895 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1357f99{HTTP/1.1}{127.0.0.1:34860}
   [junit4]   2> 853895 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.e.j.s.Server Started @855044ms
   [junit4]   2> 853895 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solrconfig=solrconfig.xml, hostContext=/ucmo/k, hostPort=34860, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/tempDir-001/jetty1, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/shard-1-001/cores}
   [junit4]   2> 853895 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1fd245f
   [junit4]   2> 853895 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/shard-1-001/'
   [junit4]   2> 853906 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/shard-1-001/solr.xml
   [junit4]   2> 853907 INFO  (coreZkRegister-2264-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:38988/ucmo/k/collection1/ and leader is http://127.0.0.1:38988/ucmo/k/collection1/
   [junit4]   2> 853907 INFO  (coreZkRegister-2264-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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:38988/ucmo/k
   [junit4]   2> 853907 INFO  (coreZkRegister-2264-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 853908 INFO  (coreZkRegister-2264-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 853908 INFO  (coreZkRegister-2264-thread-1-processing-r:core_node1 s:shard1 c:control_collection x:collection1 n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk 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> 853909 INFO  (zkCallback-466-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 853909 INFO  (OverseerStateUpdate-93960341090402307-127.0.0.1:38988_ucmo%2Fk-n_0000000000) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "base_url":"http://127.0.0.1:38988/ucmo/k",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:38988_ucmo%2Fk",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "numShards":"2"} current state version: 2
   [junit4]   2> 853909 INFO  (OverseerStateUpdate-93960341090402307-127.0.0.1:38988_ucmo%2Fk-n_0000000000) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "base_url":"http://127.0.0.1:38988/ucmo/k",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:38988_ucmo%2Fk",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "numShards":"2"}
   [junit4]   2> 853916 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/shard-1-001/cores
   [junit4]   2> 853916 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.CoreContainer New CoreContainer 15938020
   [junit4]   2> 853916 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/shard-1-001/]
   [junit4]   2> 853916 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/shard-1-001/lib
   [junit4]   2> 853916 WARN  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/shard-1-001/lib).
   [junit4]   2> 853926 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] 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> 853927 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 853927 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 853927 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 853927 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35330/solr
   [junit4]   2> 853927 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 853927 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 853928 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 853929 INFO  (zkCallback-470-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@18e8ef2 name:ZooKeeperConnection Watcher:127.0.0.1:35330 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 853929 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 853929 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 853930 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:34860_ucmo%2Fk    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 853931 INFO  (zkCallback-471-thread-1-processing-n:127.0.0.1:34860_ucmo%2Fk) [n:127.0.0.1:34860_ucmo%2Fk    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c85ee6 name:ZooKeeperConnection Watcher:127.0.0.1:35330/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 853931 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:34860_ucmo%2Fk    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 853933 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:34860_ucmo%2Fk    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 854011 INFO  (zkCallback-468-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> 854011 INFO  (zkCallback-471-thread-1-processing-n:127.0.0.1:34860_ucmo%2Fk) [n:127.0.0.1:34860_ucmo%2Fk    ] 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> 854011 INFO  (zkCallback-466-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk    ] 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> 854012 INFO  (zkCallback-468-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 854012 INFO  (zkCallback-466-thread-1-processing-n:127.0.0.1:38988_ucmo%2Fk) [n:127.0.0.1:38988_ucmo%2Fk    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 854013 INFO  (zkCallback-471-thread-1-processing-n:127.0.0.1:34860_ucmo%2Fk) [n:127.0.0.1:34860_ucmo%2Fk    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 854934 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:34860_ucmo%2Fk    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34860_ucmo%2Fk
   [junit4]   2> 854935 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:34860_ucmo%2Fk    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34860_ucmo%2Fk
   [junit4]   2> 854936 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:34860_ucmo%2Fk    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 854937 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:34860_ucmo%2Fk    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 854937 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:34860_ucmo%2Fk    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 854937 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:34860_ucmo%2Fk    ] o.a.s.c.CoresLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/shard-1-001/cores
   [junit4]   2> 854938 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:34860_ucmo%2Fk    ] o.a.s.c.SolrCore Created CoreDescriptor: {collection=collection1, loadOnStartup=true, shard=, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/shard-1-001/cores/collection1, config=solrconfig.xml, name=collection1, dataDir=data/, schema=schema.xml, coreNodeName=, transient=false, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/shard-1-001/cores/collection1/}
   [junit4]   2> 854938 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:34860_ucmo%2Fk    ] o.a.s.c.CoresLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest 414B125CEDDDA61B-001/shard-1-001/cores/collection1/
   [junit4]   2> 854938 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[414B125CEDDDA61B]) [n:127.0.0.1:34860_ucmo%2Fk    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 854939 INFO  (coreLoadExecutor-2281-thread-1-processing-n:127.0.0.1:34860_ucmo%2Fk) [n:127.0.0.1:34860_ucmo%2Fk c:collection1   x:collection1] o.a.s.c.ZkController publishing state=d

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

a:127)
   [junit4]    > 	at org.apache.solr.handler.admin.CollectionsHandler.overseerCollectionQueueContains(CollectionsHandler.java:264)
   [junit4]    > 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:216)
   [junit4]    > 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:199)
   [junit4]    > 	at org.apache.solr.handler.admin.RebalanceLeaders.rejoinElection(RebalanceLeaders.java:269)
   [junit4]    > 	at org.apache.solr.handler.admin.RebalanceLeaders.insurePreferredIsLeader(RebalanceLeaders.java:184)
   [junit4]    > 	at org.apache.solr.handler.admin.RebalanceLeaders.execute(RebalanceLeaders.java:91)
   [junit4]    > 	at org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation$23.call(CollectionsHandler.java:685)
   [junit4]    > 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:174)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:653)
   [junit4]    > 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:432)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:227)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:196)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:106)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    > 	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
   [junit4]    > 	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
   [junit4]    > 	at org.eclipse.jetty.server.Server.handle(Server.java:497)
   [junit4]    > 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
   [junit4]    > 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
   [junit4]    > 	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > ,code=500}</pre></p>
   [junit4]    > <hr /><i><small>Powered by Jetty://</small></i>
   [junit4]    > </body>
   [junit4]    > </html>
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:529)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:344)
   [junit4]    > 	... 48 more
   [junit4]   2> 1472966 INFO  (SUITE-TestRebalanceLeaders-seed#[414B125CEDDDA61B]-worker) [n:127.0.0.1:39975_wi_ol%2Fv c:testcollection s:shard6 r:core_node10 x:testcollection_shard6_replica2] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestRebalanceLeaders 414B125CEDDDA61B-001
   [junit4]   2> Jun 08, 2015 12:00:45 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=cs_CZ, timezone=America/Nipigon
   [junit4]   2> NOTE: Linux 3.13.0-53-generic i386/Oracle Corporation 1.7.0_80 (32-bit)/cpus=12,threads=1,free=106635120,total=406847488
   [junit4]   2> NOTE: All tests run in this JVM: [TestBM25SimilarityFactory, BasicDistributedZk2Test, TestPseudoReturnFields, RegexBoostProcessorTest, TestFieldSortValues, TestCollationFieldDocValues, NumericFieldsTest, TestQuerySenderNoQuery, TestExtendedDismaxParser, BadIndexSchemaTest, TestBinaryResponseWriter, SolrIndexSplitterTest, AutoCommitTest, PluginInfoTest, TestCloudPivotFacet, DirectUpdateHandlerOptimizeTest, TestSolrXml, SynonymTokenizerTest, SOLR749Test, OverseerRolesTest, TestNonDefinedSimilarityFactory, TestRecovery, TestStressReorder, TestIntervalFaceting, ReplicationFactorTest, TestSystemIdResolver, BinaryUpdateRequestHandlerTest, SearchHandlerTest, TestCloudSchemaless, TestTrie, SpellCheckCollatorTest, DOMUtilTest, TermVectorComponentDistributedTest, DistanceUnitsTest, TestFileDictionaryLookup, TestRequestStatusCollectionAPI, HardAutoCommitTest, CleanupOldIndexTest, HdfsLockFactoryTest, TestDynamicFieldCollectionResource, TestSolrJ, TestLRUStatsCache, VersionInfoTest, PrimUtilsTest, TestMaxScoreQueryParser, TestMiniSolrCloudCluster, TestFieldTypeCollectionResource, SoftAutoCommitTest, TestDistributedMissingSort, TestDocSet, TestExactStatsCache, TestConfigReload, TestCollectionAPI, PathHierarchyTokenizerFactoryTest, TestHdfsUpdateLog, TestCollationField, TestSolrQueryParserDefaultOperatorResource, CursorPagingTest, RequestLoggingTest, XsltUpdateRequestHandlerTest, TestClassNameShortening, TestSimpleQParserPlugin, TestFieldTypeResource, CachingDirectoryFactoryTest, LeaderElectionTest, TestJsonRequest, BlockDirectoryTest, UnloadDistributedZkTest, TestFastOutputStream, DistributedQueryElevationComponentTest, TestJsonFacets, SampleTest, SolrCoreCheckLockOnStartupTest, TestStressRecovery, TestDefaultStatsCache, PolyFieldTest, TestOverriddenPrefixQueryForCustomFieldType, CollectionReloadTest, SuggesterTest, TestSolrQueryParser, OverseerTest, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, TestHashPartitioner, TestReload, TestRangeQuery, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, TestSort, TestFiltering, HighlighterTest, CurrencyFieldOpenExchangeTest, AnalysisAfterCoreReloadTest, SolrRequestParserTest, DocValuesTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, TestSolrDeletionPolicy1, CacheHeaderTest, DisMaxRequestHandlerTest, DirectSolrSpellCheckerTest, TestQueryTypes, XmlUpdateRequestHandlerTest, TermVectorComponentTest, RequiredFieldsTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, JSONWriterTest, QueryParsingTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, TestComponentsName, HighlighterConfigTest, UpdateParamsTest, TestSolrDeletionPolicy2, TestBinaryField, OutputWriterTest, NotRequiredUniqueKeyTest, TestXIncludeConfig, TestDFRSimilarityFactory, TestDefaultSimilarityFactory, TestJmxMonitoredMap, OpenExchangeRatesOrgProviderTest, DateMathParserTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, ZkNodePropsTest, SystemInfoHandlerTest, CircularListTest, DistributedIntervalFacetingTest, CloudExitableDirectoryReaderTest, DeleteInactiveReplicaTest, DistribJoinFromCollectionTest, DistributedQueueTest, DistributedVersionInfoTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, SSLMigrationTest, SaslZkACLProviderTest, TestCloudInspectUtil, TestDistribDocBasedVersion, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders]
   [junit4] Completed [429/500] on J2 in 100.77s, 1 test, 1 error <<< FAILURES!

[...truncated 229 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:536: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:484: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:230: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:511: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1436: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:991: There were test failures: 500 suites, 1978 tests, 2 errors, 58 ignored (25 assumptions)

Total time: 50 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any