Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/702/

2 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=6293, name=collection0, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=6293, name=collection0, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:54972, http://127.0.0.1:56951, 
http://127.0.0.1:55465, http://127.0.0.1:49733, http://127.0.0.1:48700]
        at __randomizedtesting.SeedInfo.seed([96917935C3A4C81C]:0)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:870)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live 
SolrServers available to handle this request:[http://127.0.0.1:54972, 
http://127.0.0.1:56951, http://127.0.0.1:55465, http://127.0.0.1:49733, 
http://127.0.0.1:48700]
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:355)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:867)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:56951: KeeperErrorCode = Session expired for 
/overseer/collection-queue-work/qn-
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
        ... 5 more


FAILED:  org.apache.solr.search.TestSearcherReuse.test

Error Message:
expected same:<Searcher@56eb927d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)
 Uninverting(_1(6.0.0):C1) Uninverting(_2(6.0.0):C3) 
Uninverting(_3(6.0.0):C1)))}> was not:<Searcher@7315e650[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)
 Uninverting(_1(6.0.0):C1) Uninverting(_2(6.0.0):C3) 
Uninverting(_3(6.0.0):C1)))}>

Stack Trace:
java.lang.AssertionError: expected same:<Searcher@56eb927d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)
 Uninverting(_1(6.0.0):C1) Uninverting(_2(6.0.0):C3) 
Uninverting(_3(6.0.0):C1)))}> was not:<Searcher@7315e650[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)
 Uninverting(_1(6.0.0):C1) Uninverting(_2(6.0.0):C3) 
Uninverting(_3(6.0.0):C1)))}>
        at 
__randomizedtesting.SeedInfo.seed([96917935C3A4C81C:1EC546EF6D58A5E4]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotSame(Assert.java:641)
        at org.junit.Assert.assertSame(Assert.java:580)
        at org.junit.Assert.assertSame(Assert.java:593)
        at 
org.apache.solr.search.TestSearcherReuse.assertSearcherHasNotChanged(TestSearcherReuse.java:247)
        at 
org.apache.solr.search.TestSearcherReuse.test(TestSearcherReuse.java:117)
        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:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9710 lines...]
   [junit4] Suite: org.apache.solr.search.TestSearcherReuse
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001
   [junit4]   2> 75854 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 75874 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 75874 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/tempDir-001/collection1/'
   [junit4]   2> 75907 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 75910 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 75933 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] o.a.s.c.Config 
Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 75958 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema-id-and-version-fields-only.xml instead
   [junit4]   2> 75964 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 
96917935C3A4C81C-001/tempDir-001/collection1/conf/schema-id-and-version-fields-only.xml
   [junit4]   2> 75968 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=id-and-version-fields-only
   [junit4]   2> 75974 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 75992 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.s.IndexSchema Upgraded to managed schema at 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 75995 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed 
the non-managed schema 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 
96917935C3A4C81C-001/tempDir-001/collection1/conf/schema-id-and-version-fields-only.xml
 to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 
96917935C3A4C81C-001/tempDir-001/collection1/conf/schema-id-and-version-fields-only.xml.bak
   [junit4]   2> 75996 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 75996 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/tempDir-001
   [junit4]   2> 75996 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/tempDir-001/'
   [junit4]   2> 76028 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 107789298
   [junit4]   2> 76028 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/tempDir-001/]
   [junit4]   2> 76028 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/tempDir-001/lib
   [junit4]   2> 76028 WARN  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/tempDir-001/lib).
   [junit4]   2> 76035 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 76038 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 76038 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 76038 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 76039 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 76039 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, 
