Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/362/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<20000> but was:<14082>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync 
expected:<20000> but was:<14082>
        at 
__randomizedtesting.SeedInfo.seed([30E4F58E55247E2D:E4A1BED7B272CDD6]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:334)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.spelling.suggest.SuggesterWFSTTest.testRebuild

Error Message:
Exception during query

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

        request 
was:q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:776)
        ... 41 more


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

Error Message:
Exception during query

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

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




Build Log:
[...truncated 10788 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_30E4F58E55247E2D-001/init-core-data-001
   [junit4]   2> 846445 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 846446 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 846446 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 846446 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846446 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 846446 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 846446 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 846479 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 846485 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 846503 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 846507 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 846576 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 846581 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 846582 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 846585 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 846587 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 846588 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 846588 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 846588 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846588 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 846588 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr'
   [junit4]   2> 846588 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846588 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 846589 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 822398230
   [junit4]   2> 846589 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr]
   [junit4]   2> 846589 WARN  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 846589 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 846590 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 846591 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] o.a.s.l.LogWatcher 
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 846591 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] o.a.s.l.LogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 846591 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 846591 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 846592 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-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=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_30E4F58E55247E2D-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 846592 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 846593 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846593 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 846593 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 846593 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 846611 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 846620 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 846636 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 846642 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 846723 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 846728 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 846728 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 846732 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 846733 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 846734 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 846735 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 846738 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 846738 INFO  (coreLoadExecutor-610-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 846738 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 846738 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_30E4F58E55247E2D-001/init-core-data-001/]
   [junit4]   2> 846738 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@52157bc0
   [junit4]   2> 846739 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_30E4F58E55247E2D-001/init-core-data-001/snapshot_metadata
   [junit4]   2> 846739 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot 
metadata file...
   [junit4]   2> 846739 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_30E4F58E55247E2D-001/init-core-data-001
   [junit4]   2> 846739 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_30E4F58E55247E2D-001/init-core-data-001/index/
   [junit4]   2> 846739 WARN  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_30E4F58E55247E2D-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 846739 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_30E4F58E55247E2D-001/init-core-data-001/index
   [junit4]   2> 846739 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=91.6875, 
floorSegmentMB=1.189453125, forceMergeDeletesPctAllowed=27.28790662447082, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 846740 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1f5aac4b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d173a55),segFN=segments_1,generation=1}
   [junit4]   2> 846740 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 846741 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_30E4F58E55247E2D-001/init-core-data-001/
   [junit4]   2> 846743 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 846743 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 846744 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 846744 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 846744 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 846744 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 846744 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 846744 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 846744 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 846744 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 846744 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 846744 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 846749 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 846750 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 846752 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 846753 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 846757 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 846758 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 846758 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 846758 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 846758 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 846759 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 846759 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 846761 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6977329148806715]
   [junit4]   2> 846761 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1f5aac4b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d173a55),segFN=segments_1,generation=1}
   [junit4]   2> 846761 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 846761 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7a967d77[collection1] main]
   [junit4]   2> 846761 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 846761 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 846761 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 846761 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 846765 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 846789 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 846789 INFO  
