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

2 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([78F460F2C994ED22:C175B62DE57EE9A8]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:780)
        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:773)
        ... 40 more


FAILED:  org.apache.solr.update.processor.TestNamedUpdateProcessors.test

Error Message:
Could not find collection:.system

Stack Trace:
java.lang.AssertionError: Could not find collection:.system
        at 
__randomizedtesting.SeedInfo.seed([78F460F2C994ED22:F0A05F28676880DA]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:134)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
        at 
org.apache.solr.update.processor.TestNamedUpdateProcessors.test(TestNamedUpdateProcessors.java:78)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10544 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_78F460F2C994ED22-001/init-core-data-001
   [junit4]   2> 25842 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 25843 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 25843 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 25843 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 25843 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 25844 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 25844 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 25982 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 25993 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 26038 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 26043 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 26219 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 26226 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 26227 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 26231 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 26232 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 26280 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 26280 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 26280 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 26280 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 26280 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr'
   [junit4]   2> 26280 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 26280 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 26281 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1279286460
   [junit4]   2> 26281 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr]
   [junit4]   2> 26281 WARN  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/lib
   [junit4]   2> 26281 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 26288 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 26290 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] o.a.s.l.LogWatcher 
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 26290 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] o.a.s.l.LogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 26290 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 26290 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 26291 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=collection1, 
dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_78F460F2C994ED22-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 26294 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 26306 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 26306 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 26312 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 26312 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 26345 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 26404 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 26549 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 26554 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 26641 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 26645 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 26646 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 26649 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 26665 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 26666 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 26666 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 26667 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 26667 INFO  (coreLoadExecutor-148-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 26667 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 26668 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_78F460F2C994ED22-001/init-core-data-001/]
   [junit4]   2> 26668 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr 
information with JMX.
   [junit4]   2> 26668 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_78F460F2C994ED22-001/init-core-data-001
   [junit4]   2> 26685 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_78F460F2C994ED22-001/init-core-data-001/index/
   [junit4]   2> 26685 WARN  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_78F460F2C994ED22-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 26685 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_78F460F2C994ED22-001/init-core-data-001/index
   [junit4]   2> 26686 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5388336084081095]
   [junit4]   2> 26689 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@33c0225e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@312bad70),segFN=segments_1,generation=1}
   [junit4]   2> 26689 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 26697 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 26697 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 26697 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 26697 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 26697 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 26698 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 26698 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 26698 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 26698 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 26698 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 26698 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 26698 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 26698 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_78F460F2C994ED22-001/init-core-data-001/
   [junit4]   2> 26701 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 26710 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 26711 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 26711 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 26718 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 26719 INFO  (coreLoadExecutor-148-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> 26719 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 26726 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 26726 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 26727 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 26727 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 26727 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8534238666929965]
   [junit4]   2> 26731 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@33c0225e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@312bad70),segFN=segments_1,generation=1}
   [junit4]   2> 26731 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 26731 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6deb7acb[collection1] main]
   [junit4]   2> 26731 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 26731 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 26731 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 26731 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 27046 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 27082 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 27082 INFO  
