Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1537/

5 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=17801, 
name=testExecutor-5389-thread-2, state=RUNNABLE, 
group=TGRP-BasicDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=17801, name=testExecutor-5389-thread-2, 
state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:37065/fcbyv/pf
        at __randomizedtesting.SeedInfo.seed([DECA59E877EE92B]:0)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$0(BasicDistributedZkTest.java:596)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:192)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        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:37065/fcbyv/pf
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$0(BasicDistributedZkTest.java:594)
        ... 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:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 9 more


FAILED:  
org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
        at 
__randomizedtesting.SeedInfo.seed([DECA59E877EE92B:3E5E8D5A8AC9339C]:0)
        at java.util.Arrays.copyOfRange(Arrays.java:3664)
        at java.lang.String.<init>(String.java:207)
        at java.lang.String.substring(String.java:1933)
        at java.lang.Class.getSimpleName(Class.java:1312)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler.toString(ConcurrentMergeScheduler.java:727)
        at java.lang.String.valueOf(String.java:2994)
        at java.lang.StringBuilder.append(StringBuilder.java:131)
        at 
org.apache.lucene.index.LiveIndexWriterConfig.toString(LiveIndexWriterConfig.java:478)
        at 
org.apache.lucene.index.IndexWriterConfig.toString(IndexWriterConfig.java:479)
        at 
org.apache.lucene.util.LuceneTestCase.maybeChangeLiveIndexWriterConfig(LuceneTestCase.java:1161)
        at 
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:152)
        at 
org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit(TestDocTermOrdsUninvertLimit.java:64)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)


FAILED:  
junit.framework.TestSuite.org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit

Error Message:
Captured an uncaught exception in thread: Thread[id=11424, name=Lucene Merge 
Thread #44, state=RUNNABLE, group=TGRP-TestDocTermOrdsUninvertLimit]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=11424, name=Lucene Merge Thread #44, 
state=RUNNABLE, group=TGRP-TestDocTermOrdsUninvertLimit]
Caused by: org.apache.lucene.index.MergePolicy$MergeException: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
        at __randomizedtesting.SeedInfo.seed([DECA59E877EE92B]:0)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
        at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:78)
        at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:51)
        at 
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:164)
        at 
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:150)
        at 
org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
        at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
        at 
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:96)
        at 
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4824)
        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4327)
        at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3922)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
Test abandoned because suite timeout was reached.

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


FAILED:  
junit.framework.TestSuite.org.apache.solr.update.TestInPlaceUpdatesDistrib

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

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




Build Log:
[...truncated 14568 lines...]
   [junit4] Suite: org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestDocTermOrdsUninvertLimit -Dtests.method=testTriggerUnInvertLimit 
-Dtests.seed=DECA59E877EE92B -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=uk-UA -Dtests.timezone=Etc/GMT+0 -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR    129s J1 | 
TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DECA59E877EE92B:3E5E8D5A8AC9339C]:0)
   [junit4]    >        at java.util.Arrays.copyOfRange(Arrays.java:3664)
   [junit4]    >        at java.lang.String.<init>(String.java:207)
   [junit4]    >        at java.lang.String.substring(String.java:1933)
   [junit4]    >        at java.lang.Class.getSimpleName(Class.java:1312)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.toString(ConcurrentMergeScheduler.java:727)
   [junit4]    >        at java.lang.String.valueOf(String.java:2994)
   [junit4]    >        at 
java.lang.StringBuilder.append(StringBuilder.java:131)
   [junit4]    >        at 
org.apache.lucene.index.LiveIndexWriterConfig.toString(LiveIndexWriterConfig.java:478)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriterConfig.toString(IndexWriterConfig.java:479)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.maybeChangeLiveIndexWriterConfig(LuceneTestCase.java:1161)
   [junit4]    >        at 
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:152)
   [junit4]    >        at 
org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit(TestDocTermOrdsUninvertLimit.java:64)
   [junit4]   2> Apr 29, 2018 11:35:18 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Apr 29, 2018 11:35:18 PM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge 
