Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.0/2/

2 tests failed.
FAILED:  org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([CBD0601060AA8EC4:755B06BF19D080F1]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration(ClusterStateUpdateTest.java:234)
        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)


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

Error Message:
1: hard occured too fast: 1171 < (1200 * 1)

Stack Trace:
java.lang.AssertionError: 1: hard occured too fast: 1171 < (1200 * 1)
        at 
__randomizedtesting.SeedInfo.seed([CBD0601060AA8EC4:97C5CE298B28CFBC]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds(SoftAutoCommitTest.java:344)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10770 lines...]
   [junit4] Suite: org.apache.solr.update.SoftAutoCommitTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_CBD0601060AA8EC4-001/init-core-data-001
   [junit4]   2> 277325 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 277325 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 277325 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 277325 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 277325 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr
   [junit4]   2> 277326 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 277326 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 277368 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 277392 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 277425 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 277429 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 277810 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 277815 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 277816 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 277820 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 277821 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 277823 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 277823 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 277823 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 277823 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr
   [junit4]   2> 277823 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr'
   [junit4]   2> 277823 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 277823 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr
   [junit4]   2> 277823 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1373435632
   [junit4]   2> 277823 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr]
   [junit4]   2> 277823 WARN  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/lib
   [junit4]   2> 277823 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 277826 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 277826 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 277827 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 277827 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 277827 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 277828 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=collection1, 
dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_CBD0601060AA8EC4-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 277834 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 277834 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 277835 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr
   [junit4]   2> 277835 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 277835 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 277855 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 277862 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 277894 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 277897 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 278124 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 278129 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 278130 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 278133 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 278134 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 278135 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 278135 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 278136 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 278136 INFO  (coreLoadExecutor-470-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1
   [junit4]   2> 278136 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 278137 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_CBD0601060AA8EC4-001/init-core-data-001/]
   [junit4]   2> 278137 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e672a69
   [junit4]   2> 278137 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_CBD0601060AA8EC4-001/init-core-data-001
   [junit4]   2> 278137 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_CBD0601060AA8EC4-001/init-core-data-001/index/
   [junit4]   2> 278137 WARN  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_CBD0601060AA8EC4-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 278137 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_CBD0601060AA8EC4-001/init-core-data-001/index
   [junit4]   2> 278137 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 278138 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@d5b26b9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2858f83a),segFN=segments_1,generation=1}
   [junit4]   2> 278138 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 278138 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_CBD0601060AA8EC4-001/init-core-data-001/
   [junit4]   2> 278141 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 278141 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 278141 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 278141 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 278141 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 278141 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 278141 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 278141 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 278141 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 278141 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 278141 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 278141 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 278143 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 278144 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 278144 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 278145 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 278148 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 278149 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 278149 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 278150 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 278150 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 278151 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 278151 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 278151 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 278151 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@d5b26b9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2858f83a),segFN=segments_1,generation=1}
   [junit4]   2> 278151 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 278151 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4bd79dd6[collection1] main]
   [junit4]   2> 278151 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 278152 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 278152 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 278152 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 278170 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 278241 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 278246 INFO  
