Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/888/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog] 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.update.HdfsTransactionLog  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at 
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)  
at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:203)  at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:153)  at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:110)  at 
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:108)
  at sun.reflect.GeneratedConstructorAccessor178.newInstance(Unknown Source)  
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)  at 
org.apache.solr.core.SolrCore.createInstance(SolrCore.java:760)  at 
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:822)  at 
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1088)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:947)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:930)  at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:565)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
 at java.lang.Thread.run(Thread.java:748)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not 
released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.update.HdfsTransactionLog
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
        at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:203)
        at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:153)
        at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:110)
        at 
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:108)
        at sun.reflect.GeneratedConstructorAccessor178.newInstance(Unknown 
Source)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:760)
        at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:822)
        at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1088)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:947)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:930)
        at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:565)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)


        at __randomizedtesting.SeedInfo.seed([C0AEA054FF8B7D2A]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
        at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([C0AEA054FF8B7D2A:7A7CCF2C7CA5933F]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:895)
        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
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:888)
        ... 40 more




Build Log:
[...truncated 11595 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C0AEA054FF8B7D2A-001/init-core-data-001
   [junit4]   2> 932342 WARN  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=152 numCloses=152
   [junit4]   2> 932342 INFO  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 932345 INFO  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 932346 INFO  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 932354 INFO  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 932405 INFO  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 932441 INFO  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 932589 INFO  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 932598 INFO  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 932640 INFO  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3337ef6
   [junit4]   2> 932643 INFO  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3337ef6
   [junit4]   2> 932643 INFO  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3337ef6
   [junit4]   2> 932644 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 932689 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 932710 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 932801 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 932807 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 932808 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3337ef6
   [junit4]   2> 932819 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 932819 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C0AEA054FF8B7D2A-001/init-core-data-001/]
   [junit4]   2> 932819 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3337ef6
   [junit4]   2> 932820 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5423882337388167]
   [junit4]   2> 933007 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 933007 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 933008 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 933008 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 933009 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=91.3056640625, 
floorSegmentMB=0.5224609375, forceMergeDeletesPctAllowed=14.40497891931291, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 933009 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@23f19c94[collection1] main]
   [junit4]   2> 933010 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 933031 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 933104 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 933110 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache 
for 2147483647 transient cores
   [junit4]   2> 933111 INFO  