Thread #44,5,TGRP-TestDocTermOrdsUninvertLimit]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([DECA59E877EE92B]:0)
   [junit4]   2>        at 
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
   [junit4]   2>        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]   2>        at 
org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:78)
   [junit4]   2>        at 
org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:51)
   [junit4]   2>        at 
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:164)
   [junit4]   2>        at 
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:150)
   [junit4]   2>        at 
org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
   [junit4]   2>        at 
org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
   [junit4]   2>        at 
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:96)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4824)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4327)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3922)
   [junit4]   2>        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]   2>        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@15cf893d),
 locale=uk-UA, timezone=Etc/GMT+0
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=4,threads=1,free=101123400,total=477626368
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestSchemalessBufferedUpdates, TestDistributedGrouping, 
HdfsDirectoryFactoryTest, TestTriggerIntegration, SOLR749Test, 
LeaderVoteWaitTimeoutTest, DirectSolrConnectionTest, ZkStateReaderTest, 
TestSystemIdResolver, TestSizeLimitedDistributedMap, TestManagedResource, 
SchemaVersionSpecificBehaviorTest, CoreAdminRequestStatusTest, 
DistributedMLTComponentTest, DOMUtilTest, SystemLogListenerTest, 
FacetPivotSmallTest, HdfsDirectoryTest, SolrXmlInZkTest, 
TestSerializedLuceneMatchVersion, RuleEngineTest, TestNodeLostTrigger, 
QueryEqualityTest, TestQueryWrapperFilter, 
ChaosMonkeySafeLeaderWithPullReplicasTest, CSVRequestHandlerTest, 
ActionThrottleTest, TestFastLRUCache, NodeLostTriggerIntegrationTest, 
OverseerStatusTest, TestSolr4Spatial2, TestMacros, 
TestReversedWildcardFilterFactory, TestCursorMarkWithoutUniqueKey, 
ComputePlanActionTest, SimplePostToolTest, TestSQLHandlerNonCloud, 
TestSubQueryTransformer, ShufflingReplicaListTransformerTest, SliceStateTest, 
CoreSorterTest, TestSlowCompositeReaderWrapper, SearchHandlerTest, 
QueryParsingTest, CollectionsAPIDistributedZkTest, TestLuceneIndexBackCompat, 
PathHierarchyTokenizerFactoryTest, HdfsBasicDistributedZk2Test, 
TestMinMaxOnMultiValuedField, BJQParserTest, TestPostingsSolrHighlighter, 
ShardRoutingCustomTest, ReplaceNodeTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestCharFilters, 
SolrCoreMetricManagerTest, MetricTriggerTest, TestFieldTypeCollectionResource, 
TestInfoStreamLogging, TestCloudSearcherWarming, TestReplicationHandler, 
TestImpersonationWithHadoopAuth, HdfsCollectionsAPIDistributedZkTest, 
TestMissingGroups, ScheduledTriggerTest, LeaderElectionContextKeyTest, 
TestBinaryResponseWriter, TestBulkSchemaAPI, TestFieldCacheWithThreads, 
JavabinLoaderTest, TestNumericTerms64, ClassificationUpdateProcessorTest, 
SampleTest, TestCloudPivotFacet, SoftAutoCommitTest, BlockJoinFacetSimpleTest, 
DateRangeFieldTest, TestManagedSynonymFilterFactory, MetricUtilsTest, 
XsltUpdateRequestHandlerTest, TestComputePlanAction, 
TestRandomRequestDistribution, MergeStrategyTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestZkChroot, 
TestElisionMultitermQuery, TestInitQParser, TermsComponentTest, 
SegmentsInfoRequestHandlerTest, TestReload, TestDynamicFieldResource, 
TestNumericRangeQuery32, HdfsThreadLeakTest, TestSearcherReuse, 
TlogReplayBufferedWhileIndexingTest, TestPartialUpdateDeduplication, 
TestFileDictionaryLookup, TestDocTermOrdsUninvertLimit]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestDocTermOrdsUninvertLimit -Dtests.seed=DECA59E877EE92B 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=uk-UA -Dtests.timezone=Etc/GMT+0 -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestDocTermOrdsUninvertLimit (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=11424, name=Lucene Merge Thread #44, 
state=RUNNABLE, group=TGRP-TestDocTermOrdsUninvertLimit]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DECA59E877EE92B]:0)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]    >        at 
org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:78)
   [junit4]    >        at 