(searcherExecutor-471-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 278246 INFO  
(searcherExecutor-471-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 278246 INFO  
(searcherExecutor-471-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 278246 INFO  
(searcherExecutor-471-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 278246 INFO  
(searcherExecutor-471-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 278246 INFO  
(searcherExecutor-471-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 278247 INFO  
(searcherExecutor-471-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 278247 INFO  
(searcherExecutor-471-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 278247 INFO  
(searcherExecutor-471-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 278253 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 278253 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 278253 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 278253 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1530218691516432384
   [junit4]   2> 278254 INFO  
(searcherExecutor-471-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4bd79dd6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 278263 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 9.0ms to seed version buckets with 
highest version 1530218691516432384
   [junit4]   2> 278263 INFO  (coreLoadExecutor-470-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 278264 INFO  
(SUITE-SoftAutoCommitTest-seed#[CBD0601060AA8EC4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 278273 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSoftAndHardCommitMaxTimeDelete
   [junit4]   2> 278298 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 278298 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 278298 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr
   [junit4]   2> 278298 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 278298 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 278372 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 278396 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 278644 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 278653 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 278713 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 278717 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 278718 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 278721 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file 
currency.xml
   [junit4]   2> 278802 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file 
currency.xml
   [junit4]   2> 278803 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 278803 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 278805 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming 
default properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 278805 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1
   [junit4]   2> 278814 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_CBD0601060AA8EC4-001/init-core-data-001/]
   [junit4]   2> 278814 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding 
Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e672a69
   [junit4]   2> 278818 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_CBD0601060AA8EC4-001/init-core-data-001/index/
   [junit4]   2> 278821 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 278821 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 278821 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 278821 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 278821 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 278821 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 278821 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 278821 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 278822 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 278822 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 278822 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 278822 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 278824 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 278824 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 278825 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 278830 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_CBD0601060AA8EC4-001/init-core-data-001/
   [junit4]   2> 278857 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 278869 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 278871 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 278871 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 278872 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 278872 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 278891 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@12a916d8[collection1] main]
   [junit4]   2> 278891 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.r.RestManager Initializing RestManager with 
initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 278891 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json 
using InMemoryStorage
   [junit4]   2> 278891 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.r.RestManager Initializing 0 registered 
ManagedResources
   [junit4]   2> 278891 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 278893 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 278896 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  
10000
   [junit4]   2> 278897 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to 
seed version buckets
   [junit4]   2> 278897 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ 
for 65536 version buckets from index
   [junit4]   2> 278897 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot 
seed version bucket highest value from index
   [junit4]   2> 278897 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or 
recent updates, using new clock 1530218692191715328
   [junit4]   2> 278903 INFO  
(searcherExecutor-476-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 278904 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.UpdateLog Took 7.0ms to seed version buckets with 
highest version 1530218692191715328
   [junit4]   2> 278904 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... 
core=collection1
   [junit4]   2> 278906 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 278906 INFO  
(searcherExecutor-476-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 278906 INFO  
(searcherExecutor-476-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 278906 INFO  
(searcherExecutor-476-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 278907 INFO  
(searcherExecutor-476-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 278908 INFO  
(searcherExecutor-476-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 278908 INFO  
(searcherExecutor-476-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 278908 INFO  
(searcherExecutor-476-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 278908 INFO  
(searcherExecutor-476-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 278909 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: 
commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@d5b26b9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2858f83a),segFN=segments_1,generation=1}
   [junit4]   2> 278910 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 278910 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to 
be used.
   [junit4]   2> 278911 INFO  
(searcherExecutor-476-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@12a916d8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 278911 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7ff0ffa4[collection1] main]
   [junit4]   2> 278912 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 278912 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2b83320d
   [junit4]   2> 278912 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 278915 INFO  
(searcherExecutor-476-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7ff0ffa4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 278919 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on 
request.
   [junit4]   2> 279182 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[529 (1530218692230512640)]} 0 247
   [junit4]   2> 279183 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 279220 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: 
commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@d5b26b9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2858f83a),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@d5b26b9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2858f83a),segFN=segments_2,generation=2}
   [junit4]   2> 279220 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 279231 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@215f1ec5[collection1] main]
   [junit4]   2> 279234 INFO  
(searcherExecutor-476-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@215f1ec5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)))}
   [junit4]   2> 279234 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 279234 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{commit=} 0 51
   [junit4]   2> 279235 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{delete=[529 (-1530218692546134016)]} 0 0
   [junit4]   2> 279738 INFO  (commitScheduler-479-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> 279758 INFO  (commitScheduler-479-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2d02cee1[collection1] main]
   [junit4]   2> 279759 INFO  
(searcherExecutor-476-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2d02cee1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 279759 INFO  (commitScheduler-479-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 279767 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[550 (1530218693102927872)]} 0 0
   [junit4]   2> 280267 INFO  (commitScheduler-479-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> 280270 INFO  (commitScheduler-479-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@314e9451[collection1] main]
   [junit4]   2> 280271 INFO  
(searcherExecutor-476-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@314e9451[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c1)))}
   [junit4]   2> 280271 INFO  (commitScheduler-479-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 280436 INFO  (commitScheduler-478-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 280436 INFO  (commitScheduler-478-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@d5b26b9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2858f83a),segFN=segments_2,generation=2}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@d5b26b9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2858f83a),segFN=segments_3,generation=3}
   [junit4]   2> 280436 INFO  (commitScheduler-478-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 280437 INFO  (commitScheduler-478-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4b6762c7[collection1] main]
   [junit4]   2> 280439 INFO  
(searcherExecutor-476-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4b6762c7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c1)))}
   [junit4]   2> 280440 INFO  (commitScheduler-478-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 282440 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending 
testSoftAndHardCommitMaxTimeDelete
   [junit4]   2> 282450 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting 
testSoftAndHardCommitMaxTimeRapidAdds
   [junit4]   2> 282450 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for 
directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 282450 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 282450 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrResourceLoader using system property 
solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr
   [junit4]   2> 282450 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 282450 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 282511 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 282533 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 282681 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 282684 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 282877 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 282881 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 282882 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 282885 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates 
from file currency.xml
   [junit4]   2> 282887 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates 
from file currency.xml
   [junit4]   2> 282888 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange 
rates from open-exchange-rates.json
   [junit4]   2> 282888 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange 
rates from open-exchange-rates.json
   [junit4]   2> 282889 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet 
properties, assuming default properties: Can't find resource 
'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 282889 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' 
using configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1
   [junit4]   2> 282889 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_CBD0601060AA8EC4-001/init-core-data-001/]
   [junit4]   2> 282889 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding 
Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e672a69
   [junit4]   2> 282890 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_CBD0601060AA8EC4-001/init-core-data-001/index/
   [junit4]   2> 282891 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_CBD0601060AA8EC4-001/init-core-data-001/
   [junit4]   2> 282893 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 282894 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 282894 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 282894 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 282894 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 282894 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 282894 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 282894 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 282894 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 282894 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 282894 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 282894 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 282895 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 282896 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 282897 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 282898 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 282902 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 282904 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 282904 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 282904 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 282904 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 282905 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@68466351[collection1] main]
   [junit4]   2> 282905 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.r.RestManager Initializing RestManager with 
initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 282905 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json 
using InMemoryStorage
   [junit4]   2> 282905 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.r.RestManager Initializing 0 registered 
ManagedResources
   [junit4]   2> 282905 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 282906 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 282908 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  
10000
   [junit4]   2> 282908 INFO  
(searcherExecutor-480-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 282909 INFO  
(searcherExecutor-480-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 282909 INFO  
(searcherExecutor-480-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 282909 INFO  
(searcherExecutor-480-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 282909 INFO  
(searcherExecutor-480-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 282909 INFO  
(searcherExecutor-480-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 282909 INFO  
(searcherExecutor-480-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 282910 INFO  
(searcherExecutor-480-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 282910 INFO  
(searcherExecutor-480-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 282911 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to 
seed version buckets
   [junit4]   2> 282911 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ 
for 65536 version buckets from index
   [junit4]   2> 282912 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.VersionInfo Found MAX value 1530218693102927872 
from Terms for _version_ in index
   [junit4]   2> 282914 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with 
highest version 1530218693102927872
   [junit4]   2> 282914 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... 
core=collection1
   [junit4]   2> 282914 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.40234375, noCFSRatio=0.0]
   [junit4]   2> 282915 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: 
commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@d5b26b9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2858f83a),segFN=segments_3,generation=3}
   [junit4]   2> 282915 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 282915 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to 
be used.
   [junit4]   2> 282921 INFO  
(searcherExecutor-480-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@68466351[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c1)))}
   [junit4]   2> 282923 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2b88cec1[collection1] main]
   [junit4]   2> 282923 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 282923 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@79ab405b
   [junit4]   2> 282924 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=4,autocommit maxTime=1200ms,autocommits=1,soft 
autocommit maxTime=500ms,soft 
autocommits=2,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=1,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=294,transaction_logs_total_number=2}
   [junit4]   2> 282924 INFO  
(searcherExecutor-480-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2b88cec1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c1)))}
   [junit4]   2> 282930 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on 
request.
   [junit4]   2> 283175 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[5000 (1530218696425865216)]} 0 239
   [junit4]   2> 283177 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[5001 (1530218696678572032)]} 0 1
   [junit4]   2> 283177 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[5002 (1530218696679620608)]} 0 0
   [junit4]   2> 283182 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[5003 (1530218696679620609)]} 0 4
   [junit4]   2> 283182 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[5004 (1530218696684863488)]} 0 0
   [junit4]   2> 283678 INFO  (commitScheduler-483-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> 283685 INFO  (commitScheduler-483-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4cc720b5[collection1] main]
   [junit4]   2> 283686 INFO  
(searcherExecutor-480-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4cc720b5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c1)
 Uninverting(_2(6.0.0):c5)))}
   [junit4]   2> 283687 INFO  (commitScheduler-483-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 284138 INFO  (commitScheduler-482-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 284154 INFO  (commitScheduler-482-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@d5b26b9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2858f83a),segFN=segments_3,generation=3}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@d5b26b9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2858f83a),segFN=segments_4,generation=4}
   [junit4]   2> 284154 INFO  (commitScheduler-482-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 284154 INFO  (commitScheduler-482-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1c438949[collection1] main]
   [junit4]   2> 284155 INFO  
(searcherExecutor-480-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c438949[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c1)
 Uninverting(_2(6.0.0):c5)))}
   [junit4]   2> 284156 INFO  (commitScheduler-482-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 284156 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending 
testSoftAndHardCommitMaxTimeRapidAdds
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SoftAutoCommitTest 
-Dtests.method=testSoftAndHardCommitMaxTimeRapidAdds 
-Dtests.seed=CBD0601060AA8EC4 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=mt-MT -Dtests.timezone=America/La_Paz -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 1.72s J1 | 
SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 1: hard occured too 
fast: 1171 < (1200 * 1)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CBD0601060AA8EC4:97C5CE298B28CFBC]:0)
   [junit4]    >        at 
