Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/589/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([27F60DC65832C524:CEACB6FEC6AB558C]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:785)
        at 
org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
        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 
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=*[count(//doc)=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">1</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:778)
        ... 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([27F60DC65832C524:BD027024C6A85918]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:785)
        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:778)
        ... 40 more




Build Log:
[...truncated 11443 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_27F60DC65832C524-001/init-core-data-001
   [junit4]   2> 2502958 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2502960 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2502960 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2502960 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2502960 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2502961 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2502961 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2502986 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 2502992 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2503007 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2503011 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2503036 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=909147808
   [junit4]   2> 2503084 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2503088 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2503089 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2503091 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2503093 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2503094 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2503094 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2503095 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2503095 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2503095 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr'
   [junit4]   2> 2503095 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2503095 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2503095 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1325921476
   [junit4]   2> 2503095 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr]
   [junit4]   2> 2503095 WARN  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 2503095 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 2503096 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 2503097 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] o.a.s.l.LogWatcher 
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2503097 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] o.a.s.l.LogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2503097 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 2503097 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2503098 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_27F60DC65832C524-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 2503099 INFO  (coreLoadExecutor-6231-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2503099 INFO  (coreLoadExecutor-6231-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2503099 INFO  (coreLoadExecutor-6231-thread-1) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2503099 INFO  (coreLoadExecutor-6231-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2503099 INFO  (coreLoadExecutor-6231-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2503116 INFO  (coreLoadExecutor-6231-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2503122 INFO  (coreLoadExecutor-6231-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2503136 INFO  (coreLoadExecutor-6231-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2503140 INFO  (coreLoadExecutor-6231-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2503204 INFO  (coreLoadExecutor-6231-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2503208 INFO  (coreLoadExecutor-6231-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2503209 INFO  (coreLoadExecutor-6231-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2503212 INFO  (coreLoadExecutor-6231-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2503213 INFO  (coreLoadExecutor-6231-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2503215 INFO  (coreLoadExecutor-6231-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2503215 INFO  (coreLoadExecutor-6231-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2503217 INFO  (coreLoadExecutor-6231-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-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2503217 INFO  (coreLoadExecutor-6231-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 2503217 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2503217 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_27F60DC65832C524-001/init-core-data-001/]
   [junit4]   2> 2503217 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24f94c8f
   [junit4]   2> 2503217 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_27F60DC65832C524-001/init-core-data-001
   [junit4]   2> 2503217 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_27F60DC65832C524-001/init-core-data-001/index/
   [junit4]   2> 2503217 WARN  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_27F60DC65832C524-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2503218 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_27F60DC65832C524-001/init-core-data-001/index
   [junit4]   2> 2503218 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=2.5908203125, 
floorSegmentMB=1.3076171875, forceMergeDeletesPctAllowed=11.114055149404322, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7401705160285789
   [junit4]   2> 2503218 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4925041d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@145b2606),segFN=segments_1,generation=1}
   [junit4]   2> 2503218 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2503218 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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_27F60DC65832C524-001/init-core-data-001/
   [junit4]   2> 2503221 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2503221 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2503221 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2503221 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 2503221 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2503221 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2503221 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2503221 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2503221 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2503221 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2503221 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2503221 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 2503223 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2503224 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2503225 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2503225 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2503228 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 2503229 INFO  (coreLoadExecutor-6231-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> 2503229 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2503230 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2503230 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2503232 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2503232 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2503232 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=58.96875, 
floorSegmentMB=1.4072265625, forceMergeDeletesPctAllowed=6.417137009218567, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7996274654701322
   [junit4]   2> 2503232 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4925041d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@145b2606),segFN=segments_1,generation=1}
   [junit4]   2> 2503232 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2503232 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@74646f80[collection1] main]
   [junit4]   2> 2503232 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2503232 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 2503232 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2503232 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2503348 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2503723 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2503723 INFO  
(searcherExecutor-6232-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2503724 INFO  
(searcherExecutor-6232-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2503724 INFO  
(searcherExecutor-6232-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2503724 INFO  
(searcherExecutor-6232-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2503724 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 2503724 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 2503724 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 2503724 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1534646792245739520
   [junit4]   2> 2503724 INFO  
(searcherExecutor-6232-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2503726 INFO  
(searcherExecutor-6232-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2503726 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with 
highest version 1534646792245739520
   [junit4]   2> 2503726 INFO  (coreLoadExecutor-6231-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2503726 INFO  
(searcherExecutor-6232-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2503726 INFO  
(searcherExecutor-6232-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2503727 INFO  
(searcherExecutor-6232-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2503727 INFO  
(searcherExecutor-6232-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@74646f80[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2503727 INFO  
(SUITE-AutoCommitTest-seed#[27F60DC65832C524]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2503730 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 2503731 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1534646792252030976)} 0 1
   [junit4]   2> 2503733 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2503733 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2503733 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2503733 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2503733 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2503762 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2503769 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2503783 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2503787 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2503869 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2503874 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2503875 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2503878 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2503880 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2503882 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2503882 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2503884 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
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-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2503884 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 2503884 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_27F60DC65832C524-001/init-core-data-001/]
   [junit4]   2> 2503884 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24f94c8f
   [junit4]   2> 2503884 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_27F60DC65832C524-001/init-core-data-001/index/
   [junit4]   2> 2503885 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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_27F60DC65832C524-001/init-core-data-001/
   [junit4]   2> 2503888 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2503888 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2503888 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2503888 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 2503888 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2503888 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2503888 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2503888 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2503889 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2503889 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2503889 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2503889 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 2503891 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2503892 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2503893 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2503894 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2503898 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 2503900 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
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> 2503900 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2503900 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2503900 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2503901 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@189c81c8[collection1] main]
   [junit4]   2> 2503901 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2503901 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 2503901 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2503901 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2503975 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2504060 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2504060 INFO  
(searcherExecutor-6237-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2504061 INFO  
(searcherExecutor-6237-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2504061 INFO  
(searcherExecutor-6237-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2504061 INFO  
(searcherExecutor-6237-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2504061 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 2504061 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 2504061 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 2504061 INFO  
(searcherExecutor-6237-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2504062 INFO  
(searcherExecutor-6237-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2504063 INFO  
(searcherExecutor-6237-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2504063 INFO  
(searcherExecutor-6237-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2504063 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with 
highest version 1534646792252030976
   [junit4]   2> 2504063 INFO  
(searcherExecutor-6237-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2504064 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... 
core=collection1
   [junit4]   2> 2504064 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.48979760460127175]
   [junit4]   2> 2504064 INFO  
(searcherExecutor-6237-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@189c81c8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2504064 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4925041d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@145b2606),segFN=segments_1,generation=1}
   [junit4]   2> 2504064 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2504064 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2504064 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@72e60648[collection1] main]
   [junit4]   2> 2504065 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 2504065 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@79c4c9d4
   [junit4]   2> 2504065 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
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> 2504065 INFO  
(searcherExecutor-6237-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@72e60648[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2504065 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2504172 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1534646792714452992)]} 0 2
   [junit4]   2> 2504173 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
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> 2508172 INFO  (commitScheduler-6240-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> 2508173 INFO  (commitScheduler-6240-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1dea43ae[collection1] main]
   [junit4]   2> 2508173 INFO  (commitScheduler-6240-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2508175 INFO  
(searcherExecutor-6237-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1dea43ae[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 2508191 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1534646796929728512)]} 0 4023
   [junit4]   2> 2508191 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
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> 2508192 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1534646796930777088)]} 0 4024
   [junit4]   2> 2508192 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
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> 2510198 INFO  (commitScheduler-6240-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> 2510200 INFO  (commitScheduler-6240-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@41ce29c0[collection1] main]
   [junit4]   2> 2510200 INFO  (commitScheduler-6240-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2510201 INFO  
(searcherExecutor-6237-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@41ce29c0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c1)))}
   [junit4]   2> 2510450 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
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> 2510451 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
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> 2510452 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1534646799300558848)]} 0 6285
   [junit4]   2> 2510452 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1534646799300558849)]} 0 6285
   [junit4]   2> 2510453 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1534646799300558850)]} 0 6286
   [junit4]   2> 2510453 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1534646799301607424)]} 0 6286
   [junit4]   2> 2510453 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1534646799301607425)]} 0 6286
   [junit4]   2> 2510453 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1534646799301607426)]} 0 6286
   [junit4]   2> 2510489 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1534646799339356160)]} 0 6323
   [junit4]   2> 2510490 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1534646799340404736)]} 0 6323
   [junit4]   2> 2510490 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1534646799340404737)]} 0 6323
   [junit4]   2> 2510490 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1534646799340404738)]} 0 6323
   [junit4]   2> 2510490 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
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> 2510491 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1534646799341453312)]} 0 6324
   [junit4]   2> 2510491 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1534646799341453313)]} 0 6325
   [junit4]   2> 2510492 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1534646799342501888)]} 0 6325
   [junit4]   2> 2510492 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1534646799342501889)]} 0 6325
   [junit4]   2> 2510492 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1534646799342501890)]} 0 6325
   [junit4]   2> 2510492 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1534646799342501891)]} 0 6325
   [junit4]   2> 2510492 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1534646799342501892)]} 0 6325
   [junit4]   2> 2510492 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1534646799342501893)]} 0 6326
   [junit4]   2> 2510492 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1534646799342501894)]} 0 6326
   [junit4]   2> 2510493 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1534646799342501895)]} 0 6326
   [junit4]   2> 2510493 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
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> 2511492 INFO  (commitScheduler-6240-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> 2511494 INFO  (commitScheduler-6240-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f7b3354[collection1] 
main]
   [junit4]   2> 2511494 INFO  (commitScheduler-6240-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2511496 INFO  
(searcherExecutor-6237-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@f7b3354[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):c10/9:delGen=1)))}
   [junit4]   2> 2511501 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
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> 2511502 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
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> 2511502 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[27F60DC65832C524]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 2511505 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 2511507 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5b65dd47[collection1] realtime]
   [junit4]   2> 2511507 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1534646800404709376)} 0 1
   [junit4]   2> 2511507 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2511507 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2511507 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2511507 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2511507 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2511532 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2511538 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2511552 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2511556 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2511635 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2511640 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2511641 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2511645 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2511647 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2511648 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2511648 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2511650 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    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-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2511650 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 2511650 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_27F60DC65832C524-001/init-core-data-001/]
   [junit4]   2> 2511651 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24f94c8f
   [junit4]   2> 2511651 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_27F60DC65832C524-001/init-core-data-001/index/
   [junit4]   2> 2511652 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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_27F60DC65832C524-001/init-core-data-001/
   [junit4]   2> 2511659 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 2511659 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2511660 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 2511660 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 2511660 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 2511660 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2511660 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"uniq-fields"
   [junit4]   2> 2511660 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2511660 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 2511661 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2511661 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2511661 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 2511663 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2511664 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2511665 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2511666 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2511671 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 2511673 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    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> 2511673 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2511673 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2511673 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2511673 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2d28f82d[collection1] main]
   [junit4]   2> 2511674 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2511674 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2511674 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2511674 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2511676 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2511689 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2511689 INFO  
