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

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

Error Message:
some core start times did not change on reload

Stack Trace:
java.lang.AssertionError: some core start times did not change on reload
        at 
__randomizedtesting.SeedInfo.seed([4EBA7C419F4307A4:C6EE439B31BF6A5C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:835)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:167)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
soft530 after hard529 but no hard530: 28288973879945262 !<= 28288973877405478

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




Build Log:
[...truncated 10680 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_4EBA7C419F4307A4-001/init-core-data-001
   [junit4]   2> 334495 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 334496 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 334496 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-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> 334496 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 334496 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-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> 334496 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-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> 334496 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-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> 334515 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 334522 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 334537 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 334541 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 334612 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 334616 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 334617 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 334631 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 334633 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 334634 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 334634 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 334634 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 334634 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-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> 334634 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-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> 334634 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 334634 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-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> 334635 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1199199377
   [junit4]   2> 334635 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-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> 334635 WARN  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-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> 334636 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-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> 334641 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 334645 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 334645 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 334645 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 334645 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 334645 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-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_4EBA7C419F4307A4-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 334662 INFO  (coreLoadExecutor-731-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> 334663 INFO  (coreLoadExecutor-731-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 334663 INFO  (coreLoadExecutor-731-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> 334663 INFO  (coreLoadExecutor-731-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> 334663 INFO  (coreLoadExecutor-731-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> 334684 INFO  (coreLoadExecutor-731-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 334706 INFO  (coreLoadExecutor-731-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 334738 INFO  (coreLoadExecutor-731-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 334750 INFO  (coreLoadExecutor-731-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 334821 INFO  (coreLoadExecutor-731-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 334825 INFO  (coreLoadExecutor-731-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 334826 INFO  (coreLoadExecutor-731-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 334830 INFO  (coreLoadExecutor-731-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 334831 INFO  (coreLoadExecutor-731-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 334832 INFO  (coreLoadExecutor-731-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 334832 INFO  (coreLoadExecutor-731-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 334833 INFO  (coreLoadExecutor-731-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> 334833 INFO  (coreLoadExecutor-731-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> 334833 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 334834 INFO  (coreLoadExecutor-731-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_4EBA7C419F4307A4-001/init-core-data-001/]
   [junit4]   2> 334834 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c55e2aa
   [junit4]   2> 334834 INFO  (coreLoadExecutor-731-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_4EBA7C419F4307A4-001/init-core-data-001
   [junit4]   2> 334834 INFO  (coreLoadExecutor-731-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_4EBA7C419F4307A4-001/init-core-data-001/index/
   [junit4]   2> 334834 WARN  (coreLoadExecutor-731-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_4EBA7C419F4307A4-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 334834 INFO  (coreLoadExecutor-731-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_4EBA7C419F4307A4-001/init-core-data-001/index
   [junit4]   2> 334835 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 334835 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@72512ac9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@709b6728),segFN=segments_1,generation=1}
   [junit4]   2> 334835 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 334837 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 334838 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 334838 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 334838 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 334838 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 334838 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 334838 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 334838 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 334838 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 334838 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 334838 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 334838 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 334839 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 334840 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 334841 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 334841 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 334843 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_4EBA7C419F4307A4-001/init-core-data-001/
   [junit4]   2> 334860 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 334861 INFO  (coreLoadExecutor-731-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> 334861 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 334862 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 334862 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 335246 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 335246 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 335246 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8498757267077667]
   [junit4]   2> 335250 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@72512ac9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@709b6728),segFN=segments_1,generation=1}
   [junit4]   2> 335250 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 335250 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@57015183[collection1] main]
   [junit4]   2> 335251 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 335251 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 335251 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 335251 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 335261 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 335308 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 335308 INFO  
(searcherExecutor-732-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 335308 INFO  
(searcherExecutor-732-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 335308 INFO  
(searcherExecutor-732-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 335309 INFO  
(searcherExecutor-732-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 335309 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 335309 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 335309 INFO  
(searcherExecutor-732-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 335309 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 335309 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1530741359019819008
   [junit4]   2> 335309 INFO  
(searcherExecutor-732-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 335309 INFO  
(searcherExecutor-732-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 335309 INFO  
(searcherExecutor-732-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 335309 INFO  
(searcherExecutor-732-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 335310 INFO  
(searcherExecutor-732-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@57015183[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 335310 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with 
highest version 1530741359019819008
   [junit4]   2> 335311 INFO  (coreLoadExecutor-731-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 335312 INFO  
(SUITE-SoftAutoCommitTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 335314 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSoftAndHardCommitMaxTimeDelete
   [junit4]   2> 335315 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] 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> 335315 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 335315 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] 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> 335315 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] 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> 335315 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] 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> 335336 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 335342 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 335356 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 335360 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 335556 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 335573 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 335573 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 335587 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file 
currency.xml
   [junit4]   2> 335610 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file 
currency.xml
   [junit4]   2> 335612 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 335612 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 335615 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] 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> 335615 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    ] 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> 335616 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    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_4EBA7C419F4307A4-001/init-core-data-001/]
   [junit4]   2> 335616 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding 
Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c55e2aa
   [junit4]   2> 335620 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    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_4EBA7C419F4307A4-001/init-core-data-001/index/
   [junit4]   2> 335632 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 335632 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 335632 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 335632 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 335632 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 335632 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 335632 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 335632 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 335632 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 335633 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 335633 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 335633 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 335635 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 335636 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 335636 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 335637 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 335642 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 335642 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_4EBA7C419F4307A4-001/init-core-data-001/
   [junit4]   2> 335645 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    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> 335646 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 335646 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 335646 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 335648 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4b150286[collection1] main]
   [junit4]   2> 335648 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.r.RestManager Initializing RestManager with 
initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 335648 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json 
using InMemoryStorage
   [junit4]   2> 335648 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.r.RestManager Initializing 0 registered 
ManagedResources
   [junit4]   2> 335648 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 335649 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 335651 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  
10000
   [junit4]   2> 335652 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to 
seed version buckets
   [junit4]   2> 335652 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ 
for 65536 version buckets from index
   [junit4]   2> 335652 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot 
seed version bucket highest value from index
   [junit4]   2> 335652 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or 
recent updates, using new clock 1530741359379480576
   [junit4]   2> 335653 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with 
highest version 1530741359379480576
   [junit4]   2> 335653 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... 
core=collection1
   [junit4]   2> 335656 INFO  
(searcherExecutor-737-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 335656 INFO  
(searcherExecutor-737-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 335656 INFO  
(searcherExecutor-737-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 335656 INFO  
(searcherExecutor-737-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 335656 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=6.7392578125, 
floorSegmentMB=1.8466796875, forceMergeDeletesPctAllowed=23.160630891087266, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.44852004644550103
   [junit4]   2> 335656 INFO  
(searcherExecutor-737-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 335657 INFO  
(searcherExecutor-737-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 335657 INFO  
(searcherExecutor-737-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 335658 INFO  
(searcherExecutor-737-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 335659 INFO  
(searcherExecutor-737-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 335660 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: 
commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@72512ac9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@709b6728),segFN=segments_1,generation=1}
   [junit4]   2> 335660 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 335660 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to 
be used.
   [junit4]   2> 335669 INFO  
(searcherExecutor-737-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4b150286[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 335670 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3fd76fb6[collection1] main]
   [junit4]   2> 335671 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 335671 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1450927b
   [junit4]   2> 335671 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    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> 335671 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on 
request.
   [junit4]   2> 335673 INFO  
(searcherExecutor-737-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3fd76fb6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 335705 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[529 (1530741359424569344)]} 0 10
   [junit4]   2> 335713 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 335757 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: 
commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@72512ac9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@709b6728),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@72512ac9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@709b6728),segFN=segments_2,generation=2}
   [junit4]   2> 335757 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 335776 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4251c818[collection1] main]
   [junit4]   2> 335777 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 335783 INFO  
(searcherExecutor-737-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4251c818[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))}
   [junit4]   2> 335783 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{commit=} 0 69
   [junit4]   2> 335785 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{delete=[529 (-1530741359517892608)]} 0 1
   [junit4]   2> 336286 INFO  (commitScheduler-740-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> 336288 INFO  (commitScheduler-740-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5a220791[collection1] main]
   [junit4]   2> 336289 INFO  
(searcherExecutor-737-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5a220791[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 336290 INFO  (commitScheduler-740-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 336292 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[550 (1530741360049520640)]} 0 1
   [junit4]   2> 336793 INFO  (commitScheduler-740-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> 336806 INFO  (commitScheduler-740-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1b65cafb[collection1] main]
   [junit4]   2> 336807 INFO  
(searcherExecutor-737-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1b65cafb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)))}
   [junit4]   2> 336807 INFO  (commitScheduler-740-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 337084 INFO  (commitScheduler-739-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> 337091 INFO  (commitScheduler-739-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@72512ac9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@709b6728),segFN=segments_2,generation=2}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@72512ac9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@709b6728),segFN=segments_3,generation=3}
   [junit4]   2> 337091 INFO  (commitScheduler-739-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 337092 INFO  (commitScheduler-739-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@13aa8252[collection1] main]
   [junit4]   2> 337092 INFO  (commitScheduler-739-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 337097 INFO  
(searcherExecutor-737-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@13aa8252[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)))}
   [junit4]   2> 339092 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending 
testSoftAndHardCommitMaxTimeDelete
   [junit4]   2> 339099 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting 
testSoftAndHardCommitMaxTimeRapidAdds
   [junit4]   2> 339099 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    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> 339099 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 339099 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    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> 339099 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    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> 339099 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    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> 339116 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 339122 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 339138 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 339142 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 339306 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 339310 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 339311 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 339314 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates 
from file currency.xml
   [junit4]   2> 339316 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates 
from file currency.xml
   [junit4]   2> 339317 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange 
rates from open-exchange-rates.json
   [junit4]   2> 339317 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange 
rates from open-exchange-rates.json
   [junit4]   2> 339318 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    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> 339318 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    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> 339319 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    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_4EBA7C419F4307A4-001/init-core-data-001/]
   [junit4]   2> 339319 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding 
Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c55e2aa
   [junit4]   2> 339319 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    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_4EBA7C419F4307A4-001/init-core-data-001/index/
   [junit4]   2> 339337 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 339337 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 339337 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 339337 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 339337 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 339337 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 339337 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 339337 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 339337 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 339337 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 339337 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 339337 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 339339 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 339340 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 339340 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 339341 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 339342 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_4EBA7C419F4307A4-001/init-core-data-001/
   [junit4]   2> 339346 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 339347 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    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> 339347 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 339358 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 339358 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 339359 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@8e557ba[collection1] main]
   [junit4]   2> 339359 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.r.RestManager Initializing RestManager with 
initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 339359 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json 
using InMemoryStorage
   [junit4]   2> 339359 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.r.RestManager Initializing 0 registered 
ManagedResources
   [junit4]   2> 339359 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 339360 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 339362 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  
10000
   [junit4]   2> 339362 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to 
seed version buckets
   [junit4]   2> 339363 INFO  
(searcherExecutor-741-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 339363 INFO  
(searcherExecutor-741-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 339363 INFO  
(searcherExecutor-741-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 339363 INFO  
(searcherExecutor-741-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 339363 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ 
for 65536 version buckets from index
   [junit4]   2> 339364 INFO  
(searcherExecutor-741-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 339364 INFO  
(searcherExecutor-741-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 339364 INFO  
(searcherExecutor-741-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 339364 INFO  
(searcherExecutor-741-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 339364 INFO  
(searcherExecutor-741-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 339370 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.VersionInfo Found MAX value 1530741360049520640 
from Terms for _version_ in index
   [junit4]   2> 339372 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.UpdateLog Took 9.0ms to seed version buckets with 
highest version 1530741360049520640
   [junit4]   2> 339372 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... 
core=collection1
   [junit4]   2> 339584 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=25.705078125, 
floorSegmentMB=2.060546875, forceMergeDeletesPctAllowed=5.955317007247146, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7697396864012213
   [junit4]   2> 339586 INFO  
(searcherExecutor-741-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@8e557ba[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)))}
   [junit4]   2> 339589 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: 
commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@72512ac9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@709b6728),segFN=segments_3,generation=3}
   [junit4]   2> 339589 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 339589 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to 
be used.
   [junit4]   2> 339591 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6d05e1ce[collection1] main]
   [junit4]   2> 339592 INFO  
(searcherExecutor-741-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6d05e1ce[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)))}
   [junit4]   2> 339593 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 339593 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@383309d4
   [junit4]   2> 339593 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    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> 339593 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on 
request.
   [junit4]   2> 339626 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[5000 (1530741363533938688)]} 0 12
   [junit4]   2> 339627 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[5001 (1530741363547570176)]} 0 0
   [junit4]   2> 339628 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[5002 (1530741363548618752)]} 0 0
   [junit4]   2> 339628 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[5003 (1530741363548618753)]} 0 0
   [junit4]   2> 339629 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[5004 (1530741363549667328)]} 0 0
   [junit4]   2> 339630 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending 
testSoftAndHardCommitMaxTimeRapidAdds
   [junit4]   2> 339632 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting 
testSoftAndHardCommitMaxTimeMixedAdds
   [junit4]   2> 339632 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    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> 339632 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 339632 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    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> 339633 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    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> 339633 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    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> 339649 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 339668 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 339742 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 339748 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 339898 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 339902 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 339903 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 339906 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates 
from file currency.xml
   [junit4]   2> 339907 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates 
from file currency.xml
   [junit4]   2> 339909 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange 
rates from open-exchange-rates.json
   [junit4]   2> 339909 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange 
rates from open-exchange-rates.json
   [junit4]   2> 339910 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    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> 339910 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    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> 339910 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    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_4EBA7C419F4307A4-001/init-core-data-001/]
   [junit4]   2> 339911 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding 
Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c55e2aa
   [junit4]   2> 339911 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    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_4EBA7C419F4307A4-001/init-core-data-001/index/
   [junit4]   2> 339914 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 339914 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 339914 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 339914 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 339914 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 339914 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 339914 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 339914 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 339914 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 339914 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 339915 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 339915 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 339916 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 339917 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 339917 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 339918 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 339925 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_4EBA7C419F4307A4-001/init-core-data-001/
   [junit4]   2> 339937 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 339938 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    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> 339938 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 339939 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 339939 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 339945 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7c7e2422[collection1] main]
   [junit4]   2> 339946 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.r.RestManager Initializing RestManager with 
initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 339946 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json 
using InMemoryStorage
   [junit4]   2> 339946 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.r.RestManager Initializing 0 registered 
ManagedResources
   [junit4]   2> 339946 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 339946 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 339949 INFO  
(TEST-SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds-seed#[4EBA7C419F4307A4])
 [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  
10000
   [junit4]   2> 339949 INFO  (searcherExecutor-74

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

ta;done=false>>]
   [junit4]   2> 1340565 INFO  (coreCloseExecutor-4395-thread-3) 
[n:127.0.0.1:48649_sko c:awholynewcollection_0 s:shard4 r:core_node11 
x:awholynewcollection_0_shard4_replica1] o.a.s.c.CachingDirectoryFactory 
Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.0/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_4EBA7C419F4307A4-001/shard-4-001/cores/awholynewcollection_0_shard4_replica1/data
   [junit4]   2> 1340569 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[4EBA7C419F4307A4]) [    ] 
o.a.s.c.Overseer Overseer 
(id=95671392836255762-127.0.0.1:48649_sko-n_0000000004) closing
   [junit4]   2> 1340570 INFO  
(OverseerStateUpdate-95671392836255762-127.0.0.1:48649_sko-n_0000000004) 
[n:127.0.0.1:48649_sko    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:48649_sko
   [junit4]   2> 1340570 INFO  
(zkCallback-1876-thread-6-processing-n:127.0.0.1:48649_sko) 
[n:127.0.0.1:48649_sko    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1340577 INFO  
(zkCallback-1876-thread-5-processing-n:127.0.0.1:48649_sko) 
[n:127.0.0.1:48649_sko    ] o.a.s.c.c.ZkStateReader A live node change: 
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], 
has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1340577 WARN  
(zkCallback-1876-thread-5-processing-n:127.0.0.1:48649_sko) 
[n:127.0.0.1:48649_sko    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1342071 WARN  
(zkCallback-1876-thread-6-processing-n:127.0.0.1:48649_sko) 
[n:127.0.0.1:48649_sko    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for 
/collections/nodes_used_collection/state.json]
   [junit4]   2> 1342085 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[4EBA7C419F4307A4]) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@4855ee24{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1342085 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[4EBA7C419F4307A4]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7863dc04{/sko,null,UNAVAILABLE}
   [junit4]   2> 1342087 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[4EBA7C419F4307A4]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:59425 59425
   [junit4]   2> 1342353 INFO  (Thread-2847) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:59425 59425
   [junit4]   2> 1342354 WARN  (Thread-2847) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/aliases.json
   [junit4]   2>        6       /solr/security.json
   [junit4]   2>        6       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        5       
/solr/collections/nodes_used_collection/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/95671392836255753-127.0.0.1:51164_sko-n_0000000001
   [junit4]   2>        2       
/solr/collections/awholynewcollection_0/leader_elect/shard3/election/95671392836255753-core_node3-n_0000000001
   [junit4]   2>        2       
/solr/collections/awholynewcollection_0/leader_elect/shard3/election/95671392836255759-core_node1-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/collections
   [junit4]   2>        8       /solr/live_nodes
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=test 
-Dtests.seed=4EBA7C419F4307A4 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=uk-UA -Dtests.timezone=Pacific/Easter -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE  124s J2 | CollectionsAPIDistributedZkTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: some core start times 
did not change on reload
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4EBA7C419F4307A4:C6EE439B31BF6A5C]:0)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:835)
   [junit4]    >        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:167)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1342357 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[4EBA7C419F4307A4]-worker) [    ] 
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/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_4EBA7C419F4307A4-001
   [junit4]   2> Apr 05, 2016 4:15:26 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=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=6, maxDocsPerChunk=727, blockSize=259), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=6, blockSize=259)), sim=ClassicSimilarity, locale=uk-UA, 
timezone=Pacific/Easter
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.8.0_74 (64-bit)/cpus=4,threads=1,free=211384576,total=447217664
   [junit4]   2> NOTE: All tests run in this JVM: [BlockDirectoryTest, 
CleanupOldIndexTest, TestPerFieldSimilarityWithDefaultOverride, 
DebugComponentTest, TestLeaderInitiatedRecoveryThread, UnloadDistributedZkTest, 
BigEndianAscendingWordSerializerTest, DateMathParserTest, 
TestRequestStatusCollectionAPI, TestCSVResponseWriter, 
ShowFileRequestHandlerTest, CdcrUpdateLogTest, TestPivotHelperCode, 
TestPostingsSolrHighlighter, TestSortingResponseWriter, 
TestReloadAndDeleteDocs, TestMacros, MergeStrategyTest, TestSearchPerf, 
RegexBoostProcessorTest, RulesTest, TestScoreJoinQPNoScore, TestStressReorder, 
QueryParsingTest, DeleteLastCustomShardedReplicaTest, TestWriterPerf, 
HdfsTlogReplayBufferedWhileIndexingTest, CloudMLTQParserTest, 
TestExceedMaxTermLength, XmlUpdateRequestHandlerTest, ScriptEngineTest, 
TestBlobHandler, TestAddFieldRealTimeGet, TestLRUStatsCache, PluginInfoTest, 
TestSchemaResource, FieldAnalysisRequestHandlerTest, SSLMigrationTest, 
DistributedQueryComponentCustomSortTest, TestDynamicFieldResource, 
TestFilteredDocIdSet, TestJettySolrRunner, TestSolrConfigHandlerCloud, 
NoCacheHeaderTest, BasicDistributedZk2Test, TestJmxIntegration, 
TestSha256AuthenticationProvider, TestCharFilters, SecurityConfHandlerTest, 
TestTolerantSearch, CoreAdminHandlerTest, TestSolrJ, 
TestSolrCloudWithKerberosAlt, BadComponentTest, TestIndexSearcher, 
OverseerCollectionConfigSetProcessorTest, TestSolrDeletionPolicy1, 
TestAuthorizationFramework, TestReqParamsAPI, DocValuesMissingTest, 
SolrCoreCheckLockOnStartupTest, SliceStateTest, TestUniqueKeyFieldResource, 
TermVectorComponentDistributedTest, HardAutoCommitTest, ClusterStateTest, 
TestCoreDiscovery, RecoveryZkTest, ExitableDirectoryReaderTest, 
TestSuggestSpellingConverter, TestElisionMultitermQuery, SampleTest, 
HighlighterMaxOffsetTest, TestSolrIndexConfig, BinaryUpdateRequestHandlerTest, 
TestDistribIDF, DistribJoinFromCollectionTest, TestDistributedMissingSort, 
DistributedFacetPivotSmallAdvancedTest, PreAnalyzedUpdateProcessorTest, 
TestIndexingPerformance, SuggestComponentTest, SearchHandlerTest, 
SolrTestCaseJ4Test, TestSerializedLuceneMatchVersion, DirectUpdateHandlerTest, 
ConnectionManagerTest, TestJsonFacets, TestConfigSets, TestReload, 
UpdateParamsTest, SuggesterWFSTTest, TestDFISimilarityFactory, 
CollectionStateFormat2Test, CollectionsAPIDistributedZkTest]
   [junit4] Completed [294/579 (2!)] on J2 in 124.58s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 943 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), 2309 tests, 2 failures, 85 
ignored (70 assumptions) [seed: 4EBA7C419F4307A4]

Total time: 83 minutes 10 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