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

2 tests failed.
FAILED:  
org.apache.solr.security.TestAuthorizationFramework.authorizationFrameworkTest

Error Message:
No match for authorization/class = 
org.apache.solr.security.MockAuthorizationPlugin, full response = {   
"responseHeader":{     "status":0,     "QTime":0},   "errorMessages":["No 
authorization configured"]} 

Stack Trace:
java.lang.AssertionError: No match for authorization/class = 
org.apache.solr.security.MockAuthorizationPlugin, full response = {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "errorMessages":["No authorization configured"]}

        at 
__randomizedtesting.SeedInfo.seed([C15FCA0DDFC39A95:8FFCBFDECE188B85]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.security.TestAuthorizationFramework.verifySecurityStatus(TestAuthorizationFramework.java:103)
        at 
org.apache.solr.security.TestAuthorizationFramework.authorizationFrameworkTest(TestAuthorizationFramework.java:58)
        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:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([C15FCA0DDFC39A95:7B8DA5755CED7480]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:765)
        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:321)
        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:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        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:758)
        ... 40 more




Build Log:
[...truncated 9627 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C15FCA0DDFC39A95-001/init-core-data-001
   [junit4]   2> 1023304 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1023305 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1023305 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1023305 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1023305 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1023331 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1023341 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1023359 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] o.a.s.c.Config 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1023360 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 1023364 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1023470 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1023486 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1023487 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1023491 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1023493 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1023494 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1023495 WARN  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1023495 WARN  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1023495 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1023496 WARN  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1023496 WARN  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1023496 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1023496 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1023496 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/'
   [junit4]   2> 1023513 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 762862275
   [junit4]   2> 1023513 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/]
   [junit4]   2> 1023513 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 1023513 WARN  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/lib).
   [junit4]   2> 1023521 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1023523 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1023524 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] o.a.s.l.LogWatcher 
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1023524 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] o.a.s.l.LogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1023524 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1023524 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1023526 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] o.a.s.c.SolrCore 
Created CoreDescriptor: {name=collection1, config=solrconfig.xml, 
transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, instanceDir=collection1, 
collection=collection1, 
absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/,
 
dataDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C15FCA0DDFC39A95-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 1023526 INFO  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1023527 INFO  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1023527 INFO  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1023547 INFO  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1023559 INFO  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1023575 INFO  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1023577 INFO  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 1023582 INFO  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1023698 INFO  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1023702 INFO  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1023703 INFO  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1023707 INFO  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1023709 INFO  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1023710 INFO  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1023710 WARN  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1023710 WARN  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1023710 INFO  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1023711 WARN  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1023711 WARN  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1023712 INFO  (coreLoadExecutor-3651-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-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 1023712 INFO  (coreLoadExecutor-3651-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 1023712 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1023712 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/],
 dataDir=[null]
   [junit4]   2> 1023712 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3074533f
   [junit4]   2> 1023713 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C15FCA0DDFC39A95-001/init-core-data-001
   [junit4]   2> 1023713 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C15FCA0DDFC39A95-001/init-core-data-001/index/
   [junit4]   2> 1023713 WARN  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C15FCA0DDFC39A95-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1023713 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C15FCA0DDFC39A95-001/init-core-data-001/index
   [junit4]   2> 1023713 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8229448045335349]
   [junit4]   2> 1023713 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4d419f5e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@60995603),segFN=segments_1,generation=1}
   [junit4]   2> 1023714 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1023714 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-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C15FCA0DDFC39A95-001/init-core-data-001/
   [junit4]   2> 1023717 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1023717 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1023717 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1023717 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 1023717 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1023718 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1023718 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1023718 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1023718 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1023718 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1023718 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1023718 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1023720 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1023721 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1023722 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1023723 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1023726 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 1023727 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1023728 WARN  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated 
<admin/gettableFiles>, Please update your config to use the 
ShowFileRequestHandler.
   [junit4]   2> 1023728 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1023729 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1023729 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1023737 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1023738 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1023738 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.10025691150295604]
   [junit4]   2> 1023738 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4d419f5e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@60995603),segFN=segments_1,generation=1}
   [junit4]   2> 1023738 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1023739 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@211e610f[collection1] 
