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/08/11 00:50:34 UTC

[JENKINS] Lucene-Solr-Tests-6.x - Build # 396 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/396/

1 tests failed.
FAILED:  org.apache.solr.update.AutoCommitTest.testMaxDocs

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([D50454635379F4AB:6C8582BC7F93F021]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:783)
	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:198)
	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:14&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:776)
	... 40 more




Build Log:
[...truncated 11320 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001
   [junit4]   2> 870251 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 870252 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 870252 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 870253 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 870253 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
   [junit4]   2> 870253 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 870253 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 870286 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 870294 WARN  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 870296 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 870318 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 870333 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 870426 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 870434 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 870435 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 870439 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 870441 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 870444 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 870444 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 870444 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 870444 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
   [junit4]   2> 870444 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr'
   [junit4]   2> 870444 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 870445 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
   [junit4]   2> 870445 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1244325476
   [junit4]   2> 870445 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr]
   [junit4]   2> 870445 WARN  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/lib
   [junit4]   2> 870445 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 870447 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 870448 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 870448 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 870448 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 870448 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 870449 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-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-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001, shard=shard1}
   [junit4]   2> 870450 INFO  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 870452 INFO  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 870452 INFO  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
   [junit4]   2> 870452 INFO  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 870452 INFO  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 870477 INFO  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 870485 WARN  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 870487 INFO  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 870508 INFO  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 870518 INFO  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 870605 INFO  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 870610 INFO  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 870611 INFO  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 870615 INFO  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 870617 INFO  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 870619 INFO  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 870619 INFO  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 870621 INFO  (coreLoadExecutor-1089-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-6.x/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 870621 INFO  (coreLoadExecutor-1089-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 870621 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 870621 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/]
   [junit4]   2> 870621 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3562ac24
   [junit4]   2> 870622 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/snapshot_metadata
   [junit4]   2> 870622 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 870622 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001
   [junit4]   2> 870622 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/index/
   [junit4]   2> 870622 WARN  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 870622 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/index
   [junit4]   2> 870623 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=79.3330078125, floorSegmentMB=1.41015625, forceMergeDeletesPctAllowed=23.54881664822093, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7920433276542043
   [junit4]   2> 870624 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@495301b1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bbf547),segFN=segments_1,generation=1}
   [junit4]   2> 870624 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 870625 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-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/
   [junit4]   2> 870629 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 870629 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 870629 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 870629 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 870629 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 870629 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 870629 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 870630 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 870630 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 870630 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 870630 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 870630 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 870632 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 870633 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 870634 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 870635 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 870640 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 870641 INFO  (coreLoadExecutor-1089-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,/graph,/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> 870641 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 870642 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 870642 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 870643 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 870643 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 870643 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=49.6083984375, floorSegmentMB=1.2275390625, forceMergeDeletesPctAllowed=6.9968979117747185, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.41130941349067474
   [junit4]   2> 870643 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@495301b1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bbf547),segFN=segments_1,generation=1}
   [junit4]   2> 870643 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 870643 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3e891806[collection1] main]
   [junit4]   2> 870644 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 870644 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 870644 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 870644 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 870652 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 870679 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 870679 INFO  (searcherExecutor-1090-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 870680 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 870680 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 870680 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 870681 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1542323489115996160
   [junit4]   2> 870681 INFO  (searcherExecutor-1090-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 870681 INFO  (searcherExecutor-1090-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 870681 INFO  (searcherExecutor-1090-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 870681 INFO  (searcherExecutor-1090-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 870681 INFO  (searcherExecutor-1090-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 870682 INFO  (searcherExecutor-1090-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 870682 INFO  (searcherExecutor-1090-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 870682 INFO  (searcherExecutor-1090-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 870683 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1542323489115996160
   [junit4]   2> 870683 INFO  (coreLoadExecutor-1089-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 870683 INFO  (searcherExecutor-1090-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3e891806[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 870684 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 870687 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 870689 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1542323489122287616)} 0 2
   [junit4]   2> 870691 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 870692 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 870692 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
   [junit4]   2> 870692 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 870692 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 870720 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 870728 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 870730 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 870752 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 870759 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 870850 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 870856 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 870857 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 870861 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 870862 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 870864 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 870864 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 870866 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] 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-6.x/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 870866 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 870867 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/]
   [junit4]   2> 870867 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3562ac24
   [junit4]   2> 870867 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 870867 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/index/
   [junit4]   2> 870868 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-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/
   [junit4]   2> 870873 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 870873 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 870873 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 870873 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 870873 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 870874 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 870874 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 870874 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 870874 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 870874 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 870874 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 870874 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 870876 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 870877 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 870878 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 870879 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 870886 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 870888 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    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,/graph,/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> 870888 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 870889 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 870889 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 870889 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@272201db[collection1] main]
   [junit4]   2> 870889 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 870889 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 870889 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 870890 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 870890 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 870893 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 870893 INFO  (searcherExecutor-1095-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 870894 INFO  (searcherExecutor-1095-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 870894 INFO  (searcherExecutor-1095-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 870894 INFO  (searcherExecutor-1095-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 870894 INFO  (searcherExecutor-1095-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 870894 INFO  (searcherExecutor-1095-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 870895 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 870895 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 870895 INFO  (searcherExecutor-1095-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 870895 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 870895 INFO  (searcherExecutor-1095-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 870895 INFO  (searcherExecutor-1095-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 870896 INFO  (searcherExecutor-1095-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@272201db[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 870897 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1542323489122287616
   [junit4]   2> 870897 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 870898 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=78.5966796875, floorSegmentMB=0.3779296875, forceMergeDeletesPctAllowed=12.219535671537598, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.820779007677437
   [junit4]   2> 870898 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@495301b1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bbf547),segFN=segments_1,generation=1}
   [junit4]   2> 870899 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 870899 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 870899 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4faebc9[collection1] main]
   [junit4]   2> 870899 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 870899 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@60f06879
   [junit4]   2> 870899 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    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> 870899 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 870900 INFO  (searcherExecutor-1095-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4faebc9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 870912 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1542323489356120064)]} 0 1
   [junit4]   2> 870912 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    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> 874914 INFO  (commitScheduler-1098-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> 874929 INFO  (commitScheduler-1098-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@27d008f2[collection1] main]
   [junit4]   2> 874930 INFO  (searcherExecutor-1095-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@27d008f2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):c1)))}
   [junit4]   2> 874939 INFO  (commitScheduler-1098-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 875166 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1542323493818859520)]} 0 4256
   [junit4]   2> 875167 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 875168 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 (-1542323493819908096)]} 0 4258
   [junit4]   2> 875168 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    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=1 status=0 QTime=0
   [junit4]   2> 876168 INFO  (commitScheduler-1098-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> 876176 INFO  (commitScheduler-1098-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@39c4b0b7[collection1] main]
   [junit4]   2> 876176 INFO  (commitScheduler-1098-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 876177 INFO  (searcherExecutor-1095-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@39c4b0b7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.2.0):c1)))}
   [junit4]   2> 876420 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    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> 876421 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 876422 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323495134822400)]} 0 5512
   [junit4]   2> 876423 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323495135870976)]} 0 5512
   [junit4]   2> 876423 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323495136919552)]} 0 5513
   [junit4]   2> 876423 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323495136919553)]} 0 5513
   [junit4]   2> 876423 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323495136919554)]} 0 5513
   [junit4]   2> 876424 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323495136919555)]} 0 5514
   [junit4]   2> 876424 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323495137968128)]} 0 5514
   [junit4]   2> 876424 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323495137968129)]} 0 5514
   [junit4]   2> 876424 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323495137968130)]} 0 5514
   [junit4]   2> 876425 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323495137968131)]} 0 5515
   [junit4]   2> 876425 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 876425 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1542323495139016704)]} 0 5515
   [junit4]   2> 876426 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1542323495140065280)]} 0 5516
   [junit4]   2> 876426 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1542323495140065281)]} 0 5516
   [junit4]   2> 876426 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1542323495140065282)]} 0 5516
   [junit4]   2> 876426 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1542323495140065283)]} 0 5516
   [junit4]   2> 876427 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1542323495140065284)]} 0 5516
   [junit4]   2> 876427 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1542323495141113856)]} 0 5517
   [junit4]   2> 876427 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1542323495141113857)]} 0 5517
   [junit4]   2> 876427 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1542323495141113858)]} 0 5517
   [junit4]   2> 876427 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1542323495141113859)]} 0 5517
   [junit4]   2> 876427 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 877426 INFO  (commitScheduler-1098-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> 877432 INFO  (commitScheduler-1098-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@733edc3f[collection1] main]
   [junit4]   2> 877432 INFO  (commitScheduler-1098-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 877434 INFO  (searcherExecutor-1095-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@733edc3f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.2.0):c10/9:delGen=1)))}
   [junit4]   2> 877679 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 877680 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 877680 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 877684 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 877687 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e0bf867[collection1] realtime]
   [junit4]   2> 877687 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1542323496459173888)} 0 2
   [junit4]   2> 877688 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 877688 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 877688 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
   [junit4]   2> 877688 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 877688 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 877716 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 877724 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 877726 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 877755 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 877760 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 877850 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 877856 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 877857 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 877861 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 877862 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 877864 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 877864 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 877866 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    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-6.x/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 877866 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 877867 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/]
   [junit4]   2> 877867 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3562ac24
   [junit4]   2> 877867 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 877867 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/index/
   [junit4]   2> 877868 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-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/
   [junit4]   2> 877874 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 877874 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 877874 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 877874 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 877874 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 877874 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 877874 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 877874 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 877874 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 877875 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 877875 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 877875 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 877877 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 877878 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 877879 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 877880 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 877887 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 877890 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    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,/graph,/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> 877890 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 877890 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 877890 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 877891 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2df2cc4a[collection1] main]
   [junit4]   2> 877891 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 877891 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 877891 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 877891 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 877892 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 877895 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 877896 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 877898 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 877898 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 877899 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 877900 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.UpdateLog Took 3.0ms to seed version buckets with highest version 1542323496459173888
   [junit4]   2> 877900 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 877900 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@495301b1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bbf547),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@495301b1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bbf547),segFN=segments_2,generation=2}
   [junit4]   2> 877900 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 877901 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=19.2626953125, floorSegmentMB=2.1220703125, forceMergeDeletesPctAllowed=11.02681059165044, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8714435367222273
   [junit4]   2> 877901 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@495301b1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bbf547),segFN=segments_2,generation=2}
   [junit4]   2> 877901 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 877901 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 877901 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
   [junit4]   2> 877902 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 877902 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 877902 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7acb50aa[collection1] main]
   [junit4]   2> 877902 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 877902 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 877902 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3f3161c4
   [junit4]   2> 877902 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 877902 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=12,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=12,cumulative_deletesById=11,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 877902 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 877903 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 877903 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 877903 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 877904 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 877905 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2df2cc4a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 877905 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 877905 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 877905 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 877905 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 877906 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 877906 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 877906 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 877907 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 877907 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 877908 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7acb50aa[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 877913 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1542323496698249216)]} 0 1
   [junit4]   2> 877914 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    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> 878914 INFO  (commitScheduler-1102-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> 878920 INFO  (commitScheduler-1102-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b822a06[collection1] main]
   [junit4]   2> 878921 INFO  (commitScheduler-1102-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 878922 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1b822a06[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.2.0):c1)))}
   [junit4]   2> 879166 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1542323498012114944)]} 0 1254
   [junit4]   2> 879167 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    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=1 status=0 QTime=0
   [junit4]   2> 879168 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 879168 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[529 (-1542323498015260672)]} 0 0
   [junit4]   2> 879169 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    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=1 status=0 QTime=0
   [junit4]   2> 880166 INFO  (commitScheduler-1102-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> 880171 INFO  (commitScheduler-1102-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@56735c70[collection1] main]
   [junit4]   2> 880172 INFO  (commitScheduler-1102-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 880173 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@56735c70[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.2.0):c1)))}
   [junit4]   2> 880421 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 (1542323499328077824)]} 0 2509
   [junit4]   2> 880421 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    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> 880422 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323499330174976)]} 0 2510
   [junit4]   2> 880423 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323499331223552)]} 0 2510
   [junit4]   2> 880423 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323499331223553)]} 0 2510
   [junit4]   2> 880423 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323499331223554)]} 0 2511
   [junit4]   2> 880423 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323499331223555)]} 0 2511
   [junit4]   2> 880424 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323499332272128)]} 0 2511
   [junit4]   2> 880424 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323499332272129)]} 0 2511
   [junit4]   2> 880424 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323499332272130)]} 0 2512
   [junit4]   2> 880425 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323499332272131)]} 0 2512
   [junit4]   2> 880425 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1542323499333320704)]} 0 2512
   [junit4]   2> 880425 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 881424 INFO  (commitScheduler-1102-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> 881441 INFO  (commitScheduler-1102-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5adb1f44[collection1] main]
   [junit4]   2> 881443 INFO  (searcherExecutor-1099-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5adb1f44[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.2.0):c1) Uninverting(_5(6.2.0):c11/9:delGen=1)))}
   [junit4]   2> 881443 INFO  (commitScheduler-1102-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 881677 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 (1542323500645089280)]} 0 3765
   [junit4]   2> 881677 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 881678 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 881681 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 881689 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7f408170[collection1] realtime]
   [junit4]   2> 881689 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1542323500650332160)} 0 8
   [junit4]   2> 881690 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 881690 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 881690 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr
   [junit4]   2> 881690 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 881690 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 881715 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 881722 WARN  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 881724 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 881746 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 881750 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 881830 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 881838 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 881842 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 881846 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 881847 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 881849 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 881849 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 881851 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    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-6.x/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 881851 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 881851 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/]
   [junit4]   2> 881851 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3562ac24
   [junit4]   2> 881852 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 881852 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/index/
   [junit4]   2> 881853 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-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/
   [junit4]   2> 881857 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 881860 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[D50454635379F4AB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorCh

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

[junit4]   2> 881910 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 881910 INFO  (SUITE-AutoCommitTest-seed#[D50454635379F4AB]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1244325476
   [junit4]   2> 881911 INFO  (commitScheduler-1106-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> 881922 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4728af7d
   [junit4]   2> 881922 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    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=16,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=16,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 881922 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 881922 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 881922 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 881922 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 881931 INFO  (commitScheduler-1106-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@47f848ed[collection1] main]
   [junit4]   2> 881933 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@495301b1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bbf547),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@495301b1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bbf547),segFN=segments_4,generation=4}
   [junit4]   2> 881933 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 881934 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 881936 ERROR (commitScheduler-1106-thread-1) [    x:collection1] o.a.s.u.CommitTracker auto commit error...:org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1695)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1806)
   [junit4]   2> 	at org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:642)
   [junit4]   2> 	at org.apache.solr.update.CommitTracker.run(CommitTracker.java:217)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
   [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: openNewSearcher called on closed core
   [junit4]   2> 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1682)
   [junit4]   2> 	... 10 more
   [junit4]   2> 
   [junit4]   2> 881953 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 3 directories currently being tracked
   [junit4]   2> 881953 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/snapshot_metadata [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/snapshot_metadata;done=false>>]
   [junit4]   2> 881953 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 881953 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/snapshot_metadata
   [junit4]   2> 881953 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001 [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001;done=false>>]
   [junit4]   2> 881953 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 881953 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001
   [junit4]   2> 881953 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 881953 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 881953 INFO  (coreCloseExecutor-1107-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_D50454635379F4AB-001
   [junit4]   2> Aug 11, 2016 12:11:50 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(Lucene62): {range_facet_l_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), _version_=BlockTreeOrds(blocksize=128), field_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), multiDefault=PostingsFormat(name=Asserting), subject=PostingsFormat(name=Asserting), intDefault=BlockTreeOrds(blocksize=128), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_i_dv=PostingsFormat(name=Asserting), text=FSTOrd50, range_facet_l=PostingsFormat(name=Asserting), timestamp=PostingsFormat(name=Asserting)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1456, maxMBSortInHeap=7.364856814395254, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=cs-CZ, timezone=America/Santarem
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=211841424,total=479723520
   [junit4]   2> NOTE: All tests run in this JVM: [SolrCLIZkUtilsTest, SuggesterTSTTest, TestGraphMLResponseWriter, HdfsBasicDistributedZkTest, TestIndexingPerformance, TestStressReorder, HdfsCollectionsAPIDistributedZkTest, ConjunctionSolrSpellCheckerTest, TestBulkSchemaConcurrent, TestSolrQueryParser, TriLevelCompositeIdRoutingTest, XmlUpdateRequestHandlerTest, DeleteReplicaTest, TestSQLHandler, TestFieldSortValues, TestSearchPerf, TestMiniSolrCloudCluster, SuggesterTest, TestAuthenticationFramework, TestReplicationHandlerBackup, AutoCommitTest]
   [junit4] Completed [217/627 (1!)] on J2 in 11.98s, 3 tests, 1 error <<< FAILURES!