org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds(SoftAutoCommitTest.java:344)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 284186 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting 
testSoftAndHardCommitMaxTimeMixedAdds
   [junit4]   2> 284186 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for 
directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 284186 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 284186 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrResourceLoader using system property 
solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr
   [junit4]   2> 284186 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 284186 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 284240 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 284262 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 284292 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 284296 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 284476 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 284481 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 284481 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 284490 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates 
from file currency.xml
   [junit4]   2> 284492 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates 
from file currency.xml
   [junit4]   2> 284493 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange 
rates from open-exchange-rates.json
   [junit4]   2> 284493 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange 
rates from open-exchange-rates.json
   [junit4]   2> 284502 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet 
properties, assuming default properties: Can't find resource 
'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 284502 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' 
using configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1
   [junit4]   2> 284506 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_CBD0601060AA8EC4-001/init-core-data-001/]
   [junit4]   2> 284506 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding 
Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e672a69
   [junit4]   2> 284506 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_CBD0601060AA8EC4-001/init-core-data-001/index/
   [junit4]   2> 284516 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.update.SoftAutoCommitTest_CBD0601060AA8EC4-001/init-core-data-001/
   [junit4]   2> 284519 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 284520 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 284520 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 284520 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 284520 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 284520 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 284520 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 284520 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 284520 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 284520 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 284520 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 284520 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 284522 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 284522 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 284523 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 284524 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 284528 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 284530 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[CBD0601060AA8EC4])
 [    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-

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

Node(Overseer.java:1052)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer.getStateUpdateQueue(Overseer.java:925)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer.getStateUpdateQueue(Overseer.java:912)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.publishNodeAsDown(ZkController.java:2456)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:558)
   [junit4]   2>        at 