org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:51)
   [junit4]    >        at 
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:164)
   [junit4]    >        at 
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:150)
   [junit4]    >        at 
org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
   [junit4]    >        at 
org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:96)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4824)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4327)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3922)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4] Completed [310/804 (1!)] on J1 in 129.33s, 1 test, 2 errors <<< 
FAILURES!

[...truncated 655 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/init-core-data-001
   [junit4]   2> 5997399 INFO  
(SUITE-BasicDistributedZkTest-seed#[DECA59E877EE92B]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/fcbyv/pf
   [junit4]   2> 5997408 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 5997427 INFO  (Thread-6409) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5997427 INFO  (Thread-6409) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 5997518 ERROR (Thread-6409) [    ] 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> 5997540 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33262
   [junit4]   2> 5997579 INFO  (zkConnectionManagerCallback-3634-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5997614 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x101b8268ae20000, likely client has closed socket
   [junit4]   2> 5997678 INFO  (zkConnectionManagerCallback-3636-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5997709 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 5997711 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 5997724 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5997725 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 5997726 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 5997727 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 5997760 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 5997761 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5997762 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5997762 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 5997763 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 5997788 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 5998398 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] o.e.j.s.Server 
jetty-9.4.8.v20171121, build timestamp: 2017-11-22T01:27:37+04:00, git hash: 
82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 5998399 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5998399 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5998399 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 5998401 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1d5aa1bd{/fcbyv/pf,null,AVAILABLE}
   [junit4]   2> 5998419 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@955547e{HTTP/1.1,[http/1.1]}{127.0.0.1:32793}
   [junit4]   2> 5998419 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] o.e.j.s.Server 
Started @5998616ms
   [junit4]   2> 5998419 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/fcbyv/pf, hostPort=32793, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/control-001/cores}
   [junit4]   2> 5998419 ERROR 
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 5998419 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5998419 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 5998419 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5998419 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5998419 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-30T00:11:40.997Z
   [junit4]   2> 5998447 INFO  (zkConnectionManagerCallback-3638-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5998471 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 5998471 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/control-001/solr.xml
   [junit4]   2> 5998474 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 5998474 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5998476 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@178403ef, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 5998499 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33262/solr
   [junit4]   2> 5998536 INFO  (zkConnectionManagerCallback-3642-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5998576 INFO  (zkConnectionManagerCallback-3644-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6000137 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 6000138 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.c.OverseerElectionContext I am going 
to be the leader 127.0.0.1:32793_fcbyv%2Fpf
   [junit4]   2> 6000138 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.c.Overseer Overseer 
(id=72541544692973572-127.0.0.1:32793_fcbyv%2Fpf-n_0000000000) starting
   [junit4]   2> 6000177 INFO  (zkConnectionManagerCallback-3651-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6000179 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:33262/solr ready
   [junit4]   2> 6000205 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:32793_fcbyv%2Fpf
   [junit4]   2> 6000221 INFO  (zkCallback-3650-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6000254 INFO  (zkCallback-3643-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6001849 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@178403ef
   [junit4]   2> 6001882 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@178403ef
   [junit4]   2> 6001882 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@178403ef
   [junit4]   2> 6001896 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/control-001/cores
   [junit4]   2> 6001985 INFO  (zkConnectionManagerCallback-3656-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6001986 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6001987 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33262/solr ready
   [junit4]   2> 6002005 INFO  (qtp1084058648-17257) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:32793_fcbyv%252Fpf&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 6002066 INFO  (OverseerThreadFactory-5256-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 6002314 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 6002315 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 6003386 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 6004881 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema 
[control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 6008263 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
test/1.0 with uniqueid field id
   [junit4]   2> 6008317 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'control_collection_shard1_replica_n1' using configuration from collection 
control_collection, trusted=true
   [junit4]   2> 6008317 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@178403ef
   [junit4]   2> 6008318 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 6008318 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 6008337 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.137067382570807]
   [junit4]   2> 6008375 WARN  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] 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> 6010043 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 6010043 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 6010045 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 6010045 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 6010062 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=2, maxMergeAtOnceExplicit=9, 
maxMergedSegmentMB=35.2880859375, floorSegmentMB=1.578125, 
forceMergeDeletesPctAllowed=16.877844669516435, segmentsPerTier=28.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5814502245636561
   [junit4]   2> 6010063 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@64cf53b3[control_collection_shard1_replica_n1] main]
   [junit4]   2> 6010064 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6010065 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6010066 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 6010079 INFO  
(searcherExecutor-5259-thread-1-processing-n:127.0.0.1:32793_fcbyv%2Fpf 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@64cf53b3[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6010079 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1599127801201426432
   [junit4]   2> 6010101 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/control_collection/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 6010116 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 6010116 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 6010116 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:32793/fcbyv/pf/control_collection_shard1_replica_n1/
   [junit4]   2> 6010116 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 6010116 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:32793/fcbyv/pf/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 6010116 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 6010136 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: 
http://127.0.0.1:32793/fcbyv/pf/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 6010188 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 6010234 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=7919
   [junit4]   2> 6010298 INFO  (qtp1084058648-17257) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.h.a.CollectionsHandler Wait for new 
collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 6010351 INFO  (zkCallback-3643-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 6011305 INFO  (qtp1084058648-17257) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:32793_fcbyv%252Fpf&wt=javabin&version=2}
 status=0 QTime=9300
   [junit4]   2> 6011322 INFO  (zkConnectionManagerCallback-3661-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6011323 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6011324 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33262/solr ready
   [junit4]   2> 6011324 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 6011324 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 6011343 INFO  
(OverseerCollectionConfigSetProcessor-72541544692973572-127.0.0.1:32793_fcbyv%2Fpf-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 6011343 INFO  (OverseerThreadFactory-5256-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 6011344 WARN  (OverseerThreadFactory-5256-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection 
(collection1) without cores.
   [junit4]   2> 6011562 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.h.a.CollectionsHandler Wait for new 
collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 6011563 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=238
   [junit4]   2> 6012067 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/shard-1-001
 of type NRT
   [junit4]   2> 6012068 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] o.e.j.s.Server 
jetty-9.4.8.v20171121, build timestamp: 2017-11-22T01:27:37+04:00, git hash: 
82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 6012098 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6012098 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6012098 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 6012098 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@269e69e3{/fcbyv/pf,null,AVAILABLE}
   [junit4]   2> 6012099 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@722c479a{HTTP/1.1,[http/1.1]}{127.0.0.1:37065}
   [junit4]   2> 6012099 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] o.e.j.s.Server 
Started @6012296ms
   [junit4]   2> 6012099 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/fcbyv/pf, hostPort=37065, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/shard-1-001/cores}
   [junit4]   2> 6012099 ERROR 
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6012099 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6012099 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 6012099 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6012099 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6012099 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-30T00:11:54.677Z
   [junit4]   2> 6012101 INFO  (zkConnectionManagerCallback-3663-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6012102 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 6012102 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/shard-1-001/solr.xml
   [junit4]   2> 6012122 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 6012122 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6012123 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@178403ef, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 6012136 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33262/solr
   [junit4]   2> 6012174 INFO  (zkConnectionManagerCallback-3667-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6012176 INFO  (zkConnectionManagerCallback-3669-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6012431 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:37065_fcbyv%2Fpf    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 6012484 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:37065_fcbyv%2Fpf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 6012486 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:37065_fcbyv%2Fpf    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 6012486 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:37065_fcbyv%2Fpf    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:37065_fcbyv%2Fpf
   [junit4]   2> 6012500 INFO  (zkCallback-3643-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6012500 INFO  (zkCallback-3650-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6012501 INFO  (zkCallback-3660-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6012536 INFO  (zkCallback-3668-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6013352 INFO  
(OverseerCollectionConfigSetProcessor-72541544692973572-127.0.0.1:32793_fcbyv%2Fpf-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 6013489 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:37065_fcbyv%2Fpf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@178403ef
   [junit4]   2> 6013543 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:37065_fcbyv%2Fpf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@178403ef
   [junit4]   2> 6013543 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:37065_fcbyv%2Fpf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@178403ef
   [junit4]   2> 6013545 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:37065_fcbyv%2Fpf    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/shard-1-001/cores
   [junit4]   2> 6013575 INFO  (zkConnectionManagerCallback-3676-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6014934 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:37065_fcbyv%2Fpf    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 6014935 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:37065_fcbyv%2Fpf    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:33262/solr ready
   [junit4]   2> 6015037 INFO  (qtp1084058648-17259) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :addreplica with params 
node=127.0.0.1:37065_fcbyv%252Fpf&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 6015080 INFO  (OverseerThreadFactory-5256-thread-3) [    ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:37065_fcbyv%2Fpf for 
creating new replica
   [junit4]   2> 6015099 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf    ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 6016280 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
8.0.0
   [junit4]   2> 6016333 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 6021681 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema Loaded schema test/1.0 
with uniqueid field id
   [junit4]   2> 6021753 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer Creating SolrCore 
'collection1_shard2_replica_n41' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 6021754 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@178403ef
   [junit4]   2> 6021754 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 6021754 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 6021770 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.137067382570807]
   [junit4]   2> 6021806 WARN  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] 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> 6022010 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 6022010 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 6022011 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 6022011 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 6022024 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=2, maxMergeAtOnceExplicit=9, maxMergedSegmentMB=35.2880859375, 
floorSegmentMB=1.578125, forceMergeDeletesPctAllowed=16.877844669516435, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5814502245636561
   [junit4]   2> 6022025 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@71614afe[collection1_shard2_replica_n41] main]
   [junit4]   2> 6022027 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6022027 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6022044 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 6022045 INFO  
(searcherExecutor-5270-thread-1-processing-n:127.0.0.1:37065_fcbyv%2Fpf 
x:collection1_shard2_replica_n41 c:collection1 s:shard2) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@71614afe[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6022050 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Could not find max version 
in index or recent updates, using new clock 1599127813753929728
   [junit4]   2> 6022084 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/collection1/terms/shard2 to Terms{values={core_node42=0}, 
version=0}
   [junit4]   2> 6022086 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 6022086 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 6022086 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:37065/fcbyv/pf/collection1_shard2_replica_n41/
   [junit4]   2> 6022087 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 6022087 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
http://127.0.0.1:37065/fcbyv/pf/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 6022087 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 6022102 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the 
new leader: http://127.0.0.1:37065/fcbyv/pf/collection1_shard2_replica_n41/ 
shard2
   [junit4]   2> 6022162 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 6022164 INFO  (qtp960753734-17309) 
[n:127.0.0.1:37065_fcbyv%2Fpf c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=7065
   [junit4]   2> 6022192 INFO  (qtp1084058648-17259) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:37065_fcbyv%252Fpf&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=7155
   [junit4]   2> 6022193 INFO  
(OverseerCollectionConfigSetProcessor-72541544692973572-127.0.0.1:32793_fcbyv%2Fpf-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 6022303 INFO  (zkCallback-3668-thread-1) [    ] 
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> 6023307 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/shard-2-001
 of type NRT
   [junit4]   2> 6023308 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] o.e.j.s.Server 
jetty-9.4.8.v20171121, build timestamp: 2017-11-22T01:27:37+04:00, git hash: 
82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 6023440 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6023440 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6023440 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 6023452 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7bdb11b2{/fcbyv/pf,null,AVAILABLE}
   [junit4]   2> 6023452 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4a885f11{HTTP/1.1,[http/1.1]}{127.0.0.1:34765}
   [junit4]   2> 6023453 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] o.e.j.s.Server 
Started @6023650ms
   [junit4]   2> 6023453 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/fcbyv/pf, 
hostPort=34765, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/shard-2-001/cores}
   [junit4]   2> 6023453 ERROR 
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6023469 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6023469 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 6023469 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6023469 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6023469 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-30T00:12:06.047Z
   [junit4]   2> 6023513 INFO  (zkConnectionManagerCallback-3678-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6023557 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 6023558 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/shard-2-001/solr.xml
   [junit4]   2> 6023561 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 6023561 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6023575 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@178403ef, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 6023648 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33262/solr
   [junit4]   2> 6023683 INFO  (zkConnectionManagerCallback-3682-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6023732 INFO  (zkConnectionManagerCallback-3684-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6023740 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:34765_fcbyv%2Fpf    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 6023774 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:34765_fcbyv%2Fpf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 6023793 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:34765_fcbyv%2Fpf    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 6023793 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:34765_fcbyv%2Fpf    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:34765_fcbyv%2Fpf
   [junit4]   2> 6023809 INFO  (zkCallback-3650-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6023809 INFO  (zkCallback-3683-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6023810 INFO  (zkCallback-3643-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6023810 INFO  (zkCallback-3668-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6023810 INFO  (zkCallback-3660-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6023822 INFO  (zkCallback-3675-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6026383 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:34765_fcbyv%2Fpf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@178403ef
   [junit4]   2> 6026425 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:34765_fcbyv%2Fpf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@178403ef
   [junit4]   2> 6026425 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:34765_fcbyv%2Fpf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@178403ef
   [junit4]   2> 6026426 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:34765_fcbyv%2Fpf    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/shard-2-001/cores
   [junit4]   2> 6026451 INFO  (zkConnectionManagerCallback-3691-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6026464 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:34765_fcbyv%2Fpf    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (3)
   [junit4]   2> 6026465 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:34765_fcbyv%2Fpf    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:33262/solr ready
   [junit4]   2> 6026610 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :addreplica with params 
node=127.0.0.1:34765_fcbyv%252Fpf&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 6026632 INFO  (OverseerThreadFactory-5256-thread-4) [    ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:34765_fcbyv%2Fpf for 
creating new replica
   [junit4]   2> 6026681 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf    ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 6026711 INFO  (zkCallback-3668-thread-1) [    ] 
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> 6027771 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
8.0.0
   [junit4]   2> 6029707 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 6032839 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema Loaded schema test/1.0 
with uniqueid field id
   [junit4]   2> 6032894 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer Creating SolrCore 
'collection1_shard1_replica_n43' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 6032894 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@178403ef
   [junit4]   2> 6032894 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 6032894 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 6032898 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.137067382570807]
   [junit4]   2> 6032919 WARN  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] 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> 6034900 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 6034900 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 6034901 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 6034901 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 6034902 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=2, maxMergeAtOnceExplicit=9, maxMergedSegmentMB=35.2880859375, 
floorSegmentMB=1.578125, forceMergeDeletesPctAllowed=16.877844669516435, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5814502245636561
   [junit4]   2> 6034903 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1d09e098[collection1_shard1_replica_n43] main]
   [junit4]   2> 6034922 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6034923 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6034923 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 6034928 INFO  
(searcherExecutor-5281-thread-1-processing-n:127.0.0.1:34765_fcbyv%2Fpf 
x:collection1_shard1_replica_n43 c:collection1 s:shard1) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[collection1_shard1_replica_n43] Registered new searcher 
Searcher@1d09e098[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6034936 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Could not find max version 
in index or recent updates, using new clock 1599127827265880064
   [junit4]   2> 6034962 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/collection1/terms/shard1 to Terms{values={core_node44=0}, 
version=0}
   [junit4]   2> 6034981 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 6034981 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 6034981 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34765/fcbyv/pf/collection1_shard1_replica_n43/
   [junit4]   2> 6034981 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 6034981 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
http://127.0.0.1:34765/fcbyv/pf/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 6034981 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 6034984 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I am the 
new leader: http://127.0.0.1:34765/fcbyv/pf/collection1_shard1_replica_n43/ 
shard1
   [junit4]   2> 6034986 INFO  (zkCallback-3668-thread-1) [    ] 
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> 6035035 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 6035071 INFO  (qtp38058578-17344) 
[n:127.0.0.1:34765_fcbyv%2Fpf c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=8390
   [junit4]   2> 6035102 INFO  (qtp1084058648-17261) 
[n:127.0.0.1:32793_fcbyv%2Fpf    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:34765_fcbyv%252Fpf&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=8492
   [junit4]   2> 6035137 INFO  (zkCallback-3668-thread-1) [    ] 
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> 6035138 INFO  (zkCallback-3683-thread-1) [    ] 
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> 6035841 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/shard-3-001
 of type NRT
   [junit4]   2> 6035874 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] o.e.j.s.Server 
jetty-9.4.8.v20171121, build timestamp: 2017-11-22T01:27:37+04:00, git hash: 
82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 6035932 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6035932 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6035932 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 6035934 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@45a99135{/fcbyv/pf,null,AVAILABLE}
   [junit4]   2> 6035934 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3ebdd1cf{HTTP/1.1,[http/1.1]}{127.0.0.1:36621}
   [junit4]   2> 6035934 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] o.e.j.s.Server 
Started @6036132ms
   [junit4]   2> 6035934 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/fcbyv/pf, 
hostPort=36621, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/shard-3-001/cores}
   [junit4]   2> 6035935 ERROR 
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6035949 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6035949 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 6035949 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6035949 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6035949 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-30T00:12:18.527Z
   [junit4]   2> 6036024 INFO  (zkConnectionManagerCallback-3693-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6036033 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 6036034 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_DECA59E877EE92B-001/shard-3-001/solr.xml
   [junit4]   2> 6036054 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 6036054 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6036056 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@178403ef, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 6036115 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33262/solr
   [junit4]   2> 6036134 INFO  (zkConnectionManagerCallback-3697-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6036163 INFO  (zkConnectionManagerCallback-3699-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6036180 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:36621_fcbyv%2Fpf    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (3)
   [junit4]   2> 6036181 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:36621_fcbyv%2Fpf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 6036183 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:36621_fcbyv%2Fpf    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 6036183 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:36621_fcbyv%2Fpf    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:36621_fcbyv%2Fpf
   [junit4]   2> 6036285 INFO  (zkCallback-3683-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6036297 INFO  (zkCallback-3660-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6036297 INFO  (zkCallback-3643-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6036297 INFO  (zkCallback-3675-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6036297 INFO  (zkCallback-3698-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6036297 INFO  (zkCallback-3650-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6036297 INFO  (zkCallback-3690-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6036297 INFO  (zkCallback-3668-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6036886 INFO  
(OverseerCollectionConfigSetProcessor-72541544692973572-127.0.0.1:32793_fcbyv%2Fpf-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 6041453 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:36621_fcbyv%2Fpf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@178403ef
   [junit4]   2> 6041509 INFO  
(TEST-BasicDistributedZkTest.test-seed#[DECA59E877EE92B]) 
[n:127.0.0.1:36621_fcbyv%2Fpf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') e

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

r-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/bcprov-jdk15on-1.54.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/byte-buddy-1.6.2.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/commons-math3-3.6.1.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jersey-core-1.9.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jersey-server-1.9.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jetty-6.1.26.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/mockito-core-2.6.2.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/objenesis-2.5.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-8.0.0-SNAPSHOT.jar:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/queryparser/classes/test:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/backward-codecs/classes/test:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/contrib/analysis-extras/lib/icu4j-61.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/home/jenkins/.ant/lib/ivy-2.4.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/usr/local/asfpackages/java/jdk1.8.0_172/lib/tools.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.5.3.jar
 com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J1-20180429_223142_2404089936498140704486.events
 
@/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J1-20180429_223142_2401544982555575606543.suites
 -stdin
   [junit4] ERROR: JVM J1 ended with an exception: Quit event not received from 
the forked process? This may indicate JVM crash or runner bugs.
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1540)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:126)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:982)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:979)
   [junit4]     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]     at java.lang.Thread.run(Thread.java:748)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:651:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:577:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:59:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build.xml:267:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/common-build.xml:557:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/common-build.xml:1568:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/common-build.xml:1092:
 At least one slave process threw an exception, first: Quit event not received 
from the forked process? This may indicate JVM crash or runner bugs.

Total time: 725 minutes 34 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-NightlyTests-master #1536 to 
compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to