(searcherExecutor-6241-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2511690 INFO  
(searcherExecutor-6241-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2511690 INFO  
(searcherExecutor-6241-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2511690 INFO  
(searcherExecutor-6241-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2511690 INFO  
(searcherExecutor-6241-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2511690 INFO  
(searcherExecutor-6241-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2511691 INFO  
(searcherExecutor-6241-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2511691 INFO  
(searcherExecutor-6241-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2511692 INFO  
(searcherExecutor-6241-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2511692 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2511692 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 2511693 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 2511695 INFO  
(searcherExecutor-6241-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2d28f82d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2511695 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.UpdateLog Took 3.0ms to seed version buckets with highest version 
1534646800404709376
   [junit4]   2> 2511696 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 2511696 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4925041d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@145b2606),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4925041d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@145b2606),segFN=segments_2,generation=2}
   [junit4]   2> 2511696 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 2511696 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8794429895245861]
   [junit4]   2> 2511696 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4925041d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@145b2606),segFN=segments_2,generation=2}
   [junit4]   2> 2511696 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 2511696 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2511697 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7d9195d9[collection1] main]
   [junit4]   2> 2511697 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 2511697 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@14de5af0
   [junit4]   2> 2511697 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=3,autocommits=0,soft 
autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=12,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=12,cumulative_deletesById=11,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 2511698 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2511703 INFO  
(searcherExecutor-6241-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7d9195d9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2511707 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1534646800615473152)]} 0 0
   [junit4]   2> 2511707 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1534646800616521728)]} 0 0
   [junit4]   2> 2511707 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1534646800616521729)]} 0 1
   [junit4]   2> 2511707 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1534646800616521730)]} 0 1
   [junit4]   2> 2511707 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1534646800616521731)]} 0 1
   [junit4]   2> 2511707 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1534646800616521732)]} 0 1
   [junit4]   2> 2511708 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1534646800617570304)]} 0 1
   [junit4]   2> 2511708 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1534646800617570305)]} 0 1
   [junit4]   2> 2511708 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1534646800617570306)]} 0 2
   [junit4]   2> 2511708 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1534646800617570307)]} 0 2
   [junit4]   2> 2511708 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1534646800617570308)]} 0 2
   [junit4]   2> 2511709 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1534646800618618880)]} 0 2
   [junit4]   2> 2511709 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1534646800618618881)]} 0 2
   [junit4]   2> 2511709 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1534646800618618882)]} 0 3
   [junit4]   2> 2511709 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    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> 2511710 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1534646800619667456)]} 0 4
   [junit4]   2> 2511742 INFO  (commitScheduler-6244-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> 2511743 INFO  (commitScheduler-6244-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3c714cb9[collection1] main]
   [junit4]   2> 2511744 INFO  (commitScheduler-6244-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2511744 INFO  
(searcherExecutor-6241-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3c714cb9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):c15)))}
   [junit4]   2> 2511962 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1534646800882860032)]} 0 255
   [junit4]   2> 2511962 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    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> 2511962 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    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> 2511963 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 2511970 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 2511972 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@24310616[collection1] realtime]
   [junit4]   2> 2511973 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1534646800892297216)} 0 2
   [junit4]   2> 2511973 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2511973 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2511973 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2511973 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2511973 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2512001 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2512007 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2512022 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2512027 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2512122 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2512129 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2512130 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2512135 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2512137 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2512160 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2512160 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2512162 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    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-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2512162 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 2512162 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_27F60DC65832C524-001/init-core-data-001/]
   [junit4]   2> 2512162 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24f94c8f
   [junit4]   2> 2512163 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_27F60DC65832C524-001/init-core-data-001/index/
   [junit4]   2> 2512163 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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_27F60DC65832C524-001/init-core-data-001/
   [junit4]   2> 2512170 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 2512170 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2512170 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 2512171 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 2512171 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 2512171 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2512171 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"uniq-fields"
   [junit4]   2> 2512171 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[27F60DC65832C524]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting D

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