config=solrconfig-managed-schema.xml, transient=false, schema=managed-schema, 
loadOnStartup=true, instanceDir=collection1, collection=collection1, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/tempDir-001/collection1/, 
dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001, shard=shard1}
   [junit4]   2> 76040 INFO  (coreLoadExecutor-627-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/tempDir-001/collection1/'
   [junit4]   2> 76083 INFO  (coreLoadExecutor-627-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 76087 INFO  (coreLoadExecutor-627-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 76093 INFO  (coreLoadExecutor-627-thread-1) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 76094 INFO  (coreLoadExecutor-627-thread-1) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 76112 INFO  (coreLoadExecutor-627-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=id-and-version-fields-only
   [junit4]   2> 76120 INFO  (coreLoadExecutor-627-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 76120 INFO  (coreLoadExecutor-627-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/tempDir-001/collection1/
   [junit4]   2> 76120 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
   [junit4]   2> 76126 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/tempDir-001/collection1/], dataDir=[null]
   [junit4]   2> 76127 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 76138 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001
   [junit4]   2> 76138 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index/
   [junit4]   2> 76138 WARN  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index' doesn't exist. Creating new 
index...
   [junit4]   2> 76139 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index
   [junit4]   2> 76139 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=4, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8453841187984693]
   [junit4]   2> 76149 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51cfba87; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 76150 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 76152 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 76152 WARN  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 76154 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 76155 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 76156 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 76157 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 76163 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 76164 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 76164 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 76164 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 76165 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=39.5703125, 
floorSegmentMB=1.5478515625, forceMergeDeletesPctAllowed=1.2399021390317544, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4321741774397897
   [junit4]   2> 76177 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51cfba87; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 76177 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 76178 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@22822dd4[collection1] 
main
   [junit4]   2> 76178 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/tempDir-001/collection1/conf
   [junit4]   2> 76178 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/tempDir-001/collection1/conf}
   [junit4]   2> 76179 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/tempDir-001/collection1/conf
   [junit4]   2> 76179 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 76179 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 76179 INFO  
(searcherExecutor-628-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@22822dd4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 76179 INFO  (coreLoadExecutor-627-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 76181 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 76185 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 76187 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[1]} 0 2
   [junit4]   2> 76193 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 76221 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51cfba87; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2>        
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51cfba87; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
   [junit4]   2> 76221 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
newest commit generation = 2
   [junit4]   2> 76227 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@3c15f297[collection1] main
   [junit4]   2> 76227 INFO  (searcherExecutor-628-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3c15f297[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))}
   [junit4]   2> 76227 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 76227 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 34
   [junit4]   2> 76229 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[2]} 0 1
   [junit4]   2> 76230 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 76274 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51cfba87; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
   [junit4]   2>        
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51cfba87; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
   [junit4]   2> 76274 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
newest commit generation = 3
   [junit4]   2> 76275 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@7c11e11c[collection1] main
   [junit4]   2> 76276 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 76276 INFO  (searcherExecutor-628-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7c11e11c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)
 Uninverting(_1(6.0.0):C1)))}
   [junit4]   2> 76276 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 46
   [junit4]   2> 76279 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[3]} 0 1
   [junit4]   2> 76280 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[4]} 0 1
   [junit4]   2> 76281 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[5]} 0 1
   [junit4]   2> 76281 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 76310 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51cfba87; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
   [junit4]   2>        
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51cfba87; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
   [junit4]   2> 76311 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
newest commit generation = 4
   [junit4]   2> 76312 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@73d5af3e[collection1] main
   [junit4]   2> 76312 INFO  (searcherExecutor-628-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@73d5af3e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)
 Uninverting(_1(6.0.0):C1) Uninverting(_2(6.0.0):C3)))}
   [junit4]   2> 76313 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 76313 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 32
   [junit4]   2> 76315 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[6]} 0 1
   [junit4]   2> 76316 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 76353 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51cfba87; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
   [junit4]   2>        
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51cfba87; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5}
   [junit4]   2> 76354 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
newest commit generation = 5
   [junit4]   2> 76356 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@56eb927d[collection1] main
   [junit4]   2> 76356 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 76356 INFO  (searcherExecutor-628-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@56eb927d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)
 Uninverting(_1(6.0.0):C1) Uninverting(_2(6.0.0):C3) 
Uninverting(_3(6.0.0):C1)))}
   [junit4]   2> 76357 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 42
   [junit4]   2> 76358 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 76358 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 76359 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
SolrIndexSearcher has not changed - not re-opening: 
org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 76359 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 76359 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 1
   [junit4]   2> 76372 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.S.Request 
[collection1] webapp=null path=null 
params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=6 status=0 QTime=1 
   [junit4]   2> 76379 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 76379 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 76379 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
SolrIndexSearcher has not changed - not re-opening: 
org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 76383 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 76383 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 6
   [junit4]   2> 76385 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 76385 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 76385 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
SolrIndexSearcher has not changed - not re-opening: 
org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 76385 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 76385 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 1
   [junit4]   2> 76390 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 76390 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
SolrIndexSearcher has not changed - not re-opening: 
org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 76390 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 76391 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 1
   [junit4]   2> 76392 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 76392 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
