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 2016/04/11 18:44:37 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 1071 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1071/

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

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([9AB9608D86A8F172]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([9AB9608D86A8F172]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSolrConfigHandlerCloud

Error Message:
ObjectTracker found 3 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper, SolrCore]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper, SolrCore]
	at __randomizedtesting.SeedInfo.seed([9AB9608D86A8F172]: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:255)
	at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.update.AutoCommitTest.testMaxTime

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([9AB9608D86A8F172:4D1D6F18326D4E]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:780)
	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:243)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:773)
	... 40 more




Build Log:
[...truncated 11095 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9AB9608D86A8F172-001/init-core-data-001
   [junit4]   2> 646242 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 646242 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 646242 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 646243 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 646243 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 646243 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 646243 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 646275 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 646281 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 646295 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 646326 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 646741 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 646751 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 646752 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 646758 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 646759 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 646760 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 646761 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 646761 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 646761 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 646761 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr'
   [junit4]   2> 646761 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 646761 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 646761 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 193204768
   [junit4]   2> 646761 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr]
   [junit4]   2> 646761 WARN  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/lib
   [junit4]   2> 646761 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-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,
   [junit4]   2> 646782 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 646786 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 646786 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 646786 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 646786 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 646787 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9AB9608D86A8F172-001/init-core-data-001, shard=shard1}
   [junit4]   2> 646810 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 646810 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 646810 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 646810 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 646810 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 646843 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 646849 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 646875 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 646883 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 647009 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 647017 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 647030 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 647033 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 647050 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 647051 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 647052 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 647053 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 647053 INFO  (coreLoadExecutor-1522-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 647053 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 647053 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9AB9608D86A8F172-001/init-core-data-001/]
   [junit4]   2> 647053 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@b5c3b39
   [junit4]   2> 647054 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9AB9608D86A8F172-001/init-core-data-001
   [junit4]   2> 647080 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9AB9608D86A8F172-001/init-core-data-001/index/
   [junit4]   2> 647080 WARN  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9AB9608D86A8F172-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 647081 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9AB9608D86A8F172-001/init-core-data-001/index
   [junit4]   2> 647081 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=94012629, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 647086 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@68a7d36c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@40116876),segFN=segments_1,generation=1}
   [junit4]   2> 647086 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 647093 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 647093 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 647093 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 647093 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 647093 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 647093 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 647093 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 647093 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 647093 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 647094 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 647094 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 647094 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 647096 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 647097 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 647106 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 647107 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 647110 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 647112 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 647112 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 647118 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-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9AB9608D86A8F172-001/init-core-data-001/
   [junit4]   2> 647118 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 647118 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 647119 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 647119 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 647126 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 647130 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@68a7d36c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@40116876),segFN=segments_1,generation=1}
   [junit4]   2> 647130 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 647130 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@566674ed[collection1] main]
   [junit4]   2> 647130 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 647130 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 647130 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 647130 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 647143 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 647234 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 647234 INFO  (searcherExecutor-1523-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 647235 INFO  (searcherExecutor-1523-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 647235 INFO  (searcherExecutor-1523-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 647235 INFO  (searcherExecutor-1523-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 647235 INFO  (searcherExecutor-1523-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 647235 INFO  (searcherExecutor-1523-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 647235 INFO  (searcherExecutor-1523-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 647235 INFO  (searcherExecutor-1523-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 647236 INFO  (searcherExecutor-1523-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 647236 INFO  (searcherExecutor-1523-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@566674ed[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 647236 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 647236 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 647236 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 647236 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1531324902839156736
   [junit4]   2> 647238 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1531324902839156736
   [junit4]   2> 647238 INFO  (coreLoadExecutor-1522-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 647242 INFO  (SUITE-AutoCommitTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 647272 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 647274 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1531324902877954048)} 0 1
   [junit4]   2> 647275 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 647275 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 647276 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 647277 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 647277 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 647297 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 647304 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 647320 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 647354 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 647819 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 647825 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 647834 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 647837 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 647847 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 647848 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 647848 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 647849 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 647849 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 647849 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9AB9608D86A8F172-001/init-core-data-001/]
   [junit4]   2> 647854 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@b5c3b39
   [junit4]   2> 647854 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9AB9608D86A8F172-001/init-core-data-001/index/
   [junit4]   2> 647857 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 647857 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 647857 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 647857 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 647857 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 647857 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 647857 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 647857 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 647857 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 647857 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 647866 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-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9AB9608D86A8F172-001/init-core-data-001/
   [junit4]   2> 647866 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 647866 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 647867 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 647868 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 647869 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 647870 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 647873 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 647883 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 647883 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 647906 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 647906 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 647906 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@29f3b28b[collection1] main]
   [junit4]   2> 647906 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 647906 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 647906 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 647907 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 647907 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 647911 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 647918 INFO  (searcherExecutor-1528-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 647918 INFO  (searcherExecutor-1528-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 647918 INFO  (searcherExecutor-1528-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 647918 INFO  (searcherExecutor-1528-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 647918 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 647918 INFO  (searcherExecutor-1528-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 647918 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 647918 INFO  (searcherExecutor-1528-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 647918 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 647918 INFO  (searcherExecutor-1528-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 647919 INFO  (searcherExecutor-1528-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 647919 INFO  (searcherExecutor-1528-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 647919 INFO  (searcherExecutor-1528-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@29f3b28b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 647920 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1531324902877954048
   [junit4]   2> 647920 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 647922 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=59.4072265625, floorSegmentMB=1.716796875, forceMergeDeletesPctAllowed=1.4279865668721825, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4695807367033653
   [junit4]   2> 647938 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@68a7d36c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@40116876),segFN=segments_1,generation=1}
   [junit4]   2> 647946 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 647946 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 647951 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@516506da[collection1] main]
   [junit4]   2> 647951 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 647951 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@744af563
   [junit4]   2> 647951 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 647954 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 647954 INFO  (searcherExecutor-1528-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@516506da[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 647982 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1531324903611957248)]} 0 9
   [junit4]   2> 647983 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 (1531324903621394432)]} 0 10
   [junit4]   2> 647983 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (1531324903622443008)]} 0 10
   [junit4]   2> 647983 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 (1531324903622443009)]} 0 10
   [junit4]   2> 647984 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 (1531324903622443010)]} 0 10
   [junit4]   2> 647984 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 (1531324903623491584)]} 0 11
   [junit4]   2> 647984 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 (1531324903623491585)]} 0 11
   [junit4]   2> 647984 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 (1531324903623491586)]} 0 11
   [junit4]   2> 647984 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 (1531324903623491587)]} 0 11
   [junit4]   2> 647984 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 (1531324903623491588)]} 0 11
   [junit4]   2> 647984 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 (1531324903623491589)]} 0 11
   [junit4]   2> 647985 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 (1531324903624540160)]} 0 12
   [junit4]   2> 647985 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 (1531324903624540161)]} 0 12
   [junit4]   2> 647985 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 (1531324903624540162)]} 0 12
   [junit4]   2> 647985 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 647998 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 (1531324903625588736)]} 0 25
   [junit4]   2> 648018 INFO  (commitScheduler-1531-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 648038 INFO  (commitScheduler-1531-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@41fdbc4d[collection1] main]
   [junit4]   2> 648039 INFO  (searcherExecutor-1528-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@41fdbc4d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c15)))}
   [junit4]   2> 648039 INFO  (commitScheduler-1531-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 648258 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 (1531324903910801408)]} 0 285
   [junit4]   2> 648259 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 648259 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 648260 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 648262 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 648273 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b65cbe6[collection1] realtime]
   [junit4]   2> 648273 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1531324903914995712)} 0 11
   [junit4]   2> 648273 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 648273 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 648273 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 648274 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 648274 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 648307 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 648326 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 648392 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 648416 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 649377 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 649416 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 649417 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 649420 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 649421 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 649434 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 649435 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 649436 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 649436 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 649436 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9AB9608D86A8F172-001/init-core-data-001/]
   [junit4]   2> 649436 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@b5c3b39
   [junit4]   2> 649436 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9AB9608D86A8F172-001/init-core-data-001/index/
   [junit4]   2> 649445 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 649445 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 649445 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 649445 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 649445 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 649445 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 649445 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 649445 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 649445 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 649445 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 649445 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 649445 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 649446 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-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9AB9608D86A8F172-001/init-core-data-001/
   [junit4]   2> 649447 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 649448 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 649449 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 649449 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 649460 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 649462 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 649462 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 649470 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 649470 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 649470 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6758cbb3[collection1] main]
   [junit4]   2> 649470 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 649470 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 649470 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 649471 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 649471 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 649473 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 649474 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 649474 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 649474 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 649475 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1531324903914995712
   [junit4]   2> 649476 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 649476 INFO  (searcherExecutor-1532-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 649476 INFO  (searcherExecutor-1532-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 649476 INFO  (searcherExecutor-1532-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 649476 INFO  (searcherExecutor-1532-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 649476 INFO  (searcherExecutor-1532-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 649477 INFO  (searcherExecutor-1532-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 649477 INFO  (searcherExecutor-1532-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 649477 INFO  (searcherExecutor-1532-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 649477 INFO  (searcherExecutor-1532-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 649480 INFO  (searcherExecutor-1532-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6758cbb3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 649480 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@68a7d36c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@40116876),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@68a7d36c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@40116876),segFN=segments_2,generation=2}
   [junit4]   2> 649480 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 649591 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1392914701, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 649686 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@68a7d36c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@40116876),segFN=segments_2,generation=2}
   [junit4]   2> 649686 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 649686 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 649686 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@30113199[collection1] main]
   [junit4]   2> 649686 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 649686 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@58e28862
   [junit4]   2> 649686 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommit maxDocs=14,soft autocommits=1,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=16,adds=1,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=16,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 649702 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 649734 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1531324905443819520)]} 0 14
   [junit4]   2> 649735 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 649837 INFO  (searcherExecutor-1532-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@30113199[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 649986 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1531324905722740736)]} 0 266
   [junit4]   2> 649986 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 649987 ERROR (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 649987 ERROR (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:529&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:773)
   [junit4]   2> 	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:243)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [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:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [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:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [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:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 649988 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testMaxTime -Dtests.seed=9AB9608D86A8F172 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=de-DE -Dtests.timezone=America/Araguaina -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   1.73s J2 | AutoCommitTest.testMaxTime <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9AB9608D86A8F172:4D1D6F18326D4E]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:780)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:243)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:773)
   [junit4]    > 	... 40 more
   [junit4]   2> 650047 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 650086 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@244640e1[collection1] realtime]
   [junit4]   2> 650086 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1531324905786703872)} 0 38
   [junit4]   2> 650086 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 650086 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 650086 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 650087 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 650087 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 650203 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 650234 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 650289 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 650308 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 650435 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 650439 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 650440 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 650443 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 650444 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 650445 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 650445 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 650446 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 650446 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 650446 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9AB9608D86A8F172-001/init-core-data-001/]
   [junit4]   2> 650447 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@b5c3b39
   [junit4]   2> 650447 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9AB9608D86A8F172-001/init-core-data-001/index/
   [junit4]   2> 650449 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-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_9AB9608D86A8F172-001/init-core-data-001/
   [junit4]   2> 650449 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 650450 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 650450 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 650450 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 650450 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 650450 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 650450 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 650450 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 650450 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 650450 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 650450 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 650450 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 650451 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 650452 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 650453 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 650453 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 650458 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 650459 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 650460 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 650460 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 650460 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 650460 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@652a41a9[collection1] main]
   [junit4]   2> 650460 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9AB9608D86A8F172]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 650460 INFO  (TEST-AutoComm

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

37_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_9AB9608D86A8F172-001/shard-4-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_9AB9608D86A8F172-001/shard-4-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 8318258 INFO  (coreCloseExecutor-3185-thread-1) [n:127.0.0.1:42237_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 8318258 INFO  (coreCloseExecutor-3185-thread-1) [n:127.0.0.1:42237_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_9AB9608D86A8F172-001/shard-4-001/cores/collection1/data/index
   [junit4]   2> 8318279 INFO  (TEST-BasicDistributedZkTest.test-seed#[9AB9608D86A8F172]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@2fd73a55{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 8318280 INFO  (TEST-BasicDistributedZkTest.test-seed#[9AB9608D86A8F172]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5b9bd5b5{/,null,UNAVAILABLE}
   [junit4]   2> 8318714 WARN  (TEST-BasicDistributedZkTest.test-seed#[9AB9608D86A8F172]-SendThread(127.0.0.1:55465)) [    ] o.a.z.ClientCnxn Unexpected exception
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:994)
   [junit4]   2> 8318714 WARN  (TEST-BasicDistributedZkTest.test-seed#[9AB9608D86A8F172]-SendThread(127.0.0.1:55465)) [    ] o.a.z.ClientCnxn Unexpected exception
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:994)
   [junit4]   2> 8318714 INFO  (TEST-BasicDistributedZkTest.test-seed#[9AB9608D86A8F172]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 44429
   [junit4]   2> 8318714 WARN  (TEST-BasicDistributedZkTest.test-seed#[9AB9608D86A8F172]-SendThread(127.0.0.1:55465)) [n:127.0.0.1:42237_    ] o.a.z.c.StaticHostProvider Unexpected exception
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]   2> 8318718 INFO  (TEST-BasicDistributedZkTest.test-seed#[9AB9608D86A8F172]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55465 55465
   [junit4]   2> 8318908 INFO  (SUITE-BasicDistributedZkTest-seed#[9AB9608D86A8F172]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> Apr 11, 2016 4:41:41 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {regex_dup_A_s=Lucene50(blocksize=128), other_tl1=PostingsFormat(name=Memory doPackFST= true), regex_dup_B_s=Lucene50(blocksize=128), range_facet_l_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), SubjectTerms_mfacet=PostingsFormat(name=Memory doPackFST= true), n_l1=Lucene50(blocksize=128), multiDefault=Lucene50(blocksize=128), intDefault=PostingsFormat(name=Memory doPackFST= true), genre_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), n_td1=PostingsFormat(name=Memory doPackFST= true), n_d1=Lucene50(blocksize=128), range_facet_l=Lucene50(blocksize=128), n_f1=PostingsFormat(name=Memory doPackFST= true), series_t=PostingsFormat(name=Memory doPackFST= true), n_tl1=PostingsFormat(name=Memory doPackFST= true), oddField_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), n_tf1=Lucene50(blocksize=128), price=Lucene50(blocksize=128), a_t=Lucene50(blocksize=128), cat=Lucene50(blocksize=128), inStock=Lucene50(blocksize=128), sequence_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), text=Lucene50(blocksize=128), timestamp=Lucene50(blocksize=128), foo_i=PostingsFormat(name=Memory doPackFST= true), val_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), n_dt1=PostingsFormat(name=Memory doPackFST= true), author_t=PostingsFormat(name=Memory doPackFST= true), a_i1=Lucene50(blocksize=128), n_ti1=PostingsFormat(name=LuceneVarGapDocFreqInterval), rnd_b=PostingsFormat(name=LuceneVarGapDocFreqInterval), _version_=PostingsFormat(name=Memory doPackFST= true), foo_b=Lucene50(blocksize=128), n_tdt1=PostingsFormat(name=Memory doPackFST= true), name=PostingsFormat(name=LuceneVarGapDocFreqInterval), foo_d=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_i_dv=Lucene50(blocksize=128), foo_f=Lucene50(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1413, maxMBSortInHeap=5.174245067340012, sim=ClassicSimilarity, locale=ar-AE, timezone=Asia/Oral
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=76860576,total=509083648
   [junit4]   2> NOTE: All tests run in this JVM: [AddBlockUpdateTest, EchoParamsTest, InfoHandlerTest, CheckHdfsIndexTest, TestNRTOpen, TestPseudoReturnFields, TestFoldingMultitermQuery, TestIBSimilarityFactory, CoreAdminCreateDiscoverTest, IndexSchemaRuntimeFieldTest, TestRandomFaceting, JsonLoaderTest, BasicZkTest, XsltUpdateRequestHandlerTest, CdcrVersionReplicationTest, BigEndianAscendingWordDeserializerTest, TestDocSet, DisMaxRequestHandlerTest, TestStressUserVersions, TestImplicitCoreProperties, HttpPartitionTest, QueryEqualityTest, ExplicitHLLTest, TestDefaultSearchFieldResource, URLClassifyProcessorTest, TestSQLHandler, DefaultValueUpdateProcessorTest, TestAtomicUpdateErrorCases, DocumentAnalysisRequestHandlerTest, TestArbitraryIndexDir, DistributedQueryElevationComponentTest, TestStressLucene, AnalysisAfterCoreReloadTest, UUIDUpdateProcessorFallbackTest, TestShortCircuitedRequests, SuggestComponentContextFilterQueryTest, TestExclusionRuleCollectionAccess, QueryResultKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestBadConfig, CloudMLTQParserTest, TestIntervalFaceting, RankQueryTest, TestCustomSort, TestTolerantUpdateProcessorCloud, TestLazyCores, TestRTimerTree, TestSolr4Spatial, HdfsWriteToMultipleCollectionsTest, RequestLoggingTest, TestSolr4Spatial2, TestFaceting, SignatureUpdateProcessorFactoryTest, TestQueryWrapperFilter, TestManagedResource, TestUseDocValuesAsStored, CloudExitableDirectoryReaderTest, QueryElevationComponentTest, SolrCoreTest, DocExpirationUpdateProcessorFactoryTest, TestSortByMinMaxFunction, DistributedDebugComponentTest, TestReplicaProperties, ResourceLoaderTest, SyncSliceTest, TestMiniSolrCloudClusterSSL, ActionThrottleTest, TestPhraseSuggestions, TestBlendedInfixSuggestions, JSONWriterTest, TestSchemaSimilarityResource, DistributedFacetPivotLongTailTest, TestScoreJoinQPNoScore, TestReRankQParserPlugin, ConnectionReuseTest, ZkStateReaderTest, TestMissingGroups, TestReplicationHandlerBackup, PolyFieldTest, TestExpandComponent, DataDrivenBlockJoinTest, IndexSchemaTest, TestDFISimilarityFactory, TestAnalyzedSuggestions, LeaderElectionIntegrationTest, TestBinaryField, TestExactSharedStatsCache, TestHashQParserPlugin, DistributedFacetPivotWhiteBoxTest, TestCloudInspectUtil, TestCSVLoader, TestJsonFacets, TestLuceneMatchVersion, AtomicUpdatesTest, ChangedSchemaMergeTest, TestOmitPositions, BasicDistributedZkTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.seed=9AB9608D86A8F172 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-AE -Dtests.timezone=Asia/Oral -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | BasicDistributedZkTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9AB9608D86A8F172]:0)
   [junit4] Completed [584/584 (3!)] on J0 in 7223.81s, 1 test, 2 errors <<< FAILURES!

[...truncated 14 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/common-build.xml:529: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1014: There were test failures: 584 suites (10 ignored), 2356 tests, 2 suite-level errors, 2 errors, 85 ignored (70 assumptions) [seed: 9AB9608D86A8F172]

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




[JENKINS] Lucene-Solr-Tests-master - Build # 1075 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1075/

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper, SolrCore, MDCAwareThreadPoolExecutor]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper, SolrCore, MDCAwareThreadPoolExecutor]
	at __randomizedtesting.SeedInfo.seed([952118D85F046B29]: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:255)
	at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=2181, name=searcherExecutor-1258-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=2181, name=searcherExecutor-1258-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([952118D85F046B29]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=2181, name=searcherExecutor-1258-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=2181, name=searcherExecutor-1258-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([952118D85F046B29]:0)




Build Log:
[...truncated 10954 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/init-core-data-001
   [junit4]   2> 429220 INFO  (SUITE-TestLazyCores-seed#[952118D85F046B29]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 429227 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 429236 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001'
   [junit4]   2> 429236 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 429236 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 429237 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreContainer New CoreContainer 233357032
   [junit4]   2> 429237 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001]
   [junit4]   2> 429237 WARN  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/lib
   [junit4]   2> 429238 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] 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,
   [junit4]   2> 429254 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 429263 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 429265 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 429265 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 429266 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 429266 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 429266 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 429266 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 429266 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection3, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=on, dataDir=data/}
   [junit4]   2> 429267 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 429267 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection5, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 429267 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection6, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 429275 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection7, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 429275 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection8, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 429275 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection9, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 429293 INFO  (coreLoadExecutor-1061-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1'
   [junit4]   2> 429327 INFO  (coreLoadExecutor-1061-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 429327 INFO  (coreLoadExecutor-1061-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 429328 INFO  (coreLoadExecutor-1061-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5'
   [junit4]   2> 429328 INFO  (coreLoadExecutor-1061-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 429328 INFO  (coreLoadExecutor-1061-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 429323 INFO  (coreLoadExecutor-1061-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2'
   [junit4]   2> 429329 INFO  (coreLoadExecutor-1061-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 429329 INFO  (coreLoadExecutor-1061-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 429349 INFO  (coreLoadExecutor-1061-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 429350 WARN  (coreLoadExecutor-1061-thread-3) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 429351 INFO  (coreLoadExecutor-1061-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 429355 INFO  (coreLoadExecutor-1061-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 429357 WARN  (coreLoadExecutor-1061-thread-2) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 429379 INFO  (coreLoadExecutor-1061-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 429384 INFO  (coreLoadExecutor-1061-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 429386 WARN  (coreLoadExecutor-1061-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 429386 INFO  (coreLoadExecutor-1061-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 429393 INFO  (coreLoadExecutor-1061-thread-3) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 429394 INFO  (coreLoadExecutor-1061-thread-2) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 429596 INFO  (coreLoadExecutor-1061-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 429597 INFO  (coreLoadExecutor-1061-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 429604 INFO  (coreLoadExecutor-1061-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 429605 INFO  (coreLoadExecutor-1061-thread-2) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2'
   [junit4]   2> 429605 INFO  (coreLoadExecutor-1061-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2
   [junit4]   2> 429605 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 429605 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2/data/]
   [junit4]   2> 429605 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.c.SolrCore JMX monitoring not detected for core: collection2
   [junit4]   2> 429606 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2/data
   [junit4]   2> 429606 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2/data/index/
   [junit4]   2> 429606 WARN  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.c.SolrCore [collection2] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 429606 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2/data/index
   [junit4]   2> 429606 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 429611 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4fe75b5b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54ff5cf9),segFN=segments_1,generation=1}
   [junit4]   2> 429611 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 429612 INFO  (coreLoadExecutor-1061-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 429612 INFO  (coreLoadExecutor-1061-thread-3) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5'
   [junit4]   2> 429613 INFO  (coreLoadExecutor-1061-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5
   [junit4]   2> 429613 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 429613 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5/data/]
   [junit4]   2> 429613 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.c.SolrCore JMX monitoring not detected for core: collection5
   [junit4]   2> 429613 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5/data
   [junit4]   2> 429613 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5/data/index/
   [junit4]   2> 429613 WARN  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.c.SolrCore [collection5] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5/data/index' doesn't exist. Creating new index...
   [junit4]   2> 429679 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5/data/index
   [junit4]   2> 429675 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 429681 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 429681 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 429683 INFO  (coreLoadExecutor-1061-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 429684 INFO  (coreLoadExecutor-1061-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 429686 INFO  (OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection2 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2/data/
   [junit4]   2> 429686 WARN  (OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 429692 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 429692 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 429693 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@72b9d2b0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5f8b02ca),segFN=segments_1,generation=1}
   [junit4]   2> 429693 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 429693 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 429693 INFO  (coreLoadExecutor-1061-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 429694 INFO  (coreLoadExecutor-1061-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1'
   [junit4]   2> 429694 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 429694 INFO  (coreLoadExecutor-1061-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1
   [junit4]   2> 429694 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 429694 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 429694 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 429694 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 429694 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1/data/]
   [junit4]   2> 429694 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 429695 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1/data
   [junit4]   2> 429695 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1/data/index/
   [junit4]   2> 429695 WARN  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 429695 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 429695 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1/data/index
   [junit4]   2> 429695 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 429695 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@28b5bf2e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5d3adb87),segFN=segments_1,generation=1}
   [junit4]   2> 429695 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 429695 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 429695 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-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1/data/
   [junit4]   2> 429696 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 429694 INFO  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection5 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5/data/
   [junit4]   2> 429696 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 429697 WARN  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 429696 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 429696 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 429697 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39480723919896754]
   [junit4]   2> 429697 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4fe75b5b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54ff5cf9),segFN=segments_1,generation=1}
   [junit4]   2> 429697 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 429697 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@41d452a[collection2] main]
   [junit4]   2> 429697 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 429698 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 429698 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2/conf
   [junit4]   2> 429698 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2/conf}
   [junit4]   2> 429698 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2/conf
   [junit4]   2> 429698 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 429698 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 429698 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 429698 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 429699 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 429699 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 429700 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 429700 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 429701 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 429701 INFO  (searcherExecutor-1062-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@41d452a[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 429701 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 429701 INFO  (coreLoadExecutor-1061-thread-2) [    x:collection2] o.a.s.c.CoreContainer registering core: collection2
   [junit4]   2> 429702 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 429702 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 429702 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39480723919896754]
   [junit4]   2> 429702 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@28b5bf2e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5d3adb87),segFN=segments_1,generation=1}
   [junit4]   2> 429702 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 429702 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@14a7105f[collection1] main]
   [junit4]   2> 429702 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1/conf
   [junit4]   2> 429702 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1/conf}
   [junit4]   2> 429702 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1/conf
   [junit4]   2> 429702 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 429702 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 429703 INFO  (coreLoadExecutor-1061-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 429704 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 429704 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 429704 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39480723919896754]
   [junit4]   2> 429704 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@72b9d2b0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5f8b02ca),segFN=segments_1,generation=1}
   [junit4]   2> 429704 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 429704 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@9c35f31[collection5] main]
   [junit4]   2> 429704 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5/conf
   [junit4]   2> 429704 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5/conf}
   [junit4]   2> 429704 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5/conf
   [junit4]   2> 429705 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 429705 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 429705 INFO  (searcherExecutor-1063-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@9c35f31[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 429705 INFO  (coreLoadExecutor-1061-thread-3) [    x:collection5] o.a.s.c.CoreContainer registering core: collection5
   [junit4]   2> 429705 INFO  (searcherExecutor-1065-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@14a7105f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 429706 INFO  (Thread-770) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3'
   [junit4]   2> 429706 INFO  (Thread-770) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 429706 INFO  (Thread-770) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 429710 INFO  (Thread-770) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 429711 WARN  (Thread-770) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 429712 INFO  (Thread-770) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 429716 INFO  (Thread-770) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 429717 INFO  (Thread-770) [    ] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 429719 INFO  (Thread-770) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 429720 INFO  (Thread-770) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3'
   [junit4]   2> 429720 INFO  (Thread-770) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3
   [junit4]   2> 429720 INFO  (Thread-770) [    x:collection3] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 429720 INFO  (Thread-770) [    x:collection3] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3/data/]
   [junit4]   2> 429720 INFO  (Thread-770) [    x:collection3] o.a.s.c.SolrCore JMX monitoring not detected for core: collection3
   [junit4]   2> 429721 INFO  (Thread-770) [    x:collection3] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3/data
   [junit4]   2> 429721 INFO  (Thread-770) [    x:collection3] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3/data/index/
   [junit4]   2> 429721 WARN  (Thread-770) [    x:collection3] o.a.s.c.SolrCore [collection3] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3/data/index' doesn't exist. Creating new index...
   [junit4]   2> 429721 INFO  (Thread-770) [    x:collection3] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3/data/index
   [junit4]   2> 429721 INFO  (Thread-770) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 429721 INFO  (Thread-770) [    x:collection3] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@476c82c1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@67a18a59),segFN=segments_1,generation=1}
   [junit4]   2> 429721 INFO  (Thread-770) [    x:collection3] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 429722 INFO  (OldIndexDirectoryCleanupThreadForCore-collection3) [    x:collection3] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection3 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3/data/
   [junit4]   2> 429722 WARN  (OldIndexDirectoryCleanupThreadForCore-collection3) [    x:collection3] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 429723 INFO  (Thread-770) [    x:collection3] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 429724 INFO  (Thread-770) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 429724 INFO  (Thread-770) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 429725 INFO  (Thread-770) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 429725 INFO  (Thread-770) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 429726 INFO  (Thread-770) [    x:collection3] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 429726 INFO  (Thread-770) [    x:collection3] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 429726 INFO  (Thread-770) [    x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 429726 INFO  (Thread-770) [    x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 429726 INFO  (Thread-770) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39480723919896754]
   [junit4]   2> 429726 INFO  (Thread-770) [    x:collection3] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@476c82c1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@67a18a59),segFN=segments_1,generation=1}
   [junit4]   2> 429726 INFO  (Thread-770) [    x:collection3] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 429727 INFO  (Thread-770) [    x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@52395a1c[collection3] main]
   [junit4]   2> 429727 INFO  (Thread-770) [    x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3/conf
   [junit4]   2> 429727 INFO  (Thread-770) [    x:collection3] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3/conf}
   [junit4]   2> 429727 INFO  (Thread-770) [    x:collection3] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3/conf
   [junit4]   2> 429727 INFO  (Thread-770) [    x:collection3] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 429727 INFO  (Thread-770) [    x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 429727 INFO  (searcherExecutor-1074-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrCore [collection3] Registered new searcher Searcher@52395a1c[collection3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 429727 INFO  (Thread-770) [    x:collection3] o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 429727 INFO  (Thread-770) [    x:collection3] o.a.s.c.CoreContainer registering core: collection3
   [junit4]   2> 429730 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=233357032
   [junit4]   2> 429730 INFO  (coreCloseExecutor-1078-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@414d9b2e
   [junit4]   2> 429730 INFO  (coreCloseExecutor-1078-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 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}
   [junit4]   2> 429730 INFO  (coreCloseExecutor-1078-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 429730 INFO  (coreCloseExecutor-1078-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 429730 INFO  (coreCloseExecutor-1078-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 429731 INFO  (coreCloseExecutor-1078-thread-3) [    x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@650ee0ca
   [junit4]   2> 429731 INFO  (coreCloseExecutor-1078-thread-3) [    x:collection2] o.a.s.u.DirectUpdateHandler2 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}
   [junit4]   2> 429731 INFO  (coreCloseExecutor-1078-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 429732 INFO  (coreCloseExecutor-1078-thread-3) [    x:collection2] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 429732 INFO  (coreCloseExecutor-1078-thread-3) [    x:collection2] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 429732 INFO  (coreCloseExecutor-1078-thread-3) [    x:collection2] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 429733 INFO  (coreCloseExecutor-1078-thread-2) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@529222b
   [junit4]   2> 429733 INFO  (coreCloseExecutor-1078-thread-2) [    x:collection5] o.a.s.u.DirectUpdateHandler2 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}
   [junit4]   2> 429733 INFO  (coreCloseExecutor-1078-thread-2) [    x:collection5] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 429733 INFO  (coreCloseExecutor-1078-thread-2) [    x:collection5] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 429733 INFO  (coreCloseExecutor-1078-thread-2) [    x:collection5] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 429734 INFO  (coreCloseExecutor-1078-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 429734 INFO  (coreCloseExecutor-1078-thread-3) [    x:collection2] o.a.s.c.SolrCore [collection2] Closing main searcher on request.
   [junit4]   2> 429735 INFO  (coreCloseExecutor-1078-thread-3) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 429735 INFO  (coreCloseExecutor-1078-thread-3) [    x:collection2] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2/data;done=false>>]
   [junit4]   2> 429735 INFO  (coreCloseExecutor-1078-thread-3) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 429735 INFO  (coreCloseExecutor-1078-thread-3) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2/data
   [junit4]   2> 429735 INFO  (coreCloseExecutor-1078-thread-3) [    x:collection2] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2/data/index;done=false>>]
   [junit4]   2> 429735 INFO  (coreCloseExecutor-1078-thread-3) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 429736 INFO  (coreCloseExecutor-1078-thread-3) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection2/data/index
   [junit4]   2> 429735 INFO  (coreCloseExecutor-1078-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 429735 INFO  (coreCloseExecutor-1078-thread-2) [    x:collection5] o.a.s.c.SolrCore [collection5] Closing main searcher on request.
   [junit4]   2> 429736 INFO  (coreCloseExecutor-1078-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 429736 INFO  (coreCloseExecutor-1078-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1/data/index
   [junit4]   2> 429736 INFO  (coreCloseExecutor-1078-thread-2) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 429736 INFO  (coreCloseExecutor-1078-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 429736 INFO  (coreCloseExecutor-1078-thread-2) [    x:collection5] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5/data;done=false>>]
   [junit4]   2> 429736 INFO  (coreCloseExecutor-1078-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 429736 INFO  (coreCloseExecutor-1078-thread-2) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 429736 INFO  (coreCloseExecutor-1078-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection1/data
   [junit4]   2> 429736 INFO  (coreCloseExecutor-1078-thread-2) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5/data
   [junit4]   2> 429736 INFO  (coreCloseExecutor-1078-thread-2) [    x:collection5] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5/data/index;done=false>>]
   [junit4]   2> 429736 INFO  (coreCloseExecutor-1078-thread-2) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 429736 INFO  (coreCloseExecutor-1078-thread-2) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection5/data/index
   [junit4]   2> 429743 INFO  (coreCloseExecutor-1078-thread-4) [    x:collection3] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore org.apache.solr.core.SolrCore@209ff63
   [junit4]   2> 429743 INFO  (coreCloseExecutor-1078-thread-4) [    x:collection3] o.a.s.u.DirectUpdateHandler2 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}
   [junit4]   2> 429744 INFO  (coreCloseExecutor-1078-thread-4) [    x:collection3] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 429744 INFO  (coreCloseExecutor-1078-thread-4) [    x:collection3] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 429744 INFO  (coreCloseExecutor-1078-thread-4) [    x:collection3] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 429746 INFO  (coreCloseExecutor-1078-thread-4) [    x:collection3] o.a.s.c.SolrCore [collection3] Closing main searcher on request.
   [junit4]   2> 429746 INFO  (coreCloseExecutor-1078-thread-4) [    x:collection3] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 429746 INFO  (coreCloseExecutor-1078-thread-4) [    x:collection3] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3/data/index;done=false>>]
   [junit4]   2> 429746 INFO  (coreCloseExecutor-1078-thread-4) [    x:collection3] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 429746 INFO  (coreCloseExecutor-1078-thread-4) [    x:collection3] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3/data/index
   [junit4]   2> 429746 INFO  (coreCloseExecutor-1078-thread-4) [    x:collection3] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3/data;done=false>>]
   [junit4]   2> 429746 INFO  (coreCloseExecutor-1078-thread-4) [    x:collection3] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 429746 INFO  (coreCloseExecutor-1078-thread-4) [    x:collection3] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-001/collection3/data
   [junit4]   2> 429747 INFO  (TEST-TestLazyCores.testRace-seed#[952118D85F046B29]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRace
   [junit4]   2> 429749 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
   [junit4]   2> 429756 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002'
   [junit4]   2> 429756 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 429756 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 429760 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002
   [junit4]   2> 429760 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreContainer New CoreContainer 973039516
   [junit4]   2> 429760 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002]
   [junit4]   2> 429760 WARN  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/lib
   [junit4]   2> 429761 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] 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,
   [junit4]   2> 429762 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 429762 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 429762 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 429762 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 429762 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 429763 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002
   [junit4]   2> 429763 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=badSchema1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 429763 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CorePropertiesLocator Found core badSchema1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/badSchema1
   [junit4]   2> 429764 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=badSchema2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 429764 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CorePropertiesLocator Found core badSchema2 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/badSchema2
   [junit4]   2> 429764 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=badConfig1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 429764 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CorePropertiesLocator Found core badConfig1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/badConfig1
   [junit4]   2> 429764 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=badConfig2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 429764 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CorePropertiesLocator Found core badConfig2 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/badConfig2
   [junit4]   2> 429765 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=core1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 429765 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CorePropertiesLocator Found core core1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/core1
   [junit4]   2> 429765 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=core2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 429765 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CorePropertiesLocator Found core core2 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/core2
   [junit4]   2> 429765 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[952118D85F046B29]) [    ] o.a.s.c.CorePropertiesLocator Found 6 core definitions
   [junit4]   2> 429765 INFO  (coreLoadExecutor-1085-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/badSchema1'
   [junit4]   2> 429766 INFO  (coreLoadExecutor-1085-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/badConfig1'
   [junit4]   2> 429766 INFO  (coreLoadExecutor-1085-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/badSchema2'
   [junit4]   2> 429771 INFO  (coreLoadExecutor-1085-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 429771 INFO  (coreLoadExecutor-1085-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 429771 INFO  (coreLoadExecutor-1085-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 429771 INFO  (coreLoadExecutor-1085-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 429782 INFO  (coreLoadExecutor-1085-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 429782 INFO  (coreLoadExecutor-1085-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 429785 INFO  (coreLoadExecutor-1085-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 429786 WARN  (coreLoadExecutor-1085-thread-2) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 429787 INFO  (coreLoadExecutor-1085-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 429833 INFO  (coreLoadExecutor-1085-thread-2) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 429850 INFO  (coreLoadExecutor-1085-thread-3) [    ] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 429850 ERROR (coreLoadExecutor-1085-thread-3) [    ] o.a.s.c.CoreContainer Error creating core [badConfig1]: Could not load conf for core badConfig1: Error loading solr config from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/badConfig1/conf/solrconfig.xml
   [junit4]   2> org.apache.solr.common.SolrException: Could not load conf for core badConfig1: Error loading solr config from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/badConfig1/conf/solrconfig.xml
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:86)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:834)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:490)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error loading solr config from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/badConfig1/conf/solrconfig.xml
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:172)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:98)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:78)
   [junit4]   2> 	... 7 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: org.xml.sax.SAXParseException; systemId: solrres:/solrconfig.xml; lineNumber: 56; columnNumber: 5; The element type "reqsthalr" must be terminated by the matching end-tag "</reqsthalr>".
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:154)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:90)
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:187)
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:164)
   [junit4]   2> 	... 9 more
   [junit4]   2> Caused by: org.xml.sax.SAXParseException; systemId: solrres:/solrconfig.xml; lineNumber: 56; columnNumber: 5; The element type "reqsthalr" must be terminated by the matching end-tag "</reqsthalr>".
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1437)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1750)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2970)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:118)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:143)
   [junit4]   2> 	... 12 more
   [junit4]   2> 429859 INFO  (coreLoadExecutor-1085-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/badConfig2'
   [junit4]   2> 429859 INFO  (coreLoadExecutor-1085-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 429859 INFO  (coreLoadExecutor-1085-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 429861 INFO  (coreLoadExecutor-1085-thread-3) [    ] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 429861 ERROR (coreLoadExecutor-1085-thread-3) [    ] o.a.s.c.CoreContainer Error creating core [badConfig2]: Could not load conf for core badConfig2: Error loading solr config from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/badConfig2/conf/solrconfig.xml
   [junit4]   2> org.apache.solr.common.SolrException: Could not load conf for core badConfig2: Error loading solr config from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/badConfig2/conf/solrconfig.xml
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:86)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:834)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:490)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error loading solr config from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/badConfig2/conf/solrconfig.xml
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:172)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:98)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:78)
   [junit4]   2> 	... 7 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: org.xml.sax.SAXParseException; systemId: solrres:/solrconfig.xml; lineNumber: 56; columnNumber: 5; The element type "reqsthalr" must be terminated by the matching end-tag "</reqsthalr>".
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:154)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:90)
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:187)
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:164)
   [junit4]   2> 	... 9 more
   [junit4]   2> Caused by: org.xml.sax.SAXParseException; systemId: solrres:/solrconfig.xml; lineNumber: 56; columnNumber: 5; The element type "reqsthalr" must be terminated by the matching end-tag "</reqsthalr>".
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1437)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1750)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2970)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:118)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:143)
   [junit4]   2> 	... 12 more
   [junit4]   2> 429861 INFO  (coreLoadExecutor-1085-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/core1'
   [junit4]   2> 429861 INFO  (coreLoadExecutor-1085-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 429861 INFO  (coreLoadExecutor-1085-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 429856 INFO  (coreLoadExecutor-1085-thread-2) [    ] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 429863 ERROR (coreLoadExecutor-1085-thread-2) [    ] o.a.s.c.CoreContainer Error creating core [badSchema2]: Could not load conf for core badSchema2: Can't load schema /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/badSchema2/conf/schema.xml: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 35; columnNumber: 7; The element type "filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2> org.apache.solr.common.SolrException: Could not load conf for core badSchema2: Can't load schema /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/badSchema2/conf/schema.xml: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 35; columnNumber: 7; The element type "filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:86)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:834)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:490)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Can't load schema /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_952118D85F046B29-001/tempDir-002/badSchema2/conf/schema.xml: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 35; columnNumber: 7; The element type "filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:580)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:163)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)


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

]   2> 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:807)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:836)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:490)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]   2> 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:669)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:836)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:490)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> Apr 13, 2016 4:14:22 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Apr 13, 2016 4:14:42 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=2181, name=searcherExecutor-1258-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Apr 13, 2016 4:14:42 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=2181, name=searcherExecutor-1258-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Apr 13, 2016 4:14:45 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=2181, name=searcherExecutor-1258-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ru-RU, timezone=Antarctica/Syowa
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=2,free=226728408,total=509083648
   [junit4]   2> NOTE: All tests run in this JVM: [AsyncCallRequestStatusResponseTest, EchoParamsTest, QueryEqualityTest, SharedFSAutoReplicaFailoverUtilsTest, TestSolr4Spatial, ConnectionReuseTest, TestManagedStopFilterFactory, TestDefaultSearchFieldResource, TestDFISimilarityFactory, TestCustomDocTransformer, TestReplicationHandlerBackup, TestExactSharedStatsCache, ActionThrottleTest, JsonLoaderTest, TestPKIAuthenticationPlugin, DistributedDebugComponentTest, TestSchemaSimilarityResource, CustomCollectionTest, TestShortCircuitedRequests, TestSolrConfigHandler, ZkNodePropsTest, TestBinaryField, JSONWriterTest, TestDistributedSearch, FileBasedSpellCheckerTest, TestLuceneMatchVersion, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=952118D85F046B29 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ru-RU -Dtests.timezone=Antarctica/Syowa -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper, SolrCore, MDCAwareThreadPoolExecutor]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([952118D85F046B29]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:255)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=2181, name=searcherExecutor-1258-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([952118D85F046B29]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=2181, name=searcherExecutor-1258-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([952118D85F046B29]:0)
   [junit4] Completed [91/584 (1!)] on J0 in 150.91s, 8 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 1550 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/common-build.xml:529: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1014: There were test failures: 584 suites (10 ignored), 2356 tests, 3 suite-level errors, 1338 ignored (65 assumptions) [seed: 952118D85F046B29]

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




[JENKINS] Lucene-Solr-Tests-master - Build # 1074 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1074/

3 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
replicaCount expected:<0> but was:<1>

Stack Trace:
java.lang.AssertionError: replicaCount expected:<0> but was:<1>
	at __randomizedtesting.SeedInfo.seed([B7FD5BE87F884C9D:3FA96432D1742165]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testNoConfigSetExist(CollectionsAPIDistributedZkTest.java:602)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:167)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.MultiThreadedOCPTest.test

Error Message:
Error from server at http://127.0.0.1:54337: KeeperErrorCode = Session expired for /overseer/collection-map-completed/mn-3001

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54337: KeeperErrorCode = Session expired for /overseer/collection-map-completed/mn-3001
	at __randomizedtesting.SeedInfo.seed([B7FD5BE87F884C9D:3FA96432D1742165]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.getRequestState(AbstractFullDistribZkTestBase.java:1916)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.getRequestStateAfterCompletion(AbstractFullDistribZkTestBase.java:1896)
	at org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:191)
	at org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:59)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics

Error Message:
Error uploading file /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/hyphenation.dtd to zookeeper path /configs/solrCloudCollectionConfig/hyphenation.dtd

Stack Trace:
java.io.IOException: Error uploading file /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/hyphenation.dtd to zookeeper path /configs/solrCloudCollectionConfig/hyphenation.dtd
	at __randomizedtesting.SeedInfo.seed([B7FD5BE87F884C9D:8A25F5C4476612ED]:0)
	at org.apache.solr.common.cloud.ZkConfigManager$1.visitFile(ZkConfigManager.java:78)
	at org.apache.solr.common.cloud.ZkConfigManager$1.visitFile(ZkConfigManager.java:65)
	at java.nio.file.Files.walkFileTree(Files.java:2670)
	at java.nio.file.Files.walkFileTree(Files.java:2742)
	at org.apache.solr.common.cloud.ZkConfigManager.uploadToZK(ZkConfigManager.java:65)
	at org.apache.solr.common.cloud.ZkConfigManager.uploadConfigDir(ZkConfigManager.java:129)
	at org.apache.solr.cloud.MiniSolrCloudCluster.uploadConfigDir(MiniSolrCloudCluster.java:366)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.createCollection(TestMiniSolrCloudClusterBase.java:91)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:139)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/solrCloudCollectionConfig/hyphenation.dtd
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
	at org.apache.solr.common.cloud.SolrZkClient$10.execute(SolrZkClient.java:503)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:500)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:411)
	at org.apache.solr.common.cloud.ZkConfigManager$1.visitFile(ZkConfigManager.java:75)
	... 48 more