directories currently being tracked
   [junit4]   2> 2591269 INFO  
(coreCloseExecutor-7152-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_27F60DC65832C524-001/init-core-data-001/index_temp
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_27F60DC65832C524-001/init-core-data-001/index_temp;done=false>>]
   [junit4]   2> 2591269 INFO  
(coreCloseExecutor-7152-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 2591269 INFO  
(coreCloseExecutor-7152-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_27F60DC65832C524-001/init-core-data-001/index_temp
   [junit4]   2> 2591271 INFO  
(coreCloseExecutor-7152-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_27F60DC65832C524-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_27F60DC65832C524-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 2591271 INFO  
(coreCloseExecutor-7152-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 2591271 INFO  
(coreCloseExecutor-7152-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_27F60DC65832C524-001/init-core-data-001/index
   [junit4]   2> 2591275 INFO  
(coreCloseExecutor-7152-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_27F60DC65832C524-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_27F60DC65832C524-001/init-core-data-001;done=false>>]
   [junit4]   2> 2591275 INFO  
(coreCloseExecutor-7152-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 2591275 INFO  
(coreCloseExecutor-7152-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_27F60DC65832C524-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_27F60DC65832C524-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{name=BlockTreeOrds(blocksize=128), id=BlockTreeOrds(blocksize=128)}, 
docValues:{}, maxPointsInLeafNode=500, maxMBSortInHeap=6.9120361337386385, 
sim=ClassicSimilarity, locale=id, timezone=Antarctica/Davis
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 
(64-bit)/cpus=3,threads=1,free=298715296,total=479199232
   [junit4]   2> NOTE: All tests run in this JVM: [TestSystemIdResolver, 
SynonymTokenizerTest, TermVectorComponentTest, ConfigSetsAPITest, 
TestCrossCoreJoin, TestSolrCoreProperties, CdcrVersionReplicationTest, 
DistributedQueryComponentOptimizationTest, UpdateRequestProcessorFactoryTest, 
DistributedFacetPivotWhiteBoxTest, VMParamsZkACLAndCredentialsProvidersTest, 
NumericFieldsTest, BigEndianAscendingWordSerializerTest, 
DistributedMLTComponentTest, TolerantUpdateProcessorTest, VersionInfoTest, 
DistributedFacetPivotSmallAdvancedTest, TestRandomRequestDistribution, 
SolrInfoMBeanTest, TestIndexingPerformance, TestSolrCloudWithKerberosAlt, 
NoCacheHeaderTest, TestFilteredDocIdSet, TestSmileRequest, 
TestExactSharedStatsCache, TestRandomFaceting, ConvertedLegacyTest, 
TestSortByMinMaxFunction, TestAtomicUpdateErrorCases, TestSolrDeletionPolicy2, 
TestStressUserVersions, RequestHandlersTest, DirectSolrConnectionTest, 
HdfsSyncSliceTest, BaseCdcrDistributedZkTest, TestPivotHelperCode, 
TestSubQueryTransformerDistrib, TestDistributedMissingSort, HdfsNNFailoverTest, 
DirectUpdateHandlerOptimizeTest, TestJoin, TestRangeQuery, ZkSolrClientTest, 
TestMiniSolrCloudClusterBase, TestDistribDocBasedVersion, 
TestSha256AuthenticationProvider, DeleteStatusTest, 
TermVectorComponentDistributedTest, TestGraphMLResponseWriter, 
SignatureUpdateProcessorFactoryTest, DebugComponentTest, 
TestFieldTypeCollectionResource, StatsComponentTest, 
CachingDirectoryFactoryTest, OverseerTaskQueueTest, DateRangeFieldTest, 
IndexSchemaRuntimeFieldTest, SuggesterTSTTest, TestSolrQueryParserResource, 
SuggesterWFSTTest, SortByFunctionTest, TestBadConfig, 
CloneFieldUpdateProcessorFactoryTest, LeaderFailoverAfterPartitionTest, 
TestSubQueryTransformer, TestMaxScoreQueryParser, TestHashQParserPlugin, 
DistanceUnitsTest, AnalyticsMergeStrategyTest, TestBulkSchemaConcurrent, 
CacheHeaderTest, TestFreeTextSuggestions, SecurityConfHandlerTest, 
TestExclusionRuleCollectionAccess, CreateCollectionCleanupTest, 
DistributedFacetPivotLargeTest, TestSolrJ, TestInitParams, TestConfigSets, 
TestCloudDeleteByQuery, FacetPivotSmallTest, 
HdfsWriteToMultipleCollectionsTest, SpellingQueryConverterTest, 
TestSchemaSimilarityResource, TestScoreJoinQPNoScore, 
DistribDocExpirationUpdateProcessorTest, HdfsChaosMonkeySafeLeaderTest, 
WordBreakSolrSpellCheckerTest, SpellCheckComponentTest, 
WrapperMergePolicyFactoryTest, TestQueryWrapperFilter, BasicZkTest, 
TestReloadAndDeleteDocs, TestCollapseQParserPlugin, EchoParamsTest, 
FieldAnalysisRequestHandlerTest, TestBinaryResponseWriter, ShardSplitTest, 
TestSolrConfigHandlerCloud, TestRecovery, TestPHPSerializedResponseWriter, 
DistributedIntervalFacetingTest, BadIndexSchemaTest, 
AsyncCallRequestStatusResponseTest, TestSolrXml, 
SolrCoreCheckLockOnStartupTest, TestSortingResponseWriter, TestBinaryField, 
DefaultValueUpdateProcessorTest, LeaderElectionIntegrationTest, 
BlockJoinFacetSimpleTest, DeleteInactiveReplicaTest, TestCollationField, 
TestSolrFieldCacheMBean, HighlighterConfigTest, 
TestSerializedLuceneMatchVersion, TestDefaultStatsCache, 
SharedFSAutoReplicaFailoverUtilsTest, TestPerFieldSimilarity, 
BlobRepositoryCloudTest, TestShortCircuitedRequests, TestNoOpRegenerator, 
TestTrie, CleanupOldIndexTest, HdfsTlogReplayBufferedWhileIndexingTest, 
TestDynamicFieldCollectionResource, RAMDirectoryFactoryTest, 
TestSolrIndexConfig, OverriddenZkACLAndCredentialsProvidersTest, 
TestConfigSetsAPI, MinimalSchemaTest, FileUtilsTest, 
TestManagedResourceStorage, TestCoreDiscovery, 
TestPerFieldSimilarityWithDefaultOverride, DateMathParserTest, 
RemoteQueryErrorTest, TestAddFieldRealTimeGet, CollectionsAPISolrJTest, 
TestSearcherReuse, TlogReplayBufferedWhileIndexingTest, ConnectionReuseTest, 
TestZkChroot, TestCloudPivotFacet, FieldMutatingUpdateProcessorTest, 
QueryResultKeyTest, TestRawTransformer, ChaosMonkeySafeLeaderTest, 
BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, SyncSliceTest, 
ClusterStateUpdateTest, TestRandomDVFaceting, ZkCLITest, AutoCommitTest, 
TestFaceting, DistributedSpellCheckComponentTest, TestReload, 
TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCmdDistributorTest, 
DirectUpdateHandlerTest, ShowFileRequestHandlerTest, 
CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, TestExtendedDismaxParser, 
SpellCheckCollatorTest, TestFoldingMultitermQuery, SuggesterTest, 
TestStressLucene, SpatialFilterTest, PolyFieldTest, TestPseudoReturnFields, 
TestWordDelimiterFilterFactory, QueryEqualityTest, DocValuesMultiTest, 
DistanceFunctionTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, 
DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, 
TestWriterPerf, DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, 
TermsComponentTest, TestValueSourceCache, MoreLikeThisHandlerTest, 
TestArbitraryIndexDir]
   [junit4] Completed [367/597 (2!)] on J1 in 0.76s, 1 test, 1 error <<< 
FAILURES!

[...truncated 770 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:740: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:684: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: 
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:529:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1458:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1015:
 There were test failures: 597 suites (10 ignored), 2413 tests, 2 errors, 86 
ignored (71 assumptions) [seed: 27F60DC65832C524]

Total time: 92 minutes 10 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to