(searcherExecutor-611-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 846789 INFO  
(searcherExecutor-611-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 846789 INFO  
(searcherExecutor-611-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 846789 INFO  
(searcherExecutor-611-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 846790 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 846790 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 846790 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 846790 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1543980588048842752
   [junit4]   2> 846790 INFO  
(searcherExecutor-611-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 846790 INFO  
(searcherExecutor-611-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 846791 INFO  
(searcherExecutor-611-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 846791 INFO  
(searcherExecutor-611-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 846792 INFO  
(searcherExecutor-611-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 846792 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with 
highest version 1543980588048842752
   [junit4]   2> 846792 INFO  (coreLoadExecutor-610-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 846793 INFO  
(searcherExecutor-611-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7a967d77[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 846793 INFO  
(SUITE-AutoCommitTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 846796 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 846801 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1543980588056182784)} 0 4
   [junit4]   2> 846803 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 846803 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846803 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 846804 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 846804 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 846833 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 846847 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 846875 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 846881 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 846956 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 846964 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 846966 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 846972 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 846975 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 846978 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 846978 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 846981 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 846981 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 846981 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_30E4F58E55247E2D-001/init-core-data-001/]
   [junit4]   2> 846982 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@52157bc0
   [junit4]   2> 846982 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 846982 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_30E4F58E55247E2D-001/init-core-data-001/index/
   [junit4]   2> 846983 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_30E4F58E55247E2D-001/init-core-data-001/
   [junit4]   2> 846989 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 846989 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 846989 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 846989 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 846989 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 846989 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 846989 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"uniq-fields"
   [junit4]   2> 846990 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 846990 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 846990 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 846990 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 846990 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 846992 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 846993 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 846994 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 846995 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 847001 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 847002 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 847096 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 847097 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 847097 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 847097 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4a55e5dc[collection1] main]
   [junit4]   2> 847098 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 847098 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 847098 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 847098 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 847099 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 847102 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 847102 INFO  
(searcherExecutor-616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 847102 INFO  
(searcherExecutor-616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 847102 INFO  
(searcherExecutor-616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 847102 INFO  
(searcherExecutor-616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 847103 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 847103 INFO  
(searcherExecutor-616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 847103 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 847103 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 847103 INFO  
(searcherExecutor-616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 847103 INFO  
(searcherExecutor-616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 847104 INFO  
(searcherExecutor-616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 847104 INFO  
(searcherExecutor-616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 847105 INFO  
(searcherExecutor-616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4a55e5dc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 847105 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 
1543980588056182784
   [junit4]   2> 847105 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 847106 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=97.150390625, 
floorSegmentMB=1.2275390625, forceMergeDeletesPctAllowed=12.9807185127411, 
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 847106 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1f5aac4b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d173a55),segFN=segments_1,generation=1}
   [junit4]   2> 847107 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 847107 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 847107 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3e034b45[collection1] main]
   [junit4]   2> 847107 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 847107 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@46977c5f
   [junit4]   2> 847107 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 847108 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 847109 INFO  
(searcherExecutor-616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3e034b45[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 847124 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1543980588398018560)]} 0 1
   [junit4]   2> 847124 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1543980588399067136)]} 0 1
   [junit4]   2> 847124 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1543980588399067137)]} 0 2
   [junit4]   2> 847125 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1543980588400115712)]} 0 2
   [junit4]   2> 847125 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1543980588400115713)]} 0 2
   [junit4]   2> 847125 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1543980588400115714)]} 0 2
   [junit4]   2> 847125 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1543980588400115715)]} 0 2
   [junit4]   2> 847129 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1543980588400115716)]} 0 6
   [junit4]   2> 847130 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1543980588404310016)]} 0 7
   [junit4]   2> 847134 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1543980588405358592)]} 0 11
   [junit4]   2> 847138 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1543980588413747200)]} 0 15
   [junit4]   2> 847139 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1543980588413747201)]} 0 16
   [junit4]   2> 847139 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1543980588414795776)]} 0 16
   [junit4]   2> 847139 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1543980588414795777)]} 0 16
   [junit4]   2> 847139 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 847140 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1543980588415844352)]} 0 17
   [junit4]   2> 847142 INFO  (commitScheduler-619-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> 847158 INFO  (commitScheduler-619-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1732e8fc[collection1] main]
   [junit4]   2> 847158 INFO  (commitScheduler-619-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 847161 INFO  
(searcherExecutor-616-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1732e8fc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.3.0):c15)))}
   [junit4]   2> 847392 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1543980588680085504)]} 0 270
   [junit4]   2> 847393 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 847394 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 847395 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 847402 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 847426 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@67b738b[collection1] 
realtime]
   [junit4]   2> 847426 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{deleteByQuery=*:* (-1543980588691619840)} 0 23
   [junit4]   2> 847426 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 847427 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 847427 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 847427 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 847427 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 847467 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 847477 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 847506 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 847513 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 847651 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 847656 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 847657 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 847661 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from 
file currency.xml
   [junit4]   2> 847663 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from 
file currency.xml
   [junit4]   2> 847665 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates 
from open-exchange-rates.json
   [junit4]   2> 847665 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates 
from open-exchange-rates.json
   [junit4]   2> 847667 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, 
assuming default properties: Can't find resource 'configsetprops.json' in 
classpath or 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 847667 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 847667 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_30E4F58E55247E2D-001/init-core-data-001/]
   [junit4]   2> 847667 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@52157bc0
   [junit4]   2> 847667 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot 