main
   [junit4]   2> 1023739 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1023739 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 1023739 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1023739 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1023774 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1023884 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1023885 INFO  
(searcherExecutor-3652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1023885 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 1023885 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 1023886 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 1023885 INFO  
(searcherExecutor-3652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1023886 INFO  
(searcherExecutor-3652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1023886 INFO  
(searcherExecutor-3652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1023886 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1512183039728287744
   [junit4]   2> 1023886 INFO  
(searcherExecutor-3652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1023887 INFO  
(searcherExecutor-3652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1023887 INFO  
(searcherExecutor-3652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1023888 INFO  
(searcherExecutor-3652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1023888 INFO  
(searcherExecutor-3652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1023889 INFO  
(searcherExecutor-3652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@211e610f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1023889 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with 
highest version 1512183039728287744
   [junit4]   2> 1023890 INFO  (coreLoadExecutor-3651-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1023891 INFO  
(SUITE-AutoCommitTest-seed#[C15FCA0DDFC39A95]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1023895 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 1023897 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{deleteByQuery=*:* (-1512183039737724928)} 0 2
   [junit4]   2> 1023901 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1023902 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1023902 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1023934 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1023982 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1024020 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] o.a.s.c.Config 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1024021 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 1024025 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1024164 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1024170 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1024171 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1024179 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1024186 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1024190 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1024190 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1024190 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1024190 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1024191 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1024191 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1024192 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
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-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 1024193 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 1024193 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C15FCA0DDFC39A95-001/init-core-data-001/]
   [junit4]   2> 1024193 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3074533f
   [junit4]   2> 1024193 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C15FCA0DDFC39A95-001/init-core-data-001/index/
   [junit4]   2> 1024194 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-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C15FCA0DDFC39A95-001/init-core-data-001/
   [junit4]   2> 1024199 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 1024200 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1024200 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 1024200 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 1024200 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 1024200 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1024200 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"uniq-fields"
   [junit4]   2> 1024201 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1024201 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 1024201 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1024201 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1024201 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 1024204 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1024206 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1024207 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1024208 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1024215 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1024219 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1024219 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please 
update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1024220 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1024220 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1024220 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1024221 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@51a6e03a[collection1] main
   [junit4]   2> 1024221 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1024221 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1024221 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1024222 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1024223 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1024228 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1024229 INFO  
(searcherExecutor-3657-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1024229 INFO  
(searcherExecutor-3657-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1024229 INFO  
(searcherExecutor-3657-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1024230 INFO  
(searcherExecutor-3657-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1024230 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1024231 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 1024232 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 1024232 INFO  
(searcherExecutor-3657-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1024233 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 
1512183039737724928
   [junit4]   2> 1024233 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 1024233 INFO  
(searcherExecutor-3657-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1024234 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=46.0078125, 
floorSegmentMB=1.404296875, forceMergeDeletesPctAllowed=8.507854564013039, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1024235 INFO  
(searcherExecutor-3657-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1024235 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4d419f5e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@60995603),segFN=segments_1,generation=1}
   [junit4]   2> 1024235 INFO  
(searcherExecutor-3657-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1024236 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1024236 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1024236 INFO  
(searcherExecutor-3657-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1024236 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping 
onDeckSearchers=2
   [junit4]   2> 1024238 INFO  
(searcherExecutor-3657-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@51a6e03a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1024238 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@8fca18f[collection1] main
   [junit4]   2> 1024238 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 1024239 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@341be89a
   [junit4]   2> 1024239 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.UpdateHandler 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> 1024239 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1024240 INFO  
(searcherExecutor-3657-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@8fca18f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1024257 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[529 (1512183040116260864)]} 0 1
   [junit4]   2> 1024258 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    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> 1025258 INFO  (commitScheduler-3660-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1025262 INFO  (commitScheduler-3660-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@7aa720da[collection1] 
main
   [junit4]   2> 1025262 INFO  (commitScheduler-3660-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1025263 INFO  
(searcherExecutor-3657-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7aa720da[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))}
   [junit4]   2> 1025514 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[530 (1512183041433272320)]} 0 
1261
   [junit4]   2> 1025515 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    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> 1025516 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    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> 1025517 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{delete=[529 (-1512183041438515200)]} 0 0
   [junit4]   2> 1025518 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    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> 1026514 INFO  (commitScheduler-3660-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1026518 INFO  (commitScheduler-3660-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@7e73ddb0[collection1] 
main
   [junit4]   2> 1026518 INFO  (commitScheduler-3660-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1026519 INFO  
(searcherExecutor-3657-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7e73ddb0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)))}
   [junit4]   2> 1026522 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[550 (1512183042491285504)]} 0 
2273
   [junit4]   2> 1026522 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    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> 1026523 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1512183042493382656)]} 0 
2274
   [junit4]   2> 1026524 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1512183042494431232)]} 0 
2274
   [junit4]   2> 1026524 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1512183042494431233)]} 0 
2275
   [junit4]   2> 1026524 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1512183042494431234)]} 0 
2275
   [junit4]   2> 1026525 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1512183042495479808)]} 0 
2275
   [junit4]   2> 1026525 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1512183042495479809)]} 0 