Build Log:
[...truncated 10980 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/init-core-data-001
   [junit4]   2> 529288 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[B7FD5BE87F884C9D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 529288 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[B7FD5BE87F884C9D]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 529289 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 529311 INFO  (Thread-1008) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 529311 INFO  (Thread-1008) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 529399 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.ZkTestServer start zk server on port:54812
   [junit4]   2> 529399 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 529637 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 529653 INFO  (zkCallback-444-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4f1e8477 name:ZooKeeperConnection Watcher:127.0.0.1:54812 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 529653 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 529653 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 529653 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 529655 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 529683 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 529693 INFO  (zkCallback-445-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6bb9e729 name:ZooKeeperConnection Watcher:127.0.0.1:54812/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 529700 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 529700 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 529700 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 529701 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 529702 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 529702 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 529703 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 529703 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 529704 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 529704 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 529705 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 529705 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 529705 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 529705 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 529706 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 529706 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 529707 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 529707 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 529707 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 529708 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 529708 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 529708 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 529709 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 529709 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 529709 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 529710 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 529710 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 529710 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 529786 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001/cores/collection1
   [junit4]   2> 529787 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 529801 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2f62cf51{/,null,AVAILABLE}
   [junit4]   2> 529808 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1bb16591{HTTP/1.1,[http/1.1]}{127.0.0.1:44052}
   [junit4]   2> 529809 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.e.j.s.Server Started @535139ms
   [junit4]   2> 529809 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/tempDir-001/control/data, hostContext=/, hostPort=44052, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001/cores}
   [junit4]   2> 529809 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 529809 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001'
   [junit4]   2> 529809 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 529809 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 529809 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 529823 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 529829 INFO  (zkCallback-446-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@75626351 name:ZooKeeperConnection Watcher:127.0.0.1:54812/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 529829 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 529829 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 529851 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 529851 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001/solr.xml
   [junit4]   2> 529860 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001/cores
   [junit4]   2> 529860 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.CoreContainer New CoreContainer 191226655
   [junit4]   2> 529860 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001]
   [junit4]   2> 529860 WARN  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001/lib
   [junit4]   2> 529860 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] 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,
   [junit4]   2> 529861 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 529879 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 529879 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 529879 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54812/solr
   [junit4]   2> 529879 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 529879 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 529895 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 530139 INFO  (zkCallback-449-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@472addde name:ZooKeeperConnection Watcher:127.0.0.1:54812 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 530140 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 530140 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 530171 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 530175 INFO  (zkCallback-450-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2f4546a8 name:ZooKeeperConnection Watcher:127.0.0.1:54812/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 530175 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 530184 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 530185 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 530187 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 530188 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 530190 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 530191 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 530192 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 530193 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 530194 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 530194 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 530195 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 530195 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 530196 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 530196 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 530197 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95711733996453892-127.0.0.1:44052_-n_0000000000
   [junit4]   2> 530197 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44052_
   [junit4]   2> 530197 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 530197 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.Overseer Overseer (id=95711733996453892-127.0.0.1:44052_-n_0000000000) starting
   [junit4]   2> 530198 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 530224 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 530225 INFO  (OverseerStateUpdate-95711733996453892-127.0.0.1:44052_-n_0000000000) [n:127.0.0.1:44052_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 530226 INFO  (OverseerCollectionConfigSetProcessor-95711733996453892-127.0.0.1:44052_-n_0000000000) [n:127.0.0.1:44052_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 530232 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44052_
   [junit4]   2> 530232 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44052_
   [junit4]   2> 530235 INFO  (zkCallback-450-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 530235 INFO  (OverseerStateUpdate-95711733996453892-127.0.0.1:44052_-n_0000000000) [n:127.0.0.1:44052_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 530236 INFO  (zkCallback-450-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 530239 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 530239 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 530240 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001/cores
   [junit4]   2> 530241 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 530241 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001/cores/collection1
   [junit4]   2> 530241 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 530244 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 530244 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 530245 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 530246 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1
   [junit4]   2> 530246 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:44052_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 530246 INFO  (OverseerStateUpdate-95711733996453892-127.0.0.1:44052_-n_0000000000) [n:127.0.0.1:44052_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44052",
   [junit4]   2>   "node_name":"127.0.0.1:44052_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 530247 INFO  (OverseerStateUpdate-95711733996453892-127.0.0.1:44052_-n_0000000000) [n:127.0.0.1:44052_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44052",
   [junit4]   2>   "node_name":"127.0.0.1:44052_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 530247 INFO  (OverseerStateUpdate-95711733996453892-127.0.0.1:44052_-n_0000000000) [n:127.0.0.1:44052_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 530248 INFO  (OverseerStateUpdate-95711733996453892-127.0.0.1:44052_-n_0000000000) [n:127.0.0.1:44052_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 530250 INFO  (zkCallback-450-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_    ] 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> 531245 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 531246 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 531247 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 531247 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 531248 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 531248 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001/cores/collection1'
   [junit4]   2> 531248 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 531248 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 531249 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 531259 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 531262 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 531280 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 531284 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 531542 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 531547 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 531548 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 531553 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 531554 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 531555 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 531556 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 531556 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1
   [junit4]   2> 531557 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 531557 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 531557 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001/cores/collection1/data/]
   [junit4]   2> 531557 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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@56d4c27
   [junit4]   2> 531560 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001/cores/collection1/data
   [junit4]   2> 531560 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001/cores/collection1/data/index/
   [junit4]   2> 531561 WARN  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 531561 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001/cores/collection1/data/index
   [junit4]   2> 531561 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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=19, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=94.416015625, floorSegmentMB=0.234375, forceMergeDeletesPctAllowed=17.507909495479737, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5023273515222798
   [junit4]   2> 531561 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d163776 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c7bf725),segFN=segments_1,generation=1}
   [junit4]   2> 531561 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 531562 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:44052_ 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-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001/cores/collection1/data/
   [junit4]   2> 531562 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 531564 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 531564 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 531564 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 531564 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 531564 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 531564 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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> 531565 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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> 531565 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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> 531565 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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> 531565 WARN  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 531566 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 531566 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 531567 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 531568 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 531570 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 531570 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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> 531570 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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> 531570 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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> 531571 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 531571 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 531571 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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=41, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=73.998046875, floorSegmentMB=1.591796875, forceMergeDeletesPctAllowed=27.817604465468165, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2799829670533027
   [junit4]   2> 531571 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1d163776 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c7bf725),segFN=segments_1,generation=1}
   [junit4]   2> 531571 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 531571 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@69d563d0[collection1] main]
   [junit4]   2> 531571 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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> 531572 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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> 531572 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 531572 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 531572 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 531572 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 531573 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 531573 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 531573 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 531573 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 531573 INFO  (searcherExecutor-1146-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@69d563d0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 531575 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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> 531575 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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> 531575 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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> 531575 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ 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 1531387746316189696
   [junit4]   2> 531579 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 3.0ms to seed version buckets with highest version 1531387746316189696
   [junit4]   2> 531579 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 531579 INFO  (coreLoadExecutor-1145-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 531580 INFO  (coreZkRegister-1139-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ 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:44052 collection:control_collection shard:shard1
   [junit4]   2> 531583 INFO  (coreZkRegister-1139-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ 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> 531585 INFO  (coreZkRegister-1139-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ 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/95711733996453892-core_node1-n_0000000000
   [junit4]   2> 531585 INFO  (coreZkRegister-1139-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=180000
   [junit4]   2> 531586 INFO  (coreZkRegister-1139-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 531586 INFO  (coreZkRegister-1139-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ 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> 531586 INFO  (coreZkRegister-1139-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44052/collection1/
   [junit4]   2> 531586 INFO  (coreZkRegister-1139-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 531586 INFO  (OverseerStateUpdate-95711733996453892-127.0.0.1:44052_-n_0000000000) [n:127.0.0.1:44052_    ] 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> 531586 INFO  (coreZkRegister-1139-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:44052/collection1/ has no replicas
   [junit4]   2> 531587 INFO  (coreZkRegister-1139-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 531588 INFO  (coreZkRegister-1139-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95711733996453892-core_node1-n_0000000000
   [junit4]   2> 531589 INFO  (coreZkRegister-1139-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ 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:44052/collection1/ shard1
   [junit4]   2> 531590 INFO  (OverseerStateUpdate-95711733996453892-127.0.0.1:44052_-n_0000000000) [n:127.0.0.1:44052_    ] 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:44052",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 531693 INFO  (zkCallback-450-thread-1-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_    ] 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> 531747 INFO  (coreZkRegister-1139-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:44052/collection1/ and leader is http://127.0.0.1:44052/collection1/
   [junit4]   2> 531747 INFO  (coreZkRegister-1139-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ 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:44052
   [junit4]   2> 531747 INFO  (coreZkRegister-1139-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 531747 INFO  (coreZkRegister-1139-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 531747 INFO  (coreZkRegister-1139-thread-1-processing-n:127.0.0.1:44052_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:44052_ 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> 531763 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 531775 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 531776 INFO  (OverseerStateUpdate-95711733996453892-127.0.0.1:44052_-n_0000000000) [n:127.0.0.1:44052_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44052",
   [junit4]   2>   "node_name":"127.0.0.1:44052_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 531776 INFO  (OverseerStateUpdate-95711733996453892-127.0.0.1:44052_-n_0000000000) [n:127.0.0.1:44052_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44052",
   [junit4]   2>   "node_name":"127.0.0.1:44052_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 531795 INFO  (zkCallback-452-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4fe8d39e name:ZooKeeperConnection Watcher:127.0.0.1:54812/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 531799 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 531799 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 531799 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 531843 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 531863 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 531863 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 531863 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 531871 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 531877 INFO  (zkCallback-450-thread-2-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_    ] 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> 531887 INFO  (zkCallback-452-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> 531919 INFO  (zkCallback-453-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@65dc096f name:ZooKeeperConnection Watcher:127.0.0.1:54812/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 531919 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 531919 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 531940 INFO  (OverseerStateUpdate-95711733996453892-127.0.0.1:44052_-n_0000000000) [n:127.0.0.1:44052_    ] 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: 3
   [junit4]   2> 531940 INFO  (OverseerStateUpdate-95711733996453892-127.0.0.1:44052_-n_0000000000) [n:127.0.0.1:44052_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 532039 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/shard-1-001/cores/collection1
   [junit4]   2> 532040 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/shard-1-001
   [junit4]   2> 532040 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 532041 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@62042380{/,null,AVAILABLE}
   [junit4]   2> 532041 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.e.j.s.ServerConnector Started ServerConnector@47fd8d5{HTTP/1.1,[http/1.1]}{127.0.0.1:53305}
   [junit4]   2> 532041 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.e.j.s.Server Started @537371ms
   [junit4]   2> 532041 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=53305, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/shard-1-001/cores}
   [junit4]   2> 532042 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 532042 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/shard-1-001'
   [junit4]   2> 532042 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 532042 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 532042 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 532043 INFO  (OverseerStateUpdate-95711733996453892-127.0.0.1:44052_-n_0000000000) [n:127.0.0.1:44052_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 532045 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 532047 INFO  (zkCallback-454-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@48d3b56a name:ZooKeeperConnection Watcher:127.0.0.1:54812/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 532047 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 532047 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 532048 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 532048 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/shard-1-001/solr.xml
   [junit4]   2> 532052 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/shard-1-001/cores
   [junit4]   2> 532053 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.CoreContainer New CoreContainer 1185839907
   [junit4]   2> 532053 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/shard-1-001]
   [junit4]   2> 532053 WARN  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B7FD5BE87F884C9D-001/shard-1-001/lib
   [junit4]   2> 532053 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] 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,
   [junit4]   2> 532054 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 532055 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 532055 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 532055 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54812/solr
   [junit4]   2> 532055 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 532055 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 532055 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 532059 INFO  (zkCallback-457-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2ca8a6d0 name:ZooKeeperConnection Watcher:127.0.0.1:54812 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 532060 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 532060 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 532062 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:53305_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 532063 INFO  (zkCallback-458-thread-1-processing-n:127.0.0.1:53305_) [n:127.0.0.1:53305_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@56c57c8e name:ZooKeeperConnection Watcher:127.0.0.1:54812/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 532063 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:53305_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 532066 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:53305_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 532067 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:53305_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 532068 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:53305_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 532069 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:53305_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95711733996453897-127.0.0.1:53305_-n_0000000001
   [junit4]   2> 532069 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:53305_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95711733996453892-127.0.0.1:44052_-n_0000000000 to know if I could be the leader
   [junit4]   2> 532069 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:53305_    ] o.a.s.c.ZkController Publish node=127.0.0.1:53305_ as DOWN
   [junit4]   2> 532070 INFO  (OverseerStateUpdate-95711733996453892-127.0.0.1:44052_-n_0000000000) [n:127.0.0.1:44052_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:53305_"} current state version: 3
   [junit4]   2> 532070 INFO  (OverseerStateUpdate-95711733996453892-127.0.0.1:44052_-n_0000000000) [n:127.0.0.1:44052_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:53305_
   [junit4]   2> 532070 INFO  (OverseerStateUpdate-95711733996453892-127.0.0.1:44052_-n_0000000000) [n:127.0.0.1:44052_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 532176 INFO  (zkCallback-450-thread-2-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_    ] 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> 532176 INFO  (zkCallback-458-thread-1-processing-n:127.0.0.1:53305_) [n:127.0.0.1:53305_    ] 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> 532187 INFO  (zkCallback-452-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> 533071 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:53305_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53305_
   [junit4]   2> 533071 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[B7FD5BE87F884C9D]) [n:127.0.0.1:53305_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53305_
   [junit4]   2> 533083 INFO  (zkCallback-450-thread-2-processing-n:127.0.0.1:44052_) [n:127.0.0.1:44052_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 533083 INFO  (zkCallback-458-thread-1-processing-n:127.0.0.1:53305_) [n:127.0.0.1:53305_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - 

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

1310075 INFO  (coreCloseExecutor-3160-thread-6) [n:127.0.0.1:48511_ c:ocptest_shardsplit2 s:shard2 r:core_node4 x:ocptest_shardsplit2_shard2_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_B7FD5BE87F884C9D-001/shard-4-001/cores/ocptest_shardsplit2_shard2_replica1/data/index
   [junit4]   2> 1310075 INFO  (TEST-MultiThreadedOCPTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.Overseer Overseer (id=95711777196736533-127.0.0.1:48511_-n_0000000006) closing
   [junit4]   2> 1310076 INFO  (OverseerStateUpdate-95711777196736533-127.0.0.1:48511_-n_0000000006) [n:127.0.0.1:48511_    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:48511_
   [junit4]   2> 1310076 INFO  (zkCallback-1053-thread-6-processing-n:127.0.0.1:48511_) [n:127.0.0.1:48511_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1311576 WARN  (zkCallback-1053-thread-6-processing-n:127.0.0.1:48511_) [n:127.0.0.1:48511_    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1311588 INFO  (TEST-MultiThreadedOCPTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@28712956{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1311588 INFO  (TEST-MultiThreadedOCPTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@34bd49d3{/,null,UNAVAILABLE}
   [junit4]   2> 1311590 INFO  (TEST-MultiThreadedOCPTest.test-seed#[B7FD5BE87F884C9D]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43330 43330
   [junit4]   2> 1311800 INFO  (Thread-2155) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43330 43330
   [junit4]   2> 1311801 WARN  (Thread-2155) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/aliases.json
   [junit4]   2> 	10	/solr/security.json
   [junit4]   2> 	9	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/clusterstate.json
   [junit4]   2> 	8	/solr/collections/ocptest_shardsplit2/state.json
   [junit4]   2> 	8	/solr/collections/ocptest1/state.json
   [junit4]   2> 	8	/solr/collections/collection1/state.json
   [junit4]   2> 	8	/solr/collections/ocptest3/state.json
   [junit4]   2> 	8	/solr/collections/ocptest2/state.json
   [junit4]   2> 	8	/solr/collections/ocptest4/state.json
   [junit4]   2> 	8	/solr/collections/ocptest_shardsplit/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/95711777196736533-127.0.0.1:48511_-n_0000000006
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MultiThreadedOCPTest -Dtests.method=test -Dtests.seed=B7FD5BE87F884C9D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=Antarctica/McMurdo -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    123s J2 | MultiThreadedOCPTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54337: KeeperErrorCode = Session expired for /overseer/collection-map-completed/mn-3001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B7FD5BE87F884C9D:3FA96432D1742165]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.getRequestState(AbstractFullDistribZkTestBase.java:1916)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.getRequestStateAfterCompletion(AbstractFullDistribZkTestBase.java:1896)
   [junit4]    > 	at org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:191)
   [junit4]    > 	at org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:59)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1311803 INFO  (SUITE-MultiThreadedOCPTest-seed#[B7FD5BE87F884C9D]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_B7FD5BE87F884C9D-001
   [junit4]   2> Apr 12, 2016 7:25:42 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(Lucene60): {}, docValues:{}, maxPointsInLeafNode=786, maxMBSortInHeap=4.654351516286259, sim=ClassicSimilarity, locale=es, timezone=Antarctica/McMurdo
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=65992968,total=507510784
   [junit4]   2> NOTE: All tests run in this JVM: [TestClusterStateMutator, TestDynamicFieldResource, TestFilteredDocIdSet, UnloadDistributedZkTest, DistributedFacetPivotSmallTest, MergeStrategyTest, TestCopyFieldCollectionResource, TestPostingsSolrHighlighter, TestXmlQParser, TestReload, ConnectionManagerTest, DistributedFacetPivotLargeTest, CoreAdminHandlerTest, TestStressReorder, LeaderElectionTest, TestZkChroot, StatsComponentTest, TestDownShardTolerantSearch, StatelessScriptUpdateProcessorFactoryTest, SolrCloudExampleTest, TestStandardQParsers, HdfsRecoverLeaseTest, NoCacheHeaderTest, TestRequestStatusCollectionAPI, TestJmxIntegration, FieldMutatingUpdateProcessorTest, SliceStateTest, BasicDistributedZk2Test, TestReversedWildcardFilterFactory, OverseerTest, TlogReplayBufferedWhileIndexingTest, TermVectorComponentDistributedTest, HighlighterConfigTest, TestXIncludeConfig, TestPHPSerializedResponseWriter, HdfsUnloadDistributedZkTest, BadComponentTest, SSLMigrationTest, TestSerializedLuceneMatchVersion, TestSolrDeletionPolicy1, TestRebalanceLeaders, TestSmileRequest, TestSchemaManager, DistribJoinFromCollectionTest, TestFreeTextSuggestions, OverseerCollectionConfigSetProcessorTest, WrapperMergePolicyFactoryTest, TestReloadDeadlock, TestSort, CurrencyFieldXmlFileTest, TestSolrConfigHandlerConcurrent, TestCollectionAPI, TestCharFilters, LukeRequestHandlerTest, TestOverriddenPrefixQueryForCustomFieldType, TestTestInjection, ParsingFieldUpdateProcessorsTest, TestSolrJ, TestJettySolrRunner, TestSha256AuthenticationProvider, TestTrackingShardHandlerFactory, UpdateParamsTest, RequestHandlersTest, TestConfigSetsAPIZkFailure, TestLeaderInitiatedRecoveryThread, SolrCoreCheckLockOnStartupTest, TestSweetSpotSimilarityFactory, TestUtils, TestPerFieldSimilarity, TestStressRecovery, TestFieldTypeCollectionResource, CollectionStateFormat2Test, DeleteStatusTest, TestExceedMaxTermLength, BadIndexSchemaTest, TestIndexSearcher, TestExtendedDismaxParser, TestDistributedMissingSort, BlockJoinFacetDistribTest, OverseerTaskQueueTest, DateMathParserTest, DirectUpdateHandlerTest, HLLSerializationTest, TestJsonRequest, SampleTest, ShowFileRequestHandlerTest, DirectUpdateHandlerOptimizeTest, AnalyticsMergeStrategyTest, TestLRUStatsCache, SuggesterWFSTTest, BadCopyFieldTest, DocValuesMultiTest, MultiThreadedOCPTest]
   [junit4] Completed [287/584 (3!)] on J2 in 124.21s, 1 test, 1 error <<< FAILURES!

[...truncated 959 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/common-build.xml:529: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1014: There were test failures: 584 suites (10 ignored), 2356 tests, 2 errors, 1 failure, 85 ignored (70 assumptions) [seed: B7FD5BE87F884C9D]

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




[JENKINS] Lucene-Solr-Tests-master - Build # 1073 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1073/

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestCoreDiscovery

Error Message:
ObjectTracker found 4 object(s) that were not released!!! [SolrCore, MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [SolrCore, MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor]
	at __randomizedtesting.SeedInfo.seed([3BA95E80599A5A0B]: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:255)
	at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestCoreDiscovery

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestCoreDiscovery:     1) Thread[id=10722, name=searcherExecutor-4888-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestCoreDiscovery: 
   1) Thread[id=10722, name=searcherExecutor-4888-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([3BA95E80599A5A0B]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestCoreDiscovery

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=10722, name=searcherExecutor-4888-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=10722, name=searcherExecutor-4888-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([3BA95E80599A5A0B]:0)


FAILED:  org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds

Error Message:
soft530 after hard529 but no hard530: 28878220842046166 !<= 28878220828772496

Stack Trace:
java.lang.AssertionError: soft530 after hard529 but no hard530: 28878220842046166 !<= 28878220828772496
	at __randomizedtesting.SeedInfo.seed([3BA95E80599A5A0B:6A7DA700E8E96AAC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds(SoftAutoCommitTest.java:167)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10645 lines...]
   [junit4] Suite: org.apache.solr.update.SoftAutoCommitTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_3BA95E80599A5A0B-001/init-core-data-001
   [junit4]   2> 15578 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 15579 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 15579 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 15579 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 15579 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 15579 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 15579 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 15659 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 15707 WARN  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 15709 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 16166 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 16210 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 16715 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 16727 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 16728 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 16747 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 16749 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 16750 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 16751 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 16751 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 16751 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 16751 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr'
   [junit4]   2> 16751 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 16751 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 16751 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 150515954
   [junit4]   2> 16751 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr]
   [junit4]   2> 16752 WARN  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/lib
   [junit4]   2> 16752 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-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,
   [junit4]   2> 16761 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 16777 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 16777 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 16777 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 16777 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 16778 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_3BA95E80599A5A0B-001/init-core-data-001, shard=shard1}
   [junit4]   2> 16785 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 16786 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 16786 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 16786 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 16786 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 16992 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 16998 WARN  (coreLoadExecutor-44-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 16999 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 17014 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 17022 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 17120 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 17147 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 17148 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 17188 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 17190 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 17191 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 17192 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 17193 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 17193 INFO  (coreLoadExecutor-44-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 17193 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 17194 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_3BA95E80599A5A0B-001/init-core-data-001/]
   [junit4]   2> 17196 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 17197 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_3BA95E80599A5A0B-001/init-core-data-001
   [junit4]   2> 17205 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_3BA95E80599A5A0B-001/init-core-data-001/index/
   [junit4]   2> 17205 WARN  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_3BA95E80599A5A0B-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 17205 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_3BA95E80599A5A0B-001/init-core-data-001/index
   [junit4]   2> 17205 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6813844774274727]
   [junit4]   2> 17245 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@355fa872 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5702c385),segFN=segments_1,generation=1}
   [junit4]   2> 17245 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 17253 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-master/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_3BA95E80599A5A0B-001/init-core-data-001/
   [junit4]   2> 17527 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 17533 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 17533 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 17533 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 17534 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 17534 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 17534 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 17536 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 17536 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 17536 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 17536 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 17536 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 17539 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 17540 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 17540 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 17554 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 17559 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 17577 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 17577 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 17639 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 17639 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 17640 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 17640 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 17640 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17445218763916648]
   [junit4]   2> 17641 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@355fa872 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5702c385),segFN=segments_1,generation=1}
   [junit4]   2> 17641 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 17641 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ff62fe5[collection1] main]
   [junit4]   2> 17642 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 17642 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 17642 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 17642 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 17770 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 18014 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 18014 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 18014 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 18014 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 18014 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1531359239109345280
   [junit4]   2> 18014 INFO  (searcherExecutor-45-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 18037 INFO  (searcherExecutor-45-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 18037 INFO  (searcherExecutor-45-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 18037 INFO  (searcherExecutor-45-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 18037 INFO  (searcherExecutor-45-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 18038 INFO  (searcherExecutor-45-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 18038 INFO  (searcherExecutor-45-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 18039 INFO  (searcherExecutor-45-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 18039 INFO  (searcherExecutor-45-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 18039 INFO  (searcherExecutor-45-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3ff62fe5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 18042 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 27.0ms to seed version buckets with highest version 1531359239109345280
   [junit4]   2> 18042 INFO  (coreLoadExecutor-44-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 18054 INFO  (SUITE-SoftAutoCommitTest-seed#[3BA95E80599A5A0B]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 18062 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSoftAndHardCommitMaxTimeMixedAdds
   [junit4]   2> 18062 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 18062 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 18062 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 18063 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 18063 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 18137 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 18181 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 18182 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 18258 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 18283 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 19088 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 19124 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 19140 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 19162 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 19163 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 19174 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 19176 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 19184 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 19184 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 19189 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_3BA95E80599A5A0B-001/init-core-data-001/]
   [junit4]   2> 19189 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 19193 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_3BA95E80599A5A0B-001/init-core-data-001/index/
   [junit4]   2> 19202 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 19202 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 19202 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 19202 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 19202 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 19203 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 19203 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 19203 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 19203 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 19205 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 19205 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 19205 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 19206 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 19207 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 19208 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 19208 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 19208 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-master/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_3BA95E80599A5A0B-001/init-core-data-001/
   [junit4]   2> 19218 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 19221 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 19222 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 19233 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 19233 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 19241 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4bdde9b2[collection1] main]
   [junit4]   2> 19245 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 19245 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 19245 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 19245 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 19246 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 19250 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 19251 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 19251 INFO  (searcherExecutor-50-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 19251 INFO  (searcherExecutor-50-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 19251 INFO  (searcherExecutor-50-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 19251 INFO  (searcherExecutor-50-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 19252 INFO  (searcherExecutor-50-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 19253 INFO  (searcherExecutor-50-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 19253 INFO  (searcherExecutor-50-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 19258 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 19258 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 19258 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1531359240413773824
   [junit4]   2> 19258 INFO  (searcherExecutor-50-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 19258 INFO  (searcherExecutor-50-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 19258 INFO  (searcherExecutor-50-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4bdde9b2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 19260 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.UpdateLog Took 9.0ms to seed version buckets with highest version 1531359240413773824
   [junit4]   2> 19265 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 19277 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1021870561, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 19286 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@355fa872 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5702c385),segFN=segments_1,generation=1}
   [junit4]   2> 19287 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 19287 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 19287 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@331650b5[collection1] main]
   [junit4]   2> 19288 INFO  (searcherExecutor-50-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@331650b5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 19288 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 19288 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@9efe076
   [junit4]   2> 19288 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 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> 19289 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 19533 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[529 (1531359240447328256)]} 0 243
   [junit4]   2> 20017 INFO  (commitScheduler-53-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 20169 INFO  (commitScheduler-53-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7919c21c[collection1] main]
   [junit4]   2> 20170 INFO  (searcherExecutor-50-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7919c21c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 20172 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[530 (1531359241371123712)]} 0 1
   [junit4]   2> 20177 INFO  (commitScheduler-53-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 20765 INFO  (commitScheduler-53-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 20765 INFO  (commitScheduler-52-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 20821 INFO  (commitScheduler-53-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c57b8ac[collection1] main]
   [junit4]   2> 20829 INFO  (searcherExecutor-50-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1c57b8ac[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1) Uninverting(_1(7.0.0):c1)))}
   [junit4]   2> 20829 INFO  (commitScheduler-52-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@355fa872 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5702c385),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@355fa872 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5702c385),segFN=segments_2,generation=2}
   [junit4]   2> 20829 INFO  (commitScheduler-52-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 20830 INFO  (commitScheduler-52-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@548b3c59[collection1] main]
   [junit4]   2> 20831 INFO  (commitScheduler-52-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 20833 INFO  (searcherExecutor-50-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@548b3c59[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1) Uninverting(_1(7.0.0):c1)))}
   [junit4]   2> 20843 INFO  (commitScheduler-53-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 22030 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testSoftAndHardCommitMaxTimeMixedAdds
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SoftAutoCommitTest -Dtests.method=testSoftAndHardCommitMaxTimeMixedAdds -Dtests.seed=3BA95E80599A5A0B -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fi-FI -Dtests.timezone=HST -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 3.98s J1 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: soft530 after hard529 but no hard530: 28878220842046166 !<= 28878220828772496
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3BA95E80599A5A0B:6A7DA700E8E96AAC]:0)
   [junit4]    > 	at org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds(SoftAutoCommitTest.java:167)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 22047 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testSoftAndHardCommitMaxTimeDelete
   [junit4]   2> 22047 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 22047 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 22048 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 22048 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 22048 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 22122 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 22153 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 22154 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 22235 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 22290 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 22739 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 22771 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 22771 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 22840 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 22842 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 22843 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 22844 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 23016 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 23016 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 23017 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_3BA95E80599A5A0B-001/init-core-data-001/]
   [junit4]   2> 23017 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 23018 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_3BA95E80599A5A0B-001/init-core-data-001/index/
   [junit4]   2> 23030 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-master/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_3BA95E80599A5A0B-001/init-core-data-001/
   [junit4]   2> 23031 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 23031 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 23031 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 23031 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 23031 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 23031 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 23031 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 23031 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 23031 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 23032 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 23032 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 23032 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 23036 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 23038 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 23038 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 23039 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 23041 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 23050 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 23050 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 23050 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 23051 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 23052 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ccc534e[collection1] main]
   [junit4]   2> 23053 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 23054 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 23054 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 23054 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 23055 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 23062 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 23062 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 23062 INFO  (searcherExecutor-54-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 23063 INFO  (searcherExecutor-54-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 23063 INFO  (searcherExecutor-54-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 23063 INFO  (searcherExecutor-54-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 23064 INFO  (searcherExecutor-54-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 23064 INFO  (searcherExecutor-54-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 23064 INFO  (searcherExecutor-54-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 23065 INFO  (searcherExecutor-54-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 23071 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 23072 INFO  (searcherExecutor-54-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 23072 INFO  (searcherExecutor-54-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5ccc534e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1) Uninverting(_1(7.0.0):c1)))}
   [junit4]   2> 23092 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.VersionInfo Found MAX value 1531359241371123712 from Terms for _version_ in index
   [junit4]   2> 23093 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.UpdateLog Took 31.0ms to seed version buckets with highest version 1531359241371123712
   [junit4]   2> 23093 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 23102 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 23105 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@355fa872 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5702c385),segFN=segments_2,generation=2}
   [junit4]   2> 23105 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 23105 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 23111 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7406bd73[collection1] main]
   [junit4]   2> 23112 INFO  (searcherExecutor-54-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7406bd73[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1) Uninverting(_1(7.0.0):c1)))}
   [junit4]   2> 23112 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 23112 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6533091f
   [junit4]   2> 23112 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=3,autocommit maxTime=1200ms,autocommits=1,soft autocommit maxTime=500ms,soft autocommits=2,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=205,transaction_logs_total_number=1}
   [junit4]   2> 23121 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 23169 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[529 (1531359244466520064)]} 0 46
   [junit4]   2> 23170 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 23186 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@355fa872 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5702c385),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@355fa872 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5702c385),segFN=segments_3,generation=3}
   [junit4]   2> 23186 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 23187 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@25e94b0c[collection1] main]
   [junit4]   2> 23190 INFO  (searcherExecutor-54-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@25e94b0c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c1) Uninverting(_2(7.0.0):c1)))}
   [junit4]   2> 23191 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 23191 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 21
   [junit4]   2> 23195 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[529 (-1531359244538871808)]} 0 2
   [junit4]   2> 23697 INFO  (commitScheduler-57-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 23704 INFO  (commitScheduler-57-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ac29a4d[collection1] main]
   [junit4]   2> 23704 INFO  (searcherExecutor-54-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3ac29a4d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c1)))}
   [junit4]   2> 23709 INFO  (commitScheduler-57-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 23714 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[550 (1531359245080985600)]} 0 5
   [junit4]   2> 24214 INFO  (commitScheduler-57-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 24236 INFO  (commitScheduler-57-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6148c657[collection1] main]
   [junit4]   2> 24237 INFO  (searcherExecutor-54-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6148c657[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c1) Uninverting(_3(7.0.0):c1)))}
   [junit4]   2> 24237 INFO  (commitScheduler-57-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 24395 INFO  (commitScheduler-56-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 24408 INFO  (commitScheduler-56-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@355fa872 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5702c385),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@355fa872 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5702c385),segFN=segments_4,generation=4}
   [junit4]   2> 24408 INFO  (commitScheduler-56-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 24415 INFO  (commitScheduler-56-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f7fb125[collection1] main]
   [junit4]   2> 24419 INFO  (searcherExecutor-54-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@f7fb125[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c1) Uninverting(_3(7.0.0):c1)))}
   [junit4]   2> 24419 INFO  (commitScheduler-56-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 26414 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testSoftAndHardCommitMaxTimeDelete
   [junit4]   2> 26417 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testSoftAndHardCommitMaxTimeRapidAdds
   [junit4]   2> 26417 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 26417 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 26417 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 26417 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 26417 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 26488 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 26493 WARN  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 26494 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 26570 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 26589 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 26817 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 26822 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 26822 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 26827 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 26832 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 26834 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 26835 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 26838 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 26838 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 26838 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_3BA95E80599A5A0B-001/init-core-data-001/]
   [junit4]   2> 26838 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 26838 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_3BA95E80599A5A0B-001/init-core-data-001/index/
   [junit4]   2> 26840 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 26840 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 26840 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 26840 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 26840 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 26840 INFO  (TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[3BA95E80599A5A0B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 26840 INFO  (TEST-S

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

search.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Apr 12, 2016 12:09:25 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestCoreDiscovery: 
   [junit4]   2>    1) Thread[id=10722, name=searcherExecutor-4888-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Apr 12, 2016 12:09:25 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=10722, name=searcherExecutor-4888-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]
   [junit4]   2> Apr 12, 2016 12:09:28 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=10722, name=searcherExecutor-4888-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1047, maxMBSortInHeap=4.0099399983378055, sim=ClassicSimilarity, locale=fi, timezone=Asia/Thimphu
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=2,free=138422200,total=524812288
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsSyncSliceTest, TestLRUStatsCache, TestSolrQueryParser, TestExceedMaxTermLength, TestDownShardTolerantSearch, ParsingFieldUpdateProcessorsTest, TestRequestStatusCollectionAPI, RecoveryZkTest, TestAuthorizationFramework, RequestHandlersTest, TestJettySolrRunner, AddSchemaFieldsUpdateProcessorFactoryTest, SuggesterWFSTTest, TestOrdValues, TestClassicSimilarityFactory, PrimitiveFieldTypeTest, WrapperMergePolicyFactoryTest, AutoCommitTest, TestSortingResponseWriter, TestRawResponseWriter, TestSchemaResource, TestReversedWildcardFilterFactory, HdfsUnloadDistributedZkTest, TestSolrCloudWithKerberosAlt, TestExtendedDismaxParser, DirectUpdateHandlerTest, CoreMergeIndexesAdminHandlerTest, TlogReplayBufferedWhileIndexingTest, TestBulkSchemaConcurrent, HdfsLockFactoryTest, TestXmlQParser, TestFilteredDocIdSet, CachingDirectoryFactoryTest, CdcrUpdateLogTest, BinaryUpdateRequestHandlerTest, TestReloadDeadlock, FieldAnalysisRequestHandlerTest, SliceStateTest, UnloadDistributedZkTest, TestSha256AuthenticationProvider, TestSolrXml, DateMathParserTest, TestSolrConfigHandlerConcurrent, TestElisionMultitermQuery, TestClusterStateMutator, MultiThreadedOCPTest, TestSuggestSpellingConverter, TestRestManager, ForceLeaderTest, TestSweetSpotSimilarityFactory, SegmentsInfoRequestHandlerTest, TestCopyFieldCollectionResource, CdcrRequestHandlerTest, LukeRequestHandlerTest, DeleteLastCustomShardedReplicaTest, TestRebalanceLeaders, OverseerCollectionConfigSetProcessorTest, TestInitParams, DirectUpdateHandlerOptimizeTest, DirectSolrConnectionTest, TestCharFilters, TestPHPSerializedResponseWriter, TestXIncludeConfig, XmlUpdateRequestHandlerTest, LeaderInitiatedRecoveryOnCommitTest, DeleteStatusTest, TestFastWriter, MergeStrategyTest, TestLeaderInitiatedRecoveryThread, RegexBoostProcessorTest, SuggesterTest, LeaderElectionTest, TestTestInjection, UpdateParamsTest, TestStressRecovery, TestTolerantSearch, TestRecovery, ClusterStateTest, TestJmxMonitoredMap, CollectionStateFormat2Test, TestJsonRequest, BitVectorTest, ShowFileRequestHandlerTest, TestRestoreCore, DistribJoinFromCollectionTest, CircularListTest, CleanupOldIndexTest, TestDistribIDF, DistributedFacetPivotSmallTest, OverseerTest, PluginInfoTest, SpatialHeatmapFacetsTest, SyncSliceTest, TestReplicationHandler, TestDistributedSearch, TestStressReorder, TestStressVersions, DistributedTermsComponentTest, TestSolr4Spatial, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, TestSort, TestIndexSearcher, HighlighterTest, TestCoreDiscovery]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCoreDiscovery -Dtests.seed=3BA95E80599A5A0B -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fi -Dtests.timezone=Asia/Thimphu -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | TestCoreDiscovery (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [SolrCore, MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3BA95E80599A5A0B]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:255)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestCoreDiscovery: 
   [junit4]    >    1) Thread[id=10722, name=searcherExecutor-4888-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3BA95E80599A5A0B]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=10722, name=searcherExecutor-4888-thread-1, state=WAITING, group=TGRP-TestCoreDiscovery]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3BA95E80599A5A0B]:0)
   [junit4] Completed [427/584 (2!)] on J2 in 148.34s, 12 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 497 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/common-build.xml:529: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1014: There were test failures: 584 suites (10 ignored), 2356 tests, 3 suite-level errors, 1 failure, 511 ignored (66 assumptions) [seed: 3BA95E80599A5A0B]

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




[JENKINS] Lucene-Solr-Tests-master - Build # 1072 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1072/

1 tests failed.
FAILED:  org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy

Error Message:
Could not find collection : c1

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : c1
	at __randomizedtesting.SeedInfo.seed([6CE2E3FC00E2A64B:7AD438179ED7B71]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:134)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy(ZkStateReaderTest.java:45)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12164 lines...]
   [junit4] Suite: org.apache.solr.cloud.overseer.ZkStateReaderTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.overseer.ZkStateReaderTest_6CE2E3FC00E2A64B-001/init-core-data-001
   [junit4]   2> 2275796 INFO  (SUITE-ZkStateReaderTest-seed#[6CE2E3FC00E2A64B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2275810 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelay
   [junit4]   2> 2275810 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2275818 INFO  (Thread-4714) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2275819 INFO  (Thread-4714) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2275918 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.ZkTestServer start zk server on port:49697
   [junit4]   2> 2275918 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2275926 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2275938 INFO  (zkCallback-2156-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1920b0fb name:ZooKeeperConnection Watcher:127.0.0.1:49697 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2275942 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2275942 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2275966 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2275982 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2275994 INFO  (zkCallback-2157-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5f3e12bc name:ZooKeeperConnection Watcher:127.0.0.1:49697 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2275994 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2275994 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2275994 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2276015 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2276016 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2276016 INFO  (zkCallback-2158-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3ae1d7b name:ZooKeeperConnection Watcher:127.0.0.1:49697/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2276016 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2276016 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2276017 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2276019 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2276020 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2276021 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2276021 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2276022 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2276022 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2276022 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 2276023 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 2276023 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 2276023 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2276023 INFO  (zkCallback-2158-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2276026 INFO  (zkCallback-2158-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2276027 INFO  (zkCallback-2158-thread-1) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 2276082 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2276094 INFO  (zkCallback-2158-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2276106 INFO  (zkCallback-2158-thread-2) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 2276170 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49697 49697
   [junit4]   2> 2276562 INFO  (Thread-4714) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49697 49697
   [junit4]   2> 2276563 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelay
   [junit4]   2> 2276571 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExternalCollectionWatchedNotWatched
   [junit4]   2> 2276571 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2276573 INFO  (Thread-4715) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2276573 INFO  (Thread-4715) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2276673 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.ZkTestServer start zk server on port:34616
   [junit4]   2> 2276674 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2276681 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2276694 INFO  (zkCallback-2159-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@645e9772 name:ZooKeeperConnection Watcher:127.0.0.1:34616 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2276698 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2276698 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2276726 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2276738 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2276758 INFO  (zkCallback-2160-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7b1ea330 name:ZooKeeperConnection Watcher:127.0.0.1:34616 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2276758 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2276758 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2276758 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2276811 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2276822 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2276834 INFO  (zkCallback-2161-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@16c131b9 name:ZooKeeperConnection Watcher:127.0.0.1:34616/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2276838 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2276838 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2276838 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2276839 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2276839 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2276839 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2276840 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2276840 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2276841 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2276841 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2276842 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2276842 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 2276842 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 2276842 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader Removing watch for uninteresting collection [c1]
   [junit4]   2> 2276843 ERROR (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]-EventThread) [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$6/618640394@448640ab rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@40b9cce3[Shutting down, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 2276846 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34616 34616
   [junit4]   2> 2276993 INFO  (Thread-4715) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34616 34616
   [junit4]   2> 2276994 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testExternalCollectionWatchedNotWatched
   [junit4]   2> 2276999 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 2277000 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2277002 INFO  (Thread-4716) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2277002 INFO  (Thread-4716) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2277102 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.ZkTestServer start zk server on port:48766
   [junit4]   2> 2277102 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2277102 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2277107 INFO  (zkCallback-2162-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@72cb9084 name:ZooKeeperConnection Watcher:127.0.0.1:48766 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2277107 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2277107 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2277108 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2277108 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2277109 INFO  (zkCallback-2163-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c13a87e name:ZooKeeperConnection Watcher:127.0.0.1:48766 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2277109 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2277109 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2277109 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2277112 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2277113 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2277118 INFO  (zkCallback-2164-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2308617e name:ZooKeeperConnection Watcher:127.0.0.1:48766/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2277118 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2277118 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2277122 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2277142 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2277158 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2277182 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2277202 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2277210 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2277226 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2277234 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2277250 INFO  (zkCallback-2164-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2277276 INFO  (zkCallback-2164-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2277310 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2277311 INFO  (zkCallback-2164-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2277366 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48766 48766
   [junit4]   2> 2277621 INFO  (Thread-4716) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48766 48766
   [junit4]   2> 2277622 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 2277635 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 2277636 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2277642 INFO  (Thread-4717) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2277642 INFO  (Thread-4717) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2277742 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.ZkTestServer start zk server on port:52285
   [junit4]   2> 2277742 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2277758 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2277774 INFO  (zkCallback-2165-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2384752e name:ZooKeeperConnection Watcher:127.0.0.1:52285 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2277774 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2277775 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2277790 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2277802 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2277814 INFO  (zkCallback-2166-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1563b447 name:ZooKeeperConnection Watcher:127.0.0.1:52285 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2277816 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2277816 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2277816 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2277822 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2277838 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2277846 INFO  (zkCallback-2167-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@207f04e6 name:ZooKeeperConnection Watcher:127.0.0.1:52285/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2277848 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2277848 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2277848 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2277849 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2277849 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2277850 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2277850 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2277850 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2277851 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2277851 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 2277851 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 2277851 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 2277851 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2277852 INFO  (zkCallback-2167-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2277853 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2277853 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 2277874 INFO  (zkCallback-2167-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2277874 WARN  (zkCallback-2167-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /clusterstate.json]
   [junit4]   2> 2277878 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52285 52285
   [junit4]   2> 2278290 INFO  (Thread-4717) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52285 52285
   [junit4]   2> 2278293 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 2278330 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 2278330 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2278334 INFO  (Thread-4718) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2278334 INFO  (Thread-4718) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2278438 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.ZkTestServer start zk server on port:41996
   [junit4]   2> 2278438 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2278446 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2278470 INFO  (zkCallback-2168-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d45715 name:ZooKeeperConnection Watcher:127.0.0.1:41996 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2278470 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2278470 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2278474 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2278475 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2278478 INFO  (zkCallback-2169-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@62c7d11d name:ZooKeeperConnection Watcher:127.0.0.1:41996 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2278478 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2278478 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2278478 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2278482 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2278493 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2278502 INFO  (zkCallback-2170-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3398a5ff name:ZooKeeperConnection Watcher:127.0.0.1:41996/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2278502 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2278502 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2278502 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2278503 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2278503 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2278504 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2278504 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2278504 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2278505 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2278505 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 2278510 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 2278512 INFO  (zkCallback-2170-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2278512 INFO  (zkCallback-2170-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2278518 WARN  (zkCallback-2170-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /clusterstate.json]
   [junit4]   2> 2278518 WARN  (zkCallback-2170-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /collections]
   [junit4]   2> 2278522 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41996 41996
   [junit4]   2> 2278704 INFO  (Thread-4718) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41996 41996
   [junit4]   2> 2278710 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[6CE2E3FC00E2A64B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkStateReaderTest -Dtests.method=testStateFormatUpdateWithExplicitRefreshLazy -Dtests.seed=6CE2E3FC00E2A64B -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fr-CA -Dtests.timezone=Indian/Reunion -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.42s J0 | ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not find collection : c1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6CE2E3FC00E2A64B:7AD438179ED7B71]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
   [junit4]    > 	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:134)
   [junit4]    > 	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy(ZkStateReaderTest.java:45)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2278712 INFO  (SUITE-ZkStateReaderTest-seed#[6CE2E3FC00E2A64B]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.overseer.ZkStateReaderTest_6CE2E3FC00E2A64B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1627, maxMBSortInHeap=4.870087755391486, sim=ClassicSimilarity, locale=fr-CA, timezone=Indian/Reunion
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=72495392,total=524812288
   [junit4]   2> NOTE: All tests run in this JVM: [JSONWriterTest, TestConfigSetsAPI, TestIntervalFaceting, TestCrossCoreJoin, TestRandomDVFaceting, EnumFieldTest, LeaderInitiatedRecoveryOnShardRestartTest, ConcurrentDeleteAndCreateCollectionTest, LeaderElectionIntegrationTest, TestHashQParserPlugin, SaslZkACLProviderTest, TestSchemaSimilarityResource, TestCustomDocTransformer, DistribCursorPagingTest, SuggestComponentContextFilterQueryTest, DistributedFacetPivotLongTailTest, SolrRequestParserTest, TestLuceneMatchVersion, URLClassifyProcessorTest, TestNRTOpen, PeerSyncTest, DistributedDebugComponentTest, TestFaceting, XsltUpdateRequestHandlerTest, TestRTimerTree, TestSolrConfigHandler, BasicDistributedZkTest, SharedFSAutoReplicaFailoverUtilsTest, DefaultValueUpdateProcessorTest, PingRequestHandlerTest, TriLevelCompositeIdRoutingTest, TestRemoteStreaming, BasicAuthIntegrationTest, HdfsRecoveryZkTest, TestDefaultSearchFieldResource, TestUseDocValuesAsStored, TestReplicationHandler, TestExpandComponent, TestCSVLoader, TestFoldingMultitermQuery, TestCryptoKeys, UUIDFieldTest, JavabinLoaderTest, SolrXmlInZkTest, HttpPartitionTest, TestCollationFieldDocValues, TestSortByMinMaxFunction, TestPKIAuthenticationPlugin, ReturnFieldsTest, TestBulkSchemaAPI, TestLazyCores, TestSearcherReuse, OutOfBoxZkACLAndCredentialsProvidersTest, DataDrivenBlockJoinTest, HLLUtilTest, TestExactSharedStatsCache, SignatureUpdateProcessorFactoryTest, TestBadConfig, TestCloudInspectUtil, SystemInfoHandlerTest, TestImplicitCoreProperties, AtomicUpdatesTest, TestSolr4Spatial, BigEndianAscendingWordDeserializerTest, RankQueryTest, TestHighlightDedupGrouping, DocumentAnalysisRequestHandlerTest, PrimUtilsTest, TestConfigSetProperties, HdfsThreadLeakTest, DistributedQueueTest, DateFieldTest, ResponseLogComponentTest, IndexSchemaRuntimeFieldTest, SynonymTokenizerTest, TestCustomSort, TestAtomicUpdateErrorCases, TestShortCircuitedRequests, TestSQLHandler, TestDFISimilarityFactory, AsyncCallRequestStatusResponseTest, SOLR749Test, TestQueryWrapperFilter, CdcrReplicationDistributedZkTest, ExplicitHLLTest, TestBinaryField, TestRangeQuery, TestCloudManagedSchema, DeleteReplicaTest, DistributedSpellCheckComponentTest, ExternalFileFieldSortTest, BufferStoreTest, ActionThrottleTest, TestFieldTypeResource, TestValueSourceCache, ResponseHeaderTest, AnalyticsQueryTest, ChaosMonkeySafeLeaderTest, SyncSliceTest, TestRandomFaceting, TestZkChroot, ZkCLITest, AutoCommitTest, TestDistributedGrouping, TestRecovery, TestHashPartitioner, TestRealTimeGet, TestJoin, TestCoreContainer, SimpleFacetsTest, SpellCheckComponentTest, QueryElevationComponentTest, TestFunctionQuery, DirectUpdateHandlerTest, SoftAutoCommitTest, CurrencyFieldXmlFileTest, AnalysisAfterCoreReloadTest, DocValuesTest, DistanceFunctionTest, SolrInfoMBeanTest, CacheHeaderTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, FileBasedSpellCheckerTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, TestSolrQueryParser, SolrPluginUtilsTest, TestJmxIntegration, QueryParsingTest, JsonLoaderTest, TestComponentsName, TestLFUCache, TestMergePolicyConfig, MultiTermTest, TestDocSet, MinimalSchemaTest, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestJmxMonitoredMap, ResourceLoaderTest, TestFastOutputStream, TestFastLRUCache, PreAnalyzedFieldTest, TestSystemIdResolver, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestLRUCache, ZkNodePropsTest, SliceStateTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, SolrTestCaseJ4Test, TestDistributedMissingSort, ConnectionReuseTest, CloudExitableDirectoryReaderTest, CollectionTooManyReplicasTest, CustomCollectionTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, SSLMigrationTest, SimpleCollectionCreateDeleteTest, TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, TestMiniSolrCloudCluster, TlogReplayBufferedWhileIndexingTest, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, TestClusterStateMutator, ZkStateReaderTest]
   [junit4] Completed [477/584 (1!)] on J0 in 2.97s, 5 tests, 1 error <<< FAILURES!

[...truncated 352 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/common-build.xml:529: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1014: There were test failures: 584 suites (10 ignored), 2356 tests, 1 error, 85 ignored (70 assumptions) [seed: 6CE2E3FC00E2A64B]

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