metadata file...
   [junit4]   2> 847667 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_30E4F58E55247E2D-001/init-core-data-001/index/
   [junit4]   2> 847668 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_30E4F58E55247E2D-001/init-core-data-001/
   [junit4]   2> 847677 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 847678 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 847678 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 847678 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 847678 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 847678 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 847678 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 847678 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 847678 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 847678 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 847679 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 847679 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 847681 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 847682 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 847683 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 847685 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 847692 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 847696 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 847696 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 847696 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 847696 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 847696 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2cb656c0[collection1] main]
   [junit4]   2> 847697 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 847697 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 847697 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 847697 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 847698 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 847701 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 847701 INFO  
(searcherExecutor-620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 847701 INFO  
(searcherExecutor-620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 847701 INFO  
(searcherExecutor-620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 847701 INFO  
(searcherExecutor-620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 847702 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 847702 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 847702 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 847702 INFO  
(searcherExecutor-620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 847703 INFO  
(searcherExecutor-620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 847704 INFO  
(searcherExecutor-620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 847704 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with 
highest version 1543980588691619840
   [junit4]   2> 847704 INFO  
(searcherExecutor-620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 847704 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... 
core=collection1
   [junit4]   2> 847705 INFO  
(searcherExecutor-620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 847705 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1f5aac4b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d173a55),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1f5aac4b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d173a55),segFN=segments_2,generation=2}
   [junit4]   2> 847705 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 847707 INFO  
(searcherExecutor-620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2cb656c0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 847707 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=46.529296875, 
floorSegmentMB=0.9365234375, forceMergeDeletesPctAllowed=14.682916229952806, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 847709 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1f5aac4b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d173a55),segFN=segments_2,generation=2}
   [junit4]   2> 847709 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 847709 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 847709 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3ce37d95[collection1] main]
   [junit4]   2> 847709 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 847709 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@745f1325
   [junit4]   2> 847710 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft autocommit maxDocs=14,soft 
autocommits=1,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=16,adds=1,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=16,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 847710 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 847711 INFO  
(searcherExecutor-620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3ce37d95[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 847723 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1543980589025067008)]} 0 1
   [junit4]   2> 847723 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 851724 INFO  (commitScheduler-623-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> 851730 INFO  (commitScheduler-623-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2c924992[collection1] main]
   [junit4]   2> 851731 INFO  (commitScheduler-623-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 851732 INFO  
(searcherExecutor-620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2c924992[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.3.0):c1)))}
   [junit4]   2> 851978 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1543980593488855040)]} 0 4258
   [junit4]   2> 851979 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 851979 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1543980593489903616)]} 0 4259
   [junit4]   2> 851979 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 852980 INFO  (commitScheduler-623-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> 852989 INFO  (commitScheduler-623-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@10067f39[collection1] main]
   [junit4]   2> 852989 INFO  (commitScheduler-623-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 852994 INFO  
(searcherExecutor-620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@10067f39[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.3.0):c1)))}
   [junit4]   2> 853232 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 853233 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 853234 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1543980594804817920)]} 0 5514
   [junit4]   2> 853235 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1543980594805866496)]} 0 5514
   [junit4]   2> 853235 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1543980594806915072)]} 0 5515
   [junit4]   2> 853235 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1543980594806915073)]} 0 5515
   [junit4]   2> 853235 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1543980594806915074)]} 0 5515
   [junit4]   2> 853236 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1543980594807963648)]} 0 5515
   [junit4]   2> 853238 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1543980594809012224)]} 0 5517
   [junit4]   2> 853238 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1543980594810060800)]} 0 5518
   [junit4]   2> 853238 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1543980594810060801)]} 0 5518
   [junit4]   2> 853239 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1543980594811109376)]} 0 5518
   [junit4]   2> 853239 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 853241 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1543980594813206528)]} 0 5521
   [junit4]   2> 853241 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1543980594813206529)]} 0 5521
   [junit4]   2> 853241 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1543980594813206530)]} 0 5521
   [junit4]   2> 853241 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1543980594813206531)]} 0 5521
   [junit4]   2> 853242 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1543980594814255104)]} 0 5522
   [junit4]   2> 853242 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1543980594814255105)]} 0 5522
   [junit4]   2> 853242 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1543980594814255106)]} 0 5522
   [junit4]   2> 853242 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1543980594814255107)]} 0 5522
   [junit4]   2> 853243 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1543980594814255108)]} 0 5522
   [junit4]   2> 853243 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1543980594815303680)]} 0 5522
   [junit4]   2> 853243 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 854242 INFO  (commitScheduler-623-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> 854246 INFO  (commitScheduler-623-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1317c24[collection1] 
main]
   [junit4]   2> 854246 INFO  (commitScheduler-623-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 854247 INFO  
(searcherExecutor-620-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1317c24[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.3.0):c10/9:delGen=1)))}
   [junit4]   2> 854495 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 854496 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 854496 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[30E4F58E55247E2D]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 854500 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 854502 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@22b9ece4[collection1] realtime]
   [junit4]   2> 854502 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1543980596134412288)} 0 1
   [junit4]   2> 854503 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 854503 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 854503 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 854503 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 854503 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 854539 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 854549 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 854589 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 854595 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 854776 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[30E4F58E55247E2D]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [j

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

ollection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new 
searcher Searcher@3fe32c0d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.3.0):c3)))}
   [junit4]   2> 2194333 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml}
 status=0 QTime=8
   [junit4]   2> 2194334 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[30E4F58E55247E2D]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testReload
   [junit4]   2> 2194334 INFO  