(searcherExecutor-4107-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 933112 INFO  (coreLoadExecutor-4106-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1569946389403664384
   [junit4]   2> 933112 INFO  
(searcherExecutor-4107-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 933112 INFO  
(searcherExecutor-4107-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 933113 INFO  
(searcherExecutor-4107-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 933115 INFO  
(searcherExecutor-4107-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 933117 INFO  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 933119 INFO  
(searcherExecutor-4107-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 933123 INFO  
(searcherExecutor-4107-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 933124 INFO  
(searcherExecutor-4107-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 933124 INFO  
(searcherExecutor-4107-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 933125 INFO  
(searcherExecutor-4107-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@23f19c94[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 933127 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 933127 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 933128 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7e2d9a76[collection1] realtime]
   [junit4]   2> 933128 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 933128 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 933129 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 933160 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 933180 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 933250 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 933256 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 933287 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3337ef6
   [junit4]   2> 933319 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.m.SolrMetricManager Replacing existing reporter 'default' 
in registry 'solr.core.collection1': 
[org.apache.solr.metrics.reporters.SolrJmxReporter@224d8b86: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null]
   [junit4]   2> 933323 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C0AEA054FF8B7D2A-001/init-core-data-001/]
   [junit4]   2> 933324 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3337ef6
   [junit4]   2> 933412 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 933412 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 933413 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@381bd715[collection1] main]
   [junit4]   2> 933413 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 933414 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 933417 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 933417 INFO  
(searcherExecutor-4112-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 933417 INFO  
(searcherExecutor-4112-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 933417 INFO  
(searcherExecutor-4112-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 933417 INFO  
(searcherExecutor-4112-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 933418 INFO  
(searcherExecutor-4112-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 933418 INFO  
(searcherExecutor-4112-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 933418 INFO  
(searcherExecutor-4112-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 933418 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1569946389724528640
   [junit4]   2> 933418 INFO  
(searcherExecutor-4112-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 933419 INFO  
(searcherExecutor-4112-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 933422 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 933422 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 933423 INFO  
(searcherExecutor-4112-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@381bd715[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 933423 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7b5c83b8[collection1] main]
   [junit4]   2> 933423 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1a118fe
   [junit4]   2> 933494 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 933499 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1569946389808414720)]} 0 1
   [junit4]   2> 933500 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
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> 933527 INFO  
(searcherExecutor-4112-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7b5c83b8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 933760 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1569946390083141632)]} 0 263
   [junit4]   2> 933761 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
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> 933761 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1569946390084190208)]} 0 264
   [junit4]   2> 933762 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
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> 933762 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 933762 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:529&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: 
REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:888)
   [junit4]   2>        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 933763 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[C0AEA054FF8B7D2A]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testCommitWithin -Dtests.seed=C0AEA054FF8B7D2A -Dtests.slow=true 
-Dtests.locale=ru-RU -Dtests.timezone=Africa/Porto-Novo -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.65s J1 | AutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C0AEA054FF8B7D2A:7A7CCF2C7CA5933F]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:895)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]    > </response>
   [junit4]    >        request 
was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:888)
   [junit4]    >        ... 40 more
   [junit4]   2> 933767 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 933768 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 933768 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@52357d1f[collection1] realtime]
   [junit4]   2> 933768 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 933769 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 933769 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 933800 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 933850 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 933913 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 933920 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 933929 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3337ef6
   [junit4]   2> 933929 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C0AEA054FF8B7D2A-001/init-core-data-001/]
   [junit4]   2> 933930 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3337ef6
   [junit4]   2> 933996 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 933996 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 933997 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4c93d0e5[collection1] main]
   [junit4]   2> 933998 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 934005 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 934008 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 934012 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.35541470013034326]
   [junit4]   2> 934012 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 934012 INFO  
(searcherExecutor-4116-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 934012 INFO  
(searcherExecutor-4116-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 934012 INFO  
(searcherExecutor-4116-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 934012 INFO  
(searcherExecutor-4116-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 934013 INFO  
(searcherExecutor-4116-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 934013 INFO  
(searcherExecutor-4116-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 934013 INFO  
(searcherExecutor-4116-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 934013 INFO  
(searcherExecutor-4116-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 934014 INFO  
(searcherExecutor-4116-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 934015 INFO  
(searcherExecutor-4116-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4c93d0e5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 934015 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@678f9073[collection1] main]
   [junit4]   2> 934016 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@43102d57
   [junit4]   2> 934019 INFO  
(searcherExecutor-4116-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@678f9073[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 934067 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 934077 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1569946390414491648)]} 0 1
   [junit4]   2> 934077 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    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> 935577 INFO  (commitScheduler-4119-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 935579 INFO  (commitScheduler-4119-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@70b6be9[collection1] 
main]
   [junit4]   2> 935580 INFO  (commitScheduler-4119-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 935581 INFO  
(searcherExecutor-4116-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@70b6be9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.7.0):C1)))}
   [junit4]   2> 935832 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1569946392254742528)]} 0 1756
   [junit4]   2> 935832 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    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> 935833 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    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> 935833 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[529 (-1569946392256839680)]} 0 0
   [junit4]   2> 935834 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    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> 937332 INFO  (commitScheduler-4119-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 937334 INFO  (commitScheduler-4119-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e0f3ec0[collection1] 
main]
   [junit4]   2> 937342 INFO  (commitScheduler-4119-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 937343 INFO  
(searcherExecutor-4116-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@e0f3ec0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.7.0):C1)))}
   [junit4]   2> 937585 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 
(1569946394093944832)]} 0 3510
   [junit4]   2> 937586 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    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> 937586 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1569946394094993408)]} 0 3511
   [junit4]   2> 937586 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1569946394094993409)]} 0 3511
   [junit4]   2> 937586 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1569946394094993410)]} 0 3511
   [junit4]   2> 937587 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1569946394096041984)]} 0 3511
   [junit4]   2> 937587 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1569946394096041985)]} 0 3511
   [junit4]   2> 937587 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1569946394096041986)]} 0 3511
   [junit4]   2> 937587 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1569946394096041987)]} 0 3512
   [junit4]   2> 937587 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1569946394096041988)]} 0 3512
   [junit4]   2> 937587 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1569946394096041989)]} 0 3512
   [junit4]   2> 937587 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1569946394096041990)]} 0 3512
   [junit4]   2> 937588 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    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> 939090 INFO  (commitScheduler-4119-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 939091 INFO  (commitScheduler-4119-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6f6bc90f[collection1] main]
   [junit4]   2> 939092 INFO  (commitScheduler-4119-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 939093 INFO  
(searcherExecutor-4116-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6f6bc90f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.7.0):C1)
 Uninverting(_3(6.7.0):C11/9:delGen=1)))}
   [junit4]   2> 939095 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 