2276
   [junit4]   2> 1026525 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1512183042495479810)]} 0 
2276
   [junit4]   2> 1026525 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1512183042495479811)]} 0 
2276
   [junit4]   2> 1026526 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1512183042496528384)]} 0 
2277
   [junit4]   2> 1026526 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1512183042496528385)]} 0 
2277
   [junit4]   2> 1026527 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    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> 1027522 INFO  (commitScheduler-3660-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1027526 INFO  (commitScheduler-3660-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@59e964ad[collection1] 
main
   [junit4]   2> 1027526 INFO  (commitScheduler-3660-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1027527 INFO  
(searcherExecutor-3657-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@59e964ad[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)
 Uninverting(_2(6.0.0):C11/9:delGen=1)))}
   [junit4]   2> 1027530 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[531 (1512183043549298688)]} 0 
3284
   [junit4]   2> 1027530 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    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> 1027531 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 1027534 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 1027548 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@99c392a[collection1] realtime
   [junit4]   2> 1027549 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{deleteByQuery=*:* (-1512183043553492992)} 0 15
   [junit4]   2> 1027550 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1027550 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1027550 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1027574 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1027576 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1027607 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1027608 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 1027612 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1027743 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1027749 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1027750 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1027754 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1027758 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1027759 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1027760 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1027760 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1027760 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1027760 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1027760 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1027761 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    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-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 1027761 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 1027761 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C15FCA0DDFC39A95-001/init-core-data-001/]
   [junit4]   2> 1027762 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3074533f
   [junit4]   2> 1027763 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C15FCA0DDFC39A95-001/init-core-data-001/index/
   [junit4]   2> 1027763 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-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C15FCA0DDFC39A95-001/init-core-data-001/
   [junit4]   2> 1027768 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 1027769 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1027769 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 1027769 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 1027769 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 1027773 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1027773 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"uniq-fields"
   [junit4]   2> 1027773 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1027773 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 1027774 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1027774 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1027774 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 1027775 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1027776 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1027777 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1027778 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1027783 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1027785 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1027786 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please 
update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1027786 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1027786 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1027787 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1027787 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@1fad6827[collection1] main
   [junit4]   2> 1027787 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1027788 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1027788 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1027788 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1027789 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1027794 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1027794 INFO  