[...truncated 61403 lines...]



[JENKINS] Lucene-Solr-Tests-6.x - Build # 414 - Still Failing

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

2 tests failed.
FAILED:  org.apache.solr.handler.TestReqParamsAPI.test

Error Message:
Could not get expected value  'CY val' for path 'params/c' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "params":{     "a":"A val",     "b":"B val",     "wt":"json",     "useParams":""},   "context":{     "webapp":"",     "path":"/dump1",     "httpMethod":"GET"}},  from server:  https://127.0.0.1:33962/collection1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 'params/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "params":{
    "a":"A val",
    "b":"B val",
    "wt":"json",
    "useParams":""},
  "context":{
    "webapp":"",
    "path":"/dump1",
    "httpMethod":"GET"}},  from server:  https://127.0.0.1:33962/collection1
	at __randomizedtesting.SeedInfo.seed([7C738A141F81F5FF:F427B5CEB17D9807]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:535)
	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:171)
	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:61)
	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:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:  junit.framework.TestSuite.org.apache.solr.schema.TestManagedSchemaAPI

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

Stack Trace:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [TransactionLog, MDCAwareThreadPoolExecutor, MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper]
	at __randomizedtesting.SeedInfo.seed([7C738A141F81F5FF]: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.teardownTestCases(SolrTestCaseJ4.java:258)
	at sun.reflect.GeneratedMethodAccessor23.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)