SolrIndexSearcher has not changed - not re-opening: 
org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 76394 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 76395 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 4
   [junit4]   2> 76407 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{deleteByQuery=id:match_no_documents} 0 11
   [junit4]   2> 76408 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 76622 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51cfba87; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5}
   [junit4]   2>        
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51cfba87; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_6,generation=6}
   [junit4]   2> 76622 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
newest commit generation = 6
   [junit4]   2> 76623 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@7315e650[collection1] main
   [junit4]   2> 76624 INFO  (searcherExecutor-628-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7315e650[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)
 Uninverting(_1(6.0.0):C1) Uninverting(_2(6.0.0):C3) 
Uninverting(_3(6.0.0):C1)))}
   [junit4]   2> 76624 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 76624 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 216
   [junit4]   2> 76626 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 76626 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
[collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 76626 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{deleteByQuery=*:*} 0 0
   [junit4]   2> 76627 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 76635 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51cfba87; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_6,generation=6}
   [junit4]   2>        
commit{dir=NRTCachingDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51cfba87; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_7,generation=7}
   [junit4]   2> 76635 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] o.a.s.c.SolrCore 
newest commit generation = 7
   [junit4]   2> 76636 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@7d2f9433[collection1] main
   [junit4]   2> 76637 INFO  (searcherExecutor-628-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7d2f9433[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 76647 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 76649 INFO  
(TEST-TestSearcherReuse.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 22
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSearcherReuse 
-Dtests.method=test -Dtests.seed=96917935C3A4C81C -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt 
-Dtests.locale=es_US -Dtests.timezone=America/Thunder_Bay -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.51s J0 | TestSearcherReuse.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected 
same:<Searcher@56eb927d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)
 Uninverting(_1(6.0.0):C1) Uninverting(_2(6.0.0):C3) 
Uninverting(_3(6.0.0):C1)))}> was not:<Searcher@7315e650[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)
 Uninverting(_1(6.0.0):C1) Uninverting(_2(6.0.0):C3) 
Uninverting(_3(6.0.0):C1)))}>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([96917935C3A4C81C:1EC546EF6D58A5E4]:0)
   [junit4]    >        at 
org.apache.solr.search.TestSearcherReuse.assertSearcherHasNotChanged(TestSearcherReuse.java:247)
   [junit4]    >        at 
org.apache.solr.search.TestSearcherReuse.test(TestSearcherReuse.java:117)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 76694 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 76694 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=107789298
   [junit4]   2> 76694 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1f5ca213
   [junit4]   2> 76694 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    x:collection1] 
o.a.s.u.UpdateHandler closing 
DirectUpdateHandler2{commits=11,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=6,cumulative_deletesById=0,cumulative_deletesByQuery=2,cumulative_errors=0}
   [junit4]   2> 76694 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    x:collection1] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 76695 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 76695 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 76695 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 76696 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing NRTCachingDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 76696 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001;done=false>>]
   [junit4]   2> 76696 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001
   [junit4]   2> 76696 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 76696 INFO  
(SUITE-TestSearcherReuse-seed#[96917935C3A4C81C]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse
 96917935C3A4C81C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, 
docValues:{}, sim=DefaultSimilarity, locale=es_US, timezone=America/Thunder_Bay
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.8.0_25 (64-bit)/cpus=4,threads=1,free=207584544,total=336068608
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolr4Spatial2, 
ConcurrentDeleteAndCreateCollectionTest, TestSearcherReuse]
   [junit4] Completed [30/504] on J0 in 0.92s, 1 test, 1 failure <<< FAILURES!