org.apache.solr.cloud.ClusterStateUpdateTest.tearDown(ClusterStateUpdateTest.java:247)
   [junit4]   2>        at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown 
Source)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:929)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 324938 INFO  
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[CBD0601060AA8EC4]) 
[n:127.0.0.1:1662_solr c:testcore s:shard1 r:127.0.0.1:1661_solr_testcore 
x:testcore] o.a.s.c.ZkController Could not publish node as down: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /overseer
   [junit4]   2> 324942 INFO  
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[CBD0601060AA8EC4]) 
[n:127.0.0.1:1662_solr c:testcore s:shard1 r:127.0.0.1:1661_solr_testcore 
x:testcore] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57086 57086
   [junit4]   2> 325086 INFO  (Thread-270) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:57086 57086
   [junit4]   2> 325087 WARN  (Thread-270) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        2       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/95638669101170691-127.0.0.1:1661_solr-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/95638669101170693-127.0.0.1:1662_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 325088 INFO  
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[CBD0601060AA8EC4]) 
[n:127.0.0.1:1662_solr c:testcore s:shard1 r:127.0.0.1:1661_solr_testcore 
x:testcore] o.a.s.SolrTestCaseJ4 ###Ending testCoreRegistration
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClusterStateUpdateTest -Dtests.method=testCoreRegistration 
-Dtests.seed=CBD0601060AA8EC4 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=zh-CN -Dtests.timezone=Asia/Almaty -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 33.4s J1 | ClusterStateUpdateTest.testCoreRegistration <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CBD0601060AA8EC4:755B06BF19D080F1]:0)
   [junit4]    >        at 