(1569946395676246016)]} 0 5020
   [junit4]   2> 939095 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    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> 939096 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 939106 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 939107 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 939107 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@42f3c5af[collection1] realtime]
   [junit4]   2> 939108 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 1
   [junit4]   2> 939108 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 939108 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 939140 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 939229 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 939298 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 939308 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 939318 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3337ef6
   [junit4]   2> 939318 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C0AEA054FF8B7D2A-001/init-core-data-001/]
   [junit4]   2> 939319 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3337ef6
   [junit4]   2> 939411 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 939411 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 939412 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2e53fdc8[collection1] main]
   [junit4]   2> 939412 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 939413 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 939416 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 939422 INFO  
(searcherExecutor-4120-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 939422 INFO  
(searcherExecutor-4120-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 939422 INFO  
(searcherExecutor-4120-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 939426 INFO  
(searcherExecutor-4120-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 939427 INFO  
(searcherExecutor-4120-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 939427 INFO  
(searcherExecutor-4120-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 939427 INFO  
(searcherExecutor-4120-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 939428 INFO  
(searcherExecutor-4120-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 939428 INFO  
(searcherExecutor-4120-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 939429 INFO  
(searcherExecutor-4120-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2e53fdc8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 939430 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 939431 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 939431 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@40dd701c[collection1] main]
   [junit4]   2> 939431 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7490f66
   [junit4]   2> 939436 INFO  
(searcherExecutor-4120-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@40dd701c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 939486 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 939493 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1569946396093579264)]} 0 0
   [junit4]   2> 939493 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1569946396094627840)]} 0 0
   [junit4]   2> 939493 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1569946396094627841)]} 0 1
   [junit4]   2> 939494 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1569946396095676416)]} 0 1
   [junit4]   2> 939494 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1569946396095676417)]} 0 1
   [junit4]   2> 939494 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1569946396095676418)]} 0 1
   [junit4]   2> 939494 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1569946396095676419)]} 0 1
   [junit4]   2> 939494 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1569946396095676420)]} 0 1
   [junit4]   2> 939494 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1569946396095676421)]} 0 1
   [junit4]   2> 939495 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1569946396095676422)]} 0 3
   [junit4]   2> 939496 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1569946396097773568)]} 0 3
   [junit4]   2> 939496 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1569946396097773569)]} 0 3
   [junit4]   2> 939496 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1569946396097773570)]} 0 3
   [junit4]   2> 939496 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1569946396097773571)]} 0 4
   [junit4]   2> 939497 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    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> 939497 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1569946396098822144)]} 0 5
   [junit4]   2> 939506 INFO  (commitScheduler-4123-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 939508 INFO  (commitScheduler-4123-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3f3eeb06[collection1] main]
   [junit4]   2> 939510 INFO  
(searcherExecutor-4120-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3f3eeb06[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(6.7.0):C15)))}
   [junit4]   2> 939511 INFO  (commitScheduler-4123-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 939749 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1569946396362014720)]} 0 256
   [junit4]   2> 939749 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    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> 939750 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    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> 939750 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[C0AEA054FF8B7D2A]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 939750 INFO  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 939750 INFO  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=799710790
   [junit4]   2> 939750 INFO  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 939751 INFO  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 939752 INFO  
