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

3 tests failed.
FAILED:  org.apache.solr.cloud.SyncSliceTest.test

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([F13EBC3A0436F2C0]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SyncSliceTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([F13EBC3A0436F2C0]:0)


FAILED:  org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir

Error Message:
Exception during query

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

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




Build Log:
[...truncated 11567 lines...]
   [junit4] Suite: org.apache.solr.core.TestArbitraryIndexDir
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001
   [junit4]   2> 2352813 INFO  
(SUITE-TestArbitraryIndexDir-seed#[F13EBC3A0436F2C0]-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> 2352818 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testLoadNewIndexDir
   [junit4]   2> 2352818 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2352818 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2352818 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2352818 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2352818 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2352818 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2352841 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2352848 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 2352864 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2352868 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2352929 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2352929 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2352930 WARN  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (2)
   [junit4]   2> 2352934 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2352936 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2352937 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2352937 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2352937 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr'
   [junit4]   2> 2352937 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2352937 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2352937 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1621992499
   [junit4]   2> 2352937 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr]
   [junit4]   2> 2352937 WARN  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 2352938 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 2352939 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 2352939 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2352939 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2352939 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 2352939 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2352940 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, transient=false, schema=schema12.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
collection=collection1, 
dataDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 2352940 INFO  (coreLoadExecutor-10020-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2352940 INFO  (coreLoadExecutor-10020-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2352940 INFO  (coreLoadExecutor-10020-thread-1) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2352941 INFO  (coreLoadExecutor-10020-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2352941 INFO  (coreLoadExecutor-10020-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2352958 INFO  (coreLoadExecutor-10020-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2352970 INFO  (coreLoadExecutor-10020-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 2352985 INFO  (coreLoadExecutor-10020-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2352988 INFO  (coreLoadExecutor-10020-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2353049 INFO  (coreLoadExecutor-10020-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2353050 INFO  (coreLoadExecutor-10020-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2353050 WARN  (coreLoadExecutor-10020-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (2)
   [junit4]   2> 2353053 INFO  (coreLoadExecutor-10020-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2353055 INFO  (coreLoadExecutor-10020-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2353057 INFO  (coreLoadExecutor-10020-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2353057 INFO  (coreLoadExecutor-10020-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 2353057 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 2353057 INFO  (coreLoadExecutor-10020-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.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/]
   [junit4]   2> 2353058 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f423ac8
   [junit4]   2> 2353058 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001
   [junit4]   2> 2353058 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index/
   [junit4]   2> 2353058 WARN  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2353059 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index
   [junit4]   2> 2353059 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2353070 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e5f3e),segFN=segments_1,generation=1}
   [junit4]   2> 2353070 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2353071 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/
   [junit4]   2> 2353074 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2353074 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2353074 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2353074 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 2353074 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2353074 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2353074 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2353074 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2353074 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2353074 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2353074 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2353075 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 2353076 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2353077 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2353078 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2353079 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2353082 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 2353083 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 2353083 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2353083 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2353083 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2353084 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.64418653987495]
   [junit4]   2> 2353084 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e5f3e),segFN=segments_1,generation=1}
   [junit4]   2> 2353084 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2353084 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@31a71991[collection1] main]
   [junit4]   2> 2353084 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2353084 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 2353085 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2353085 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2353091 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2353157 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2353157 INFO  
(searcherExecutor-10021-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2353158 INFO  
(searcherExecutor-10021-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2353158 INFO  
(searcherExecutor-10021-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2353158 INFO  
(searcherExecutor-10021-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2353158 INFO  (coreLoadExecutor-10020-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2353158 INFO  
(searcherExecutor-10021-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2353159 INFO  
(searcherExecutor-10021-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2353159 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2353159 INFO  
(searcherExecutor-10021-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2353160 INFO  
(searcherExecutor-10021-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2353160 INFO  
(searcherExecutor-10021-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2353160 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 0
   [junit4]   2> 2353161 INFO  
(searcherExecutor-10021-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@31a71991[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2353193 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2353289 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e5f3e),segFN=segments_1,generation=1}
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e5f3e),segFN=segments_2,generation=2}
   [junit4]   2> 2353289 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 2353290 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrCore New index directory detected: 
old=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index/
 
new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index_temp
   [junit4]   2> 2353293 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2d0e3283[collection1] main]
   [junit4]   2> 2353293 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2353293 INFO  (searcherExecutor-10021-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2d0e3283[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):C1)))}
   [junit4]   2> 2353294 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 100
   [junit4]   2> 2353294 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2353294 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2353294 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2353294 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2353294 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2353317 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2353324 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 2353345 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2353349 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2353411 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2353412 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2353413 WARN  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (2)
   [junit4]   2> 2353416 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2353417 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2353420 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2353420 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    ] 
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> 2353420 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
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.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/]
   [junit4]   2> 2353421 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f423ac8
   [junit4]   2> 2353421 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index_temp
   [junit4]   2> 2353423 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/
   [junit4]   2> 2353425 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/
   [junit4]   2> 2353425 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Cannot delete directory 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index
 as it is still being referenced in the cache!
   [junit4]   2> 2353425 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2353425 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory Delete old index directory 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index
 failed.
   [junit4]   2> 2353426 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2353426 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2353426 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 2353426 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2353426 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2353426 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2353426 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2353426 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2353426 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2353426 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2353426 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 2353428 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2353429 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2353429 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2353430 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2353431 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index_temp
   [junit4]   2> 2353435 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 2353437 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 2353437 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2353437 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2353437 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2353438 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1e681d9c[collection1] main]
   [junit4]   2> 2353438 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2353438 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 2353438 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2353438 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2353439 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2353442 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2353442 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2353443 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2353443 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2353443 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2353443 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... 
core=collection1
   [junit4]   2> 2353443 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2353444 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=0.6005859375, 
floorSegmentMB=0.4951171875, forceMergeDeletesPctAllowed=26.398807199497544, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2353444 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2353445 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index_temp
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7fbbab97),segFN=segments_1,generation=1}
   [junit4]   2> 2353445 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2353445 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2353445 WARN  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping 
onDeckSearchers=2
   [junit4]   2> 2353446 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@575485aa[collection1] main]
   [junit4]   2> 2353446 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 2353446 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7b486d2b
   [junit4]   2> 2353446 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2353447 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2353447 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2353448 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2353449 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2353449 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1e681d9c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):C1)))}
   [junit4]   2> 2353449 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2353450 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2353450 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2353450 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2353451 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2353451 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2353452 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2353454 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:2&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 2353454 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2353455 ERROR 
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=*[count(//doc)=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:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 2353455 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2353456 ERROR 
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:2&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: 
REQUEST FAILED: xpath=*[count(//doc)=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:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:776)
   [junit4]   2>        at 
org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
   [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:1764)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [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:367)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [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:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 2353456 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[F13EBC3A0436F2C0]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testLoadNewIndexDir
   [junit4]   2> 2353460 INFO  
(searcherExecutor-10025-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@575485aa[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):c1)))}
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestArbitraryIndexDir -Dtests.method=testLoadNewIndexDir 
-Dtests.seed=F13EBC3A0436F2C0 -Dtests.slow=true -Dtests.locale=mk 
-Dtests.timezone=America/Argentina/San_Juan -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.65s J1 | TestArbitraryIndexDir.testLoadNewIndexDir <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F13EBC3A0436F2C0:186407029AAF6268]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:783)
   [junit4]    >        at 
org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=*[count(//doc)=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:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:776)
   [junit4]    >        ... 41 more
   [junit4]   2> 2353463 INFO  
(SUITE-TestArbitraryIndexDir-seed#[F13EBC3A0436F2C0]-worker) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2353463 INFO  
(SUITE-TestArbitraryIndexDir-seed#[F13EBC3A0436F2C0]-worker) [    
x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=1621992499
   [junit4]   2> 2353463 INFO  
(coreCloseExecutor-10029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@621967de
   [junit4]   2> 2353464 INFO  
(coreCloseExecutor-10029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2353464 INFO  
(coreCloseExecutor-10029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2353464 INFO  
(coreCloseExecutor-10029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 2353464 INFO  
(coreCloseExecutor-10029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2353464 INFO  
(coreCloseExecutor-10029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2353473 INFO  
(coreCloseExecutor-10029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 3 directories 
currently being tracked
   [junit4]   2> 2353473 INFO  
(coreCloseExecutor-10029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 2353473 INFO  
(coreCloseExecutor-10029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 2353473 INFO  
(coreCloseExecutor-10029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index
   [junit4]   2> 2353487 INFO  
(coreCloseExecutor-10029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001;done=false>>]
   [junit4]   2> 2353487 INFO  
(coreCloseExecutor-10029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 2353487 INFO  
(coreCloseExecutor-10029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001
   [junit4]   2> 2353487 INFO  
(coreCloseExecutor-10029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index_temp
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index_temp;done=false>>]
   [junit4]   2> 2353487 INFO  
(coreCloseExecutor-10029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 2353487 INFO  
(coreCloseExecutor-10029-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001/init-core-data-001/index_temp
   [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.core.TestArbitraryIndexDir_F13EBC3A0436F2C0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{name=Lucene50(blocksize=128), id=Lucene50(blocksize=128)}, docValues:{}, 
maxPointsInLeafNode=1773, maxMBSortInHeap=5.451590144176918, 
sim=ClassicSimilarity, locale=mk, timezone=America/Argentina/San_Juan
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 
(64-bit)/cpus=3,threads=1,free=215808880,total=507576320
   [junit4]   2> NOTE: All tests run in this JVM: [TestScoreJoinQPNoScore, 
TestSolrCloudWithKerberosAlt, TestComplexPhraseQParserPlugin, 
CurrencyFieldOpenExchangeTest, TestStressLiveNodes, NumericFieldsTest, 
QueryParsingTest, BadIndexSchemaTest, TestUtils, SolrCloudExampleTest, 
HdfsBasicDistributedZk2Test, TestFieldCacheSort, DocValuesMissingTest, 
TestSchemaSimilarityResource, TestFieldCollectionResource, TestRealTimeGet, 
BitVectorTest, TestRequestStatusCollectionAPI, HdfsThreadLeakTest, 
DistributedIntervalFacetingTest, BasicFunctionalityTest, TestOmitPositions, 
ZkStateReaderTest, SearchHandlerTest, TestPerFieldSimilarity, 
ClassificationUpdateProcessorFactoryTest, TestFiltering, 
TestRuleBasedAuthorizationPlugin, AsyncCallRequestStatusResponseTest, 
SimpleMLTQParserTest, LeaderInitiatedRecoveryOnShardRestartTest, 
TestCloudInspectUtil, TestStandardQParsers, TestSolr4Spatial2, 
TestCustomDocTransformer, DistributedTermsComponentTest, CdcrUpdateLogTest, 
MultiThreadedOCPTest, CheckHdfsIndexTest, TestSortingResponseWriter, 
TestJsonRequest, TestCSVResponseWriter, FullSolrCloudDistribCmdsTest, 
DirectUpdateHandlerOptimizeTest, FieldAnalysisRequestHandlerTest, 
TestIndexSearcher, FileBasedSpellCheckerTest, TestCloudManagedSchema, 
ForceLeaderTest, CdcrReplicationHandlerTest, TestRandomCollapseQParserPlugin, 
DistributedQueueTest, TestReloadDeadlock, TestUseDocValuesAsStored2, 
TestDistributedMissingSort, TestManagedSchema, SolrIndexSplitterTest, 
TestAnalyzeInfixSuggestions, TestIndexingPerformance, 
TestLMJelinekMercerSimilarityFactory, TestRecovery, TestRawTransformer, 
TestPerFieldSimilarityClassic, OutputWriterTest, TestCharFilters, 
DateMathParserTest, MergeStrategyTest, TestWriterPerf, 
UniqFieldsUpdateProcessorFactoryTest, TestAuthenticationFramework, 
SpellCheckCollatorTest, SpellCheckComponentTest, DeleteStatusTest, 
SmileWriterTest, ConvertedLegacyTest, SpatialRPTFieldTypeTest, RulesTest, 
ResponseLogComponentTest, TestDynamicFieldCollectionResource, 
TestCopyFieldCollectionResource, ChangedSchemaMergeTest, 
DistributedFacetPivotWhiteBoxTest, DeleteReplicaTest, CollectionReloadTest, 
TestReplicationHandlerBackup, TestSystemIdResolver, BlockDirectoryTest, 
TestBadConfig, TermVectorComponentTest, TestFoldingMultitermQuery, HLLUtilTest, 
TestZkChroot, MultiTermTest, TestNamedUpdateProcessors, TestReload, 
TestDFISimilarityFactory, TestGraphTermsQParserPlugin, OverseerStatusTest, 
TestFastOutputStream, SpellPossibilityIteratorTest, TestLegacyFieldCache, 
TestMissingGroups, FieldMutatingUpdateProcessorTest, RequestHandlersTest, 
TriLevelCompositeIdRoutingTest, AliasIntegrationTest, TestQueryTypes, 
BaseCdcrDistributedZkTest, SuggestComponentContextFilterQueryTest, 
HighlighterConfigTest, CdcrVersionReplicationTest, TestCloudSchemaless, 
TestBulkSchemaAPI, TestFileDictionaryLookup, TestJettySolrRunner, 
ConfigSetsAPITest, TestCrossCoreJoin, TestSubQueryTransformerDistrib, 
TestQuerySenderListener, RequestLoggingTest, TestManagedResourceStorage, 
SuggesterWFSTTest, CoreSorterTest, CoreMergeIndexesAdminHandlerTest, 
TestSubQueryTransformer, TestCoreDiscovery, SolrInfoMBeanTest, 
CreateCollectionCleanupTest, TestHighFrequencyDictionaryFactory, 
EchoParamsTest, CollectionsAPISolrJTest, RAMDirectoryFactoryTest, 
TestDistribIDF, TestHdfsUpdateLog, SuggesterTSTTest, BasicAuthIntegrationTest, 
TestSolrIndexConfig, BasicDistributedZk2Test, 
TestTolerantUpdateProcessorRandomCloud, TestSolrQueryParserResource, 
DocExpirationUpdateProcessorFactoryTest, ShowFileRequestHandlerTest, 
TestExclusionRuleCollectionAccess, TestOverriddenPrefixQueryForCustomFieldType, 
TestTrieFacet, SolrCmdDistributorTest, TestBinaryField, 
SharedFSAutoReplicaFailoverTest, SecurityConfHandlerTest, 
ShardRoutingCustomTest, AnalyticsQueryTest, TestSerializedLuceneMatchVersion, 
ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, 
LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, 
ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, 
TestRandomDVFaceting, AutoCommitTest, TestDistributedGrouping, 
TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, 
TestStressReorder, TestJoin, TestStressVersions, TestRangeQuery, 
TestCoreContainer, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, 
QueryElevationComponentTest, TestSort, TestLazyCores, HighlighterTest, 
SoftAutoCommitTest, DistributedQueryElevationComponentTest, 
CurrencyFieldXmlFileTest, SimplePostToolTest, 
SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, CoreAdminHandlerTest, 
SolrRequestParserTest, SuggesterTest, TestStressLucene, TestTrie, 
TestCSVLoader, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, 
SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, 
TestPseudoReturnFields, TestAtomicUpdateErrorCases, 
TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, 
StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, 
DocValuesMultiTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, 
DebugComponentTest, CacheHeaderTest, TestSurroundQueryParser, 
LukeRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, 
DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, 
TermsComponentTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, 
PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, 
TestSolrQueryParser, TestArbitraryIndexDir]
   [junit4] Completed [297/624 (1!)] on J1 in 0.70s, 1 test, 1 error <<< 
FAILURES!

[...truncated 890 lines...]
   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_F13EBC3A0436F2C0-001/init-core-data-001
   [junit4]   2> 1754013 INFO  
(SUITE-SyncSliceTest-seed#[F13EBC3A0436F2C0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1754014 INFO  
(SUITE-SyncSliceTest-seed#[F13EBC3A0436F2C0]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1754016 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.ZkTestServer 
STARTING ZK TEST SERVER
   [junit4]   2> 1754016 INFO  (Thread-820) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1754016 INFO  (Thread-820) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1754116 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.ZkTestServer 
start zk server on port:54459
   [junit4]   2> 1754116 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkCredentialsProvider
   [junit4]   2> 1754116 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1754119 INFO  (zkCallback-21193-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@75f2543b 
name:ZooKeeperConnection Watcher:127.0.0.1:54459 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1754119 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1754119 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkACLProvider
   [junit4]   2> 1754119 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /solr
   [junit4]   2> 1754122 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkCredentialsProvider
   [junit4]   2> 1754122 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1754125 INFO  (zkCallback-21194-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@103a92cf 
name:ZooKeeperConnection Watcher:127.0.0.1:54459/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1754126 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1754126 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkACLProvider
   [junit4]   2> 1754126 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /collections/collection1
   [junit4]   2> 1754129 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /collections/collection1/shards
   [junit4]   2> 1754133 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /collections/control_collection
   [junit4]   2> 1754136 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /collections/control_collection/shards
   [junit4]   2> 1754139 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1754140 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1754144 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1754199 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/schema.xml
   [junit4]   2> 1754203 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1754203 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1754206 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1754207 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1754210 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1754210 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1754213 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1754213 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/currency.xml
   [junit4]   2> 1754214 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1754215 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1754218 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1754218 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1754220 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1754220 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1754223 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1754223 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1754226 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1754226 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1754230 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkCredentialsProvider
   [junit4]   2> 1754230 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1754232 INFO  (zkCallback-21196-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@62958a41 
name:ZooKeeperConnection Watcher:127.0.0.1:54459/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1754232 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1754232 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkACLProvider
   [junit4]   2> 1754436 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.SolrTestCaseJ4 
Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_F13EBC3A0436F2C0-001/control-001/cores/collection1
   [junit4]   2> 1754441 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.e.j.s.Server 
jetty-9.3.8.v20160314
   [junit4]   2> 1754443 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1110bb94{/,null,AVAILABLE}
   [junit4]   2> 1754449 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@3d5018e{SSL,[ssl, 
http/1.1]}{127.0.0.1:45379}
   [junit4]   2> 1754449 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.e.j.s.Server Started 
@1758824ms
   [junit4]   2> 1754449 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_F13EBC3A0436F2C0-001/tempDir-001/control/data,
 hostContext=/, hostPort=45379, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_F13EBC3A0436F2C0-001/control-001/cores}
   [junit4]   2> 1754449 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1754449 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_F13EBC3A0436F2C0-001/control-001'
   [junit4]   2> 1754449 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1754449 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1754449 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkCredentialsProvider
   [junit4]   2> 1754450 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1754452 INFO  (zkCallback-21197-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@19463412 
name:ZooKeeperConnection Watcher:127.0.0.1:54459/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1754452 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1754452 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkACLProvider
   [junit4]   2> 1754454 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1754454 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_F13EBC3A0436F2C0-001/control-001/solr.xml
   [junit4]   2> 1754462 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_F13EBC3A0436F2C0-001/control-001/cores
   [junit4]   2> 1754463 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.CoreContainer 
New CoreContainer 1861962057
   [junit4]   2> 1754463 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.CoreContainer 
Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_F13EBC3A0436F2C0-001/control-001]
   [junit4]   2> 1754463 WARN  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.CoreContainer 
Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_F13EBC3A0436F2C0-001/control-001/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_F13EBC3A0436F2C0-001/control-001/lib
   [junit4]   2> 1754463 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 1754464 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1754464 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.l.LogWatcher 
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1754464 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.l.LogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1754465 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:54459/solr
   [junit4]   2> 1754465 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.ZkController 
zkHost includes chroot
   [junit4]   2> 1754465 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkCredentialsProvider
   [junit4]   2> 1754465 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1754467 INFO  (zkCallback-21200-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@30848cdb 
name:ZooKeeperConnection Watcher:127.0.0.1:54459 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1754467 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1754468 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [    ] o.a.s.c.c.SolrZkClient 
Using default ZkACLProvider
   [junit4]   2> 1754470 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$77/457205058@6c4861ba
   [junit4]   2> 1754470 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1754472 INFO  
(zkCallback-21201-thread-1-processing-n:127.0.0.1:45379_) [n:127.0.0.1:45379_   
 ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6b09c495 
name:ZooKeeperConnection Watcher:127.0.0.1:54459/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1754472 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1754473 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1754476 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1754480 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1754483 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1754485 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1754488 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1754490 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1754492 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1754494 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1754495 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1754497 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
   [junit4]   2> 1754497 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1754501 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1754503 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1754505 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1754505 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/96292205317062661-127.0.0.1:45379_-n_0000000000
   [junit4]   2> 1754506 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45379_
   [junit4]   2> 1754506 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1754508 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.Overseer Overseer (id=96292205317062661-127.0.0.1:45379_-n_0000000000) 
starting
   [junit4]   2> 1754510 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1754519 INFO  
(TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]) [n:127.0.0.1:45379_    ] 
o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=

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

er(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    6) Thread[id=24552, 
name=org.eclipse.jetty.server.session.HashSessionManager@4faa1e6Timer, 
state=TIMED_WAITING, group=TGRP-SyncSliceTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2>         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
   [junit4]   2>         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    7) Thread[id=24561, 
name=TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]-SendThread(127.0.0.1:54459),
 state=TIMED_WAITING, group=TGRP-SyncSliceTest]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]   2>         at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
   [junit4]   2>         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]   2>    8) Thread[id=24684, 
name=OverseerHdfsCoreFailoverThread-96292205317062674-127.0.0.1:38330_-n_0000000004,
 state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2>         at java.lang.Thread.interrupt0(Native Method)
   [junit4]   2>         at java.lang.Thread.interrupt(Thread.java:923)
   [junit4]   2>         at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:139)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    9) Thread[id=24574, 
name=recoveryExecutor-21228-thread-1-processing-n:127.0.0.1:38330_ 
x:collection1 s:shard1 c:collection1 r:core_node4, state=RUNNABLE, 
group=TGRP-SyncSliceTest]
   [junit4]   2>         at java.net.SocketInputStream.socketRead0(Native 
Method)
   [junit4]   2>         at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]   2>         at 
java.net.SocketInputStream.read(SocketInputStream.java:170)
   [junit4]   2>         at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]   2>         at 
sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]   2>         at 
sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]   2>         at 
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
   [junit4]   2>         at 
sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
   [junit4]   2>         at 
sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [junit4]   2>         at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]   2>         at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]   2>         at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]   2>         at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]   2>         at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]   2>         at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]   2>         at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]   2>         at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]   2>         at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]   2>         at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]   2>         at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]   2>         at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]   2>         at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]   2>         at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]   2>         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2>         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]   2>         at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2>         at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:495)
   [junit4]   2>         at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
   [junit4]   2>         at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]   2>         at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]   2>         at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
   [junit4]   2>         at 