(searcherExecutor-149-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 27082 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 27082 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 27083 INFO  
(searcherExecutor-149-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 27083 INFO  
(searcherExecutor-149-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 27083 INFO  
(searcherExecutor-149-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 27083 INFO  
(searcherExecutor-149-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 27084 INFO  
(searcherExecutor-149-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 27084 INFO  
(searcherExecutor-149-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 27084 INFO  
(searcherExecutor-149-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 27084 INFO  
(searcherExecutor-149-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 27085 INFO  
(searcherExecutor-149-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6deb7acb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 27086 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 27087 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1536539516379070464
   [junit4]   2> 27088 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 5.0ms to seed version buckets with 
highest version 1536539516379070464
   [junit4]   2> 27088 INFO  (coreLoadExecutor-148-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 27089 INFO  
(SUITE-AutoCommitTest-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 27090 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 27095 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1536539516382216192)} 0 4
   [junit4]   2> 27097 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 27097 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 27097 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 27097 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 27097 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 27164 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 27171 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 27204 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 27235 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 27347 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 27352 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 27352 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 27361 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 27367 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 27369 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 27369 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 27370 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 27370 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 27371 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_78F460F2C994ED22-001/init-core-data-001/]
   [junit4]   2> 27371 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr 
information with JMX.
   [junit4]   2> 27371 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_78F460F2C994ED22-001/init-core-data-001/index/
   [junit4]   2> 27381 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_78F460F2C994ED22-001/init-core-data-001/
   [junit4]   2> 27384 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 27384 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 27384 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 27384 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 27384 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 27384 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 27384 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 27384 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 27384 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 27384 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 27384 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 27384 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 27386 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 27386 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 27387 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 27387 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 27388 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 27388 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
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> 27389 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 27392 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 27392 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 27393 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5e893ed5[collection1] main]
   [junit4]   2> 27393 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 27393 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 27393 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 27393 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 27394 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 27397 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 27397 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 27410 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 27410 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 27416 INFO  
(searcherExecutor-154-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 27416 INFO  
(searcherExecutor-154-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 27416 INFO  
(searcherExecutor-154-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 27416 INFO  
(searcherExecutor-154-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 27420 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.UpdateLog Took 22.0ms to seed version buckets with 
highest version 1536539516382216192
   [junit4]   2> 27420 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... 
core=collection1
   [junit4]   2> 27421 INFO  
(searcherExecutor-154-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 27421 INFO  
(searcherExecutor-154-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 27421 INFO  
(searcherExecutor-154-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 27421 INFO  
(searcherExecutor-154-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 27422 INFO  
(searcherExecutor-154-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 27422 INFO  
(searcherExecutor-154-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5e893ed5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 27423 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1004288725, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 27423 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@33c0225e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@312bad70),segFN=segments_1,generation=1}
   [junit4]   2> 27423 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 27423 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 27424 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@28751335[collection1] main]
   [junit4]   2> 27424 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 27424 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@12fafc58
   [junit4]   2> 27424 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
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> 27424 INFO  
(searcherExecutor-154-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@28751335[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 27424 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 27436 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1536539516734537728)]} 0 9
   [junit4]   2> 27437 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
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> 31435 INFO  (commitScheduler-157-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> 31452 INFO  (commitScheduler-157-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@21c27e82[collection1] main]
   [junit4]   2> 31453 INFO  (commitScheduler-157-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 31453 INFO  
(searcherExecutor-154-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@21c27e82[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 31692 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1536539521205665792)]} 0 4265
   [junit4]   2> 31693 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
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=1
   [junit4]   2> 31694 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1536539521209860096)]} 0 4268
   [junit4]   2> 31694 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
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> 33694 INFO  (commitScheduler-157-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> 33703 INFO  (commitScheduler-157-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4a10f7ce[collection1] main]
   [junit4]   2> 33703 INFO  (commitScheduler-157-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 33704 INFO  
(searcherExecutor-154-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4a10f7ce[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c1)))}
   [junit4]   2> 33950 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
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> 33951 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
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> 33954 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539523576496128)]} 0 6528
   [junit4]   2> 33954 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539523579641856)]} 0 6528
   [junit4]   2> 33955 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539523580690432)]} 0 6529
   [junit4]   2> 33956 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539523580690433)]} 0 6529
   [junit4]   2> 33956 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539523581739008)]} 0 6530
   [junit4]   2> 33957 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539523581739009)]} 0 6530
   [junit4]   2> 33957 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539523582787584)]} 0 6531
   [junit4]   2> 33958 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539523582787585)]} 0 6532
   [junit4]   2> 33958 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539523583836160)]} 0 6532
   [junit4]   2> 33959 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539523583836161)]} 0 6533
   [junit4]   2> 33959 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
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> 33960 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1536539523585933312)]} 0 6534
   [junit4]   2> 33960 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1536539523585933313)]} 0 6534
   [junit4]   2> 33960 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1536539523585933314)]} 0 6534
   [junit4]   2> 33960 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1536539523585933315)]} 0 6534
   [junit4]   2> 33961 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1536539523586981888)]} 0 6534
   [junit4]   2> 33961 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1536539523586981889)]} 0 6535
   [junit4]   2> 33961 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1536539523586981890)]} 0 6535
   [junit4]   2> 33961 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1536539523586981891)]} 0 6535
   [junit4]   2> 33961 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1536539523586981892)]} 0 6535
   [junit4]   2> 33962 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1536539523588030464)]} 0 6535
   [junit4]   2> 33962 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
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> 34960 INFO  (commitScheduler-157-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> 34965 INFO  (commitScheduler-157-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@91ce906[collection1] main]
   [junit4]   2> 34965 INFO  (commitScheduler-157-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 34965 INFO  
(searcherExecutor-154-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@91ce906[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):c10/9:delGen=1)))}
   [junit4]   2> 35213 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
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> 35215 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
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> 35215 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[78F460F2C994ED22]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 35216 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 35238 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4f9fd73f[collection1] realtime]
   [junit4]   2> 35238 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1536539524903993344)} 0 21
   [junit4]   2> 35238 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 35239 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 35239 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 35239 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 35239 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 35255 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 35261 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 35275 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 35279 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 35350 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 35354 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 35355 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 35359 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 35360 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 35362 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 35362 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 35363 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 35363 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 35363 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_78F460F2C994ED22-001/init-core-data-001/]
   [junit4]   2> 35363 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information 