org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration(ClusterStateUpdateTest.java:234)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 325090 INFO  
(SUITE-ClusterStateUpdateTest-seed#[CBD0601060AA8EC4]-worker) 
[n:127.0.0.1:1662_solr c:testcore s:shard1 r:127.0.0.1:1661_solr_testcore 
x:testcore] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_CBD0601060AA8EC4-001
   [junit4]   2> Mar 30, 2016 9:31:51 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, 
docValues:{}, maxPointsInLeafNode=1459, maxMBSortInHeap=4.891909151405489, 
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=zh-CN, 
timezone=Asia/Almaty
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.8.0_74 (64-bit)/cpus=4,threads=1,free=270436912,total=387973120
   [junit4]   2> NOTE: All tests run in this JVM: [TestCollapseQParserPlugin, 
TestRandomCollapseQParserPlugin, DistribDocExpirationUpdateProcessorTest, 
TestPerFieldSimilarityClassic, TestCoreContainer, 
PKIAuthenticationIntegrationTest, TestBinaryResponseWriter, TestQueryUtils, 
ExplicitHLLTest, SortSpecParsingTest, DistributedFacetPivotLongTailTest, 
SolrInfoMBeanTest, SoftAutoCommitTest, SuggesterFSTTest, 
TestSolrCoreProperties, ClusterStateUpdateTest]
   [junit4] Completed [87/579 (2!)] on J1 in 34.19s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 1604 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/build.xml:740: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/build.xml:684: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/build.xml:59: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build.xml:233: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/common-build.xml:527:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/lucene/common-build.xml:1457:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/lucene/common-build.xml:1014:
 There were test failures: 579 suites (10 ignored), 2313 tests, 2 failures, 86 
ignored (70 assumptions) [seed: CBD0601060AA8EC4]

Total time: 84 minutes 25 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