[...truncated 378 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/init-core-data-001
   [junit4]   2> 615356 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 615356 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[96917935C3A4C81C]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 615361 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 615361 INFO  (Thread-3661) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 615361 INFO  (Thread-3661) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 615461 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:60957
   [junit4]   2> 615461 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 615462 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 615465 INFO  (zkCallback-453-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@21bc1666 
name:ZooKeeperConnection Watcher:127.0.0.1:60957 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 615465 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 615465 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 615465 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 615467 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 615468 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 615469 INFO  (zkCallback-454-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@c517af name:ZooKeeperConnection 
Watcher:127.0.0.1:60957/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 615469 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 615469 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 615469 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 615474 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 615475 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 615482 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 615484 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 615484 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 615487 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 615487 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 615489 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 615490 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 615491 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 615492 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 615493 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 615494 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 615495 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 615495 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 615497 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 615497 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 615499 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 615500 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 615502 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 615502 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 615503 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 615504 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 615505 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 615506 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 615508 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 615509 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 615510 INFO  (zkCallback-455-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6ac2dccc 
name:ZooKeeperConnection Watcher:127.0.0.1:60957 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 615511 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 615511 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 615511 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 615513 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 615514 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 615515 INFO  (zkCallback-456-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3d9c5956 
name:ZooKeeperConnection Watcher:127.0.0.1:60957/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 615515 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 615515 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 615516 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf2/solrconfig.xml
   [junit4]   2> 615516 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 615518 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf2/schema.xml
   [junit4]   2> 615518 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/schema.xml
   [junit4]   2> 615521 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf2/enumsConfig.xml
   [junit4]   2> 615521 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/enumsConfig.xml
   [junit4]   2> 615522 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 615523 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 615524 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf2/stopwords.txt
   [junit4]   2> 615525 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 615526 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf2/protwords.txt
   [junit4]   2> 615527 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/protwords.txt
   [junit4]   2> 615529 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf2/currency.xml
   [junit4]   2> 615529 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/currency.xml
   [junit4]   2> 615531 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 615531 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 615533 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 615533 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 615535 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf2/old_synonyms.txt
   [junit4]   2> 615535 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 615537 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf2/synonyms.txt
   [junit4]   2> 615537 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 615541 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/elevate.xml
 to /configs/conf2/elevate.xml
   [junit4]   2> 615542 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/elevate.xml
   [junit4]   2> 615845 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/cores/collection1
   [junit4]   2> 615848 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.e.j.s.Server jetty-9.2.10.v20150310
   [junit4]   2> 615850 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@56fe6c2{/,null,AVAILABLE}
   [junit4]   2> 615850 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@442ac237{HTTP/1.1}{127.0.0.1:55465}
   [junit4]   2> 615850 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.e.j.s.Server Started @619317ms
   [junit4]   2> 615850 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/tempDir-001/control/data, hostContext=/, hostPort=55465, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/cores}
   [junit4]   2> 615851 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 615851 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/'
   [junit4]   2> 615865 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/solr.xml
   [junit4]   2> 615879 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/cores
   [junit4]   2> 615880 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1714894962
   [junit4]   2> 615880 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/]
   [junit4]   2> 615880 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/lib
   [junit4]   2> 615880 WARN  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/lib).
   [junit4]   2> 615888 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
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,
   [junit4]   2> 615889 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 615890 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 615890 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 615890 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60957/solr
   [junit4]   2> 615890 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 615890 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 615891 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 615892 INFO  (zkCallback-458-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4b09d386 
name:ZooKeeperConnection Watcher:127.0.0.1:60957 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 615893 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 615893 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 615895 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 615895 INFO  
(zkCallback-459-thread-1-processing-n:127.0.0.1:55465_) [n:127.0.0.1:55465_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@72b70b48 
name:ZooKeeperConnection Watcher:127.0.0.1:60957/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 615896 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 615897 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 615899 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 615906 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 615908 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 615910 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 615914 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 615915 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 615917 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 615918 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55465_
   [junit4]   2> 615919 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:55465_
   [junit4]   2> 615920 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 615922 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 615923 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 615925 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:55465_
   [junit4]   2> 615925 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 615926 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.Overseer Overseer 
(id=93939327556911109-127.0.0.1:55465_-n_0000000000) starting
   [junit4]   2> 615928 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 615935 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 615935 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 615935 INFO  
(OverseerCollectionProcessor-93939327556911109-127.0.0.1:55465_-n_0000000000) 
[n:127.0.0.1:55465_    ] o.a.s.c.OverseerCollectionProcessor Process current 
queue of collection creations
   [junit4]   2> 615935 INFO  
(OverseerStateUpdate-93939327556911109-127.0.0.1:55465_-n_0000000000) 
[n:127.0.0.1:55465_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 615945 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 615945 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 615946 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/cores
   [junit4]   2> 615947 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.SolrCore Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/cores/collection1, 
collection=control_collection, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/cores/collection1/, coreNodeName=, 
dataDir=data/, shard=}
   [junit4]   2> 615947 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/cores/collection1/
   [junit4]   2> 615947 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 615948 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 615949 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 615949 INFO  
(zkCallback-459-thread-1-processing-n:127.0.0.1:55465_) [n:127.0.0.1:55465_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 615949 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 615950 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1
   [junit4]   2> 615950 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[96917935C3A4C81C]) 
[n:127.0.0.1:55465_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 615951 INFO  
(OverseerStateUpdate-93939327556911109-127.0.0.1:55465_-n_0000000000) 
[n:127.0.0.1:55465_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55465";,
   [junit4]   2>   "node_name":"127.0.0.1:55465_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 615952 INFO  
(OverseerStateUpdate-93939327556911109-127.0.0.1:55465_-n_0000000000) 
[n:127.0.0.1:55465_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55465";,
   [junit4]   2>   "node_name":"127.0.0.1:55465_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 615952 INFO  
(OverseerStateUpdate-93939327556911109-127.0.0.1:55465_-n_0000000000) 
[n:127.0.0.1:55465_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 615952 INFO  
(OverseerStateUpdate-93939327556911109-127.0.0.1:55465_-n_0000000000) 
[n:127.0.0.1:55465_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 615953 INFO  
(zkCallback-459-thread-1-processing-n:127.0.0.1:55465_) [n:127.0.0.1:55465_    
] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 615954 INFO  
(zkCallback-459-thread-1-processing-n:127.0.0.1:55465_) [n:127.0.0.1:55465_    
] o.a.s.c.c.ZkStateReader Updated cluster state version to 1
   [junit4]   2> 616950 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 616950 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:control_collection
   [junit4]   2> 616951 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 616951 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 616952 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 616952 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/cores/collection1/'
   [junit4]   2> 616965 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 616969 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 616973 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 616981 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] o.a.s.c.Config Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 616982 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 616987 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 617074 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 617079 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 617080 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 617089 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 617091 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 617093 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 617094 WARN  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 617094 WARN  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 617094 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 617095 WARN  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 617095 WARN  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 617095 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 617095 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 617095 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 617095 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@613e54c7
   [junit4]   2> 617097 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/cores/collection1/data
   [junit4]   2> 617098 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/cores/collection1/data/index/
   [junit4]   2> 617098 WARN  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 617098 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest
 96917935C3A4C81C-001/control-001/cores/collection1/data/index
   [junit4]   2> 617099 INFO  
(coreLoadExecutor-1721-thread-1-processing-n:127.0.0.1:55465_) 
[n:127.0.0.1:55465_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=40, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=95.734375, floo

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

pace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/jetty-server-9.2.10.v20150310.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/jetty-servlet-9.2.10.v20150310.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/jetty-servlets-9.2.10.v20150310.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/jetty-util-9.2.10.v20150310.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/jetty-webapp-9.2.10.v20150310.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/jetty-xml-9.2.10.v20150310.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/core/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/test-framework/lib/junit-4.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/test-framework/lib/randomizedtesting-runner-2.1.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/apacheds-all-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/commons-collections-3.2.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/hadoop-common-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/hadoop-hdfs-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/hadoop-minikdc-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/jcl-over-slf4j-1.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/analysis/icu/lucene-analyzers-icu-6.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/contrib/analysis-extras/lib/icu4j-54.1.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.1.13.jar
 com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/temp/junit4-J2-20150604_023604_986.events
 
@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/temp/junit4-J2-20150604_023604_986.suites
   [junit4] ERROR: JVM J2 ended with an exception: Quit event not received from 
the forked process? This may indicate JVM crash or runner bugs.
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1504)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:133)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:964)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:961)
   [junit4]     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]     at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:533:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:474:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:61:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/extra-targets.xml:39:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build.xml:230:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/common-build.xml:512:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1418:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:973:
 At least one slave process threw an exception, first: Quit event not received 
from the forked process? This may indicate JVM crash or runner bugs.

Total time: 358 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
ERROR: Failed to archive artifacts: 
**/*.events,heapdumps/**,**/hs_err_pid*,README.txt
java.io.IOException: Failed to extract 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/transfer 
of 4 files
        at hudson.FilePath.readFromTar(FilePath.java:2101)
        at hudson.FilePath.copyRecursiveTo(FilePath.java:2013)
        at 
jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61)
        at 
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:107)
        at 
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:68)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:140)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
        at hudson.model.Build$BuildExecution.post2(Build.java:182)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:669)
        at hudson.model.Run.execute(Run.java:1731)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:232)
Caused by: java.io.IOException: unexpected EOF with 512 bytes unread
        at 
hudson.org.apache.tools.tar.TarInputStream.read(TarInputStream.java:349)
        at java.io.FilterInputStream.read(FilterInputStream.java:107)
        at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1792)
        at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1769)
        at org.apache.commons.io.IOUtils.copy(IOUtils.java:1744)
        at hudson.util.IOUtils.copy(IOUtils.java:40)
        at hudson.FilePath.readFromTar(FilePath.java:2091)
        ... 14 more
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


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

Reply via email to