with JMX.
   [junit4]   2> 35364 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_78F460F2C994ED22-001/init-core-data-001/index/
   [junit4]   2> 35371 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 35371 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 35371 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 35371 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 35371 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 35371 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 35371 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"uniq-fields"
   [junit4]   2> 35371 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 35371 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 35372 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 35372 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 35372 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 35373 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 35373 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 35374 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_78F460F2C994ED22-001/init-core-data-001/
   [junit4]   2> 35374 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 35375 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 35376 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 35376 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    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> 35376 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 35377 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 35377 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 35377 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7c28dbdf[collection1] main]
   [junit4]   2> 35377 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 35377 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 35378 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 35378 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 35378 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 35380 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 35381 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 35381 INFO  
(searcherExecutor-158-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 35381 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 35382 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 35383 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 
1536539524903993344
   [junit4]   2> 35383 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 35384 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@33c0225e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@312bad70),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@33c0225e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@312bad70),segFN=segments_2,generation=2}
   [junit4]   2> 35384 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 35384 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=99.841796875, 
floorSegmentMB=1.4453125, forceMergeDeletesPctAllowed=23.249727687455632, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3382354846731095
   [junit4]   2> 35384 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@33c0225e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@312bad70),segFN=segments_2,generation=2}
   [junit4]   2> 35384 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 35384 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 35384 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping 
onDeckSearchers=2
   [junit4]   2> 35386 INFO  