Build Log:
[...truncated 10636 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/init-core-data-001
   [junit4]   2> 67273 INFO  (SUITE-TestReqParamsAPI-seed#[7C738A141F81F5FF]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 67281 INFO  (SUITE-TestReqParamsAPI-seed#[7C738A141F81F5FF]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 67289 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 67293 INFO  (Thread-286) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 67293 INFO  (Thread-286) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 67393 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.ZkTestServer start zk server on port:37083
   [junit4]   2> 67393 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 67394 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 67397 INFO  (zkCallback-58-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@361569a4 name:ZooKeeperConnection Watcher:127.0.0.1:37083 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 67398 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 67398 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 67398 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 67401 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 67405 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 67407 INFO  (zkCallback-59-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@25575370 name:ZooKeeperConnection Watcher:127.0.0.1:37083/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 67407 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 67407 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 67407 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 67410 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 67411 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 67415 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 67417 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 67418 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 67422 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 67422 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 67425 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 67425 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 67426 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 67427 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 67429 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 67429 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 67431 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 67432 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 67434 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 67434 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 67437 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 67437 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 67440 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 67440 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 67442 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 67442 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 67444 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 67444 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 67447 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 67448 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 67450 INFO  (zkCallback-61-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@37c9bba2 name:ZooKeeperConnection Watcher:127.0.0.1:37083/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 67450 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 67450 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 67550 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/cores/collection1
   [junit4]   2> 67564 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 67566 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@322adf65{/,null,AVAILABLE}
   [junit4]   2> 67632 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.e.j.s.ServerConnector Started ServerConnector@7b2c05c{SSL,[ssl, http/1.1]}{127.0.0.1:59064}
   [junit4]   2> 67633 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.e.j.s.Server Started @70727ms
   [junit4]   2> 67633 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/tempDir-001/control/data, hostContext=/, hostPort=59064, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/cores}
   [junit4]   2> 67634 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 67634 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001'
   [junit4]   2> 67634 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 67634 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 67634 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 67635 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 67638 INFO  (zkCallback-62-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6d7d4862 name:ZooKeeperConnection Watcher:127.0.0.1:37083/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 67638 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 67638 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 67640 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 67640 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/solr.xml
   [junit4]   2> 67646 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/cores
   [junit4]   2> 67646 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.CoreContainer New CoreContainer 1851286671
   [junit4]   2> 67647 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001]
   [junit4]   2> 67647 WARN  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/lib
   [junit4]   2> 67647 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 67653 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 67654 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 67654 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 67654 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37083/solr
   [junit4]   2> 67654 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 67655 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 67656 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 67657 INFO  (zkCallback-65-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@361ef2ff name:ZooKeeperConnection Watcher:127.0.0.1:37083 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 67658 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 67658 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 67668 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$99/1264498380@75e7df1c
   [junit4]   2> 67671 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 67677 INFO  (zkCallback-66-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7a7ad962 name:ZooKeeperConnection Watcher:127.0.0.1:37083/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 67677 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 67680 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 67682 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 67686 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 67690 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 67692 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 67694 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 67695 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 67697 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 67698 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 67699 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 67700 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 67701 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 67706 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 67708 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 67709 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 67710 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96420926525931525-127.0.0.1:59064_-n_0000000000
   [junit4]   2> 67710 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59064_
   [junit4]   2> 67710 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 67712 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.Overseer Overseer (id=96420926525931525-127.0.0.1:59064_-n_0000000000) starting
   [junit4]   2> 67715 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 67723 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 67723 INFO  (OverseerCollectionConfigSetProcessor-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 67723 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 67724 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59064_
   [junit4]   2> 67724 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:59064_
   [junit4]   2> 67726 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 67728 INFO  (zkCallback-66-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_    ] 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> 67738 INFO  (zkCallback-66-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 67749 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 67749 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 67749 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/cores
   [junit4]   2> 67751 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] 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> 67751 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/cores/collection1
   [junit4]   2> 67751 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 67752 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 67752 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 67754 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:59064",
   [junit4]   2>   "node_name":"127.0.0.1:59064_",
   [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> 67754 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:59064",
   [junit4]   2>   "node_name":"127.0.0.1:59064_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 67756 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 67755 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 67763 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 67763 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:59064_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 67764 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 67764 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 67766 INFO  (zkCallback-66-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_    ] 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> 67779 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 67779 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 67779 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 67780 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 67780 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 67780 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 67780 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/cores/collection1'
   [junit4]   2> 67781 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 67781 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 67782 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 67790 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 67795 WARN  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 67795 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 67812 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 67823 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 67910 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 67917 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 67918 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 67942 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 67945 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 67947 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 67948 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 67950 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 67950 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 67950 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 67950 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/cores/collection1/data/]
   [junit4]   2> 67950 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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@4808a3c4
   [junit4]   2> 67951 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/cores/collection1/data/snapshot_metadata
   [junit4]   2> 67951 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 67951 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/cores/collection1/data
   [junit4]   2> 67951 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/cores/collection1/data/index/
   [junit4]   2> 67951 WARN  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 67952 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/cores/collection1/data/index
   [junit4]   2> 67952 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=311737064, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 67953 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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@1d1c6652 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b1075f6),segFN=segments_1,generation=1}
   [junit4]   2> 67953 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 67953 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:59064_ 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-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/cores/collection1/data/
   [junit4]   2> 67953 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 67958 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 67958 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 67958 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 67958 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 67959 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 67959 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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> 67959 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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> 67959 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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> 67959 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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> 67960 WARN  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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> 67962 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 67963 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 67964 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 67965 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 67970 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 67970 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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> 67970 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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> 67970 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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> 67971 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 67971 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 67972 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=42.103515625, floorSegmentMB=1.3603515625, forceMergeDeletesPctAllowed=6.272477188446483, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 67972 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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@1d1c6652 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b1075f6),segFN=segments_1,generation=1}
   [junit4]   2> 67972 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 67972 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@36cd0e03[collection1] main]
   [junit4]   2> 67972 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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> 67973 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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> 67974 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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> 67974 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 67974 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 67974 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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> 67975 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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> 67975 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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> 67975 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 67975 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 67976 INFO  (searcherExecutor-266-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@36cd0e03[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 67976 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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> 67976 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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> 67976 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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> 67976 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ 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 1542734825130033152
   [junit4]   2> 67978 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1542734825130033152
   [junit4]   2> 67978 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 67979 INFO  (coreLoadExecutor-265-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 67980 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:https://127.0.0.1:59064 collection:control_collection shard:shard1
   [junit4]   2> 67980 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ 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> 67990 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ 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/96420926525931525-core_node1-n_0000000000
   [junit4]   2> 67991 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ 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=10000
   [junit4]   2> 67993 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] 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> 67995 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 67995 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ 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> 67995 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:59064/collection1/
   [junit4]   2> 67995 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 67995 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:59064/collection1/ has no replicas
   [junit4]   2> 67997 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 67999 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ 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/96420926525931525-core_node1-n_0000000000
   [junit4]   2> 68003 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:59064/collection1/ shard1
   [junit4]   2> 68004 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] 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":"https://127.0.0.1:59064",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 68107 INFO  (zkCallback-66-thread-3-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_    ] 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> 68155 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are https://127.0.0.1:59064/collection1/ and leader is https://127.0.0.1:59064/collection1/
   [junit4]   2> 68155 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:59064
   [junit4]   2> 68155 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 68155 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 68155 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ 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> 68157 INFO  (coreZkRegister-258-thread-1-processing-n:127.0.0.1:59064_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59064_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Checking legacy cluster state for collection control_collection
   [junit4]   2> 68160 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] 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":"https://127.0.0.1:59064",
   [junit4]   2>   "node_name":"127.0.0.1:59064_",
   [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> 68160 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] 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":"https://127.0.0.1:59064",
   [junit4]   2>   "node_name":"127.0.0.1:59064_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 68263 INFO  (zkCallback-66-thread-2-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_    ] 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> 68265 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 68265 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 68268 INFO  (zkCallback-70-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@70186d8c name:ZooKeeperConnection Watcher:127.0.0.1:37083/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 68268 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 68268 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 68268 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 68270 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 68270 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 68272 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 68272 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 68272 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 68273 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 68274 INFO  (zkCallback-71-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@25238a74 name:ZooKeeperConnection Watcher:127.0.0.1:37083/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 68274 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 68274 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 68278 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] 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> 68278 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 68376 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/shard-1-001/cores/collection1
   [junit4]   2> 68377 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/shard-1-001
   [junit4]   2> 68379 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 68381 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2cb67525{/,null,AVAILABLE}
   [junit4]   2> 68384 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 68388 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.e.j.s.ServerConnector Started ServerConnector@77e96d5d{SSL,[ssl, http/1.1]}{127.0.0.1:36869}
   [junit4]   2> 68388 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.e.j.s.Server Started @71483ms
   [junit4]   2> 68388 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=36869, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/shard-1-001/cores}
   [junit4]   2> 68389 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 68389 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/shard-1-001'
   [junit4]   2> 68389 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 68389 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 68389 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 68395 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 68398 INFO  (zkCallback-72-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@133fa62f name:ZooKeeperConnection Watcher:127.0.0.1:37083/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 68398 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 68399 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 68404 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 68404 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/shard-1-001/solr.xml
   [junit4]   2> 68411 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/shard-1-001/cores
   [junit4]   2> 68411 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.CoreContainer New CoreContainer 1724229556
   [junit4]   2> 68411 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/shard-1-001]
   [junit4]   2> 68411 WARN  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/shard-1-001/lib
   [junit4]   2> 68411 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 68413 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 68413 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 68413 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 68413 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37083/solr
   [junit4]   2> 68413 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 68414 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 68414 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 68421 INFO  (zkCallback-75-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@37df095f name:ZooKeeperConnection Watcher:127.0.0.1:37083 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 68421 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 68421 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 68423 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$99/1264498380@5d2488a6
   [junit4]   2> 68424 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 68426 INFO  (zkCallback-76-thread-1-processing-n:127.0.0.1:36869_) [n:127.0.0.1:36869_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@9cd58af name:ZooKeeperConnection Watcher:127.0.0.1:37083/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 68426 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 68437 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 68438 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 68438 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 68447 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 68448 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96420926525931530-127.0.0.1:36869_-n_0000000001
   [junit4]   2> 68449 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96420926525931525-127.0.0.1:59064_-n_0000000000 to know if I could be the leader
   [junit4]   2> 68449 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.ZkController Publish node=127.0.0.1:36869_ as DOWN
   [junit4]   2> 68451 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36869_
   [junit4]   2> 68451 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36869_
   [junit4]   2> 68452 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36869_"} current state version: 3
   [junit4]   2> 68452 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36869_
   [junit4]   2> 68452 INFO  (zkCallback-66-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_    ] 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> 68453 INFO  (zkCallback-70-thread-1) [    ] 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> 68453 INFO  (zkCallback-76-thread-1-processing-n:127.0.0.1:36869_) [n:127.0.0.1:36869_    ] 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> 68454 INFO  (zkCallback-66-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 68456 INFO  (zkCallback-66-thread-1-processing-n:127.0.0.1:59064_) [n:127.0.0.1:59064_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 68456 INFO  (zkCallback-70-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: [1])
   [junit4]   2> 68459 INFO  (zkCallback-70-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 68460 INFO  (zkCallback-76-thread-2-processing-n:127.0.0.1:36869_) [n:127.0.0.1:36869_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 68460 INFO  (zkCallback-76-thread-1-processing-n:127.0.0.1:36869_) [n:127.0.0.1:36869_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 68475 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 68475 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 68475 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/shard-1-001/cores
   [junit4]   2> 68477 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 68477 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.handler.TestReqParamsAPI_7C738A141F81F5FF-001/shard-1-001/cores/collection1
   [junit4]   2> 68477 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 68479 INFO  (coreLoadExecutor-276-thread-1-processing-n:127.0.0.1:36869_) [n:127.0.0.1:36869_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 68479 INFO  (coreLoadExecutor-276-thread-1-processing-n:127.0.0.1:36869_) [n:127.0.0.1:36869_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 68481 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:36869",
   [junit4]   2>   "node_name":"127.0.0.1:36869_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 68481 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:36869",
   [junit4]   2>   "node_name":"127.0.0.1:36869_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 68481 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 68481 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 68481 INFO  (coreLoadExecutor-276-thread-1-processing-n:127.0.0.1:36869_) [n:127.0.0.1:36869_ c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 68482 INFO  (coreLoadExecutor-276-thread-1-processing-n:127.0.0.1:36869_) [n:127.0.0.1:36869_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [0]
   [junit4]   2> 68483 INFO  (coreLoadExecutor-276-thread-1-processing-n:127.0.0.1:36869_) [n:127.0.0.1:36869_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 68484 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2
   [junit4]   2> 68484 INFO  (TEST-TestReqParamsAPI.test-seed#[7C738A141F81F5FF]) [n:127.0.0.1:36869_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 68584 INFO  (OverseerStateUpdate-96420926525931525-127.0.0.1:59064_-n_0000000000) [n:127.0.0.1:59064_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 68584 INFO  (zkCallback-76-thread-2-processing-n:127.0.0.1:36869_) [n:127.0.0.1:36869_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 68586 INFO  (zkCallback-76-thread-2-processing-n:127.0.0.1:36869_) [n:127.0.0.1:36869_    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [0] to [1]
   [junit4]   2> 69483 INFO  (coreLoadExecutor-276-thread-1-processing-n:127.0.0.1:36869_) [n:127.0.0.1:36869_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 69483 INFO  (coreLoadExecutor-276-thread-1-processing-n:127.0.0.

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

ory@3ce5a08f),segFN=segments_2,generation=2}
   [junit4]   2> 499866 INFO  (Thread-1135) [n:127.0.0.1:42584_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 499866 INFO  (Thread-1135) [n:127.0.0.1:42584_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.SolrCore [testschemaapi_shard1_replica2] Closing main searcher on request.
   [junit4]   2> 499866 INFO  (Thread-1135) [n:127.0.0.1:42584_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 3 directories currently being tracked
   [junit4]   2> 499866 INFO  (Thread-1135) [n:127.0.0.1:42584_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_7C738A141F81F5FF-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/snapshot_metadata [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_7C738A141F81F5FF-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/snapshot_metadata;done=false>>]
   [junit4]   2> 499866 INFO  (Thread-1135) [n:127.0.0.1:42584_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 499867 INFO  (Thread-1135) [n:127.0.0.1:42584_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_7C738A141F81F5FF-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/snapshot_metadata
   [junit4]   2> 499867 INFO  (Thread-1135) [n:127.0.0.1:42584_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_7C738A141F81F5FF-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_7C738A141F81F5FF-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data;done=false>>]
   [junit4]   2> 499867 INFO  (Thread-1135) [n:127.0.0.1:42584_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 499867 INFO  (Thread-1135) [n:127.0.0.1:42584_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_7C738A141F81F5FF-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data
   [junit4]   2> 499867 INFO  (Thread-1135) [n:127.0.0.1:42584_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_7C738A141F81F5FF-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_7C738A141F81F5FF-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index;done=false>>]
   [junit4]   2> 499867 INFO  (Thread-1135) [n:127.0.0.1:42584_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 499867 INFO  (Thread-1135) [n:127.0.0.1:42584_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.schema.TestManagedSchemaAPI_7C738A141F81F5FF-001/tempDir-001/node2/./testschemaapi_shard1_replica2/data/index
   [junit4]   2> 499867 WARN  (Thread-1135) [n:127.0.0.1:42584_solr c:testschemaapi s:shard1 r:core_node1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core [testschemaapi_shard1_replica2]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:946)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2578)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$3(ZkController.java:2443)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not find config name for collection:testschemaapi
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:815)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.reload(SolrCore.java:503)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:940)
   [junit4]   2> 	... 3 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not find config name for collection:testschemaapi
   [junit4]   2> 	at org.apache.solr.rest.ManagedResourceStorage.newStorageIO(ManagedResourceStorage.java:101)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initRestManager(SolrCore.java:2358)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:791)
   [junit4]   2> 	... 5 more
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=el-CY, timezone=Pacific/Pohnpei
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=1,free=112366600,total=520093696
   [junit4]   2> NOTE: All tests run in this JVM: [ConcurrentDeleteAndCreateCollectionTest, TestFieldCache, TriLevelCompositeIdRoutingTest, DistributedVersionInfoTest, TestMiniSolrCloudCluster, TestWordDelimiterFilterFactory, TestBlobHandler, DOMUtilTest, ConjunctionSolrSpellCheckerTest, TermVectorComponentTest, DistributedFacetPivotLongTailTest, UniqFieldsUpdateProcessorFactoryTest, TestCoreContainer, TestRuleBasedAuthorizationPlugin, DeleteLastCustomShardedReplicaTest, LoggingHandlerTest, TestSolrQueryResponse, TermsComponentTest, PKIAuthenticationIntegrationTest, SpellCheckCollatorTest, ChaosMonkeyNothingIsSafeTest, DistanceFunctionTest, TestMissingGroups, TestDFRSimilarityFactory, NotRequiredUniqueKeyTest, DocValuesMissingTest, TestStressVersions, TestSQLHandler, ZkCLITest, TestManagedResource, TestAuthenticationFramework, TestReplicationHandlerBackup, TestFieldSortValues, OpenExchangeRatesOrgProviderTest, ChaosMonkeySafeLeaderTest, TestFieldCollectionResource, SchemaVersionSpecificBehaviorTest, TestShortCircuitedRequests, TestNamedUpdateProcessors, AnalysisErrorHandlingTest, HdfsThreadLeakTest, HdfsBasicDistributedZkTest, CloudExitableDirectoryReaderTest, TestManagedSchemaAPI]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestManagedSchemaAPI -Dtests.seed=7C738A141F81F5FF -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=el-CY -Dtests.timezone=Pacific/Pohnpei -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | TestManagedSchemaAPI (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [TransactionLog, MDCAwareThreadPoolExecutor, MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7C738A141F81F5FF]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:258)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [126/629 (2!)] on J1 in 12.15s, 1 test, 1 failure <<< FAILURES!

[...truncated 42435 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj582444500
 [ecj-lint] Compiling 22 source files to /tmp/ecj582444500
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/queries/src/test/org/apache/lucene/queries/mlt/TestMoreLikeThis.java (at line 44)
 [ecj-lint] 	import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.util.LuceneTestCase.AwaitsFix is never used
 [ecj-lint] ----------
 [ecj-lint] 1 problem (1 error)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:763: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:101: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build.xml:204: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:2177: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1998: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:2031: Compile failed; see the compiler error output for details.

Total time: 76 minutes 44 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-6.x - Build # 413 - Still Failing

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

No tests ran.

Build Log:
[...truncated 21 lines...]
FATAL: Cannot find executable from the chosen Ant installation "Ant 1.8.4"
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 412 - Still Failing

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

No tests ran.

Build Log:
[...truncated 21 lines...]
FATAL: Cannot find executable from the chosen Ant installation "Ant 1.8.4"
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 411 - Still Failing

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

No tests ran.

Build Log:
[...truncated 21 lines...]
FATAL: Cannot find executable from the chosen Ant installation "Ant 1.8.4"
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 410 - Still Failing

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

No tests ran.

Build Log:
[...truncated 21 lines...]
FATAL: Cannot find executable from the chosen Ant installation "Ant 1.8.4"
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 409 - Still Failing

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

No tests ran.

Build Log:
[...truncated 21 lines...]
FATAL: Cannot find executable from the chosen Ant installation "Ant 1.8.4"
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 408 - Still Failing

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

No tests ran.

Build Log:
[...truncated 21 lines...]
FATAL: Cannot find executable from the chosen Ant installation "Ant 1.8.4"
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 407 - Still Failing

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

No tests ran.

Build Log:
[...truncated 21 lines...]
FATAL: Cannot find executable from the chosen Ant installation "Ant 1.8.4"
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 406 - Still Failing

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

No tests ran.

Build Log:
[...truncated 21 lines...]
FATAL: Cannot find executable from the chosen Ant installation "Ant 1.8.4"
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 405 - Still Failing

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

No tests ran.

Build Log:
[...truncated 21 lines...]
FATAL: Cannot find executable from the chosen Ant installation "Ant 1.8.4"
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 404 - Still Failing

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

No tests ran.

Build Log:
[...truncated 21 lines...]
FATAL: Cannot find executable from the chosen Ant installation "Ant 1.8.4"
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 403 - Still Failing

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

No tests ran.

Build Log:
[...truncated 21 lines...]
FATAL: Cannot find executable from the chosen Ant installation "Ant 1.8.4"
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 402 - Still Failing

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

No tests ran.

Build Log:
[...truncated 21 lines...]
FATAL: Cannot find executable from the chosen Ant installation "Ant 1.8.4"
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 401 - Still Failing

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

No tests ran.

Build Log:
[...truncated 21 lines...]
FATAL: Cannot find executable from the chosen Ant installation "Ant 1.8.4"
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 400 - Still Failing

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

No tests ran.

Build Log:
[...truncated 21 lines...]
FATAL: Cannot find executable from the chosen Ant installation "Ant 1.8.4"
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 399 - Still Failing

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

No tests ran.

Build Log:
[...truncated 21 lines...]
FATAL: Cannot find executable from the chosen Ant installation "Ant 1.8.4"
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 398 - Failure

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

No tests ran.

Build Log:
[...truncated 21 lines...]
FATAL: Cannot find executable from the chosen Ant installation "Ant 1.8.4"
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 397 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:34013/c8n_1x3_lf_shard1_replica1]

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: No live SolrServers available to handle this request:[http://127.0.0.1:34013/c8n_1x3_lf_shard1_replica1]
	at __randomizedtesting.SeedInfo.seed([B4956B082D73E8BE:3CC154D2838F8546]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.HttpPartitionTest.sendDoc(HttpPartitionTest.java:592)
	at org.apache.solr.cloud.HttpPartitionTest.sendDoc(HttpPartitionTest.java:578)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:174)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
	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:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:34013/c8n_1x3_lf_shard1_replica1]
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:383)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more
Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:34013/c8n_1x3_lf_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:403)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:356)
	... 6 more
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:497)
	... 10 more




Build Log:
[...truncated 10800 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/init-core-data-001
   [junit4]   2> 205319 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[B4956B082D73E8BE]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 205320 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[B4956B082D73E8BE]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 205322 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 205325 INFO  (Thread-317) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 205326 INFO  (Thread-317) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 205422 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.ZkTestServer start zk server on port:57961
   [junit4]   2> 205422 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 205423 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 205426 INFO  (zkCallback-227-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@652ea778 name:ZooKeeperConnection Watcher:127.0.0.1:57961 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 205426 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 205427 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 205427 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 205436 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 205440 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 205442 INFO  (zkCallback-228-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@74567829 name:ZooKeeperConnection Watcher:127.0.0.1:57961/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 205442 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 205442 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 205442 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 205444 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 205446 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 205447 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 205448 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 205448 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 205451 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 205451 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 205453 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 205453 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 205455 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 205455 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 205456 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 205456 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 205458 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 205458 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 205460 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 205460 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 205462 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 205462 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 205463 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 205464 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 205465 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 205465 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 205467 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 205467 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 205575 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/cores/collection1
   [junit4]   2> 205579 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 205581 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1423a60c{/,null,AVAILABLE}
   [junit4]   2> 205585 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.e.j.s.ServerConnector Started ServerConnector@d40adaa{HTTP/1.1,[http/1.1]}{127.0.0.1:48887}
   [junit4]   2> 205585 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.e.j.s.Server Started @208411ms
   [junit4]   2> 205585 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/tempDir-001/control/data, hostContext=/, hostPort=47801, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/cores}
   [junit4]   2> 205586 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 205586 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001'
   [junit4]   2> 205586 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 205586 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 205586 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 205587 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 205589 INFO  (zkCallback-229-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@42f78c58 name:ZooKeeperConnection Watcher:127.0.0.1:57961/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 205589 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 205589 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 205590 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 205590 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/solr.xml
   [junit4]   2> 205595 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/cores
   [junit4]   2> 205596 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.CoreContainer New CoreContainer 1179088293
   [junit4]   2> 205596 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001]
   [junit4]   2> 205596 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/lib
   [junit4]   2> 205596 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 205597 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 205598 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 205598 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 205598 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57961/solr
   [junit4]   2> 205598 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 205598 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 205599 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 205601 INFO  (zkCallback-232-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@389495e0 name:ZooKeeperConnection Watcher:127.0.0.1:57961 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 205601 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 205602 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 205603 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$64/920389582@238b1eca
   [junit4]   2> 205603 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 205605 INFO  (zkCallback-233-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@26e19e19 name:ZooKeeperConnection Watcher:127.0.0.1:57961/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 205605 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 205606 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 205609 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 205613 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 205615 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 205617 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 205619 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 205620 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 205621 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 205623 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 205624 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 205624 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 205625 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 205627 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 205629 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 205630 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 205630 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96396937175105540-127.0.0.1:47801_-n_0000000000
   [junit4]   2> 205631 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:47801_
   [junit4]   2> 205631 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 205632 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.Overseer Overseer (id=96396937175105540-127.0.0.1:47801_-n_0000000000) starting
   [junit4]   2> 205633 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 205639 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 205641 INFO  (OverseerCollectionConfigSetProcessor-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 205641 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47801_
   [junit4]   2> 205641 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:47801_
   [junit4]   2> 205641 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 205643 INFO  (zkCallback-233-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_    ] 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> 205644 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 205648 INFO  (zkCallback-233-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 205653 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 205653 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 205654 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/cores
   [junit4]   2> 205655 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] 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> 205655 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/cores/collection1
   [junit4]   2> 205655 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 205656 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1
   [junit4]   2> 205656 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 205656 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 205656 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:47801_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 205657 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 205658 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] 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:47801",
   [junit4]   2>   "node_name":"127.0.0.1:47801_",
   [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> 205658 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] 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:47801",
   [junit4]   2>   "node_name":"127.0.0.1:47801_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 205658 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 205659 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 205659 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 205661 INFO  (zkCallback-233-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_    ] 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> 205661 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 206662 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 206662 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 206663 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 206663 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 206664 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 206664 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/cores/collection1'
   [junit4]   2> 206664 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 206664 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 206666 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 206672 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 206677 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 206695 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 206701 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 206797 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 206803 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 206805 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 206814 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 206817 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 206819 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 206820 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 206821 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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-6.x/solr/build/solr-core/test/J1
   [junit4]   2> 206821 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 206821 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 206822 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/cores/collection1/data/]
   [junit4]   2> 206822 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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@27fa5917
   [junit4]   2> 206822 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/cores/collection1/data/snapshot_metadata
   [junit4]   2> 206822 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 206823 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/cores/collection1/data
   [junit4]   2> 206823 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/cores/collection1/data/index/
   [junit4]   2> 206823 WARN  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 206823 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/cores/collection1/data/index
   [junit4]   2> 206823 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6479840991622282]
   [junit4]   2> 206824 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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@56b8d33b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2659555c),segFN=segments_1,generation=1}
   [junit4]   2> 206824 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 206824 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:47801_ 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-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/cores/collection1/data/
   [junit4]   2> 206825 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 206833 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 206843 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 206843 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 206843 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 206843 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 206843 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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> 206843 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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> 206843 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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> 206843 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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> 206844 WARN  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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> 206845 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 206846 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 206847 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 206848 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 206852 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 206852 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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> 206853 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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> 206853 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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> 206854 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 206854 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 206854 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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=43, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=22.5234375, floorSegmentMB=0.21875, forceMergeDeletesPctAllowed=13.925976837418949, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43477844806623245
   [junit4]   2> 206855 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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@56b8d33b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2659555c),segFN=segments_1,generation=1}
   [junit4]   2> 206855 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 206855 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ccc4a1a[collection1] main]
   [junit4]   2> 206855 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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> 206856 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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> 206856 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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> 206857 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 206857 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 206857 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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> 206857 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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> 206857 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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> 206857 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 206857 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 206858 INFO  (searcherExecutor-619-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5ccc4a1a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 206858 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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> 206858 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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> 206858 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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> 206859 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ 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 1542350996401815552
   [junit4]   2> 206861 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1542350996401815552
   [junit4]   2> 206861 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 206861 INFO  (coreLoadExecutor-618-thread-1-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 206862 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ 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:47801 collection:control_collection shard:shard1
   [junit4]   2> 206862 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ 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> 206866 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ 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/96396937175105540-core_node1-n_0000000000
   [junit4]   2> 206866 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ 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=10000
   [junit4]   2> 206867 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 206867 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ 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> 206868 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:47801/collection1/
   [junit4]   2> 206868 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 206868 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:47801/collection1/ has no replicas
   [junit4]   2> 206868 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] 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> 206869 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 206872 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ 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/96396937175105540-core_node1-n_0000000000
   [junit4]   2> 206875 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ 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:47801/collection1/ shard1
   [junit4]   2> 206877 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] 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:47801",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 206979 INFO  (zkCallback-233-thread-4-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_    ] 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> 207026 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:47801/collection1/ and leader is http://127.0.0.1:47801/collection1/
   [junit4]   2> 207026 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ 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:47801
   [junit4]   2> 207026 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 207026 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 207027 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ 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> 207030 INFO  (coreZkRegister-611-thread-1-processing-n:127.0.0.1:47801_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47801_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Checking legacy cluster state for collection control_collection
   [junit4]   2> 207032 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] 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:47801",
   [junit4]   2>   "node_name":"127.0.0.1:47801_",
   [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> 207032 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] 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:47801",
   [junit4]   2>   "node_name":"127.0.0.1:47801_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 207136 INFO  (zkCallback-233-thread-4-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_    ] 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> 207160 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 207161 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207165 INFO  (zkCallback-237-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@528bdfca name:ZooKeeperConnection Watcher:127.0.0.1:57961/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 207165 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207165 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 207165 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 207167 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 207168 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 207170 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 207170 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 207170 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 207171 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207172 INFO  (zkCallback-238-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d556419 name:ZooKeeperConnection Watcher:127.0.0.1:57961/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 207172 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207173 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 207176 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] 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> 207176 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 207281 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/shard-1-001/cores/collection1
   [junit4]   2> 207282 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/shard-1-001
   [junit4]   2> 207282 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 207283 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 207286 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5867020c{/,null,AVAILABLE}
   [junit4]   2> 207287 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1be98e85{HTTP/1.1,[http/1.1]}{127.0.0.1:51790}
   [junit4]   2> 207287 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.e.j.s.Server Started @210112ms
   [junit4]   2> 207287 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=54306, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/shard-1-001/cores}
   [junit4]   2> 207287 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 207287 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/shard-1-001'
   [junit4]   2> 207288 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 207288 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 207288 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 207289 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207291 INFO  (zkCallback-239-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2920fb10 name:ZooKeeperConnection Watcher:127.0.0.1:57961/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 207291 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207291 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 207293 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 207293 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/shard-1-001/solr.xml
   [junit4]   2> 207298 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/shard-1-001/cores
   [junit4]   2> 207298 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.CoreContainer New CoreContainer 122024782
   [junit4]   2> 207298 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/shard-1-001]
   [junit4]   2> 207298 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/shard-1-001/lib
   [junit4]   2> 207298 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 207300 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 207300 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 207301 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 207301 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57961/solr
   [junit4]   2> 207301 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 207301 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 207301 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207303 INFO  (zkCallback-242-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6588e2ff name:ZooKeeperConnection Watcher:127.0.0.1:57961 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 207303 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207304 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 207305 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$64/920389582@1721ca41
   [junit4]   2> 207306 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207318 INFO  (zkCallback-243-thread-1-processing-n:127.0.0.1:54306_) [n:127.0.0.1:54306_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5e3de002 name:ZooKeeperConnection Watcher:127.0.0.1:57961/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 207318 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207324 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 207325 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 207325 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 207329 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 207329 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96396937175105545-127.0.0.1:54306_-n_0000000001
   [junit4]   2> 207330 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96396937175105540-127.0.0.1:47801_-n_0000000000 to know if I could be the leader
   [junit4]   2> 207330 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.ZkController Publish node=127.0.0.1:54306_ as DOWN
   [junit4]   2> 207331 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54306_
   [junit4]   2> 207331 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:54306_
   [junit4]   2> 207332 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:54306_"} current state version: 3
   [junit4]   2> 207332 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:54306_
   [junit4]   2> 207333 INFO  (zkCallback-237-thread-1) [    ] 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> 207333 INFO  (zkCallback-233-thread-4-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_    ] 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> 207333 INFO  (zkCallback-243-thread-1-processing-n:127.0.0.1:54306_) [n:127.0.0.1:54306_    ] 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> 207339 INFO  (zkCallback-237-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 207339 INFO  (zkCallback-233-thread-4-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 207339 INFO  (zkCallback-233-thread-4-processing-n:127.0.0.1:47801_) [n:127.0.0.1:47801_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 207340 INFO  (zkCallback-237-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: [2])
   [junit4]   2> 207342 INFO  (zkCallback-243-thread-1-processing-n:127.0.0.1:54306_) [n:127.0.0.1:54306_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 207342 INFO  (zkCallback-243-thread-2-processing-n:127.0.0.1:54306_) [n:127.0.0.1:54306_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 207352 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 207352 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 207352 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/shard-1-001/cores
   [junit4]   2> 207353 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 207353 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001/shard-1-001/cores/collection1
   [junit4]   2> 207353 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 207354 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1
   [junit4]   2> 207354 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [n:127.0.0.1:54306_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 207355 INFO  (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:54306_) [n:127.0.0.1:54306_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 207355 INFO  (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:54306_) [n:127.0.0.1:54306_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 207356 INFO  (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:54306_) [n:127.0.0.1:54306_ c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 207356 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] 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:54306",
   [junit4]   2>   "node_name":"127.0.0.1:54306_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 207356 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54306",
   [junit4]   2>   "node_name":"127.0.0.1:54306_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 207356 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 207356 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 207357 INFO  (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:54306_) [n:127.0.0.1:54306_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [0]
   [junit4]   2> 207357 INFO  (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:54306_) [n:127.0.0.1:54306_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 207459 INFO  (OverseerStateUpdate-96396937175105540-127.0.0.1:47801_-n_0000000000) [n:127.0.0.1:47801_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 207468 INFO  (zkCallback-243-thread-2-processing-n:127.0.0.1:54306_) [n:127.0.0.1:54306_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes

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

    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 265619 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@3dace46d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 265619 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@16ffa983{/,null,UNAVAILABLE}
   [junit4]   2> 265619 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 34013
   [junit4]   2> 265621 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57961 57961
   [junit4]   2> 265791 INFO  (Thread-317) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57961 57961
   [junit4]   2> 265792 WARN  (Thread-317) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/c8n_1x3_lf/state.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	57	/solr/overseer/collection-queue-work
   [junit4]   2> 	41	/solr/overseer/queue
   [junit4]   2> 	23	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 265793 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:34013/, target: http://127.0.0.1:60396/
   [junit4]   2> 265793 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:47801/, target: http://127.0.0.1:48887/
   [junit4]   2> 265793 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:54306/, target: http://127.0.0.1:51790/
   [junit4]   2> 265793 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B4956B082D73E8BE]) [    ] o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:55172/, target: http://127.0.0.1:41186/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=B4956B082D73E8BE -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=zh -Dtests.timezone=Etc/GMT+7 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   60.5s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: No live SolrServers available to handle this request:[http://127.0.0.1:34013/c8n_1x3_lf_shard1_replica1]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B4956B082D73E8BE:3CC154D2838F8546]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:760)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1172)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1061)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:997)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.sendDoc(HttpPartitionTest.java:592)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.sendDoc(HttpPartitionTest.java:578)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:174)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:34013/c8n_1x3_lf_shard1_replica1]
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:383)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:735)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 more
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:34013/c8n_1x3_lf_shard1_replica1
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:599)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:403)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:356)
   [junit4]    > 	... 6 more
   [junit4]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
   [junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    > 	at java.net.Socket.connect(Socket.java:589)
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:497)
   [junit4]    > 	... 10 more
   [junit4]   2> 265797 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[B4956B082D73E8BE]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B4956B082D73E8BE-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {range_facet_l_dv=PostingsFormat(name=Memory doPackFST= true), _version_=PostingsFormat(name=MockRandom), multiDefault=PostingsFormat(name=LuceneFixedGap), a_t=PostingsFormat(name=MockRandom), intDefault=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Memory doPackFST= true), range_facet_i_dv=PostingsFormat(name=MockRandom), text=PostingsFormat(name=Direct), range_facet_l=PostingsFormat(name=MockRandom), timestamp=PostingsFormat(name=MockRandom)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=168, maxMBSortInHeap=5.907141756923389, sim=ClassicSimilarity, locale=zh, timezone=Etc/GMT+7
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=63903600,total=360185856
   [junit4]   2> NOTE: All tests run in this JVM: [TestReplicationHandlerBackup, TestCloudSchemaless, DirectSolrSpellCheckerTest, SolrIndexConfigTest, CdcrVersionReplicationTest, TestSystemIdResolver, TestBulkSchemaAPI, TestBinaryResponseWriter, TestConfigSetImmutable, SharedFSAutoReplicaFailoverTest, UniqFieldsUpdateProcessorFactoryTest, SmileWriterTest, DistributedVersionInfoTest, TestFiltering, SolrIndexSplitterTest, DistribDocExpirationUpdateProcessorTest, SpellCheckCollatorTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [65/629 (1!)] on J1 in 60.51s, 1 test, 1 error <<< FAILURES!

[...truncated 61934 lines...]