(SUITE-AutoCommitTest-seed#[C0AEA054FF8B7D2A]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 939758 INFO  
(coreCloseExecutor-4124-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@143af041
   [junit4]   2> 939758 INFO  
(coreCloseExecutor-4124-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 939758 INFO  
(coreCloseExecutor-4124-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@25c0ddab
   [junit4]   2> 939790 INFO  
(coreCloseExecutor-4124-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_C0AEA054FF8B7D2A-001
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=32435, maxDocsPerChunk=930, blockSize=972), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=32435, blockSize=972)), 
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=ru-RU, 
timezone=Africa/Porto-Novo
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=110107096,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ShowFileRequestHandlerTest, 
TestSolrCoreParser, TestQueryTypes, TestSolrQueryParser, 
ReplicaListTransformerTest, SpatialHeatmapFacetsTest, 
CurrencyFieldOpenExchangeTest, TestStressInPlaceUpdates, 
TestComplexPhraseQParserPlugin, BlockJoinFacetRandomTest, TestZkChroot, 
TestCloudJSONFacetJoinDomain, TestRebalanceLeaders, TestExpandComponent, 
TestChildDocTransformer, TestNRTOpen, CSVRequestHandlerTest, 
TestMiniSolrCloudCluster, LeaderElectionIntegrationTest, BJQParserTest, 
MBeansHandlerTest, TestRawTransformer, LeaderElectionContextKeyTest, 
ClusterStateTest, TestRTimerTree, TestMissingGroups, SecurityConfHandlerTest, 
BlobRepositoryCloudTest, TestSolrCloudWithDelegationTokens, 
TestCollapseQParserPlugin, TestSolrCoreSnapshots, TestCloudDeleteByQuery, 
TestBulkSchemaConcurrent, TestXmlQParserPlugin, TestCoreDiscovery, 
TestSubQueryTransformerCrossCore, DeleteShardTest, DeleteNodeTest, 
TestFiltering, TestPushWriter, RegexBoostProcessorTest, CacheHeaderTest, 
RecoveryAfterSoftCommitTest, ChaosMonkeySafeLeaderTest, 
TestDistributedGrouping, ReplaceNodeTest, TestDistributedMissingSort, 
ExitableDirectoryReaderTest, TestCrossCoreJoin, TestClusterProperties, 
DistributedFacetPivotSmallAdvancedTest, BooleanFieldTest, TestTrieFacet, 
HdfsBasicDistributedZkTest, RestartWhileUpdatingTest, 
AsyncCallRequestStatusResponseTest, TestHdfsBackupRestoreCore, 
OverseerRolesTest, RuleEngineTest, TestSolrQueryParserResource, 
SuggesterWFSTTest, ZkSolrClientTest, TestUninvertingReader, SmileWriterTest, 
TestFastWriter, BlockCacheTest, ClassificationUpdateProcessorIntegrationTest, 
TestValueSourceCache, TestMiniSolrCloudClusterSSL, StatsComponentTest, 
WrapperMergePolicyFactoryTest, TestAtomicUpdateErrorCases, 
TestClusterStateMutator, DistributedFacetPivotWhiteBoxTest, TestCollectionAPIs, 
BasicFunctionalityTest, TestInitQParser, TestSolrCoreProperties, 
CollectionsAPISolrJTest, VMParamsZkACLAndCredentialsProvidersTest, 
ShardSplitTest, TestSystemIdResolver, AutoCommitTest]
   [junit4] Completed [215/715 (1!)] on J1 in 7.47s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 1108 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_C0AEA054FF8B7D2A-001/init-core-data-001
   [junit4]   2> 2182690 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 2182690 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 2182691 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2182692 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_C0AEA054FF8B7D2A-001/tempDir-001
   [junit4]   2> 2182692 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2182692 INFO  (Thread-7440) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2182692 INFO  (Thread-7440) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2182695 ERROR (Thread-7440) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2182792 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:56947
   [junit4]   2> 2182800 INFO  (jetty-launcher-3946-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2182800 INFO  (jetty-launcher-3946-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2182802 INFO  (jetty-launcher-3946-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5bcc1165{/solr,null,AVAILABLE}
   [junit4]   2> 2182803 INFO  (jetty-launcher-3946-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3bb027a6{/solr,null,AVAILABLE}
   [junit4]   2> 2182803 INFO  (jetty-launcher-3946-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4e803cce{HTTP/1.1,[http/1.1]}{127.0.0.1:49168}
   [junit4]   2> 2182803 INFO  (jetty-launcher-3946-thread-1) [    ] 
o.e.j.s.Server Started @2185073ms
   [junit4]   2> 2182803 INFO  (jetty-launcher-3946-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=49168}
   [junit4]   2> 2182803 INFO  (jetty-launcher-3946-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@20a34062{HTTP/1.1,[http/1.1]}{127.0.0.1:52242}
   [junit4]   2> 2182803 INFO  (jetty-launcher-3946-thread-2) [    ] 
o.e.j.s.Server Started @2185073ms
   [junit4]   2> 2182803 INFO  (jetty-launcher-3946-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52242}
   [junit4]   2> 2182803 ERROR (jetty-launcher-3946-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2182803 ERROR (jetty-launcher-3946-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2182803 INFO  (jetty-launcher-3946-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 2182803 INFO  (jetty-launcher-3946-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 2182803 INFO  (jetty-launcher-3946-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2182803 INFO  (jetty-launcher-3946-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2182803 INFO  (jetty-launcher-3946-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2182803 INFO  (jetty-launcher-3946-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2182803 INFO  (jetty-launcher-3946-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-11T22:06:39.400Z
   [junit4]   2> 2182803 INFO  (jetty-launcher-3946-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-11T22:06:39.400Z
   [junit4]   2> 2182806 INFO  (jetty-launcher-3946-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2182807 INFO  (jetty-launcher-3946-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2182811 INFO  (jetty-launcher-3946-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2182812 INFO  (jetty-launcher-3946-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2182813 INFO  (jetty-launcher-3946-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56947/solr
   [junit4]   2> 2182813 INFO  (jetty-launcher-3946-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56947/solr
   [junit4]   2> 2182816 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15c9931d6bb0004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2182840 INFO  (jetty-launcher-3946-thread-1) 
[n:127.0.0.1:49168_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2182841 INFO  (jetty-launcher-3946-thread-2) 
[n:127.0.0.1:52242_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2182841 INFO  (jetty-launcher-3946-thread-1) 
[n:127.0.0.1:49168_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:49168_solr
   [junit4]   2> 2182842 INFO  (jetty-launcher-3946-thread-2) 
[n:127.0.0.1:52242_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52242_solr
   [junit4]   2> 2182843 INFO  (jetty-launcher-3946-thread-1) 
[n:127.0.0.1:49168_solr    ] o.a.s.c.Overseer Overseer 
(id=98121731230334982-127.0.0.1:49168_solr-n_0000000000) starting
   [junit4]   2> 2182844 INFO  
(zkCallback-3957-thread-1-processing-n:127.0.0.1:52242_solr) 
[n:127.0.0.1:52242_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2182844 INFO  
(zkCallback-3958-thread-1-processing-n:127.0.0.1:49168_solr) 
[n:127.0.0.1:49168_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2182853 INFO  (jetty-launcher-3946-thread-1) 
[n:127.0.0.1:49168_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49168_solr
   [junit4]   2> 2182855 INFO  
(zkCallback-3958-thread-1-processing-n:127.0.0.1:49168_solr) 
[n:127.0.0.1:49168_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2182855 INFO  
(zkCallback-3957-thread-1-processing-n:127.0.0.1:52242_solr) 
[n:127.0.0.1:52242_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2182909 INFO  (jetty-launcher-3946-thread-2) 
[n:127.0.0.1:52242_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_C0AEA054FF8B7D2A-001/tempDir-001/node2/.
   [junit4]   2> 2182918 INFO  (jetty-launcher-3946-thread-1) 
[n:127.0.0.1:49168_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_C0AEA054FF8B7D2A-001/tempDir-001/node1/.
   [junit4]   2> 2182926 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2182928 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56947/solr ready
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 2182952 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 2182961 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2182962 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 2182976 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] o.m.log 
Extract 
jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs
 to ./temp/Jetty_serv1.vm3_48908_hdfs____.ovybia/webapp
   [junit4]   2> 2183461 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@serv1-vm3:48908
   [junit4]   2> 2183719 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2183720 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 2183731 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] o.m.log 
Extract 
jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_45983_datanode____.s70346/webapp
   [junit4]   2> 2184182 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:45983
   [junit4]   2> 2184232 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2184240 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 2184251 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] o.m.log 
Extract 
jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_55710_datanode____hemyu5/webapp
   [junit4]   2> 2184279 INFO  (IPC Server handler 6 on 38345) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-5701a06a-2629-4e53-9c65-02f14f083558 node 
DatanodeRegistration(127.0.0.1:34689, 
datanodeUuid=80c14c09-9c46-4130-933e-938d45989f89, infoPort=41618, 
infoSecurePort=0, ipcPort=50122, 
storageInfo=lv=-56;cid=testClusterID;nsid=1411505737;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 2184279 INFO  (IPC Server handler 6 on 38345) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-2c3fa686-9509-4e30-b22a-93fb5b9ba61f node 
DatanodeRegistration(127.0.0.1:34689, 
datanodeUuid=80c14c09-9c46-4130-933e-938d45989f89, infoPort=41618, 
infoSecurePort=0, ipcPort=50122, 
storageInfo=lv=-56;cid=testClusterID;nsid=1411505737;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 2184738 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:55710
   [junit4]   2> 2184828 INFO  (IPC Server handler 0 on 38345) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-c60dc5e5-8ad9-417d-88b8-cfe3d029d574 node 
DatanodeRegistration(127.0.0.1:52058, 
datanodeUuid=8707c071-d296-4dda-9009-38e0077a7f04, infoPort=52323, 
infoSecurePort=0, ipcPort=51802, 
storageInfo=lv=-56;cid=testClusterID;nsid=1411505737;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 2184828 INFO  (IPC Server handler 0 on 38345) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-9330e0ea-b754-452c-870a-3ecaaeadecf7 node 
DatanodeRegistration(127.0.0.1:52058, 
datanodeUuid=8707c071-d296-4dda-9009-38e0077a7f04, infoPort=52323, 
infoSecurePort=0, ipcPort=51802, 
storageInfo=lv=-56;cid=testClusterID;nsid=1411505737;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 2184917 INFO  
(TEST-HdfsRecoveryZkTest.test-seed#[C0AEA054FF8B7D2A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2184920 INFO  (qtp2039875079-25682) [n:127.0.0.1:52242_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=recoverytest&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2184923 INFO  
(OverseerThreadFactory-9477-thread-1-processing-n:127.0.0.1:49168_solr) 
[n:127.0.0.1:49168_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
recoverytest
   [junit4]   2> 2185032 INFO  (qtp2039875079-25683) [n:127.0.0.1:52242_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica1&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2185033 INFO  (qtp2110732-25687) [n:127.0.0.1:49168_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica2&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2185033 INFO  (qtp2039875079-25683) [n:127.0.0.1:52242_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2185033 INFO  (qtp2110732-25687) [n:127.0.0.1:49168_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2185139 INFO  
(zkCallback-3958-thread-1-processing-n:127.0.0.1:49168_solr) 
[n:127.0.0.1:49168_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2185139 INFO  
(zkCallback-3957-thread-1-processing-n:127.0.0.1:52242_solr) 
[n:127.0.0.1:52242_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/recoverytest/state.json] for collection [recoverytest] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2186043 INFO  (qtp2039875079-25683) [n:127.0.0.1:52242_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 2186043 INFO  (qtp2110732-25687) [n:127.0.0.1:49168_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 2186049 INFO  (qtp2039875079-25683) [n:127.0.0.1:52242_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.IndexSchema 
[recoverytest_shard1_replica1] Schema name=minimal
   [junit4]   2> 2186049 INFO  (qtp2110732-25687) [n:127.0.0.1:49168_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.IndexSchema 
[recoverytest_shard1_replica2] Schema name=minimal
   [junit4]   2> 2186051 INFO  (qtp2110732-25687) [n:127.0.0.1:49168_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2186051 INFO  (qtp2039875079-25683) [n:127.0.0.1:52242_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2186051 INFO  (qtp2110732-25687) [n:127.0.0.1:49168_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'recoverytest_shard1_replica2' using configuration from 
collection recoverytest, trusted=true
   [junit4]   2> 2186051 INFO  (qtp2039875079-25683) [n:127.0.0.1:52242_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'recoverytest_shard1_replica1' using configuration from 
collection recoverytest, trusted=true
   [junit4]   2> 2186056 INFO  (qtp2110732-25687) [n:127.0.0.1:49168_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://serv1-vm3:38345/data
   [junit4]   2> 2186056 INFO  (qtp2110732-25687) [n:127.0.0.1:49168_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2186056 INFO  (qtp2110732-25687) [n:127.0.0.1:49168_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2186056 INFO  (qtp2110732-25687) [n:127.0.0.1:49168_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SolrCore 
[[recoverytest_shard1_replica2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_C0AEA054FF8B7D2A-001/tempDir-001/node1/recoverytest_shard1_replica2],
 dataDir=[hdfs://serv1-vm3:38345/data/recoverytest/core_node1/data/]
   [junit4]   2> 2186057 INFO  (qtp2110732-25687) [n:127.0.0.1:49168_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3337ef6
   [junit4]   2> 2186057 INFO  (qtp2039875079-25683) [n:127.0.0.1:52242_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://serv1-vm3:38345/data
   [junit4]   2> 2186057 INFO  (qtp2039875079-25683) [n:127.0.0.1:52242_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2186057 INFO  (qtp2039875079-25683) [n:127.0.0.1:52242_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2186057 INFO  (qtp2110732-25687) [n:127.0.0.1:49168_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://serv1-vm3:38345/data/recoverytest/core_node1/data/snapshot_metadata
   [junit4]   2> 2186057 INFO  (qtp2039875079-25683) [n:127.0.0.1:52242_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SolrCore 
[[recoverytest_shard1_replica1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_C0AEA054FF8B7D2A-001/tempDir-001/node2/recoverytest_shard1_replica1],
 dataDir=[hdfs://serv1-vm3:38345/data/recoverytest/core_node2/data/]
   [junit4]   2> 2186057 INFO  (qtp2039875079-25683) [n:127.0.0.1:52242_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3337ef6
   [junit4]   2> 2186058 INFO  (qtp2039875079-25683) [n:127.0.0.1:52242_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.Hdf

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

:748)
   [junit4]   2> 
   [junit4]   2> JUnit4-serializer-daemon:
   [junit4]   2>     java.lang.Thread.sleep(Native Method)
   [junit4]   2>     
com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2> 
   [junit4]   2> IPC Parameter Sending Thread #6:
   [junit4]   2>     [...sun.*]
   [junit4]   2>     
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>     
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]   2>     
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]   2>     
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]   2>     
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
   [junit4]   2>     
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>     
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>     java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 2221084 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[C0AEA054FF8B7D2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{rnd_b=FSTOrd50, _version_=PostingsFormat(name=Memory doPackFST= false), 
a_t=PostingsFormat(name=Memory doPackFST= false), a_i=FSTOrd50, id=FSTOrd50}, 
docValues:{}, maxPointsInLeafNode=1341, maxMBSortInHeap=7.656595242476369, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=it, 
timezone=America/Blanc-Sablon
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=2,free=389678680,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ShowFileRequestHandlerTest, 
TestSolrCoreParser, TestQueryTypes, TestSolrQueryParser, 
ReplicaListTransformerTest, SpatialHeatmapFacetsTest, 
CurrencyFieldOpenExchangeTest, TestStressInPlaceUpdates, 
TestComplexPhraseQParserPlugin, BlockJoinFacetRandomTest, TestZkChroot, 
TestCloudJSONFacetJoinDomain, TestRebalanceLeaders, TestExpandComponent, 
TestChildDocTransformer, TestNRTOpen, CSVRequestHandlerTest, 
TestMiniSolrCloudCluster, LeaderElectionIntegrationTest, BJQParserTest, 
MBeansHandlerTest, TestRawTransformer, LeaderElectionContextKeyTest, 
ClusterStateTest, TestRTimerTree, TestMissingGroups, SecurityConfHandlerTest, 
BlobRepositoryCloudTest, TestSolrCloudWithDelegationTokens, 
TestCollapseQParserPlugin, TestSolrCoreSnapshots, TestCloudDeleteByQuery, 
TestBulkSchemaConcurrent, TestXmlQParserPlugin, TestCoreDiscovery, 
TestSubQueryTransformerCrossCore, DeleteShardTest, DeleteNodeTest, 
TestFiltering, TestPushWriter, RegexBoostProcessorTest, CacheHeaderTest, 
RecoveryAfterSoftCommitTest, ChaosMonkeySafeLeaderTest, 
TestDistributedGrouping, ReplaceNodeTest, TestDistributedMissingSort, 
ExitableDirectoryReaderTest, TestCrossCoreJoin, TestClusterProperties, 
DistributedFacetPivotSmallAdvancedTest, BooleanFieldTest, TestTrieFacet, 
HdfsBasicDistributedZkTest, RestartWhileUpdatingTest, 
AsyncCallRequestStatusResponseTest, TestHdfsBackupRestoreCore, 
OverseerRolesTest, RuleEngineTest, TestSolrQueryParserResource, 
SuggesterWFSTTest, ZkSolrClientTest, TestUninvertingReader, SmileWriterTest, 
TestFastWriter, BlockCacheTest, ClassificationUpdateProcessorIntegrationTest, 
TestValueSourceCache, TestMiniSolrCloudClusterSSL, StatsComponentTest, 
WrapperMergePolicyFactoryTest, TestAtomicUpdateErrorCases, 
TestClusterStateMutator, DistributedFacetPivotWhiteBoxTest, TestCollectionAPIs, 
BasicFunctionalityTest, TestInitQParser, TestSolrCoreProperties, 
CollectionsAPISolrJTest, VMParamsZkACLAndCredentialsProvidersTest, 
ShardSplitTest, TestSystemIdResolver, AutoCommitTest, 
CoreAdminCreateDiscoverTest, MergeStrategyTest, FullSolrCloudDistribCmdsTest, 
TestIndexSearcher, TermVectorComponentTest, TestMaxTokenLenTokenizer, 
HdfsTlogReplayBufferedWhileIndexingTest, BufferStoreTest, TestReload, 
TestBlobHandler, CollectionsAPIDistributedZkTest, TestNestedDocsSort, 
TestSmileRequest, TestRequestForwarding, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestDocSet, HdfsSyncSliceTest, 
SortByFunctionTest, CdcrReplicationHandlerTest, LukeRequestHandlerTest, 
PreAnalyzedFieldManagedSchemaCloudTest, TestRandomFlRTGCloud, TestBadConfig, 
AnalysisErrorHandlingTest, BasicZkTest, AliasIntegrationTest, TestSolrXml, 
TestSerializedLuceneMatchVersion, ExplicitHLLTest, OverseerTaskQueueTest, 
FileBasedSpellCheckerTest, FacetPivotSmallTest, CoreAdminHandlerTest, 
HdfsNNFailoverTest, SolrIndexSplitterTest, SSLMigrationTest, ReturnFieldsTest, 
TestSolrDeletionPolicy2, DataDrivenBlockJoinTest, 
FieldMutatingUpdateProcessorTest, CloneFieldUpdateProcessorFactoryTest, 
TestFieldCache, AnalyticsMergeStrategyTest, DefaultValueUpdateProcessorTest, 
SolrJmxReporterTest, JSONWriterTest, TestQueryUtils, ForceLeaderTest, 
CollectionTooManyReplicasTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
SpellPossibilityIteratorTest, TestManagedStopFilterFactory, TestJoin, 
TermVectorComponentDistributedTest, TestCloudPseudoReturnFields, 
SliceStateTest, SuggesterTest, TestSchemaManager, TestSystemCollAutoCreate, 
SparseHLLTest, SolrXmlInZkTest, TestUnifiedSolrHighlighter, 
TestSSLRandomization, SolrIndexConfigTest, TestRecoveryHdfs, 
TestFieldTypeCollectionResource, TestDownShardTolerantSearch, 
HighlighterConfigTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
DistanceUnitsTest, ZkStateWriterTest, TestCorePropertiesReload, 
TestHdfsCloudBackupRestore, ShardRoutingCustomTest, SuggestComponentTest, 
SolrCoreCheckLockOnStartupTest, TestRecovery, 
LeaderInitiatedRecoveryOnShardRestartTest, SolrGangliaReporterTest, 
TestLuceneMatchVersion, BinaryUpdateRequestHandlerTest, SpellCheckCollatorTest, 
TestWriterPerf, TestBlendedInfixSuggestions, TestTolerantUpdateProcessorCloud, 
DistributedVersionInfoTest, BasicAuthStandaloneTest, SolrCLIZkUtilsTest, 
PreAnalyzedUpdateProcessorTest, JsonLoaderTest, SoftAutoCommitTest, 
QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, PingRequestHandlerTest, 
TestLFUCache, PreAnalyzedFieldTest, TestSuggestSpellingConverter, 
SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestLRUCache, TestUtils, 
TestDocumentBuilder, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, 
FileUtilsTest, CircularListTest, DistributedIntervalFacetingTest, 
TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, 
CdcrBootstrapTest, CollectionStateFormat2Test, 
CollectionsAPIAsyncDistributedZkTest, DistribJoinFromCollectionTest, 
DistributedQueueTest, HttpPartitionTest, MigrateRouteKeyTest, 
MultiThreadedOCPTest, SimpleCollectionCreateDeleteTest, TestCloudInspectUtil, 
TestCloudRecovery, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, 
TestDeleteCollectionOnDownNodes, TestExclusionRuleCollectionAccess, 
TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread, 
TestLocalFSCloudBackupRestore, TestOnReconnectListenerSupport, 
TestSegmentSorting, TestSolrCloudWithSecureImpersonation, TestStressLiveNodes, 
TestTolerantUpdateProcessorRandomCloud, TlogReplayBufferedWhileIndexingTest, 
TriLevelCompositeIdRoutingTest, HdfsRecoveryZkTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HdfsRecoveryZkTest 
-Dtests.seed=C0AEA054FF8B7D2A -Dtests.slow=true -Dtests.locale=it 
-Dtests.timezone=America/Blanc-Sablon -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | HdfsRecoveryZkTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 
object(s) that were not released!!! [HdfsTransactionLog]
   [junit4]    > 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.update.HdfsTransactionLog
   [junit4]    >        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    >        at 
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
   [junit4]    >        at 
org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:203)
   [junit4]    >        at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:153)
   [junit4]    >        at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:110)
   [junit4]    >        at 
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:108)
   [junit4]    >        at 
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.createInstance(SolrCore.java:760)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:822)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1088)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:947)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:930)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:565)
   [junit4]    >        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C0AEA054FF8B7D2A]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [542/715 (2!)] on J1 in 38.47s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 44019 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to