(searcherExecutor-158-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 35386 INFO  
(searcherExecutor-158-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 35386 INFO  
(searcherExecutor-158-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 35386 INFO  
(searcherExecutor-158-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 35386 INFO  
(searcherExecutor-158-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 35386 INFO  
(searcherExecutor-158-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 35387 INFO  
(searcherExecutor-158-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 35387 INFO  
(searcherExecutor-158-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 35387 INFO  
(searcherExecutor-158-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7c28dbdf[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 35387 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1726889f[collection1] main]
   [junit4]   2> 35387 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 35387 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4dd81bbd
   [junit4]   2> 35387 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    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> 35388 INFO  
(searcherExecutor-158-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1726889f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 35390 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 35393 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1536539525086445568)]} 0 2
   [junit4]   2> 35393 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    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> 36393 INFO  (commitScheduler-161-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> 36397 INFO  (commitScheduler-161-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@ab33def[collection1] main]
   [junit4]   2> 36397 INFO  (commitScheduler-161-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 36397 INFO  
(searcherExecutor-158-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@ab33def[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):c1)))}
   [junit4]   2> 36648 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1536539526402408448)]} 0 1256
   [junit4]   2> 36648 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    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> 36649 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    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> 36652 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[529 (-1536539526406602752)]} 0 1
   [junit4]   2> 36652 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    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> 37648 INFO  (commitScheduler-161-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> 37651 INFO  (commitScheduler-161-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@690d17ce[collection1] main]
   [junit4]   2> 37652 INFO  (commitScheduler-161-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 37652 INFO  
(searcherExecutor-158-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@690d17ce[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):c1)))}
   [junit4]   2> 37654 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 
(1536539527458324480)]} 0 2263
   [junit4]   2> 37655 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    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> 37656 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539527461470208)]} 0 2265
   [junit4]   2> 37656 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539527461470209)]} 0 2265
   [junit4]   2> 37657 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539527462518784)]} 0 2266
   [junit4]   2> 37657 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539527462518785)]} 0 2266
   [junit4]   2> 37658 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539527463567360)]} 0 2267
   [junit4]   2> 37658 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539527463567361)]} 0 2267
   [junit4]   2> 37659 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539527464615936)]} 0 2268
   [junit4]   2> 37659 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539527464615937)]} 0 2268
   [junit4]   2> 37660 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539527464615938)]} 0 2269
   [junit4]   2> 37661 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1536539527465664512)]} 0 2269
   [junit4]   2> 37661 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    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> 38655 INFO  (commitScheduler-161-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> 38660 INFO  (commitScheduler-161-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@129a24d7[collection1] main]
   [junit4]   2> 38660 INFO  (commitScheduler-161-thread-1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 38660 INFO  
(searcherExecutor-158-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@129a24d7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):c1)
 Uninverting(_5(7.0.0):c11/9:delGen=1)))}
   [junit4]   2> 38664 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 
(1536539528516337664)]} 0 3273
   [junit4]   2> 38664 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    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> 38665 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 38667 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 38674 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3a416a6e[collection1] realtime]
   [junit4]   2> 38674 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1536539528521580544)} 0 7
   [junit4]   2> 38675 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 38675 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 38675 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr
   [junit4]   2> 38675 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 38675 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 38691 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 38697 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 38710 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 38714 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 38781 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 38786 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 38786 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 38791 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 38792 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 38793 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 38794 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 38795 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 38795 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 38795 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_78F460F2C994ED22-001/init-core-data-001/]
   [junit4]   2> 38795 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information 
with JMX.
   [junit4]   2> 38795 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_78F460F2C994ED22-001/init-core-data-001/index/
   [junit4]   2> 38797 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[78F460F2C994ED22]) [    x:collection1] 
o.a

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

/collections/collection1/leader_elect/shard1/election/96033762324054033-core_node4-n_0000000001
   [junit4]   2> 722970 WARN  
(zkCallback-854-thread-2-processing-n:127.0.0.1:45005_) [n:127.0.0.1:45005_ 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for 
/collections/collection1/leader_elect/shard1/election/96033762324054033-core_node4-n_0000000001
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:244)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:241)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:241)
   [junit4]   2>        at 
