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

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3240 - Failure

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

1 tests failed.
REGRESSION:  org.apache.solr.search.mlt.CloudMLTQParserTest.test

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

Stack Trace:
java.lang.ClassCastException: java.lang.String cannot be cast to java.util.ArrayList
	at __randomizedtesting.SeedInfo.seed([F281FB863B13F7DC:7AD5C45C95EF9A24]:0)
	at org.apache.solr.search.mlt.CloudMLTQParserTest.test(CloudMLTQParserTest.java:126)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10271 lines...]
   [junit4] Suite: org.apache.solr.search.mlt.CloudMLTQParserTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/init-core-data-001
   [junit4]   2> 1492544 INFO  (SUITE-CloudMLTQParserTest-seed#[F281FB863B13F7DC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1492544 INFO  (SUITE-CloudMLTQParserTest-seed#[F281FB863B13F7DC]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1492549 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1492551 INFO  (Thread-3286) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1492552 INFO  (Thread-3286) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1492652 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.ZkTestServer start zk server on port:48288
   [junit4]   2> 1492667 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1492671 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1492672 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1492674 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1492677 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1492679 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1492680 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1492682 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1492684 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1492686 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1492687 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1492974 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/cores/collection1
   [junit4]   2> 1492976 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1492979 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@119382d9{/,null,AVAILABLE}
   [junit4]   2> 1492980 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.e.j.s.ServerConnector Started ServerConnector@6b39335a{HTTP/1.1}{127.0.0.1:40465}
   [junit4]   2> 1492980 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.e.j.s.Server Started @1495867ms
   [junit4]   2> 1492981 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/tempDir-001/control/data, hostPort=40465, hostContext=/, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/cores}
   [junit4]   2> 1492982 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 1492982 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/'
   [junit4]   2> 1493000 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/solr.xml
   [junit4]   2> 1493015 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/cores
   [junit4]   2> 1493015 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.CoreContainer New CoreContainer 222356951
   [junit4]   2> 1493015 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/]
   [junit4]   2> 1493015 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.CoreContainer loading shared library: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/lib
   [junit4]   2> 1493015 WARN  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/lib).
   [junit4]   2> 1493023 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] 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> 1493025 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1493025 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1493025 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1493025 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48288/solr
   [junit4]   2> 1493025 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1493045 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40465_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40465_
   [junit4]   2> 1493049 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40465_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1493050 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40465_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94019063628759043-127.0.0.1:40465_-n_0000000000
   [junit4]   2> 1493051 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40465_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40465_
   [junit4]   2> 1493052 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40465_    ] o.a.s.c.Overseer Overseer (id=94019063628759043-127.0.0.1:40465_-n_0000000000) starting
   [junit4]   2> 1493059 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40465_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1493059 INFO  (OverseerCollectionProcessor-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] o.a.s.c.OverseerCollectionProcessor Process current queue of collection creations
   [junit4]   2> 1493060 INFO  (OverseerStateUpdate-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1493063 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40465_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1493063 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40465_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1493064 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40465_    ] o.a.s.c.CoresLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/cores
   [junit4]   2> 1493065 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40465_    ] o.a.s.c.SolrCore Created CoreDescriptor: {instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/cores/collection1, collection=control_collection, absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/cores/collection1/, name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, shard=, coreNodeName=, transient=false, dataDir=data/}
   [junit4]   2> 1493065 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40465_    ] o.a.s.c.CoresLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/cores/collection1/
   [junit4]   2> 1493065 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40465_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1493066 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1493066 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1493066 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40465_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 1493067 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40465_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1493067 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1493068 INFO  (OverseerStateUpdate-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:40465",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:40465_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "roles":null,
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1493069 INFO  (OverseerStateUpdate-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:40465",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:40465_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "roles":null,
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1493069 INFO  (OverseerStateUpdate-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1493069 INFO  (OverseerStateUpdate-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1493072 INFO  (zkCallback-1476-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1494067 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1494068 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1494068 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1494069 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/cores/collection1/'
   [junit4]   2> 1494083 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1494090 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1494108 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 1494147 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1494148 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1494156 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1494391 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1494399 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1494401 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1494409 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1494412 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1494414 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1494415 WARN  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1494415 WARN  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1494415 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1494416 WARN  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1494416 WARN  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1494416 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1494416 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1494416 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 1494417 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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@45d1d320
   [junit4]   2> 1494417 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/cores/collection1/data
   [junit4]   2> 1494417 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1494418 WARN  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1494418 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/cores/collection1/data/index
   [junit4]   2> 1494418 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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=866034196, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1494419 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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@5872b4ad lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@52b3f738),segFN=segments_1,generation=1}
   [junit4]   2> 1494419 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1494419 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/cores/collection1/data/
   [junit4]   2> 1494420 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1494424 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1494425 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1494425 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1494425 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1494425 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1494425 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1494425 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1494425 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1494426 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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> 1494426 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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> 1494426 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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> 1494426 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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> 1494429 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1494430 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1494432 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1494433 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1494437 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1494439 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: tvrh,spellCheckCompRH1,/config,/update,defaults,/mlt,/admin/threads,/update/csv,/search-facet-def,spellCheckWithWordbreak_Direct,/admin/luke,/admin/logging,lazy,/admin/ping,/terms,spellCheckWithWordbreak,/debug/dump,/update/json,/admin/mbeans,spellCheckCompRH,mltrh,/get,/admin/segments,/search-facet-invariants,/admin/plugins,/replication,/admin/properties,dismax,/admin/file,standard,/admin/system,spellCheckCompRH_Direct,/update/json/docs,mock,/schema
   [junit4]   2> 1494440 WARN  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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> 1494441 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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> 1494442 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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> 1494442 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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> 1494442 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1494443 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1494443 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=91.7265625, floorSegmentMB=0.8671875, forceMergeDeletesPctAllowed=20.15589958034658, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6935139736573108
   [junit4]   2> 1494443 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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@5872b4ad lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@52b3f738),segFN=segments_1,generation=1}
   [junit4]   2> 1494444 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1494444 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@687d72f4[collection1] main
   [junit4]   2> 1494445 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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> 1494445 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1494445 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1494445 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1494457 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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> 1494484 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1494485 INFO  (searcherExecutor-3654-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1494485 INFO  (searcherExecutor-3654-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1494485 INFO  (searcherExecutor-3654-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1494485 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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> 1494486 INFO  (searcherExecutor-3654-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1494486 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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> 1494486 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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> 1494486 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ 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 1504305020085993472
   [junit4]   2> 1494486 INFO  (searcherExecutor-3654-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1494487 INFO  (searcherExecutor-3654-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1494487 INFO  (searcherExecutor-3654-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1494488 INFO  (searcherExecutor-3654-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1494488 INFO  (searcherExecutor-3654-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1494488 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 1504305020085993472
   [junit4]   2> 1494489 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1494489 INFO  (searcherExecutor-3654-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@687d72f4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1494489 INFO  (coreLoadExecutor-3653-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1494490 INFO  (coreZkRegister-3647-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ 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:40465 collection:control_collection shard:shard1
   [junit4]   2> 1494493 INFO  (coreZkRegister-3647-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/94019063628759043-core_node1-n_0000000000
   [junit4]   2> 1494494 INFO  (coreZkRegister-3647-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 1494495 INFO  (zkCallback-1476-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1494496 INFO  (coreZkRegister-3647-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1494496 INFO  (coreZkRegister-3647-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ 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> 1494496 INFO  (coreZkRegister-3647-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40465/collection1/
   [junit4]   2> 1494496 INFO  (OverseerStateUpdate-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] 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> 1494496 INFO  (coreZkRegister-3647-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1494497 INFO  (coreZkRegister-3647-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:40465/collection1/ has no replicas
   [junit4]   2> 1494497 INFO  (coreZkRegister-3647-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ 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:40465/collection1/ shard1
   [junit4]   2> 1494500 INFO  (zkCallback-1476-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1494501 INFO  (OverseerStateUpdate-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] 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:40465",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1494574 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1494574 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1494577 INFO  (zkCallback-1476-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1494578 INFO  (OverseerStateUpdate-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 1
   [junit4]   2> 1494579 INFO  (OverseerStateUpdate-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1494601 INFO  (coreZkRegister-3647-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:40465/collection1/ and leader is http://127.0.0.1:40465/collection1/
   [junit4]   2> 1494602 INFO  (coreZkRegister-3647-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ 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:40465
   [junit4]   2> 1494602 INFO  (coreZkRegister-3647-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1494602 INFO  (coreZkRegister-3647-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1494602 INFO  (coreZkRegister-3647-thread-1-processing-r:core_node1 c:control_collection x:collection1 n:127.0.0.1:40465_ s:shard1) [n:127.0.0.1:40465_ 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> 1494603 INFO  (zkCallback-1476-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1494604 INFO  (OverseerStateUpdate-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "state":"active",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:40465",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:40465_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 1494604 INFO  (OverseerStateUpdate-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "state":"active",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:40465",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:40465_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1494605 INFO  (OverseerStateUpdate-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 1494877 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/cores/collection1
   [junit4]   2> 1494878 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001
   [junit4]   2> 1494879 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1494880 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ecfff51{/,null,AVAILABLE}
   [junit4]   2> 1494881 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.e.j.s.ServerConnector Started ServerConnector@6bd66492{HTTP/1.1}{127.0.0.1:49935}
   [junit4]   2> 1494881 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.e.j.s.Server Started @1497768ms
   [junit4]   2> 1494881 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=49935, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/tempDir-001/jetty1, hostContext=/, solrconfig=solrconfig.xml, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/cores}
   [junit4]   2> 1494882 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 1494882 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/'
   [junit4]   2> 1494898 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/solr.xml
   [junit4]   2> 1494913 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/cores
   [junit4]   2> 1494913 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.CoreContainer New CoreContainer 1839633052
   [junit4]   2> 1494913 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/]
   [junit4]   2> 1494913 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.CoreContainer loading shared library: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/lib
   [junit4]   2> 1494914 WARN  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/lib).
   [junit4]   2> 1494922 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] 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> 1494923 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1494924 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1494924 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1494924 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48288/solr
   [junit4]   2> 1494924 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1495940 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:49935_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49935_
   [junit4]   2> 1495944 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:49935_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1495944 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:49935_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94019063628759047-127.0.0.1:49935_-n_0000000001
   [junit4]   2> 1495945 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:49935_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94019063628759043-127.0.0.1:40465_-n_0000000000 to know if I could be the leader
   [junit4]   2> 1495945 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:49935_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1495946 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:49935_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1495946 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:49935_    ] o.a.s.c.CoresLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/cores
   [junit4]   2> 1495947 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:49935_    ] o.a.s.c.SolrCore Created CoreDescriptor: {instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/cores/collection1, transient=false, config=solrconfig.xml, coreNodeName=, absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/cores/collection1/, schema=schema.xml, name=collection1, dataDir=data/, shard=, loadOnStartup=true, collection=collection1}
   [junit4]   2> 1495948 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:49935_    ] o.a.s.c.CoresLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/cores/collection1/
   [junit4]   2> 1495948 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:49935_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1495949 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:49935_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 1495949 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[F281FB863B13F7DC]) [n:127.0.0.1:49935_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1495949 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1495950 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1495951 INFO  (zkCallback-1476-thread-1-processing-n:127.0.0.1:40465_) [n:127.0.0.1:40465_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1495951 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for external collection collection1
   [junit4]   2> 1495951 INFO  (OverseerStateUpdate-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:49935",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:49935_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "roles":null,
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 1495952 INFO  (OverseerStateUpdate-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:49935",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:49935_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "roles":null,
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1495952 INFO  (OverseerStateUpdate-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 1495952 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1495952 INFO  (OverseerStateUpdate-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1496055 INFO  (OverseerStateUpdate-94019063628759043-127.0.0.1:40465_-n_0000000000) [n:127.0.0.1:40465_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1496953 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1496953 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1496954 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1496954 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1496971 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1496979 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1497001 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 1497048 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1497050 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1497059 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1497338 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1497346 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1497348 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1497355 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1497358 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1497369 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1497376 WARN  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1497376 WARN  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1497376 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1497377 WARN  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1497377 WARN  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1497377 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1497377 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1497377 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 1497378 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 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@45d1d320
   [junit4]   2> 1497378 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/cores/collection1/data
   [junit4]   2> 1497378 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 1497379 WARN  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1497379 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 1497380 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=866034196, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1497380 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2795085b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2957a2aa),segFN=segments_1,generation=1}
   [junit4]   2> 1497380 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1497381 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 1497381 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-1-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1497386 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1497386 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1497387 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1497387 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1497387 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1497387 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1497387 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1497387 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1497388 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1497388 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1497388 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1497388 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1497391 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1497392 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1497394 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1497395 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1497401 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1497404 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: tvrh,spellCheckCompRH1,/config,/update,defaults,/mlt,/admin/threads,/update/csv,/search-facet-def,spellCheckWithWordbreak_Direct,/admin/luke,/admin/logging,lazy,/admin/ping,/terms,spellCheckWithWordbreak,/debug/dump,/update/json,/admin/mbeans,spellCheckCompRH,mltrh,/get,/admin/segments,/search-facet-invariants,/admin/plugins,/replication,/admin/properties,dismax,/admin/file,standard,/admin/system,spellCheckCompRH_Direct,/update/json/docs,mock,/schema
   [junit4]   2> 1497406 WARN  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 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> 1497407 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1497407 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1497407 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1497408 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1497408 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1497409 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=91.7265625, floorSegmentMB=0.8671875, forceMergeDeletesPctAllowed=20.15589958034658, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6935139736573108
   [junit4]   2> 1497410 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2795085b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2957a2aa),segFN=segments_1,generation=1}
   [junit4]   2> 1497410 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1497410 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@6bceb77a[collection1] main
   [junit4]   2> 1497411 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1497411 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1497411 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1497412 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1497421 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1497449 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1497449 INFO  (searcherExecutor-3665-thread-1-processing-r:core_node1 c:collection1 x:collection1 n:127.0.0.1:49935_ s:shard2) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1497450 INFO  (searcherExecutor-3665-thread-1-processing-r:core_node1 c:collection1 x:collection1 n:127.0.0.1:49935_ s:shard2) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1497450 INFO  (searcherExecutor-3665-thread-1-processing-r:core_node1 c:collection1 x:collection1 n:127.0.0.1:49935_ s:shard2) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1497450 INFO  (searcherExecutor-3665-thread-1-processing-r:core_node1 c:collection1 x:collection1 n:127.0.0.1:49935_ s:shard2) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1497450 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1497450 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1497450 INFO  (searcherExecutor-3665-thread-1-processing-r:core_node1 c:collection1 x:collection1 n:127.0.0.1:49935_ s:shard2) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1497450 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 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> 1497451 INFO  (coreLoadExecutor-3664-thread-1-processing-n:127.0.0.1:49935_) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1504305023195021312
   [junit4]   2> 1497451 INFO  (searcherExecutor-3665-thread-1-processing-r:core_node1 c:collection1 x:collection1 n:127.0.0.1:49935_ s:shard2) [n:127.0.0.1:49935_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 

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

e-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-2-002/cores/collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-2-002/cores/collection1/data/index;done=false>>]
   [junit4]   2> 1529208 INFO  (TEST-CloudMLTQParserTest.test-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40686_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-2-002/cores/collection1/data/index
   [junit4]   2> 1529208 INFO  (TEST-CloudMLTQParserTest.test-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40686_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-2-002/cores/collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-2-002/cores/collection1/data;done=false>>]
   [junit4]   2> 1529208 INFO  (TEST-CloudMLTQParserTest.test-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40686_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001/shard-2-002/cores/collection1/data
   [junit4]   2> 1529209 INFO  (TEST-CloudMLTQParserTest.test-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40686_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.Overseer Overseer (id=94019065350062088-127.0.0.1:40686_-n_0000000002) closing
   [junit4]   2> 1529209 INFO  (OverseerStateUpdate-94019065350062088-127.0.0.1:40686_-n_0000000002) [n:127.0.0.1:40686_    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40686_
   [junit4]   2> 1530711 WARN  (zkCallback-1506-thread-2-processing-n:127.0.0.1:40686_) [n:127.0.0.1:40686_    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1530713 INFO  (TEST-CloudMLTQParserTest.test-seed#[F281FB863B13F7DC]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@71989741{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1530714 INFO  (TEST-CloudMLTQParserTest.test-seed#[F281FB863B13F7DC]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3f62d529{/,null,UNAVAILABLE}
   [junit4]   2> 1530716 INFO  (TEST-CloudMLTQParserTest.test-seed#[F281FB863B13F7DC]) [n:127.0.0.1:40686_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49266 49266
   [junit4]   2> 1531082 INFO  (Thread-3361) [n:127.0.0.1:56100_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49266 49266
   [junit4]   2> 1531084 WARN  (Thread-3361) [n:127.0.0.1:56100_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	3	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudMLTQParserTest -Dtests.method=test -Dtests.seed=F281FB863B13F7DC -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar_EG -Dtests.timezone=VST -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   12.3s J0 | CloudMLTQParserTest.test <<<
   [junit4]    > Throwable #1: java.lang.ClassCastException: java.lang.String cannot be cast to java.util.ArrayList
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F281FB863B13F7DC:7AD5C45C95EF9A24]:0)
   [junit4]    > 	at org.apache.solr.search.mlt.CloudMLTQParserTest.test(CloudMLTQParserTest.java:126)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1531109 INFO  (SUITE-CloudMLTQParserTest-seed#[F281FB863B13F7DC]-worker) [n:127.0.0.1:40686_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.search.mlt.CloudMLTQParserTest_F281FB863B13F7DC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53), sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=ar_EG, timezone=VST
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.7.0_72 (64-bit)/cpus=4,threads=1,free=170858528,total=517472256
   [junit4]   2> NOTE: All tests run in this JVM: [LoggingHandlerTest, URLClassifyProcessorTest, TestCloudManagedSchemaConcurrent, SolrCloudExampleTest, NoCacheHeaderTest, CollectionStateFormat2Test, TestManagedSchema, PluginInfoTest, TestSchemaVersionResource, TestMacros, TestCollapseQParserPlugin, RequiredFieldsTest, TestCharFilters, TestCloudSchemaless, TestTrieFacet, TestSystemIdResolver, RankQueryTest, TestJsonFacets, TestExactStatsCache, TestFieldSortValues, AliasIntegrationTest, TestCopyFieldCollectionResource, DateRangeFieldTest, TestTolerantSearch, TestCloudInspectUtil, TestOverriddenPrefixQueryForCustomFieldType, TestQueryUtils, TestBlendedInfixSuggestions, TestBadConfig, TestReplicaProperties, TestSolrCloudWithKerberosAlt, TestExtendedDismaxParser, ConvertedLegacyTest, TestFieldResource, SpellPossibilityIteratorTest, TestPHPSerializedResponseWriter, TestManagedStopFilterFactory, DistanceUnitsTest, AutoCommitTest, DirectUpdateHandlerTest, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, TestRandomFaceting, TestManagedSchemaFieldResource, DistributedDebugComponentTest, DistributedFacetPivotWhiteBoxTest, TestBinaryResponseWriter, TestDistributedGrouping, AssignTest, TestQuerySenderNoQuery, SpatialRPTFieldTypeTest, PathHierarchyTokenizerFactoryTest, SystemInfoHandlerTest, DistributedVersionInfoTest, LukeRequestHandlerTest, TestUpdate, TestPhraseSuggestions, DocValuesMultiTest, TestDefaultSearchFieldResource, DeleteLastCustomShardedReplicaTest, TestComponentsName, JsonLoaderTest, SolrInfoMBeanTest, HdfsSyncSliceTest, TestSimpleTrackingShardHandler, RemoteQueryErrorTest, DebugComponentTest, TestConfigOverlay, TestSolrQueryParser, VersionInfoTest, TestSort, PolyFieldTest, TestBulkSchemaAPI, ScriptEngineTest, SpellingQueryConverterTest, SpatialFilterTest, CSVRequestHandlerTest, CollectionReloadTest, HighlighterConfigTest, HttpPartitionTest, TestReplicationHandler, LeaderFailoverAfterPartitionTest, ChaosMonkeyNothingIsSafeTest, TestRebalanceLeaders, DistribCursorPagingTest, DeleteInactiveReplicaTest, CloudMLTQParserTest]
   [junit4] Completed [276/505] on J0 in 38.61s, 2 tests, 1 error <<< FAILURES!

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

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



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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3242/

1 tests failed.
REGRESSION:  org.apache.solr.search.mlt.CloudMLTQParserTest.test

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

Stack Trace:
java.lang.ClassCastException: java.lang.String cannot be cast to java.util.ArrayList
	at __randomizedtesting.SeedInfo.seed([4CE18361C0F27C30:C4B5BCBB6E0E11C8]:0)
	at org.apache.solr.search.mlt.CloudMLTQParserTest.test(CloudMLTQParserTest.java:126)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10270 lines...]
   [junit4] Suite: org.apache.solr.search.mlt.CloudMLTQParserTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/init-core-data-001
   [junit4]   2> 1412083 INFO  (SUITE-CloudMLTQParserTest-seed#[4CE18361C0F27C30]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1412083 INFO  (SUITE-CloudMLTQParserTest-seed#[4CE18361C0F27C30]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1412088 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1412089 INFO  (Thread-3342) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1412089 INFO  (Thread-3342) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1412189 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.ZkTestServer start zk server on port:42402
   [junit4]   2> 1412189 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1412190 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1412198 INFO  (zkCallback-1436-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@446b12d0 name:ZooKeeperConnection Watcher:127.0.0.1:42402 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1412198 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1412198 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1412199 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1412201 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1412201 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1412202 INFO  (zkCallback-1437-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@31bc1416 name:ZooKeeperConnection Watcher:127.0.0.1:42402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1412202 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1412203 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1412203 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1412205 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1412206 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1412207 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1412209 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1412209 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1412212 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1412212 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1412214 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1412214 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1412216 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1412216 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1412217 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1412217 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1412219 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1412219 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1412221 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1412221 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1412223 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1412223 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1412224 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1412225 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1412226 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1412226 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1412228 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1412228 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1412506 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/cores/collection1
   [junit4]   2> 1412507 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1412509 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5700e314{/,null,AVAILABLE}
   [junit4]   2> 1412509 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.e.j.s.ServerConnector Started ServerConnector@397207c2{HTTP/1.1}{127.0.0.1:42152}
   [junit4]   2> 1412509 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.e.j.s.Server Started @1415482ms
   [junit4]   2> 1412510 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/tempDir-001/control/data, hostContext=/, hostPort=42152, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/cores}
   [junit4]   2> 1412510 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6b482747
   [junit4]   2> 1412510 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/'
   [junit4]   2> 1412525 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/solr.xml
   [junit4]   2> 1412538 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/cores
   [junit4]   2> 1412538 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.CoreContainer New CoreContainer 1329555263
   [junit4]   2> 1412538 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/]
   [junit4]   2> 1412539 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.CoreContainer loading shared library: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/lib
   [junit4]   2> 1412539 WARN  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/lib).
   [junit4]   2> 1412560 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] 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> 1412561 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1412561 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1412562 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1412562 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42402/solr
   [junit4]   2> 1412562 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1412562 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1412563 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1412564 INFO  (zkCallback-1439-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1374cfc4 name:ZooKeeperConnection Watcher:127.0.0.1:42402 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1412565 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1412565 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1412566 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1412567 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@52384981 name:ZooKeeperConnection Watcher:127.0.0.1:42402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1412568 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1412569 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1412570 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1412572 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1412574 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1412576 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1412578 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1412579 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1412580 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1412581 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42152_
   [junit4]   2> 1412582 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42152_
   [junit4]   2> 1412583 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1412586 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1412587 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1412588 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94020384459456515-127.0.0.1:42152_-n_0000000000
   [junit4]   2> 1412588 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42152_
   [junit4]   2> 1412589 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1412590 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.Overseer Overseer (id=94020384459456515-127.0.0.1:42152_-n_0000000000) starting
   [junit4]   2> 1412591 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1412597 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1412598 INFO  (OverseerCollectionProcessor-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] o.a.s.c.OverseerCollectionProcessor Process current queue of collection creations
   [junit4]   2> 1412598 INFO  (OverseerStateUpdate-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1412598 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1412601 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1412601 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1412602 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.CoresLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/cores
   [junit4]   2> 1412603 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.SolrCore Created CoreDescriptor: {absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/cores/collection1/, schema=schema.xml, dataDir=data/, config=solrconfig.xml, shard=, transient=false, loadOnStartup=true, collection=control_collection, coreNodeName=, instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/cores/collection1, name=collection1}
   [junit4]   2> 1412604 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.CoresLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/cores/collection1/
   [junit4]   2> 1412604 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1412604 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1412605 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1412605 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 1412605 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:42152_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1412605 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1412605 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1412606 INFO  (OverseerStateUpdate-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "base_url":"http://127.0.0.1:42152",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:42152_",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"control_collection"} current state version: 0
   [junit4]   2> 1412606 INFO  (OverseerStateUpdate-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "base_url":"http://127.0.0.1:42152",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:42152_",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"control_collection"}
   [junit4]   2> 1412607 INFO  (OverseerStateUpdate-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1412607 INFO  (OverseerStateUpdate-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1412608 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_    ] 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> 1412609 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 1
   [junit4]   2> 1413605 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1413606 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1413606 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1413606 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 1413607 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1413607 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/cores/collection1/'
   [junit4]   2> 1413622 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1413629 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1413648 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 1413689 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1413691 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1413698 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1413934 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1413941 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1413943 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1413953 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1413956 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1413958 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1413959 WARN  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1413959 WARN  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1413959 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1413960 WARN  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1413960 WARN  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1413960 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1413960 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1413961 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 1413961 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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@2539efe5
   [junit4]   2> 1413961 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/cores/collection1/data
   [junit4]   2> 1413962 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1413962 WARN  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1413962 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/cores/collection1/data/index
   [junit4]   2> 1413962 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23655919041686435]
   [junit4]   2> 1413963 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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@42e1e72f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d10e0f6),segFN=segments_1,generation=1}
   [junit4]   2> 1413963 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1413964 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/cores/collection1/data/
   [junit4]   2> 1413964 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1413968 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1413968 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1413969 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1413969 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1413969 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1413969 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1413969 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1413969 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1413970 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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> 1413970 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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> 1413970 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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> 1413970 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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> 1413973 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1413974 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1413976 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1413977 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1413981 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1413983 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/properties,/update/json,mock,/update/json/docs,/config,/schema,spellCheckWithWordbreak,/admin/system,/mlt,spellCheckCompRH1,lazy,spellCheckCompRH_Direct,spellCheckWithWordbreak_Direct,spellCheckCompRH,/admin/logging,/admin/file,/admin/segments,tvrh,/update/csv,/debug/dump,defaults,/search-facet-invariants,/replication,/admin/ping,/update,/admin/plugins,/get,/search-facet-def,standard,/terms,/admin/threads,/admin/mbeans,/admin/luke,mltrh,dismax
   [junit4]   2> 1413984 WARN  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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> 1413985 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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> 1413986 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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> 1413986 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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> 1413987 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1413987 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1413988 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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=1112949821, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1413988 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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@42e1e72f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d10e0f6),segFN=segments_1,generation=1}
   [junit4]   2> 1413988 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1413988 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@c5c1a35[collection1] main
   [junit4]   2> 1413989 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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> 1413989 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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> 1413990 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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> 1413990 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1413990 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1413990 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1413997 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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> 1414026 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1414026 INFO  (searcherExecutor-3884-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1414027 INFO  (searcherExecutor-3884-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1414027 INFO  (searcherExecutor-3884-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1414027 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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> 1414027 INFO  (searcherExecutor-3884-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1414027 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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> 1414027 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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> 1414027 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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 1504326153382395904
   [junit4]   2> 1414027 INFO  (searcherExecutor-3884-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1414028 INFO  (searcherExecutor-3884-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1414028 INFO  (searcherExecutor-3884-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1414029 INFO  (searcherExecutor-3884-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1414029 INFO  (searcherExecutor-3884-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1414030 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ 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 1504326153382395904
   [junit4]   2> 1414030 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1414030 INFO  (searcherExecutor-3884-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@c5c1a35[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1414030 INFO  (coreLoadExecutor-3883-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1414031 INFO  (coreZkRegister-3877-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ 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:42152 collection:control_collection shard:shard1
   [junit4]   2> 1414031 INFO  (coreZkRegister-3877-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ 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> 1414035 INFO  (coreZkRegister-3877-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/94020384459456515-core_node1-n_0000000000
   [junit4]   2> 1414035 INFO  (coreZkRegister-3877-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 1414036 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1414037 INFO  (coreZkRegister-3877-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1414037 INFO  (coreZkRegister-3877-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ 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> 1414037 INFO  (coreZkRegister-3877-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42152/collection1/
   [junit4]   2> 1414037 INFO  (coreZkRegister-3877-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1414037 INFO  (coreZkRegister-3877-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:42152/collection1/ has no replicas
   [junit4]   2> 1414037 INFO  (coreZkRegister-3877-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ 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:42152/collection1/ shard1
   [junit4]   2> 1414037 INFO  (OverseerStateUpdate-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] 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> 1414037 INFO  (coreZkRegister-3877-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1414041 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1414042 INFO  (OverseerStateUpdate-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] 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:42152",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1414107 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1414107 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1414109 INFO  (zkCallback-1442-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7c1b5820 name:ZooKeeperConnection Watcher:127.0.0.1:42402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1414109 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1414109 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1414109 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1414112 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1414112 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1414112 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1414113 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1414114 INFO  (zkCallback-1443-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7ee19a64 name:ZooKeeperConnection Watcher:127.0.0.1:42402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1414114 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1414114 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1414116 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1414117 INFO  (OverseerStateUpdate-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 1
   [junit4]   2> 1414117 INFO  (OverseerStateUpdate-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1414118 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_    ] 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> 1414118 INFO  (zkCallback-1442-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> 1414119 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 2
   [junit4]   2> 1414119 INFO  (zkCallback-1442-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 2
   [junit4]   2> 1414142 INFO  (coreZkRegister-3877-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:42152/collection1/ and leader is http://127.0.0.1:42152/collection1/
   [junit4]   2> 1414143 INFO  (coreZkRegister-3877-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ 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:42152
   [junit4]   2> 1414143 INFO  (coreZkRegister-3877-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1414143 INFO  (coreZkRegister-3877-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1414143 INFO  (coreZkRegister-3877-thread-1-processing-s:shard1 r:core_node1 x:collection1 n:127.0.0.1:42152_ c:control_collection) [n:127.0.0.1:42152_ 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> 1414144 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1414145 INFO  (OverseerStateUpdate-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "base_url":"http://127.0.0.1:42152",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:42152_",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "collection":"control_collection"} current state version: 2
   [junit4]   2> 1414145 INFO  (OverseerStateUpdate-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "base_url":"http://127.0.0.1:42152",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:42152_",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "collection":"control_collection"}
   [junit4]   2> 1414145 INFO  (OverseerStateUpdate-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 1414146 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_    ] 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> 1414146 INFO  (zkCallback-1442-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> 1414148 INFO  (zkCallback-1442-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 1414148 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 1414250 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_    ] 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> 1414250 INFO  (zkCallback-1442-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> 1414252 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 1414252 INFO  (zkCallback-1442-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 1414387 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-1-001/cores/collection1
   [junit4]   2> 1414388 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-1-001
   [junit4]   2> 1414388 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1414390 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7c3d1f22{/,null,AVAILABLE}
   [junit4]   2> 1414391 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.e.j.s.ServerConnector Started ServerConnector@55b964c{HTTP/1.1}{127.0.0.1:49937}
   [junit4]   2> 1414391 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.e.j.s.Server Started @1417364ms
   [junit4]   2> 1414391 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=49937, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-1-001/cores, hostContext=/, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/tempDir-001/jetty1, solrconfig=solrconfig.xml}
   [junit4]   2> 1414391 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6b482747
   [junit4]   2> 1414391 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-1-001/'
   [junit4]   2> 1414406 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-1-001/solr.xml
   [junit4]   2> 1414419 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-1-001/cores
   [junit4]   2> 1414419 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.CoreContainer New CoreContainer 709235109
   [junit4]   2> 1414419 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-1-001/]
   [junit4]   2> 1414419 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.CoreContainer loading shared library: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-1-001/lib
   [junit4]   2> 1414420 WARN  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-1-001/lib).
   [junit4]   2> 1414427 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] 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> 1414428 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1414429 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1414429 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1414429 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42402/solr
   [junit4]   2> 1414429 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1414429 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1414430 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1414431 INFO  (zkCallback-1445-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@610b776c name:ZooKeeperConnection Watcher:127.0.0.1:42402 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1414432 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1414432 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1414434 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:49937_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1414435 INFO  (zkCallback-1446-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1033b575 name:ZooKeeperConnection Watcher:127.0.0.1:42402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1414435 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:49937_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1414439 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:49937_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1415443 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:49937_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49937_
   [junit4]   2> 1415444 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:49937_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49937_
   [junit4]   2> 1415446 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:49937_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1415447 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:49937_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94020384459456519-127.0.0.1:49937_-n_0000000001
   [junit4]   2> 1415448 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:49937_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94020384459456515-127.0.0.1:42152_-n_0000000000 to know if I could be the leader
   [junit4]   2> 1415448 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:49937_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1415448 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:49937_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1415449 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:49937_    ] o.a.s.c.CoresLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-1-001/cores
   [junit4]   2> 1415450 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:49937_    ] o.a.s.c.SolrCore Created CoreDescriptor: {collection=collection1, coreNodeName=, dataDir=data/, name=collection1, transient=false, schema=schema.xml, instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-1-001/cores/collection1, shard=, loadOnStartup=true, config=solrconfig.xml, absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-1-001/cores/collection1/}
   [junit4]   2> 1415450 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:49937_    ] o.a.s.c.CoresLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-1-001/cores/collection1/
   [junit4]   2> 1415451 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:49937_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1415452 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:49937_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 1415452 INFO  (TEST-CloudMLTQParserTest.testInvalidDocument-seed#[4CE18361C0F27C30]) [n:127.0.0.1:49937_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1415452 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1415452 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1415453 INFO  (zkCallback-1440-thread-1-processing-n:127.0.0.1:42152_) [n:127.0.0.1:42152_    ] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1415454 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for external collection collection1
   [junit4]   2> 1415454 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch collection1
   [junit4]   2> 1415454 INFO  (OverseerStateUpdate-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "base_url":"http://127.0.0.1:49937",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:49937_",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"collection1"} current state version: 4
   [junit4]   2> 1415455 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1415455 INFO  (OverseerStateUpdate-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "base_url":"http://127.0.0.1:49937",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "node_name":"127.0.0.1:49937_",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"collection1"}
   [junit4]   2> 1415455 INFO  (OverseerStateUpdate-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 1415455 INFO  (OverseerStateUpdate-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1415457 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Updating data for collection1 to ver 0 
   [junit4]   2> 1415457 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1415558 INFO  (OverseerStateUpdate-94020384459456515-127.0.0.1:42152_-n_0000000000) [n:127.0.0.1:42152_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1415559 INFO  (zkCallback-1446-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1415560 INFO  (zkCallback-1446-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_    ] o.a.s.c.c.ZkStateReader Updating data for collection1 to ver 1 
   [junit4]   2> 1416458 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1416458 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1416459 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1416459 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/collection1
   [junit4]   2> 1416460 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1416460 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1416480 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1416487 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1416509 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 1416569 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1416571 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1416578 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1416846 INFO  (coreLoadExecutor-3894-thread-1-processing-n:127.0.0.1:49937_) [n:127.0.0.1:49937_ c:collection1   x:collection1] o.a.s.s.OpenExchan

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

-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-2-002/cores/collection1/data/index
   [junit4]   2> 1449495 INFO  (TEST-CloudMLTQParserTest.test-seed#[4CE18361C0F27C30]) [n:127.0.0.1:39407_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-2-002/cores/collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-2-002/cores/collection1/data;done=false>>]
   [junit4]   2> 1449496 INFO  (TEST-CloudMLTQParserTest.test-seed#[4CE18361C0F27C30]) [n:127.0.0.1:39407_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001/shard-2-002/cores/collection1/data
   [junit4]   2> 1449497 INFO  (TEST-CloudMLTQParserTest.test-seed#[4CE18361C0F27C30]) [n:127.0.0.1:39407_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.Overseer Overseer (id=94020386178269192-127.0.0.1:39407_-n_0000000002) closing
   [junit4]   2> 1449497 INFO  (OverseerStateUpdate-94020386178269192-127.0.0.1:39407_-n_0000000002) [n:127.0.0.1:39407_    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39407_
   [junit4]   2> 1449498 WARN  (zkCallback-1470-thread-2-processing-n:127.0.0.1:39407_) [n:127.0.0.1:39407_    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1449503 INFO  (TEST-CloudMLTQParserTest.test-seed#[4CE18361C0F27C30]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@6088a5fb{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1449503 INFO  (TEST-CloudMLTQParserTest.test-seed#[4CE18361C0F27C30]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@338321bf{/,null,UNAVAILABLE}
   [junit4]   2> 1449505 INFO  (TEST-CloudMLTQParserTest.test-seed#[4CE18361C0F27C30]) [n:127.0.0.1:39407_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49265 49265
   [junit4]   2> 1449635 INFO  (Thread-3417) [n:127.0.0.1:55933_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49265 49265
   [junit4]   2> 1449637 WARN  (Thread-3417) [n:127.0.0.1:55933_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudMLTQParserTest -Dtests.method=test -Dtests.seed=4CE18361C0F27C30 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=nl -Dtests.timezone=Europe/Rome -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   11.3s J1 | CloudMLTQParserTest.test <<<
   [junit4]    > Throwable #1: java.lang.ClassCastException: java.lang.String cannot be cast to java.util.ArrayList
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4CE18361C0F27C30:C4B5BCBB6E0E11C8]:0)
   [junit4]    > 	at org.apache.solr.search.mlt.CloudMLTQParserTest.test(CloudMLTQParserTest.java:126)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1449650 INFO  (SUITE-CloudMLTQParserTest-seed#[4CE18361C0F27C30]-worker) [n:127.0.0.1:39407_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.search.mlt.CloudMLTQParserTest_4CE18361C0F27C30-001
   [junit4]   2> Jun 18, 2015 10:20:51 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(Lucene53): {timestamp=BlockTreeOrds(blocksize=128), range_facet_i_dv=BlockTreeOrds(blocksize=128), multiDefault=PostingsFormat(name=Direct), lowerfilt1and2=PostingsFormat(name=Direct), _version_=BlockTreeOrds(blocksize=128), lowerfilt=PostingsFormat(name=Direct), intDefault=BlockTreeOrds(blocksize=128), range_facet_l_dv=Lucene50(blocksize=128), id=Lucene50(blocksize=128), range_facet_l=BlockTreeOrds(blocksize=128)}, docValues:{timestamp=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Direct), range_facet_l_dv=DocValuesFormat(name=Lucene50)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=nl, timezone=Europe/Rome
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.7.0_72 (64-bit)/cpus=4,threads=1,free=288147448,total=524812288
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCoreProperties, DistanceUnitsTest, TestLazyCores, TestCollationField, TestJettySolrRunner, EchoParamsTest, TestAuthenticationFramework, SpellPossibilityIteratorTest, TestUpdate, DistribJoinFromCollectionTest, TestExactSharedStatsCache, TestNRTOpen, DistributedFacetPivotLongTailTest, SpellCheckCollatorTest, DistributedFacetPivotWhiteBoxTest, AnalyticsMergeStrategyTest, TestMaxScoreQueryParser, TestObjectReleaseTracker, IndexBasedSpellCheckerTest, ConnectionManagerTest, OverseerRolesTest, DistributedFacetPivotLargeTest, OverseerCollectionProcessorTest, SharedFSAutoReplicaFailoverTest, ZkCLITest, RemoteQueryErrorTest, SyncSliceTest, TestStressRecovery, TestFaceting, DocumentBuilderTest, TestIndexingPerformance, HdfsRecoverLeaseTest, TestHashPartitioner, CursorPagingTest, TriLevelCompositeIdRoutingTest, TestRebalanceLeaders, ChaosMonkeySafeLeaderTest, BJQParserTest, DistributedDebugComponentTest, DeleteLastCustomShardedReplicaTest, SolrIndexSplitterTest, HdfsBasicDistributedZkTest, TestCryptoKeys, TestFieldTypeCollectionResource, DistributedSuggestComponentTest, HdfsLockFactoryTest, HighlighterConfigTest, TestBulkSchemaConcurrent, TestReqParamsAPI, TestCharFilters, ShardRoutingCustomTest, TestSchemaVersionResource, TestReload, BasicDistributedZkTest, ConvertedLegacyTest, TestSweetSpotSimilarityFactory, SharedFSAutoReplicaFailoverUtilsTest, TestSortingResponseWriter, TestDefaultStatsCache, SolrXmlInZkTest, TestPHPSerializedResponseWriter, FastVectorHighlighterTest, XmlUpdateRequestHandlerTest, TestCSVLoader, NumericFieldsTest, ClusterStateUpdateTest, AlternateDirectoryTest, AddBlockUpdateTest, DistributedIntervalFacetingTest, ShardSplitTest, SimpleMLTQParserTest, MBeansHandlerTest, TestLeaderElectionZkExpiry, FieldAnalysisRequestHandlerTest, TestCSVResponseWriter, NotRequiredUniqueKeyTest, TestQuerySenderNoQuery, TestReloadAndDeleteDocs, TestStressVersions, SignatureUpdateProcessorFactoryTest, TestXIncludeConfig, FileBasedSpellCheckerTest, TestSchemaNameResource, TestIndexSearcher, TestMiniSolrCloudCluster, MultiThreadedOCPTest, LeaderElectionIntegrationTest, OverseerTest, TestCloudPivotFacet, CloudMLTQParserTest]
   [junit4] Completed [276/505] on J1 in 38.10s, 2 tests, 1 error <<< FAILURES!

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

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



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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3241/

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.update.SoftAutoCommitTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [TransactionLog]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [TransactionLog]
	at __randomizedtesting.SeedInfo.seed([141514BD216E148C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:235)
	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$5.evaluate(RandomizedRunner.java:799)
	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 9475 lines...]
   [junit4] Suite: org.apache.solr.update.SoftAutoCommitTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_141514BD216E148C-001/init-core-data-001
   [junit4]   2> 93011 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 93011 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 93011 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 93012 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 93012 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 93012 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 93152 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 93249 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 93323 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 93324 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 93339 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 93698 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 93722 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 93724 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 93747 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 93767 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 93772 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 93773 WARN  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 93773 WARN  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 93773 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 93778 WARN  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 93778 WARN  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 93778 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 93778 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr
   [junit4]   2> 93778 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/'
   [junit4]   2> 93793 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 580351124
   [junit4]   2> 93793 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/]
   [junit4]   2> 93793 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.c.CoreContainer loading shared library: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/lib
   [junit4]   2> 93793 WARN  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/lib).
   [junit4]   2> 93805 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 93808 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 93809 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 93809 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 93809 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 93840 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {shard=shard1, name=collection1, absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/, collection=collection1, dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_141514BD216E148C-001/init-core-data-001, config=solrconfig.xml, schema=schema.xml, loadOnStartup=true, instanceDir=collection1, transient=false}
   [junit4]   2> 93857 INFO  (coreLoadExecutor-362-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 93885 INFO  (coreLoadExecutor-362-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 93885 INFO  (coreLoadExecutor-362-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 93885 INFO  (coreLoadExecutor-362-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 93954 INFO  (coreLoadExecutor-362-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 93974 INFO  (coreLoadExecutor-362-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 94131 INFO  (coreLoadExecutor-362-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 94131 INFO  (coreLoadExecutor-362-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 94149 INFO  (coreLoadExecutor-362-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 94455 INFO  (coreLoadExecutor-362-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 94470 INFO  (coreLoadExecutor-362-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 94472 INFO  (coreLoadExecutor-362-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 94480 INFO  (coreLoadExecutor-362-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 94484 INFO  (coreLoadExecutor-362-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 94491 INFO  (coreLoadExecutor-362-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 94491 WARN  (coreLoadExecutor-362-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 94492 WARN  (coreLoadExecutor-362-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 94492 INFO  (coreLoadExecutor-362-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 94492 WARN  (coreLoadExecutor-362-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 94492 WARN  (coreLoadExecutor-362-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 94493 INFO  (coreLoadExecutor-362-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 94493 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 94493 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/], dataDir=[null]
   [junit4]   2> 94493 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@649b5cd2
   [junit4]   2> 94494 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_141514BD216E148C-001/init-core-data-001
   [junit4]   2> 94494 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_141514BD216E148C-001/init-core-data-001/index/
   [junit4]   2> 94494 WARN  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_141514BD216E148C-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 94495 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_141514BD216E148C-001/init-core-data-001/index
   [junit4]   2> 94495 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=628861319, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 94506 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2f41d8ad lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bf85e18),segFN=segments_1,generation=1}
   [junit4]   2> 94506 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 94515 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 94515 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 94516 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 94516 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 94516 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 94516 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 94516 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 94517 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 94517 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 94517 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 94517 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 94518 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 94521 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 94522 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_141514BD216E148C-001/init-core-data-001/
   [junit4]   2> 94524 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 94525 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 94527 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 94533 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 94537 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /debug/dump,/admin/threads,mock,/schema,/admin/ping,/admin/system,spellCheckCompRH_Direct,spellCheckCompRH,/replication,/update/json,defaults,/mlt,lazy,/admin/file,spellCheckCompRH1,/update/json/docs,/admin/logging,spellCheckWithWordbreak_Direct,/search-facet-invariants,/get,/admin/properties,standard,/admin/luke,/admin/mbeans,/terms,/config,/search-facet-def,/update/csv,spellCheckWithWordbreak,dismax,/admin/segments,/admin/plugins,tvrh,mltrh,/update
   [junit4]   2> 94538 WARN  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 94540 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 94543 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 94544 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 94544 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 94544 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 94545 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=18.6767578125, floorSegmentMB=0.87890625, forceMergeDeletesPctAllowed=6.41828186507809, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 94546 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2f41d8ad lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bf85e18),segFN=segments_1,generation=1}
   [junit4]   2> 94546 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 94546 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@2eab98a7[collection1] main
   [junit4]   2> 94547 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 94547 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 94547 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 94547 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 94572 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 94658 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 94659 INFO  (searcherExecutor-363-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 94660 INFO  (searcherExecutor-363-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 94660 INFO  (searcherExecutor-363-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 94660 INFO  (searcherExecutor-363-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 94660 INFO  (searcherExecutor-363-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 94661 INFO  (searcherExecutor-363-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 94661 INFO  (searcherExecutor-363-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 94662 INFO  (searcherExecutor-363-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 94662 INFO  (searcherExecutor-363-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 94664 INFO  (searcherExecutor-363-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2eab98a7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 94664 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 94664 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 94664 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 94664 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1504312098204680192
   [junit4]   2> 94667 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 3 ms to seed version buckets with highest version 1504312098204680192
   [junit4]   2> 94668 INFO  (coreLoadExecutor-362-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 94670 INFO  (SUITE-SoftAutoCommitTest-seed#[141514BD216E148C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 94682 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSoftAndHardCommitMaxTimeRapidAdds
   [junit4]   2> 94682 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 94683 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 94683 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 94683 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 94768 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 94788 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 94830 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 94830 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 94838 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 95370 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 95382 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 95394 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 95403 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 95406 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 95409 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 95410 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 95410 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 95410 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 95411 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 95411 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 95411 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 95412 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_141514BD216E148C-001/init-core-data-001/]
   [junit4]   2> 95412 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@649b5cd2
   [junit4]   2> 95412 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_141514BD216E148C-001/init-core-data-001/index/
   [junit4]   2> 95415 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_141514BD216E148C-001/init-core-data-001/
   [junit4]   2> 95438 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 95439 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 95439 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 95439 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 95440 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 95440 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 95440 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 95440 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 95440 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 95441 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 95441 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 95441 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 95444 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 95446 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 95448 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 95450 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 95495 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 95499 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /debug/dump,/admin/threads,mock,/schema,/admin/ping,/admin/system,spellCheckCompRH_Direct,spellCheckCompRH,/replication,/update/json,defaults,/mlt,lazy,/admin/file,spellCheckCompRH1,/update/json/docs,/admin/logging,spellCheckWithWordbreak_Direct,/search-facet-invariants,/get,/admin/properties,standard,/admin/luke,/admin/mbeans,/terms,/config,/search-facet-def,/update/csv,spellCheckWithWordbreak,dismax,/admin/segments,/admin/plugins,tvrh,mltrh,/update
   [junit4]   2> 95510 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 95511 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 95522 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 95522 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 95525 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@47f8dc1e[collection1] main
   [junit4]   2> 95525 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 95525 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 95525 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 95526 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 95527 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 95531 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 95532 INFO  (searcherExecutor-368-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 95532 INFO  (searcherExecutor-368-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 95533 INFO  (searcherExecutor-368-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 95533 INFO  (searcherExecutor-368-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 95533 INFO  (searcherExecutor-368-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 95534 INFO  (searcherExecutor-368-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 95534 INFO  (searcherExecutor-368-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 95535 INFO  (searcherExecutor-368-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 95535 INFO  (searcherExecutor-368-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 95538 INFO  (searcherExecutor-368-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@47f8dc1e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 95539 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 95540 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 95540 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 95540 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1504312099123232768
   [junit4]   2> 95542 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 1504312099123232768
   [junit4]   2> 95542 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Creating new IndexWriter...
   [junit4]   2> 95543 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 95543 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 95545 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=0.0341796875, floorSegmentMB=1.96484375, forceMergeDeletesPctAllowed=14.993550323608995, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8892353472385773
   [junit4]   2> 95550 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2f41d8ad lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bf85e18),segFN=segments_1,generation=1}
   [junit4]   2> 95550 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 95551 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 95551 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@bb6152b[collection1] main
   [junit4]   2> 95553 INFO  (searcherExecutor-368-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@bb6152b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 95553 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 95554 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6f3773cd
   [junit4]   2> 95554 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 95554 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 95589 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[5000 (1504312099153641472)]} 0 19
   [junit4]   2> 95593 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[5001 (1504312099177758720)]} 0 1
   [junit4]   2> 95595 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[5002 (1504312099179855872)]} 0 0
   [junit4]   2> 95597 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[5003 (1504312099181953024)]} 0 0
   [junit4]   2> 95599 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[5004 (1504312099184050176)]} 0 0
   [junit4]   2> 95600 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testSoftAndHardCommitMaxTimeRapidAdds
   [junit4]   2> 95605 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testSoftAndHardCommitMaxTimeDelete
   [junit4]   2> 95605 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 95617 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 95618 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 95618 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 95646 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 95674 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 95726 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 95727 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 95735 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 96004 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 96013 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 96015 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 96024 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 96027 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 96030 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 96030 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 96030 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 96031 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 96031 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 96031 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 96031 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 96032 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_141514BD216E148C-001/init-core-data-001/]
   [junit4]   2> 96032 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@649b5cd2
   [junit4]   2> 96032 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_141514BD216E148C-001/init-core-data-001/index/
   [junit4]   2> 97186 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_141514BD216E148C-001/init-core-data-001/
   [junit4]   2> 97188 INFO  (commitScheduler-371-thread-1) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 97189 INFO  (commitScheduler-370-thread-1) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 97193 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 97193 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 97193 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 97194 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 97194 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 97194 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 97194 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 97194 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 97195 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 97195 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 97195 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 97195 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 97199 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 97200 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 97207 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 97208 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 97251 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 97256 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /debug/dump,/admin/threads,mock,/schema,/admin/ping,/admin/system,spellCheckCompRH_Direct,spellCheckCompRH,/replication,/update/json,defaults,/mlt,lazy,/admin/file,spellCheckCompRH1,/update/json/docs,/admin/logging,spellCheckWithWordbreak_Direct,/search-facet-invariants,/get,/admin/properties,standard,/admin/luke,/admin/mbeans,/terms,/config,/search-facet-def,/update/csv,spellCheckWithWordbreak,dismax,/admin/segments,/admin/plugins,tvrh,mltrh,/update
   [junit4]   2> 97257 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 97258 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 97261 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 97261 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 97298 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@57c73bd[collection1] main
   [junit4]   2> 97298 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 97299 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 97299 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 97299 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 97300 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 97304 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 97305 INFO  (searcherExecutor-372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 97306 INFO  (searcherExecutor-372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 97306 INFO  (searcherExecutor-372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 97306 INFO  (searcherExecutor-372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 97306 INFO  (searcherExecutor-372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 97307 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 97307 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 97307 INFO  (searcherExecutor-372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 97308 INFO  (searcherExecutor-372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 97308 INFO  (searcherExecutor-372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 97309 INFO  (searcherExecutor-372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 97310 INFO  (commitScheduler-371-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@650abf74[collection1] main
   [junit4]   2> 97323 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.VersionInfo Found MAX value 1504312099184050176 from Terms for _version_ in index
   [junit4]   2> 97323 INFO  (commitScheduler-371-thread-1) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 97324 INFO  (searcherExecutor-372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@57c73bd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c5)))}
   [junit4]   2> 97324 INFO  (searcherExecutor-368-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@650abf74[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c5)))}
   [junit4]   2> 97325 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.UpdateLog Took 18 ms to seed version buckets with highest version 1504312099184050176
   [junit4]   2> 97326 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Creating new IndexWriter...
   [junit4]   2> 97326 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 97326 INFO  (commitScheduler-370-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2f41d8ad lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bf85e18),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2f41d8ad lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bf85e18),segFN=segments_2,generation=2}
   [junit4]   2> 97326 INFO  (commitScheduler-370-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 97327 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 97350 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 97370 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2f41d8ad lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bf85e18),segFN=segments_2,generation=2}
   [junit4]   2> 97370 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 97370 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 97374 INFO  (commitScheduler-370-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@c8ee55f[collection1] main
   [junit4]   2> 97376 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@370383be[collection1] main
   [junit4]   2> 97376 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 97376 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3e8c1ccc
   [junit4]   2> 97377 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=2,autocommit maxTime=1200ms,autocommits=1,soft autocommit maxTime=500ms,soft autocommits=1,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=5,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 97379 INFO  (searcherExecutor-372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@370383be[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c5)))}
   [junit4]   2> 97380 ERROR (commitScheduler-370-thread-1) [    x:collection1] o.a.s.u.CommitTracker auto commit error...:org.apache.solr.common.SolrException: java.nio.channels.ClosedByInterruptException
   [junit4]   2> 	at org.apache.solr.update.TransactionLog.writeCommit(TransactionLog.java:463)
   [junit4]   2> 	at org.apache.solr.update.UpdateLog.postCommit(UpdateLog.java:664)
   [junit4]   2> 	at org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:625)
   [junit4]   2> 	at org.apache.solr.update.CommitTracker.run(CommitTracker.java:216)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.nio.channels.ClosedByInterruptException
   [junit4]   2> 	at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202)
   [junit4]   2> 	at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:210)
   [junit4]   2> 	at java.nio.channels.Channels.writeFullyImpl(Channels.java:78)
   [junit4]   2> 	at java.nio.channels.Channels.writeFully(Channels.java:101)
   [junit4]   2> 	at java.nio.channels.Channels.access$000(Channels.java:61)
   [junit4]   2> 	at java.nio.channels.Channels$1.write(Channels.java:174)
   [junit4]   2> 	at org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
   [junit4]   2> 	at org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
   [junit4]   2> 	at org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:191)
   [junit4]   2> 	at org.apache.solr.update.TransactionLog.writeCommit(TransactionLog.java:458)
   [junit4]   2> 	... 10 more
   [junit4]   2> 
   [junit4]   2> 97381 INFO  (searcherExecutor-368-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@c8ee55f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c5)))}
   [junit4]   2> 97382 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 97398 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[529 (1504312101067292672)]} 0 3
   [junit4]   2> 97399 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 97430 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2f41d8ad lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bf85e18),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2f41d8ad lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bf85e18),segFN=segments_3,generation=3}
   [junit4]   2> 97430 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 3
   [junit4]   2> 97431 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1b98203f[collection1] main
   [junit4]   2> 97433 INFO  (searcherExecutor-372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1b98203f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c5) Uninverting(_1(5.3.0):c1)))}
   [junit4]   2> 97433 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 97433 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 34
   [junit4]   2> 97436 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {delete=[529 (-1504312101110284288)]} 0 1
   [junit4]   2> 97936 INFO  (commitScheduler-375-thread-1) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 97938 INFO  (commitScheduler-375-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@3beab1ec[collection1] main
   [junit4]   2> 97939 INFO  (commitScheduler-375-thread-1) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 97940 INFO  (searcherExecutor-372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3beab1ec[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c5)))}
   [junit4]   2> 97943 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[550 (1504312101640863744)]} 0 2
   [junit4]   2> 98443 INFO  (commitScheduler-375-thread-1) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 98470 INFO  (commitScheduler-375-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@36096a62[collection1] main
   [junit4]   2> 98471 INFO  (commitScheduler-375-thread-1) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 98472 INFO  (searcherExecutor-372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@36096a62[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c5) Uninverting(_2(5.3.0):c1)))}
   [junit4]   2> 98636 INFO  (commitScheduler-374-thread-1) [    x:collection1] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 98637 INFO  (commitScheduler-374-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2f41d8ad lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bf85e18),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2f41d8ad lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bf85e18),segFN=segments_4,generation=4}
   [junit4]   2> 98637 INFO  (commitScheduler-374-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 4
   [junit4]   2> 98638 INFO  (commitScheduler-374-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@7d9dc2e1[collection1] main
   [junit4]   2> 98640 INFO  (searcherExecutor-372-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7d9dc2e1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c5) Uninverting(_2(5.3.0):c1)))}
   [junit4]   2> 98641 INFO  (commitScheduler-374-thread-1) [    x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 100638 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[141514BD216E148C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testSoftAndHardCommitMaxTimeDelete
   [junit4]   2> 100643 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testSoftAndHardCommitMaxTimeMixedAdds
   [junit4]   2> 100643 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 100644 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 100644 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 100644 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 100704 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 100739 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 100782 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 100782 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 100790 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 101177 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 101186 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 101188 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 101199 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 101202 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 101205 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 101206 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 101206 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 101206 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 101206 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 101207 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 101207 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 101207 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_141514BD216E148C-001/init-core-data-001/]
   [junit4]   2> 101207 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@649b5cd2
   [junit4]   2> 101208 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_141514BD216E148C-001/init-core-data-001/index/
   [junit4]   2> 101208 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_141514BD216E148C-001/init-core-data-001/
   [junit4]   2> 101217 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 101217 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 101217 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 101218 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 101218 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 101218 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 101218 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 101219 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 101219 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 101219 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 101219 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 101220 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 101223 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 101224 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 101226 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 101228 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 101243 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 101248 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /debug/dump,/admin/threads,mock,/schema,/admin/ping,/admin/system,spellCheckCompRH_Direct,spellCheckCompRH,/replication,/update/json,defaults,/mlt,lazy,/admin/file,spellCheckCompRH1,/update/json/docs,/admin/logging,spellCheckWithWordbreak_Direct,/search-facet-invariants,/get,/admin/properties,standard,/admin/luke,/admin/mbeans,/terms,/config,/search-facet-def,/update/csv,spellCheckWithWordbreak,dismax,/admin/segments,/admin/plugins,tvrh,mltrh,/update
   [junit4]   2> 101249 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 101250 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 101251 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 101251 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[141514BD216E148C]) [    x:collection1] o.a.s.c.S

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

LocalAdd(DistributedUpdateProcessor.java:955)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1110)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:706)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:104)
   [junit4]   2> 	at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:250)
   [junit4]   2> 	at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:177)
   [junit4]   2> 	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:98)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2057)
   [junit4]   2> 	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.update(TestHarness.java:267)
   [junit4]   2> 	at org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
   [junit4]   2> 	at org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:724)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:703)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:697)
   [junit4]   2> 	at org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds(SoftAutoCommitTest.java:303)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:606)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {subject=PostingsFormat(name=Memory doPackFST= true), range_facet_l=FSTOrd50, range_facet_i_dv=FSTOrd50, multiDefault=PostingsFormat(name=Memory doPackFST= true), intDefault=FSTOrd50, text=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), timestamp=FSTOrd50, range_facet_l_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), _version_=FSTOrd50}, docValues:{range_facet_i_dv=DocValuesFormat(name=Lucene50), timestamp=DocValuesFormat(name=Lucene50), range_facet_l_dv=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity, locale=es_NI, timezone=Pacific/Guadalcanal
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.7.0_72 (64-bit)/cpus=4,threads=1,free=102946200,total=331350016
   [junit4]   2> NOTE: All tests run in this JVM: [BadCopyFieldTest, TestPseudoReturnFields, ParsingFieldUpdateProcessorsTest, DocValuesMissingTest, DistributedQueryElevationComponentTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TermVectorComponentDistributedTest, ChaosMonkeySafeLeaderTest, TestSweetSpotSimilarityFactory, TestReloadAndDeleteDocs, SystemInfoHandlerTest, SolrXmlInZkTest, HdfsNNFailoverTest, ExternalFileFieldSortTest, TestMergePolicyConfig, PolyFieldTest, SoftAutoCommitTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SoftAutoCommitTest -Dtests.seed=141514BD216E148C -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es_NI -Dtests.timezone=Pacific/Guadalcanal -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | SoftAutoCommitTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [TransactionLog]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([141514BD216E148C]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:235)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [25/505] on J1 in 12.85s, 3 tests, 1 failure <<< FAILURES!

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

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