(searcherExecutor-3661-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1027795 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1027795 INFO  
(searcherExecutor-3661-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1027795 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 1027796 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 1027795 INFO  
(searcherExecutor-3661-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1027796 INFO  
(searcherExecutor-3661-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1027797 INFO  
(searcherExecutor-3661-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1027798 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.UpdateLog Took 3.0ms to seed version buckets with highest version 
1512183043553492992
   [junit4]   2> 1027798 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 1027798 INFO  
(searcherExecutor-3661-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1027798 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4d419f5e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@60995603),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4d419f5e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@60995603),segFN=segments_2,generation=2}
   [junit4]   2> 1027798 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 1027799 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.10263332915689008]
   [junit4]   2> 1027799 INFO  
(searcherExecutor-3661-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1027799 INFO  
(searcherExecutor-3661-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1027800 INFO  
(searcherExecutor-3661-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1027804 INFO  
(searcherExecutor-3661-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1fad6827[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1027807 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4d419f5e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@60995603),segFN=segments_2,generation=2}
   [junit4]   2> 1027807 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 1027809 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1027809 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@592383ad[collection1] main
   [junit4]   2> 1027809 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 1027810 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5b078a0
   [junit4]   2> 1027810 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=3,autocommits=0,soft 
autocommit maxTime=1000ms,soft 
autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=14,adds=1,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=14,cumulative_deletesById=1,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1027810 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1027811 INFO  
(searcherExecutor-3661-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@592383ad[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1027825 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[0 (1512183043857580032)]} 0 0
   [junit4]   2> 1027825 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[1 (1512183043858628608)]} 0 0
   [junit4]   2> 1027825 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[2 (1512183043858628609)]} 0 1
   [junit4]   2> 1027826 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[3 (1512183043859677184)]} 0 1
   [junit4]   2> 1027826 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[4 (1512183043859677185)]} 0 1
   [junit4]   2> 1027826 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[5 (1512183043859677186)]} 0 1
   [junit4]   2> 1027826 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[6 (1512183043859677187)]} 0 2
   [junit4]   2> 1027827 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[7 (1512183043859677188)]} 0 2
   [junit4]   2> 1027828 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[8 (1512183043860725760)]} 0 3
   [junit4]   2> 1027828 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[9 (1512183043861774336)]} 0 3
   [junit4]   2> 1027828 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[10 (1512183043861774337)]} 0 4
   [junit4]   2> 1027828 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[11 (1512183043861774338)]} 0 4
   [junit4]   2> 1027829 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[12 (1512183043862822912)]} 0 4
   [junit4]   2> 1027829 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[13 (1512183043862822913)]} 0 4
   [junit4]   2> 1027830 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    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> 1027831 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[14 (1512183043863871488)]} 0 6
   [junit4]   2> 1027833 INFO  (commitScheduler-3664-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1027837 INFO  (commitScheduler-3664-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@effb804[collection1] 
main
   [junit4]   2> 1027837 INFO  (commitScheduler-3664-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1027838 INFO  
(searcherExecutor-3661-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@effb804[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.0.0):C15)))}
   [junit4]   2> 1028082 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[15 (1512183044127064064)]} 0 
258
   [junit4]   2> 1028082 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    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> 1028083 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    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> 1028083 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C15FCA0DDFC39A95]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 1028090 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1028099 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@5ced6c40[collection1] 
realtime
   [junit4]   2> 1028099 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {deleteByQuery=*:* (-1512183044136501248)} 0 9
   [junit4]   2> 1028100 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1028100 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1028100 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1028121 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1028133 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1028154 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1028155 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 1028159 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1028369 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1028381 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1028383 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1028391 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from 
file currency.xml
   [junit4]   2> 1028393 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from 
file currency.xml
   [junit4]   2> 1028395 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates 
from open-exchange-rates.json
   [junit4]   2> 1028396 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1028396 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1028396 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates 
from open-exchange-rates.json
   [junit4]   2> 1028397 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1028397 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1028398 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
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-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 1028398 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 1028398 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C15FCA0DDFC39A95-001/init-core-data-001/]
   [junit4]   2> 1028398 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3074533f
   [junit4]   2> 1028399 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C15FCA0DDFC39A95-001/init-core-data-001/index/
   [junit4]   2> 1028400 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-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C15FCA0DDFC39A95-001/init-core-data-001/
   [junit4]   2> 1028406 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1028406 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1028407 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1028407 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 1028407 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1028408 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1028408 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C15FCA0DDFC39A95]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fiel

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

 java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2923338 INFO  