org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:86)
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContextBase.cancelElection(ElectionContext.java:143)
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContext.cancelElection(ElectionContext.java:279)
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:455)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [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 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 724464 WARN  
(zkCallback-854-thread-1-processing-n:127.0.0.1:45005_) [n:127.0.0.1:45005_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 724465 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[78F460F2C994ED22]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@d648cac{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 724465 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[78F460F2C994ED22]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3e6a67e1{/,null,UNAVAILABLE}
   [junit4]   2> 724467 INFO  
(TEST-TestNamedUpdateProcessors.test-seed#[78F460F2C994ED22]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:45050 45050
   [junit4]   2> 724606 INFO  (Thread-2281) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:45050 45050
   [junit4]   2> 724607 WARN  (Thread-2281) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        2       /solr/collections/.system/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestNamedUpdateProcessors -Dtests.method=test 
-Dtests.seed=78F460F2C994ED22 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=es-GT -Dtests.timezone=Europe/Riga -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 48.3s J2 | TestNamedUpdateProcessors.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find 
collection:.system
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([78F460F2C994ED22:F0A05F28676880DA]:0)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:134)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
   [junit4]    >        at 
org.apache.solr.update.processor.TestNamedUpdateProcessors.test(TestNamedUpdateProcessors.java:78)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 724608 INFO  
(SUITE-TestNamedUpdateProcessors-seed#[78F460F2C994ED22]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.processor.TestNamedUpdateProcessors_78F460F2C994ED22-001
   [junit4]   2> Jun 08, 2016 4:09:30 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=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
 chunkSize=15297, maxDocsPerChunk=5, blockSize=9), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, 
chunkSize=15297, blockSize=9)), 
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=es-GT, 
timezone=Europe/Riga
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_74 (64-bit)/cpus=4,threads=1,free=206829640,total=521142272
   [junit4]   2> NOTE: All tests run in this JVM: [TestPostingsSolrHighlighter, 
TestFieldTypeResource, TestExactStatsCache, AutoCommitTest, 
TestSubQueryTransformer, FullHLLTest, TestElisionMultitermQuery, 
CollectionsAPISolrJTest, TestRequestForwarding, TestSort, 
SegmentsInfoRequestHandlerTest, LeaderFailoverAfterPartitionTest, 
MergeStrategyTest, TestDocBasedVersionConstraints, TestCryptoKeys, 
TestRuleBasedAuthorizationPlugin, TestPHPSerializedResponseWriter, 
TestConfigSetsAPI, HdfsDirectoryFactoryTest, HdfsRestartWhileUpdatingTest, 
TestFieldCacheWithThreads, TestSolrJ, StressHdfsTest, 
HdfsChaosMonkeyNothingIsSafeTest, TestMacros, TestFileDictionaryLookup, 
HighlighterConfigTest, ClusterStateTest, DirectUpdateHandlerTest, 
TestSolrFieldCacheMBean, TestStressCloudBlindAtomicUpdates, NoCacheHeaderTest, 
TestSolrDeletionPolicy1, DateMathParserTest, TestDefaultSearchFieldResource, 
FullSolrCloudDistribCmdsTest, TestCloudInspectUtil, 
DistribDocExpirationUpdateProcessorTest, HardAutoCommitTest, 
TestGroupingSearch, TestIndexSearcher, SearchHandlerTest, HdfsNNFailoverTest, 
TestSolrCLIRunExample, FieldMutatingUpdateProcessorTest, 
TestTrackingShardHandlerFactory, BadIndexSchemaTest, 
ShowFileRequestHandlerTest, SuggesterTest, 
StatelessScriptUpdateProcessorFactoryTest, TestJmxIntegration, SparseHLLTest, 
TestWriterPerf, SampleTest, TestExclusionRuleCollectionAccess, TestUtils, 
HdfsDirectoryTest, TestDefaultStatsCache, TestShardHandlerFactory, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, UpdateParamsTest, 
TestAddFieldRealTimeGet, TestNamedUpdateProcessors]
   [junit4] Completed [236/612 (2!)] on J2 in 49.04s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 1200 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:684: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:233:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/common-build.xml:531:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1427:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:984:
 There were test failures: 612 suites (10 ignored), 2560 tests, 1 error, 1 
failure, 87 ignored (72 assumptions) [seed: 78F460F2C994ED22]

Total time: 64 minutes 30 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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to