(SUITE-SuggesterWFSTTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2194334 INFO  
(SUITE-SuggesterWFSTTest-seed#[30E4F58E55247E2D]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=617684685
   [junit4]   2> 2194335 INFO  (coreCloseExecutor-7908-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@83af90d
   [junit4]   2> 2194335 INFO  (coreCloseExecutor-7908-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2194335 INFO  (coreCloseExecutor-7908-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2194335 INFO  (coreCloseExecutor-7908-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 2194335 INFO  (coreCloseExecutor-7908-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 2194336 INFO  (coreCloseExecutor-7908-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2194336 INFO  (coreCloseExecutor-7908-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 
3 directories currently being tracked
   [junit4]   2> 2194336 INFO  (coreCloseExecutor-7908-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterWFSTTest_30E4F58E55247E2D-001/init-core-data-001/snapshot_metadata
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterWFSTTest_30E4F58E55247E2D-001/init-core-data-001/snapshot_metadata;done=false>>]
   [junit4]   2> 2194336 INFO  (coreCloseExecutor-7908-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 2194336 INFO  (coreCloseExecutor-7908-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterWFSTTest_30E4F58E55247E2D-001/init-core-data-001/snapshot_metadata
   [junit4]   2> 2194336 INFO  (coreCloseExecutor-7908-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterWFSTTest_30E4F58E55247E2D-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterWFSTTest_30E4F58E55247E2D-001/init-core-data-001;done=false>>]
   [junit4]   2> 2194336 INFO  (coreCloseExecutor-7908-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 2194337 INFO  (coreCloseExecutor-7908-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterWFSTTest_30E4F58E55247E2D-001/init-core-data-001
   [junit4]   2> 2194340 INFO  (coreCloseExecutor-7908-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterWFSTTest_30E4F58E55247E2D-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterWFSTTest_30E4F58E55247E2D-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 2194340 INFO  (coreCloseExecutor-7908-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 2194340 INFO  (coreCloseExecutor-7908-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterWFSTTest_30E4F58E55247E2D-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterWFSTTest_30E4F58E55247E2D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{spell=FSTOrd50, 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 suggest=PostingsFormat(name=Direct), text=PostingsFormat(name=Memory 
doPackFST= false)}, docValues:{}, maxPointsInLeafNode=1829, 
maxMBSortInHeap=7.772949625154016, sim=ClassicSimilarity, locale=mt-MT, 
timezone=America/Vancouver
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=217247384,total=419536896
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCoreSnapshots, 
AlternateDirectoryTest, DistribJoinFromCollectionTest, TestCollectionAPI, 
TestLuceneMatchVersion, MBeansHandlerTest, TestExtendedDismaxParser, 
TestDocTermOrds, TestInitQParser, DirectSolrSpellCheckerTest, ScriptEngineTest, 
SystemInfoHandlerTest, CollectionTooManyReplicasTest, 
TestSolrConfigHandlerConcurrent, HdfsChaosMonkeyNothingIsSafeTest, 
CollectionsAPISolrJTest, TestCodecSupport, TestDFISimilarityFactory, 
TestReplicationHandler, TestLRUCache, ZkControllerTest, 
ClassificationUpdateProcessorFactoryTest, QueryResultKeyTest, 
TestHashPartitioner, TestPhraseSuggestions, TestUseDocValuesAsStored2, 
StandardRequestHandlerTest, TestFieldCacheSort, SolrTestCaseJ4Test, 
TestPostingsSolrHighlighter, TestSolrCLIRunExample, 
StatelessScriptUpdateProcessorFactoryTest, TestReqParamsAPI, 
TestHighlightDedupGrouping, TestCSVLoader, JsonLoaderTest, TestTrieFacet, 
TestDistributedSearch, PolyFieldTest, TestHdfsCloudBackupRestore, 
DistributedVersionInfoTest, ClusterStateUpdateTest, TestStressVersions, 
JSONWriterTest, CdcrBootstrapTest, TestDistribIDF, TestSearchPerf, 
TestExpandComponent, SampleTest, StressHdfsTest, UpdateParamsTest, 
TestRebalanceLeaders, TestRequestForwarding, CoreSorterTest, TestCoreContainer, 
AnalysisAfterCoreReloadTest, TestBulkSchemaAPI, DeleteNodeTest, 
TestHighFrequencyDictionaryFactory, TestCloudSchemaless, SortSpecParsingTest, 
TestEmbeddedSolrServerConstructors, HdfsRecoverLeaseTest, CircularListTest, 
TestSubQueryTransformer, IndexSchemaTest, MoreLikeThisHandlerTest, 
ClusterStateTest, TriLevelCompositeIdRoutingTest, TestJmxIntegration, 
TestBlobHandler, HdfsBasicDistributedZk2Test, BasicAuthIntegrationTest, 
PingRequestHandlerTest, TestConfig, UUIDUpdateProcessorFallbackTest, 
TestTolerantSearch, TestStressReorder, RequiredFieldsTest, 
DistributedQueryElevationComponentTest, TestSSLRandomization, TestFastLRUCache, 
BlockJoinFacetDistribTest, TestHdfsBackupRestoreCore, CollectionReloadTest, 
TestGroupingSearch, TestRuleBasedAuthorizationPlugin, TestReloadDeadlock, 
SolrCoreTest, SimplePostToolTest, DOMUtilTest, TestNRTOpen, 
BasicDistributedZkTest, TestIBSimilarityFactory, OverseerRolesTest, 
TestCloudDeleteByQuery, TestMinMaxOnMultiValuedField, TestExactStatsCache, 
DistributedExpandComponentTest, AssignTest, TestLazyCores, HLLUtilTest, 
CdcrReplicationHandlerTest, TestCustomDocTransformer, 
XsltUpdateRequestHandlerTest, ParsingFieldUpdateProcessorsTest, 
TestMergePolicyConfig, TestSchemaManager, MergeStrategyTest, 
SuggestComponentTest, TestManagedResourceStorage, TestStressLiveNodes, 
RecoveryZkTest, HighlighterMaxOffsetTest, ActionThrottleTest, 
TestConfigOverlay, TestMiniSolrCloudClusterBase, 
TestDocBasedVersionConstraints, TestSimpleQParserPlugin, TestRandomDVFaceting, 
TestMissingGroups, TestLFUCache, DeleteInactiveReplicaTest, TestJsonRequest, 
TestInfoStreamLogging, TestFieldSortValues, TestRawTransformer, 
SharedFSAutoReplicaFailoverUtilsTest, SimpleFacetsTest, ShardRoutingTest, 
CurrencyFieldXmlFileTest, TestFieldCacheVsDocValues, TestConfigSetProperties, 
HdfsThreadLeakTest, TestRandomCollapseQParserPlugin, InfoHandlerTest, 
ConfigSetsAPITest, XmlUpdateRequestHandlerTest, 
OverseerCollectionConfigSetProcessorTest, TestQuerySenderNoQuery, 
TestXIncludeConfig, RestartWhileUpdatingTest, TestLockTree, 
CreateCollectionCleanupTest, TestObjectReleaseTracker, 
IndexBasedSpellCheckerTest, BlockDirectoryTest, TestFunctionQuery, 
DocValuesMultiTest, TestReRankQParserPlugin, TestCloudPivotFacet, 
OpenCloseCoreStressTest, OverseerTest, TestRandomFaceting, LeaderElectionTest, 
ZkSolrClientTest, TestZkChroot, ZkCLITest, TestFaceting, 
DistributedSpellCheckComponentTest, HardAutoCommitTest, BadIndexSchemaTest, 
ConvertedLegacyTest, DirectUpdateHandlerTest, HighlighterTest, 
SoftAutoCommitTest, SuggesterTest, TestStressLucene, SpatialFilterTest, 
SuggesterWFSTTest]
   [junit4] Completed [354/631 (3!)] on J0 in 0.54s, 4 tests, 1 error <<< 
FAILURES!

[...truncated 61051 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to