Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19894/
Java: 64bit/jdk1.8.0_131 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Captured an uncaught exception in thread: Thread[id=13511, 
name=testExecutor-4278-thread-1, state=RUNNABLE, 
group=TGRP-UnloadDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=13511, name=testExecutor-4278-thread-1, 
state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
        at 
__randomizedtesting.SeedInfo.seed([98D68A806D589E41:1082B55AC3A4F3B9]:0)
Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:46123
        at __randomizedtesting.SeedInfo.seed([98D68A806D589E41]:0)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.lambda$testUnloadLotsOfCores$0(UnloadDistributedZkTest.java:412)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured 
while waiting response from server at: http://127.0.0.1:46123
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:231)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:220)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.lambda$testUnloadLotsOfCores$0(UnloadDistributedZkTest.java:410)
        ... 4 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:498)
        ... 8 more


FAILED:  
org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosVersion

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([98D68A806D589E41:60081F6815344F12]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:890)
        at 
org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosVersion(SegmentsInfoRequestHandlerTest.java:68)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=2=count(//lst[@name='segments']/lst/str[@name='version'][.='7.0.0'])
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="segments"><lst name="_0"><str 
name="name">_0</str><int name="delCount">1</int><long 
name="sizeInBytes">1789</long><int name="size">3</int><date 
name="age">2017-06-17T22:05:23.494Z</date><str name="source">flush</str><str 
name="version">7.0.0</str></lst><lst name="_1"><str name="name">_1</str><int 
name="delCount">0</int><long name="sizeInBytes">1690</long><int 
name="size">2</int><date name="age">2017-06-17T22:05:23.495Z</date><str 
name="source">flush</str><str name="version">7.0.0</str></lst><lst 
name="_2"><str name="name">_2</str><int name="delCount">0</int><long 
name="sizeInBytes">1722</long><int name="size">3</int><date 
name="age">2017-06-17T22:05:23.500Z</date><str name="source">flush</str><str 
name="version">7.0.0</str></lst><lst name="_3"><str name="name">_3</str><int 
name="delCount">0</int><long name="sizeInBytes">1690</long><int 
name="size">2</int><date name="age">2017-06-17T22:05:23.501Z</date><str 
name="source">flush</str><str name="version">7.0.0</str></lst></lst>
</response>

        request was:qt=/admin/segments&wt=xml
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:883)
        ... 40 more




Build Log:
[...truncated 11658 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_98D68A806D589E41-001/init-core-data-001
   [junit4]   2> 877516 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 877517 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 877518 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 877518 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 877544 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 877566 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 877608 WARN  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (2)
   [junit4]   2> 877608 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 877626 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75612500
   [junit4]   2> 877628 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75612500
   [junit4]   2> 877628 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75612500
   [junit4]   2> 877629 INFO  (coreLoadExecutor-3979-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 877642 INFO  (coreLoadExecutor-3979-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 877660 INFO  (coreLoadExecutor-3979-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 877703 WARN  (coreLoadExecutor-3979-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and 
destination for multiple copyFields (2)
   [junit4]   2> 877703 INFO  (coreLoadExecutor-3979-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 877706 INFO  (coreLoadExecutor-3979-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 877706 INFO  (coreLoadExecutor-3979-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75612500
   [junit4]   2> 877707 INFO  (coreLoadExecutor-3979-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 877707 INFO  (coreLoadExecutor-3979-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_98D68A806D589E41-001/init-core-data-001/]
   [junit4]   2> 877732 INFO  (coreLoadExecutor-3979-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 877732 INFO  (coreLoadExecutor-3979-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 877732 INFO  (coreLoadExecutor-3979-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7d4633a3[collection1] main]
   [junit4]   2> 877733 INFO  (coreLoadExecutor-3979-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 877749 INFO  (coreLoadExecutor-3979-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 877803 INFO  (coreLoadExecutor-3979-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 877803 INFO  
(searcherExecutor-3980-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 877804 INFO  
(searcherExecutor-3980-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 877804 INFO  
(searcherExecutor-3980-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 877804 INFO  
(searcherExecutor-3980-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 877804 INFO  
(searcherExecutor-3980-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 877804 INFO  
(searcherExecutor-3980-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 877804 INFO  
(searcherExecutor-3980-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 877804 INFO  
(searcherExecutor-3980-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 877804 INFO  
(searcherExecutor-3980-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 877804 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 877805 INFO  
(searcherExecutor-3980-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7d4633a3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 877805 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR1000]} 0 0
   [junit4]   2> 877807 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR1001]} 0 0
   [junit4]   2> 877808 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR1002]} 0 0
   [junit4]   2> 877808 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR1003]} 0 0
   [junit4]   2> 877808 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR1004]} 0 0
   [junit4]   2> 877809 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[SOLR1000]} 0 0
   [junit4]   2> 877809 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 877809 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@75c6298f commitCommandVersion:0
   [junit4]   2> 877811 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2d0cf71a[collection1] main]
   [junit4]   2> 877812 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 877812 INFO  (searcherExecutor-3980-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2d0cf71a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C3/1:delGen=1)
 Uninverting(_1(7.0.0):C2)))}
   [junit4]   2> 877812 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 3
   [junit4]   2> 877813 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR2000]} 0 0
   [junit4]   2> 877813 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR2001]} 0 0
   [junit4]   2> 877814 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR2002]} 0 0
   [junit4]   2> 877814 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR2003]} 0 0
   [junit4]   2> 877814 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR2004]} 0 0
   [junit4]   2> 877814 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 877814 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@75c6298f commitCommandVersion:0
   [junit4]   2> 877818 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@36a441f3[collection1] main]
   [junit4]   2> 877818 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 877819 INFO  (searcherExecutor-3980-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@36a441f3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C3/1:delGen=1)
 Uninverting(_1(7.0.0):C2) Uninverting(_2(7.0.0):C3) 