(TEST-TestAuthorizationFramework.authorizationFrameworkTest-seed#[C15FCA0DDFC39A95])
 [    ] o.e.j.s.ServerConnector Stopped 
ServerConnector@140cc92{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 2923339 INFO  
(TEST-TestAuthorizationFramework.authorizationFrameworkTest-seed#[C15FCA0DDFC39A95])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@43245892{/,null,UNAVAILABLE}
   [junit4]   2> 2923345 INFO  
(TEST-TestAuthorizationFramework.authorizationFrameworkTest-seed#[C15FCA0DDFC39A95])
 [n:127.0.0.1:34111_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:58074 58074
   [junit4]   2> 2923377 INFO  (Thread-6911) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:58074 58074
   [junit4]   2> 2923378 WARN  (Thread-6911) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        4       /solr/overseer/queue
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestAuthorizationFramework -Dtests.method=authorizationFrameworkTest 
-Dtests.seed=C15FCA0DDFC39A95 -Dtests.slow=true -Dtests.locale=lt 
-Dtests.timezone=Europe/Skopje -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 28.7s J0 | 
TestAuthorizationFramework.authorizationFrameworkTest <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: No match for 
authorization/class = org.apache.solr.security.MockAuthorizationPlugin, full 
response = {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "errorMessages":["No authorization configured"]}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C15FCA0DDFC39A95:8FFCBFDECE188B85]:0)
   [junit4]    >        at 
org.apache.solr.security.TestAuthorizationFramework.verifySecurityStatus(TestAuthorizationFramework.java:103)
   [junit4]    >        at 
org.apache.solr.security.TestAuthorizationFramework.authorizationFrameworkTest(TestAuthorizationFramework.java:58)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2923552 INFO  
(SUITE-TestAuthorizationFramework-seed#[C15FCA0DDFC39A95]-worker) 
[n:127.0.0.1:34111_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.security.TestAuthorizationFramework_C15FCA0DDFC39A95-001
   [junit4]   2> Sep 13, 2015 8:13:46 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {}, 
docValues:{}, sim=DefaultSimilarity, locale=lt, timezone=Europe/Skopje
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_60 
(64-bit)/cpus=3,threads=1,free=110889712,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestIBSimilarityFactory, 
TestRebalanceLeaders, TestDocBasedVersionConstraints, 
StatelessScriptUpdateProcessorFactoryTest, TestSurroundQueryParser, 
TestSystemIdResolver, TestReqParamsAPI, TestTrieFacet, SyncSliceTest, 
DeleteInactiveReplicaTest, BasicDistributedZkTest, BlockCacheTest, TestSolrJ, 
TestAnalyzedSuggestions, TestInitQParser, TestNamedUpdateProcessors, 
HLLSerializationTest, RecoveryAfterSoftCommitTest, DocumentBuilderTest, 
TestRemoteStreaming, LeaderElectionTest, BadComponentTest, 
FastVectorHighlighterTest, TestSolrConfigHandler, SoftAutoCommitTest, 
SmileWriterTest, CoreMergeIndexesAdminHandlerTest, TestMiniSolrCloudCluster, 
TestSort, SuggestComponentTest, CloudExitableDirectoryReaderTest, 
TestQuerySenderNoQuery, UnloadDistributedZkTest, CursorMarkTest, FileUtilsTest, 
UpdateParamsTest, TestCloudManagedSchemaConcurrent, TestBulkSchemaConcurrent, 
TestHashQParserPlugin, RequiredFieldsTest, TestDistributedSearch, TestConfig, 
TestLFUCache, LeaderFailoverAfterPartitionTest, 
DistributedQueryElevationComponentTest, TestHashPartitioner, 
TestLuceneMatchVersion, CoreAdminCreateDiscoverTest, HdfsSyncSliceTest, 
RemoteQueryErrorTest, TestShardHandlerFactory, HardAutoCommitTest, 
TestCSVLoader, DocValuesTest, TestCollapseQParserPlugin, 
TestSchemaSimilarityResource, TestCursorMarkWithoutUniqueKey, 
SimplePostToolTest, TestNoOpRegenerator, TestSerializedLuceneMatchVersion, 
TestReplicationHandlerBackup, SpatialFilterTest, RuleEngineTest, 
TestAuthenticationFramework, TestManagedResource, HdfsBasicDistributedZkTest, 
DocValuesMultiTest, TestStressLucene, TestStressVersions, TestDocumentBuilder, 
DirectUpdateHandlerTest, TestRemoveLastDynamicCopyField, TestFunctionQuery, 
IndexBasedSpellCheckerTest, TestFieldCollectionResource, SolrIndexConfigTest, 
HdfsThreadLeakTest, TestCoreContainer, HighlighterTest, TestPhraseSuggestions, 
VMParamsZkACLAndCredentialsProvidersTest, TestComponentsName, 
HdfsRecoveryZkTest, TestDynamicFieldResource, DistributedMLTComponentTest, 
TestWordDelimiterFilterFactory, ExternalFileFieldSortTest, TestRTGBase, 
SchemaVersionSpecificBehaviorTest, DistributedFacetPivotWhiteBoxTest, 
TestPseudoReturnFields, DeleteShardTest, TestJsonRequest, BJQParserTest, 
TestReloadDeadlock, TestFastWriter, JSONWriterTest, TestManagedResourceStorage, 
RegexBoostProcessorTest, DistributedQueryComponentOptimizationTest, 
ExitableDirectoryReaderTest, TestDownShardTolerantSearch, 
DistributedDebugComponentTest, TestScoreJoinQPScore, ClusterStateUpdateTest, 
MigrateRouteKeyTest, TestUpdate, TestDistributedMissingSort, 
TestSimpleQParserPlugin, ZkCLITest, DisMaxRequestHandlerTest, 
TestReplicaProperties, TestReplicationHandler, TestSchemaVersionResource, 
HdfsCollectionsAPIDistributedZkTest, TestExtendedDismaxParser, 
TestSolrDeletionPolicy1, TestManagedSchema, CustomCollectionTest, 
TestCustomSort, SolrRequestParserTest, RulesTest, JsonLoaderTest, 
DistributedFacetPivotSmallTest, TestDefaultSearchFieldResource, 
TestCloudManagedSchema, TestJmxMonitoredMap, TestRandomDVFaceting, 
CurrencyFieldXmlFileTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestSchemaNameResource, XmlUpdateRequestHandlerTest, TestExactSharedStatsCache, 
PreAnalyzedFieldTest, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, 
ClusterStateTest, TestUtils, UUIDFieldTest, DistributedIntervalFacetingTest, 
CdcrReplicationDistributedZkTest, CdcrReplicationHandlerTest, 
CollectionTooManyReplicasTest, DistribDocExpirationUpdateProcessorTest, 
HttpPartitionTest, OverseerStatusTest, ShardSplitTest, 
TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudClusterSSL, 
TestRequestStatusCollectionAPI, TestShortCircuitedRequests, 
HdfsRecoverLeaseTest, QueryResultKeyTest, TestConfigSetProperties, 
TestConfigSets, TestDynamicLoading, TestConfigReload, 
TestSolrConfigHandlerConcurrent, DistributedSuggestComponentTest, 
TestDistributedStatsComponentCardinality, DocValuesMissingTest, 
TestCollationFieldDocValues, TestSchemaManager, AnalyticsQueryTest, 
RankQueryTest, TestAddFieldRealTimeGet, TestFieldSortValues, 
TestOverriddenPrefixQueryForCustomFieldType, TestSearcherReuse, 
TestSolr4Spatial2, TestStandardQParsers, TestStressUserVersions, 
TestJsonFacets, TestMinMaxOnMultiValuedField, TestOrdValues, 
CloudMLTQParserTest, TestNonDefinedSimilarityFactory, TestDistribIDF, 
TestAuthorizationFramework]
   [junit4] Completed [515/545] on J0 in 29.77s, 1 test, 1 failure <<< FAILURES!

[...truncated 104 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:775: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:719: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:59: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build.xml:233: 
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/common-build.xml:514:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1432:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:987:
 There were test failures: 545 suites, 2144 tests, 1 error, 1 failure, 47 
ignored (35 assumptions)

Total time: 71 minutes 19 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