org.apache.solr.cloud.RecoveryStrategy.commitOnLeader(RecoveryStrategy.java:201)
   [junit4]   2>         at 
org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:141)
   [junit4]   2>         at 
org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:408)
   [junit4]   2>         at 
org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:221)
   [junit4]   2>         at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>         at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>         at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>         at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$28/1871420772.run(Unknown
 Source)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>   10) Thread[id=24445, 
name=TEST-SyncSliceTest.test-seed#[F13EBC3A0436F2C0]-SendThread(127.0.0.1:54459),
 state=TIMED_WAITING, group=TGRP-SyncSliceTest]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:994)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), 
sim=ClassicSimilarity, locale=sl-SI, timezone=America/Noronha
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 
(64-bit)/cpus=3,threads=20,free=38660096,total=225292288
   [junit4]   2> NOTE: All tests run in this JVM: [TestJsonFacets, 
TestSSLRandomization, AnalyticsMergeStrategyTest, 
TestSolrQueryParserDefaultOperatorResource, TestSizeLimitedDistributedMap, 
DateRangeFieldTest, TestManagedSchemaAPI, TestFieldTypeResource, 
TimeZoneUtilsTest, SolrXmlInZkTest, ZkCLITest, TestFieldCacheSortRandom, 
TestManagedSynonymFilterFactory, TestRestManager, TestChildDocTransformer, 
TestHashQParserPlugin, ExplicitHLLTest, TestRebalanceLeaders, UUIDFieldTest, 
HdfsRecoveryZkTest, DisMaxRequestHandlerTest, AnalysisAfterCoreReloadTest, 
TestLockTree, RequiredFieldsTest, HdfsWriteToMultipleCollectionsTest, 
DistributedExpandComponentTest, TestScoreJoinQPScore, VersionInfoTest, 
QueryEqualityTest, TestPerFieldSimilarityWithDefaultOverride, 
CdcrReplicationDistributedZkTest, TestOrdValues, OverseerRolesTest, 
TestCloudDeleteByQuery, TestSearchPerf, TestQueryWrapperFilter, 
SegmentsInfoRequestHandlerTest, DirectUpdateHandlerTest, OverseerTaskQueueTest, 
TestExpandComponent, TestFunctionQuery, MigrateRouteKeyTest, 
DocumentBuilderTest, TestSolrDeletionPolicy1, SpatialFilterTest, 
PKIAuthenticationIntegrationTest, IndexSchemaTest, 
LeaderInitiatedRecoveryOnCommitTest, CloudExitableDirectoryReaderTest, 
TestExtendedDismaxParser, LeaderElectionTest, TestMaxScoreQueryParser, 
TestBulkSchemaConcurrent, TestHighlightDedupGrouping, PrimitiveFieldTypeTest, 
PeerSyncTest, TestBlendedInfixSuggestions, TestUpdate, GraphQueryTest, 
TestLFUCache, SimpleFacetsTest, CloudMLTQParserTest, 
TestCursorMarkWithoutUniqueKey, TestEmbeddedSolrServerConstructors, 
URLClassifyProcessorTest, TestCollationFieldDocValues, 
TestPartialUpdateDeduplication, SyncSliceTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SyncSliceTest 
-Dtests.seed=F13EBC3A0436F2C0 -Dtests.slow=true -Dtests.locale=sl-SI 
-Dtests.timezone=America/Noronha -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | SyncSliceTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F13EBC3A0436F2C0]:0)
   [junit4] Completed [540/624 (2!)] on J0 in 7223.94s, 1 test, 2 errors <<< 
FAILURES!

[...truncated 60377 lines...]

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

Reply via email to