Uninverting(_3(7.0.0):C2)))}
   [junit4]   2> 877819 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 877821 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[98D68A806D589E41])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSegmentInfosData
   [junit4]   2> 877822 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[98D68A806D589E41])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/segments&wt=xml} status=0 QTime=0
   [junit4]   2> 877822 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[98D68A806D589E41])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testSegmentInfosData
   [junit4]   2> 877824 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[98D68A806D589E41]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testSegmentInfos
   [junit4]   2> 877824 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[98D68A806D589E41]) 
[    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/segments&wt=xml} status=0 QTime=0
   [junit4]   2> 877824 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[98D68A806D589E41]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testSegmentInfos
   [junit4]   2> 877826 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosVersion-seed#[98D68A806D589E41])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSegmentInfosVersion
   [junit4]   2> 877826 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosVersion-seed#[98D68A806D589E41])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/segments&wt=xml} status=0 QTime=0
   [junit4]   2> 877826 ERROR 
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosVersion-seed#[98D68A806D589E41])
 [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
xpath=2=count(//lst[@name='segments']/lst/str[@name='version'][.='7.0.0'])
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="segments"><lst name="_0"><str 
name="name">_0</str><int name="delCount">1</int><long 
name="sizeInBytes">1789</long><int name="size">3</int><date 
name="age">2017-06-17T22:05:23.494Z</date><str name="source">flush</str><str 
name="version">7.0.0</str></lst><lst name="_1"><str name="name">_1</str><int 
name="delCount">0</int><long name="sizeInBytes">1690</long><int 
name="size">2</int><date name="age">2017-06-17T22:05:23.495Z</date><str 
name="source">flush</str><str name="version">7.0.0</str></lst><lst 
name="_2"><str name="name">_2</str><int name="delCount">0</int><long 
name="sizeInBytes">1722</long><int name="size">3</int><date 
name="age">2017-06-17T22:05:23.500Z</date><str name="source">flush</str><str 
name="version">7.0.0</str></lst><lst name="_3"><str name="name">_3</str><int 
name="delCount">0</int><long name="sizeInBytes">1690</long><int 
name="size">2</int><date name="age">2017-06-17T22:05:23.501Z</date><str 
name="source">flush</str><str name="version">7.0.0</str></lst></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:qt=/admin/segments&wt=xml
   [junit4]   2> 877827 ERROR 
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosVersion-seed#[98D68A806D589E41])
 [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
qt=/admin/segments&wt=xml:java.lang.RuntimeException: REQUEST FAILED: 
xpath=2=count(//lst[@name='segments']/lst/str[@name='version'][.='7.0.0'])
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="segments"><lst name="_0"><str 
name="name">_0</str><int name="delCount">1</int><long 
name="sizeInBytes">1789</long><int name="size">3</int><date 
name="age">2017-06-17T22:05:23.494Z</date><str name="source">flush</str><str 
name="version">7.0.0</str></lst><lst name="_1"><str name="name">_1</str><int 
name="delCount">0</int><long name="sizeInBytes">1690</long><int 
name="size">2</int><date name="age">2017-06-17T22:05:23.495Z</date><str 
name="source">flush</str><str name="version">7.0.0</str></lst><lst 
name="_2"><str name="name">_2</str><int name="delCount">0</int><long 
name="sizeInBytes">1722</long><int name="size">3</int><date 
name="age">2017-06-17T22:05:23.500Z</date><str name="source">flush</str><str 
name="version">7.0.0</str></lst><lst name="_3"><str name="name">_3</str><int 
name="delCount">0</int><long name="sizeInBytes">1690</long><int 
name="size">2</int><date name="age">2017-06-17T22:05:23.501Z</date><str 
name="source">flush</str><str name="version">7.0.0</str></lst></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:qt=/admin/segments&wt=xml
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:883)
   [junit4]   2>        at 
org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosVersion(SegmentsInfoRequestHandlerTest.java:68)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 877827 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosVersion-seed#[98D68A806D589E41])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testSegmentInfosVersion
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SegmentsInfoRequestHandlerTest 
-Dtests.method=testSegmentInfosVersion -Dtests.seed=98D68A806D589E41 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ga-IE 
-Dtests.timezone=America/Winnipeg -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | 
SegmentsInfoRequestHandlerTest.testSegmentInfosVersion <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([98D68A806D589E41:60081F6815344F12]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:890)
   [junit4]    >        at 
org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosVersion(SegmentsInfoRequestHandlerTest.java:68)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=2=count(//lst[@name='segments']/lst/str[@name='version'][.='7.0.0'])
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="segments"><lst name="_0"><str 
name="name">_0</str><int name="delCount">1</int><long 
name="sizeInBytes">1789</long><int name="size">3</int><date 
name="age">2017-06-17T22:05:23.494Z</date><str name="source">flush</str><str 
name="version">7.0.0</str></lst><lst name="_1"><str name="name">_1</str><int 
name="delCount">0</int><long name="sizeInBytes">1690</long><int 
name="size">2</int><date name="age">2017-06-17T22:05:23.495Z</date><str 
name="source">flush</str><str name="version">7.0.0</str></lst><lst 
name="_2"><str name="name">_2</str><int name="delCount">0</int><long 
name="sizeInBytes">1722</long><int name="size">3</int><date 
name="age">2017-06-17T22:05:23.500Z</date><str name="source">flush</str><str 
name="version">7.0.0</str></lst><lst name="_3"><str name="name">_3</str><int 
name="delCount">0</int><long name="sizeInBytes">1690</long><int 
name="size">2</int><date name="age">2017-06-17T22:05:23.501Z</date><str 
name="source">flush</str><str name="version">7.0.0</str></lst></lst>
   [junit4]    > </response>
   [junit4]    >        request was:qt=/admin/segments&wt=xml
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:883)
   [junit4]    >        ... 40 more
   [junit4]   2> 877828 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 877829 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1717106334
   [junit4]   2> 877829 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 877830 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 877830 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 877830 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 877831 INFO  (coreCloseExecutor-3984-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@381ce58b
   [junit4]   2> 877831 INFO  (coreCloseExecutor-3984-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=941417867
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_98D68A806D589E41-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ga-IE, 
timezone=America/Winnipeg
   [junit4]   2> NOTE: Linux 4.10.0-21-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=8,threads=1,free=176069016,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestLegacyTerms, 
ZkStateReaderTest, DistanceUnitsTest, TestCloudJSONFacetJoinDomain, 
BasicAuthStandaloneTest, TestCoreContainer, DateRangeFieldTest, 
InfixSuggestersTest, PreAnalyzedUpdateProcessorTest, 
TestSweetSpotSimilarityFactory, HttpSolrCallGetCoreTest, TermsComponentTest, 
TestManagedResource, ConfigSetsAPITest, TestJsonFacets, TestManagedSchema, 
HighlighterMaxOffsetTest, SpellCheckCollatorWithCollapseTest, 
TestSolr4Spatial2, SpellCheckCollatorTest, ShardRoutingTest, SpatialFilterTest, 
OverseerStatusTest, DistributedTermsComponentTest, TestFileDictionaryLookup, 
TestHdfsBackupRestoreCore, TestSimpleTrackingShardHandler, 
TlogReplayBufferedWhileIndexingTest, TestFieldCache, HdfsDirectoryFactoryTest, 
TestSearchPerf, MergeStrategyTest, UninvertDocValuesMergePolicyTest, 
FileUtilsTest, TestSegmentSorting, PrimUtilsTest, 
DistributedIntervalFacetingTest, LeaderElectionContextKeyTest, 
TestHashPartitioner, TestSchemaNameResource, TestXIncludeConfig, 
TestUseDocValuesAsStored, IndexBasedSpellCheckerTest, SOLR749Test, 
TestFuzzyAnalyzedSuggestions, TestSolrConfigHandlerCloud, ZkCLITest, 
TestPullReplica, DistributedDebugComponentTest, ChaosMonkeySafeLeaderTest, 
V2ApiIntegrationTest, SolrCLIZkUtilsTest, TestLRUCache, TestCloudSchemaless, 
IndexSchemaRuntimeFieldTest, TestMissingGroups, SmileWriterTest, 
TestNonDefinedSimilarityFactory, SolrCmdDistributorTest, TestUninvertingReader, 
TestConfigOverlay, DocExpirationUpdateProcessorFactoryTest, 
TestLeaderElectionWithEmptyReplica, DistributedQueryComponentOptimizationTest, 
TestBulkSchemaAPI, TestNamedUpdateProcessors, TestLegacyFieldCache, 
AlternateDirectoryTest, LoggingHandlerTest, TestWordDelimiterFilterFactory, 
CollectionReloadTest, SolrIndexSplitterTest, FullHLLTest, HdfsRecoveryZkTest, 
TestStressRecovery, SpatialHeatmapFacetsTest, CSVRequestHandlerTest, 
BlockCacheTest, TestPointFields, HdfsWriteToMultipleCollectionsTest, 
CdcrVersionReplicationTest, TestDelegationWithHadoopAuth, 
SegmentsInfoRequestHandlerTest]
   [junit4] Completed [235/725 (1!)] on J1 in 0.33s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 143 lines...]
   [junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/init-core-data-001
   [junit4]   2> 1035406 WARN  
(SUITE-UnloadDistributedZkTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=46 numCloses=46
   [junit4]   2> 1035406 INFO  
(SUITE-UnloadDistributedZkTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1035407 INFO  
(SUITE-UnloadDistributedZkTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1035407 INFO  
(SUITE-UnloadDistributedZkTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1035408 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1035408 INFO  (Thread-3596) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1035408 INFO  (Thread-3596) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1035410 ERROR (Thread-3596) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1035508 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35095
   [junit4]   2> 1035513 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1035514 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1035515 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1035515 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1035516 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1035516 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1035518 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1035518 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1035518 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1035522 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1035523 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1035524 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 1035592 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/control-001/cores/collection1
   [junit4]   2> 1035593 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1035595 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4c7172b5{/,null,AVAILABLE}
   [junit4]   2> 1035597 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@441e5648{HTTP/1.1,[http/1.1]}{127.0.0.1:36993}
   [junit4]   2> 1035597 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.e.j.s.Server Started @1037096ms
   [junit4]   2> 1035597 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=36993, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/control-001/cores}
   [junit4]   2> 1035597 ERROR 
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1035597 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1035597 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1035597 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1035597 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-17T22:08:00.423Z
   [junit4]   2> 1035600 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1035600 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/control-001/solr.xml
   [junit4]   2> 1035603 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57a8813d, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1035605 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35095/solr
   [junit4]   2> 1035626 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:36993_ 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1035627 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:36993_ 
   ] o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:36993_
   [junit4]   2> 1035627 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:36993_ 
   ] o.a.s.c.Overseer Overseer 
(id=98155710397480964-127.0.0.1:36993_-n_0000000000) starting
   [junit4]   2> 1035632 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:36993_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36993_
   [junit4]   2> 1035633 INFO  
(OverseerStateUpdate-98155710397480964-127.0.0.1:36993_-n_0000000000) 
[n:127.0.0.1:36993_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1035704 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:36993_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57a8813d
   [junit4]   2> 1035706 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:36993_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57a8813d
   [junit4]   2> 1035706 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:36993_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57a8813d
   [junit4]   2> 1035707 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:36993_ 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/control-001/cores
   [junit4]   2> 1035707 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:36993_ 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1035708 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1035709 INFO  
(OverseerStateUpdate-98155710397480964-127.0.0.1:36993_-n_0000000000) 
[n:127.0.0.1:36993_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1035720 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1035728 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1035793 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1035798 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection, trusted=true
   [junit4]   2> 1035798 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.core_node1' (registry 
'solr.core.control_collection.shard1.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57a8813d
   [junit4]   2> 1035798 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1035798 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/control-001/cores/collection1/data/]
   [junit4]   2> 1035799 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=296800440, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1035800 WARN  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1035821 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1035821 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1035822 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1035822 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1035822 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=1.119140625, 
floorSegmentMB=1.5087890625, forceMergeDeletesPctAllowed=24.6746781593729, 
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1035822 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@62a6fd31[collection1] main]
   [junit4]   2> 1035823 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1035823 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1035823 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1035824 INFO  
(searcherExecutor-4141-thread-1-processing-n:127.0.0.1:36993_ x:collection1 
c:control_collection) [n:127.0.0.1:36993_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@62a6fd31[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1035824 INFO  
(coreLoadExecutor-4140-thread-1-processing-n:127.0.0.1:36993_) 
[n:127.0.0.1:36993_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1570491366794854400
   [junit4]   2> 1035827 INFO  
(coreZkRegister-4133-thread-1-processing-n:127.0.0.1:36993_ x:collection1 
c:control_collection) [n:127.0.0.1:36993_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 1035827 INFO  
(coreZkRegister-4133-thread-1-processing-n:127.0.0.1:36993_ x:collection1 
c:control_collection) [n:127.0.0.1:36993_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 1035827 INFO  
(coreZkRegister-4133-thread-1-processing-n:127.0.0.1:36993_ x:collection1 
c:control_collection) [n:127.0.0.1:36993_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36993/collection1/
   [junit4]   2> 1035827 INFO  
(coreZkRegister-4133-thread-1-processing-n:127.0.0.1:36993_ x:collection1 
c:control_collection) [n:127.0.0.1:36993_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1035827 INFO  
(coreZkRegister-4133-thread-1-processing-n:127.0.0.1:36993_ x:collection1 
c:control_collection) [n:127.0.0.1:36993_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:36993/collection1/ has no replicas
   [junit4]   2> 1035827 INFO  
(coreZkRegister-4133-thread-1-processing-n:127.0.0.1:36993_ x:collection1 
c:control_collection) [n:127.0.0.1:36993_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 1035828 INFO  
(coreZkRegister-4133-thread-1-processing-n:127.0.0.1:36993_ x:collection1 
c:control_collection) [n:127.0.0.1:36993_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:36993/collection1/ shard1
   [junit4]   2> 1035979 INFO  
(coreZkRegister-4133-thread-1-processing-n:127.0.0.1:36993_ x:collection1 
c:control_collection) [n:127.0.0.1:36993_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 1036219 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1036220 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35095/solr ready
   [junit4]   2> 1036220 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1036220 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1036310 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/shard-1-001/cores/collection1
   [junit4]   2> 1036310 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/shard-1-001
 of type TLOG
   [junit4]   2> 1036311 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1036311 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1a51b21b{/,null,AVAILABLE}
   [junit4]   2> 1036312 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@582d3323{HTTP/1.1,[http/1.1]}{127.0.0.1:38731}
   [junit4]   2> 1036312 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.e.j.s.Server Started @1037811ms
   [junit4]   2> 1036312 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/tempDir-001/jetty1,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=38731, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/shard-1-001/cores}
   [junit4]   2> 1036312 ERROR 
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1036312 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1036312 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1036312 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1036312 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-17T22:08:01.138Z
   [junit4]   2> 1036313 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1036313 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/shard-1-001/solr.xml
   [junit4]   2> 1036316 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57a8813d, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1036317 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35095/solr
   [junit4]   2> 1036321 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:38731_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1036321 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:38731_ 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1036322 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:38731_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38731_
   [junit4]   2> 1036323 INFO  (zkCallback-2389-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1036323 INFO  
(zkCallback-2385-thread-1-processing-n:127.0.0.1:36993_) [n:127.0.0.1:36993_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1036323 INFO  
(zkCallback-2395-thread-1-processing-n:127.0.0.1:38731_) [n:127.0.0.1:38731_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1036366 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:38731_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57a8813d
   [junit4]   2> 1036369 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:38731_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57a8813d
   [junit4]   2> 1036369 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:38731_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57a8813d
   [junit4]   2> 1036370 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:38731_ 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/shard-1-001/cores
   [junit4]   2> 1036370 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:38731_ 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1036370 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1036371 INFO  
(OverseerStateUpdate-98155710397480964-127.0.0.1:36993_-n_0000000000) 
[n:127.0.0.1:36993_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 1036472 INFO  
(zkCallback-2395-thread-1-processing-n:127.0.0.1:38731_) [n:127.0.0.1:38731_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeCreated path:/collections/collection1/state.json] 
for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1037399 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1037413 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1037486 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1037491 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1037491 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard2.core_node1' (registry 
'solr.core.collection1.shard2.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57a8813d
   [junit4]   2> 1037491 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1037491 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1037492 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=296800440, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1037494 WARN  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1037520 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1037520 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1037521 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1037521 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1037521 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=15, 
maxMergedSegmentMB=1.119140625, floorSegmentMB=1.5087890625, 
forceMergeDeletesPctAllowed=24.6746781593729, segmentsPerTier=18.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1037521 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@44cdbca0[collection1] main]
   [junit4]   2> 1037522 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1037522 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1037523 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1037523 INFO  
(coreLoadExecutor-4151-thread-1-processing-n:127.0.0.1:38731_) 
[n:127.0.0.1:38731_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570491368576385024
   [junit4]   2> 1037524 INFO  
(searcherExecutor-4152-thread-1-processing-n:127.0.0.1:38731_ x:collection1 
c:collection1) [n:127.0.0.1:38731_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@44cdbca0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1037526 INFO  
(coreZkRegister-4146-thread-1-processing-n:127.0.0.1:38731_ x:collection1 
c:collection1) [n:127.0.0.1:38731_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1037526 INFO  
(coreZkRegister-4146-thread-1-processing-n:127.0.0.1:38731_ x:collection1 
c:collection1) [n:127.0.0.1:38731_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 1037526 INFO  
(coreZkRegister-4146-thread-1-processing-n:127.0.0.1:38731_ x:collection1 
c:collection1) [n:127.0.0.1:38731_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38731/collection1/
   [junit4]   2> 1037526 INFO  
(coreZkRegister-4146-thread-1-processing-n:127.0.0.1:38731_ x:collection1 
c:collection1) [n:127.0.0.1:38731_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1037526 INFO  
(coreZkRegister-4146-thread-1-processing-n:127.0.0.1:38731_ x:collection1 
c:collection1) [n:127.0.0.1:38731_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:38731/collection1/ has no 
replicas
   [junit4]   2> 1037526 INFO  
(coreZkRegister-4146-thread-1-processing-n:127.0.0.1:38731_ x:collection1 
c:collection1) [n:127.0.0.1:38731_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 1037526 INFO  
(coreZkRegister-4146-thread-1-processing-n:127.0.0.1:38731_ x:collection1 
c:collection1) [n:127.0.0.1:38731_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController collection1 stopping background replication 
from leader
   [junit4]   2> 1037527 INFO  
(coreZkRegister-4146-thread-1-processing-n:127.0.0.1:38731_ x:collection1 
c:collection1) [n:127.0.0.1:38731_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38731/collection1/ shard2
   [junit4]   2> 1037628 INFO  
(zkCallback-2395-thread-1-processing-n:127.0.0.1:38731_) [n:127.0.0.1:38731_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1037678 INFO  
(coreZkRegister-4146-thread-1-processing-n:127.0.0.1:38731_ x:collection1 
c:collection1) [n:127.0.0.1:38731_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1037780 INFO  
(zkCallback-2395-thread-1-processing-n:127.0.0.1:38731_) [n:127.0.0.1:38731_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1037950 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/shard-2-001/cores/collection1
   [junit4]   2> 1037950 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/shard-2-001
 of type TLOG
   [junit4]   2> 1037951 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1037951 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5b8e0161{/,null,AVAILABLE}
   [junit4]   2> 1037951 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5c6e0a5b{HTTP/1.1,[http/1.1]}{127.0.0.1:42117}
   [junit4]   2> 1037951 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.e.j.s.Server Started @1039451ms
   [junit4]   2> 1037952 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/tempDir-001/jetty2,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=42117, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/shard-2-001/cores}
   [junit4]   2> 1037952 ERROR 
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1037952 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1037952 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1037952 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1037952 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-17T22:08:02.778Z
   [junit4]   2> 1037953 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1037953 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/shard-2-001/solr.xml
   [junit4]   2> 1037956 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57a8813d, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1037958 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35095/solr
   [junit4]   2> 1037961 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:42117_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1037961 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:42117_ 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1037962 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:42117_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42117_
   [junit4]   2> 1037962 INFO  
(zkCallback-2395-thread-1-processing-n:127.0.0.1:38731_) [n:127.0.0.1:38731_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1037962 INFO  (zkCallback-2389-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1037962 INFO  
(zkCallback-2401-thread-1-processing-n:127.0.0.1:42117_) [n:127.0.0.1:42117_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1037962 INFO  
(zkCallback-2385-thread-1-processing-n:127.0.0.1:36993_) [n:127.0.0.1:36993_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1037994 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:42117_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57a8813d
   [junit4]   2> 1037997 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:42117_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57a8813d
   [junit4]   2> 1037997 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:42117_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57a8813d
   [junit4]   2> 1037998 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:42117_ 
   ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/shard-2-001/cores
   [junit4]   2> 1037998 INFO  
(TEST-UnloadDistributedZkTest.test-seed#[98D68A806D589E41]) [n:127.0.0.1:42117_ 
   ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1037999 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1038000 INFO  
(OverseerStateUpdate-98155710397480964-127.0.0.1:36993_-n_0000000000) 
[n:127.0.0.1:36993_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1038101 INFO  
(zkCallback-2395-thread-1-processing-n:127.0.0.1:38731_) [n:127.0.0.1:38731_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1038101 INFO  
(zkCallback-2401-thread-1-processing-n:127.0.0.1:42117_) [n:127.0.0.1:42117_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1039013 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1039027 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1039117 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1039122 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1039123 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard1.core_node2' (registry 
'solr.core.collection1.shard1.core_node2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57a8813d
   [junit4]   2> 1039123 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1039123 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_98D68A806D589E41-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1039124 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=296800440, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1039126 WARN  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1039145 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1039145 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1039146 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1039146 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1039147 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=15, 
maxMergedSegmentMB=1.119140625, floorSegmentMB=1.5087890625, 
forceMergeDeletesPctAllowed=24.6746781593729, segmentsPerTier=18.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1039147 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@3d9df597[collection1] main]
   [junit4]   2> 1039147 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1039148 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1039148 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1039148 INFO  
(searcherExecutor-4163-thread-1-processing-n:127.0.0.1:42117_ x:collection1 
c:collection1) [n:127.0.0.1:42117_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3d9df597[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1039148 INFO  
(coreLoadExecutor-4162-thread-1-processing-n:127.0.0.1:42117_) 
[n:127.0.0.1:42117_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570491370280321024
   [junit4]   2> 1039151 INFO  
(coreZkRegister-4157-thread-1-processing-n:127.0.0.1:42117_ x:collection1 
c:collection1) [n:127.0.0.1:42117_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1039151 INFO  
(coreZkRegister-4157-thread-1-processing-n:127.0.0.1:42117_ x:collection1 
c:collection1) [n:127.0.0.1:42117_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 1039151 INFO  
(coreZkRegister-4157-thread-1-processing-n:127.0.0.1:42117_ x:collection1 
c:collection1) [n:127.0.0.1:42117_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:42117/collection1/
   [junit4]   2> 1039151 INFO  
(coreZkRegister-4157-thread-1-processing-n:127.0.0.1:42117_ x:collection1 
c:collection1) [n:127.0.0.1:42117_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1039151 INFO  
(coreZkRegister-4157-thread-1-processing-n:127.0.0.1:42117_ x:collection1 
c:collection1) [n:127.0.0.1:42117_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:42117/collection1/ has no 
replicas
   [junit4]   2> 1039151 INFO  
(coreZkRegister-4157-thread-1-processing-n:127.0.0.1:42117_ x:collection1 
c:collection1) [n:127.0.0.1:42117_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 1039151 INFO  
(coreZkRegister-4157-thread-1-processing-n:127.0.0.1:42117_ x:collection1 
c:collection1) [n:127.0.0.1:42117_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController collection1 stopping background replication 
from leader
   [junit4]   2> 1039152 INFO  
(coreZkRegister-4157-thread-1-processing-n:127.0.0.1:42117_ x:collection1 
c:collection1) [n:127.0.0.1:42117_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42117/collection1/ shard1
   [junit4]   2> 1039253 INFO  
(zkCallback-2401-thread-1-processing-n:127.0.0.1:42117_) [n:127.0.0.1:42117_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1039253 INFO  
(zkCallback-2395-thread-1-processing-n:127.0.0.1:38731_) [n:127.0.0.1:38731_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1039302 INFO  
(coreZkRegister-4157-thread-1-processing-n:127.0.0.1:42117_ x:collection1 
c:collection1) [n:127.0.0.1:42117_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1039404 INFO  
(zkCallback-2395-thread-1-processing-n:127.0.0.1:38731_) [n:127.0.0.1:38731_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:N

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

unit4]   2>     5       /solr/configs/conf1
   [junit4]   2>        5       /solr/collections/unloadcollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2>        3       
/solr/collections/multiunload/leader_elect/shard2/election/98155710397480975-core_node11-n_0000000003
   [junit4]   2>        2       
/solr/collections/multiunload/leader_elect/shard1/election/98155710397480975-core_node4-n_0000000002
   [junit4]   2>        2       
/solr/collections/multiunload/leader_elect/shard1/election/98155710397480975-core_node6-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        7       /solr/collections
   [junit4]   2>        5       /solr/overseer/queue
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UnloadDistributedZkTest -Dtests.method=test 
-Dtests.seed=98D68A806D589E41 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=is-IS -Dtests.timezone=Europe/Bratislava -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR    106s J2 | UnloadDistributedZkTest.test <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=13511, name=testExecutor-4278-thread-1, 
state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([98D68A806D589E41:1082B55AC3A4F3B9]:0)
   [junit4]    > Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:46123
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([98D68A806D589E41]:0)
   [junit4]    >        at 
org.apache.solr.cloud.UnloadDistributedZkTest.lambda$testUnloadLotsOfCores$0(UnloadDistributedZkTest.java:412)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: 
Timeout occured while waiting response from server at: http://127.0.0.1:46123
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:231)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:220)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    >        at 
org.apache.solr.cloud.UnloadDistributedZkTest.lambda$testUnloadLotsOfCores$0(UnloadDistributedZkTest.java:410)
   [junit4]    >        ... 4 more
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:498)
   [junit4]    >        ... 8 more
   [junit4]   2> 1141670 INFO  
(SUITE-UnloadDistributedZkTest-seed#[98D68A806D589E41]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> Jun 17, 2017 10:09:46 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{other_tl1=FSTOrd50, 
multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_t=FSTOrd50, 
id_i1=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_i1=FSTOrd50, 
id=Lucene50(blocksize=128), text=BlockTreeOrds(blocksize=128)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), 
_version_=DocValuesFormat(name=Asserting), 
intDefault=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Asserting), 
intDvoDefault=DocValuesFormat(name=Lucene70), 
range_facet_l=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1508, 
maxMBSortInHeap=7.514866095112064, sim=RandomSimilarity(queryNorm=true): {}, 
locale=is-IS, timezone=Europe/Bratislava
   [junit4]   2> NOTE: Linux 4.10.0-21-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=8,threads=1,free=106542784,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [DataDrivenBlockJoinTest, 
TestBlobHandler, DebugComponentTest, TestPullReplicaErrorHandling, 
TestUseDocValuesAsStored2, BitVectorTest, CachingDirectoryFactoryTest, 
RemoteQueryErrorTest, DistributedExpandComponentTest, 
HdfsChaosMonkeyNothingIsSafeTest, TestQuerySenderNoQuery, 
LeaderInitiatedRecoveryOnShardRestartTest, OverseerModifyCollectionTest, 
TestConfig, BJQParserTest, CoreAdminHandlerTest, CollectionStateFormat2Test, 
ConnectionManagerTest, TestSolrCloudWithKerberosAlt, OutputWriterTest, 
PKIAuthenticationIntegrationTest, FieldMutatingUpdateProcessorTest, 
DeleteInactiveReplicaTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TestExclusionRuleCollectionAccess, TestXmlQParserPlugin, 
TestStressInPlaceUpdates, TestExpandComponent, V2StandaloneTest, 
SolrCoreCheckLockOnStartupTest, RulesTest, DeleteReplicaTest, TestLockTree, 
TestDynamicFieldResource, ClusterStateTest, TestCloudManagedSchema, 
TestConfigSetImmutable, SuggesterWFSTTest, TestJsonRequest, 
TestCollapseQParserPlugin, ShowFileRequestHandlerTest, TestNumericTokenStream, 
TestPHPSerializedResponseWriter, PreAnalyzedFieldManagedSchemaCloudTest, 
DirectUpdateHandlerTest, TestIBSimilarityFactory, SolrMetricReporterTest, 
SuggesterTSTTest, BadIndexSchemaTest, MetricUtilsTest, 
TestInPlaceUpdatesDistrib, LeaderElectionTest, TestCloudDeleteByQuery, 
TestMinMaxOnMultiValuedField, TestFreeTextSuggestions, 
TestGeoJSONResponseWriter, TestPushWriter, TestNumericTerms32, 
DirectUpdateHandlerOptimizeTest, TestReplicationHandlerBackup, 
StatsReloadRaceTest, SolrGraphiteReporterTest, TestConfigsApi, 
BlockJoinFacetSimpleTest, TestDocSet, TestDistribIDF, TestIndexingPerformance, 
TestSerializedLuceneMatchVersion, TestLegacyNumericRangeQueryBuilder, 
TestDocBasedVersionConstraints, TestMaxTokenLenTokenizer, 
TermVectorComponentDistributedTest, DistributedSuggestComponentTest, 
RecoveryZkTest, CollectionsAPISolrJTest, TestSchemaResource, PluginInfoTest, 
HdfsRestartWhileUpdatingTest, TestManagedResourceStorage, TestLegacyFieldReuse, 
TestSolrConfigHandlerConcurrent, MoveReplicaTest, HdfsLockFactoryTest, 
BlockDirectoryTest, TestDistributedMissingSort, StatsComponentTest, 
TestStressUserVersions, TestExtendedDismaxParser, 
TestRequestStatusCollectionAPI, TestSQLHandler, SolrCloudReportersTest, 
BaseCdcrDistributedZkTest, StatelessScriptUpdateProcessorFactoryTest, 
DirectoryFactoryTest, TestSolrCloudSnapshots, TestUnifiedSolrHighlighter, 
MBeansHandlerTest, TestConfigSetsAPIExclusivity, 
TestImpersonationWithHadoopAuth, CoreMergeIndexesAdminHandlerTest, 
TestStressReorder, CleanupOldIndexTest, TestCoreDiscovery, 
TestPhraseSuggestions, RestartWhileUpdatingTest, TestCSVResponseWriter, 
MetricsConfigTest, TestSimpleQParserPlugin, LukeRequestHandlerTest, 
TestNRTOpen, TestPolicyCloud, TestCollationField, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, SynonymTokenizerTest, 
TestComponentsName, AliasIntegrationTest, DocValuesMissingTest, 
FullSolrCloudDistribCmdsTest, NoCacheHeaderTest, BasicDistributedZk2Test, 
UnloadDistributedZkTest]
   [junit4] Completed [279/725 (2!)] on J2 in 106.89s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to