You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/04/08 18:46:43 UTC

[JENKINS] Lucene-Solr-7.x-Solaris (64bit/jdk1.8.0) - Build # 547 - Failure!

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

1 tests failed.
FAILED:  org.apache.solr.cloud.TestStressInPlaceUpdates.stressTest

Error Message:
Captured an uncaught exception in thread: Thread[id=28291, name=WRITER8, state=RUNNABLE, group=TGRP-TestStressInPlaceUpdates]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=28291, name=WRITER8, state=RUNNABLE, group=TGRP-TestStressInPlaceUpdates]
	at __randomizedtesting.SeedInfo.seed([5536CCA04230EEA4:3E50130D7CE53A5E]:0)
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:47415/fx/collection1
	at __randomizedtesting.SeedInfo.seed([5536CCA04230EEA4]:0)
	at org.apache.solr.cloud.TestStressInPlaceUpdates$1.run(TestStressInPlaceUpdates.java:306)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:47415/fx/collection1
	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.TestStressInPlaceUpdates.deleteDocAndGetVersion(TestStressInPlaceUpdates.java:570)
	at org.apache.solr.cloud.TestStressInPlaceUpdates$1.run(TestStressInPlaceUpdates.java:218)
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 sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	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)
	... 6 more




Build Log:
[...truncated 14022 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressInPlaceUpdates
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/init-core-data-001
   [junit4]   2> 2497407 INFO  (SUITE-TestStressInPlaceUpdates-seed#[5536CCA04230EEA4]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /fx/
   [junit4]   2> 2497408 INFO  (SUITE-TestStressInPlaceUpdates-seed#[5536CCA04230EEA4]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2497530 INFO  (SUITE-TestStressInPlaceUpdates-seed#[5536CCA04230EEA4]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 2497548 INFO  (SUITE-TestStressInPlaceUpdates-seed#[5536CCA04230EEA4]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=inplace-updates
   [junit4]   2> 2497551 INFO  (SUITE-TestStressInPlaceUpdates-seed#[5536CCA04230EEA4]-worker) [    ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2497595 INFO  (SUITE-TestStressInPlaceUpdates-seed#[5536CCA04230EEA4]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2497601 INFO  (SUITE-TestStressInPlaceUpdates-seed#[5536CCA04230EEA4]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2497601 INFO  (SUITE-TestStressInPlaceUpdates-seed#[5536CCA04230EEA4]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2497603 INFO  (coreLoadExecutor-9863-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2497603 INFO  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2497682 INFO  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 2497689 INFO  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
   [junit4]   2> 2497691 INFO  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2497691 INFO  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 2497691 INFO  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2497691 INFO  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2497691 INFO  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/init-core-data-001/]
   [junit4]   2> 2497692 INFO  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1525816016, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2497695 WARN  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2497734 INFO  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2497735 INFO  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2497735 INFO  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2497735 INFO  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2497736 INFO  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=94.4599609375, floorSegmentMB=0.5908203125, forceMergeDeletesPctAllowed=5.8948414989251585, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43826474620285916
   [junit4]   2> 2497736 INFO  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@21a7877b[collection1] main]
   [junit4]   2> 2497737 WARN  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 2497737 INFO  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2497737 INFO  (searcherExecutor-9864-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@21a7877b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2497738 INFO  (coreLoadExecutor-9863-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1597202525670342656
   [junit4]   2> 2497743 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2497744 INFO  (Thread-7801) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2497744 INFO  (Thread-7801) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2497746 ERROR (Thread-7801) [    ] 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> 2497844 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.ZkTestServer start zk server on port:39209
   [junit4]   2> 2497846 INFO  (zkConnectionManagerCallback-7223-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2497851 INFO  (zkConnectionManagerCallback-7225-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2497858 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2497860 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml to /configs/conf1/schema.xml
   [junit4]   2> 2497862 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2497864 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2497866 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2497869 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2497871 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2497873 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2497875 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2497878 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2497880 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2497888 INFO  (zkConnectionManagerCallback-7229-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2497889 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2498022 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2498023 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2498023 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2498023 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2498024 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5b0a6651{/fx,null,AVAILABLE}
   [junit4]   2> 2498025 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@68cffc5b{SSL,[ssl, http/1.1]}{127.0.0.1:41949}
   [junit4]   2> 2498025 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.Server Started @2499523ms
   [junit4]   2> 2498025 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/tempDir-001/control/data, hostContext=/fx, hostPort=41949, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/control-001/cores}
   [junit4]   2> 2498025 ERROR (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2498025 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2498025 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 2498025 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2498025 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2498026 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-08T18:10:27.119Z
   [junit4]   2> 2498027 INFO  (zkConnectionManagerCallback-7231-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2498028 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2498028 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/control-001/solr.xml
   [junit4]   2> 2498031 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2498031 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2498031 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2498034 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39209/solr
   [junit4]   2> 2498035 INFO  (zkConnectionManagerCallback-7235-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2498038 INFO  (zkConnectionManagerCallback-7237-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2498160 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:41949_fx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2498161 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:41949_fx    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41949_fx
   [junit4]   2> 2498162 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:41949_fx    ] o.a.s.c.Overseer Overseer (id=72201032735391749-127.0.0.1:41949_fx-n_0000000000) starting
   [junit4]   2> 2498172 INFO  (zkConnectionManagerCallback-7244-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2498174 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:41949_fx    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39209/solr ready
   [junit4]   2> 2498176 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:41949_fx    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41949_fx
   [junit4]   2> 2498177 INFO  (OverseerStateUpdate-72201032735391749-127.0.0.1:41949_fx-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2498179 INFO  (zkCallback-7243-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2499041 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:41949_fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2499047 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:41949_fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2499047 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:41949_fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2499047 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:41949_fx    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/control-001/cores
   [junit4]   2> 2499070 INFO  (zkConnectionManagerCallback-7249-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2499072 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2499074 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39209/solr ready
   [junit4]   2> 2499087 INFO  (qtp972114805-28111) [n:127.0.0.1:41949_fx    ] 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:41949_fx&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2499090 INFO  (OverseerThreadFactory-9876-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2499204 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx    ] 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> 2499204 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2499310 INFO  (zkCallback-7236-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> 2500222 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 2500230 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=inplace-updates
   [junit4]   2> 2500232 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2500232 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx 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> 2500232 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx 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@dd54da0
   [junit4]   2> 2500232 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2500232 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx 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 [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2500235 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1525816016, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2500237 WARN  (qtp972114805-28116) [n:127.0.0.1:41949_fx 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> 2500283 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx 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> 2500283 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx 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> 2500284 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2500284 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2500285 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx 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=38, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=94.4599609375, floorSegmentMB=0.5908203125, forceMergeDeletesPctAllowed=5.8948414989251585, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43826474620285916
   [junit4]   2> 2500285 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@72476c1f[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2500287 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2500288 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx 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> 2500288 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2500288 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx 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 1597202528344211456
   [junit4]   2> 2500289 INFO  (searcherExecutor-9879-thread-1-processing-n:127.0.0.1:41949_fx x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:41949_fx 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@72476c1f[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2500295 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx 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> 2500300 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2500300 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx 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> 2500300 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:41949/fx/control_collection_shard1_replica_n1/
   [junit4]   2> 2500300 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx 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> 2500300 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:41949/fx/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2500300 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx 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> 2500305 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:41949/fx/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2500408 INFO  (zkCallback-7236-thread-2) [    ] 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> 2500459 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx 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> 2500462 INFO  (qtp972114805-28116) [n:127.0.0.1:41949_fx 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=1257
   [junit4]   2> 2500466 INFO  (qtp972114805-28111) [n:127.0.0.1:41949_fx    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2500563 INFO  (zkCallback-7236-thread-2) [    ] 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> 2501092 INFO  (OverseerCollectionConfigSetProcessor-72201032735391749-127.0.0.1:41949_fx-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> 2501467 INFO  (qtp972114805-28111) [n:127.0.0.1:41949_fx    ] 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:41949_fx&wt=javabin&version=2} status=0 QTime=2380
   [junit4]   2> 2501471 INFO  (zkConnectionManagerCallback-7254-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2501472 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2501473 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39209/solr ready
   [junit4]   2> 2501473 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2501476 INFO  (qtp972114805-28115) [n:127.0.0.1:41949_fx    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2501478 INFO  (OverseerThreadFactory-9876-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2501479 WARN  (OverseerThreadFactory-9876-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2501684 INFO  (qtp972114805-28115) [n:127.0.0.1:41949_fx    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2501684 INFO  (qtp972114805-28115) [n:127.0.0.1:41949_fx    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=208
   [junit4]   2> 2501834 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/shard-1-001 of type NRT
   [junit4]   2> 2501837 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2501838 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2501838 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2501838 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2501838 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6dca5009{/fx,null,AVAILABLE}
   [junit4]   2> 2501839 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3c55832f{SSL,[ssl, http/1.1]}{127.0.0.1:47415}
   [junit4]   2> 2501839 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.Server Started @2503338ms
   [junit4]   2> 2501839 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/fx, hostPort=47415, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/shard-1-001/cores}
   [junit4]   2> 2501839 ERROR (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2501839 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2501839 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 2501839 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2501839 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2501839 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-08T18:10:30.932Z
   [junit4]   2> 2501841 INFO  (zkConnectionManagerCallback-7256-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2501842 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2501842 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/shard-1-001/solr.xml
   [junit4]   2> 2501845 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2501845 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2501846 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2501849 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39209/solr
   [junit4]   2> 2501850 INFO  (zkConnectionManagerCallback-7260-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2501853 INFO  (zkConnectionManagerCallback-7262-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2501862 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:47415_fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2501865 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:47415_fx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2501868 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:47415_fx    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2501868 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:47415_fx    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47415_fx
   [junit4]   2> 2501869 INFO  (zkCallback-7236-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2501869 INFO  (zkCallback-7253-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2501869 INFO  (zkCallback-7243-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2501870 INFO  (zkCallback-7261-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2503410 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:47415_fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2503426 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:47415_fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2503426 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:47415_fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2503427 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:47415_fx    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/shard-1-001/cores
   [junit4]   2> 2503429 INFO  (zkConnectionManagerCallback-7269-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2503434 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:47415_fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2503435 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:47415_fx    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39209/solr ready
   [junit4]   2> 2503465 INFO  (qtp972114805-28111) [n:127.0.0.1:41949_fx    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:47415_fx&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2503471 INFO  (OverseerCollectionConfigSetProcessor-72201032735391749-127.0.0.1:41949_fx-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> 2503472 INFO  (OverseerThreadFactory-9876-thread-3) [    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:47415_fx for creating new replica
   [junit4]   2> 2503486 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2504499 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 2504506 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema [collection1_shard1_replica_n21] Schema name=inplace-updates
   [junit4]   2> 2504509 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2504509 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n21' using configuration from collection collection1, trusted=true
   [junit4]   2> 2504509 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n21' (registry 'solr.core.collection1.shard1.replica_n21') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2504509 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2504509 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore [[collection1_shard1_replica_n21] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/shard-1-001/cores/collection1_shard1_replica_n21], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/shard-1-001/cores/collection1_shard1_replica_n21/data/]
   [junit4]   2> 2504511 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1525816016, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2504514 WARN  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] 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> 2504584 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2504584 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2504585 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2504585 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2504586 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=94.4599609375, floorSegmentMB=0.5908203125, forceMergeDeletesPctAllowed=5.8948414989251585, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43826474620285916
   [junit4]   2> 2504586 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f48271f[collection1_shard1_replica_n21] main]
   [junit4]   2> 2504588 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2504588 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2504588 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2504588 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1597202532853088256
   [junit4]   2> 2504589 INFO  (searcherExecutor-9890-thread-1-processing-n:127.0.0.1:47415_fx x:collection1_shard1_replica_n21 c:collection1 s:shard1) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore [collection1_shard1_replica_n21] Registered new searcher Searcher@4f48271f[collection1_shard1_replica_n21] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2504593 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node22=0}, version=0}
   [junit4]   2> 2504600 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2504600 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2504600 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:47415/fx/collection1_shard1_replica_n21/
   [junit4]   2> 2504600 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2504600 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy https://127.0.0.1:47415/fx/collection1_shard1_replica_n21/ has no replicas
   [junit4]   2> 2504600 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2504604 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:47415/fx/collection1_shard1_replica_n21/ shard1
   [junit4]   2> 2504756 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2504760 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1274
   [junit4]   2> 2504763 INFO  (qtp972114805-28111) [n:127.0.0.1:41949_fx    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:47415_fx&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1298
   [junit4]   2> 2505001 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/shard-2-001 of type NRT
   [junit4]   2> 2505006 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2505007 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2505007 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2505007 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2505007 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2b4e08ae{/fx,null,AVAILABLE}
   [junit4]   2> 2505008 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@72ac0be9{SSL,[ssl, http/1.1]}{127.0.0.1:52806}
   [junit4]   2> 2505008 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.Server Started @2506508ms
   [junit4]   2> 2505008 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/fx, hostPort=52806, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/shard-2-001/cores}
   [junit4]   2> 2505008 ERROR (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2505009 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2505009 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 2505010 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2505010 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2505010 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-08T18:10:34.103Z
   [junit4]   2> 2505013 INFO  (zkConnectionManagerCallback-7271-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2505014 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2505014 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/shard-2-001/solr.xml
   [junit4]   2> 2505019 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2505019 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2505021 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2505026 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39209/solr
   [junit4]   2> 2505028 INFO  (zkConnectionManagerCallback-7275-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2505031 INFO  (zkConnectionManagerCallback-7277-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2505044 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:52806_fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2505049 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:52806_fx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2505053 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:52806_fx    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2505053 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:52806_fx    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52806_fx
   [junit4]   2> 2505056 INFO  (zkCallback-7236-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2505057 INFO  (zkCallback-7253-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2505057 INFO  (zkCallback-7243-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2505057 INFO  (zkCallback-7261-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2505057 INFO  (zkCallback-7268-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2505058 INFO  (zkCallback-7276-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2505474 INFO  (OverseerCollectionConfigSetProcessor-72201032735391749-127.0.0.1:41949_fx-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> 2505982 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:52806_fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2505991 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:52806_fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2505991 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:52806_fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2505992 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:52806_fx    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/shard-2-001/cores
   [junit4]   2> 2505996 INFO  (zkConnectionManagerCallback-7284-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2505998 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:52806_fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2506000 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:52806_fx    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39209/solr ready
   [junit4]   2> 2506042 INFO  (qtp972114805-28115) [n:127.0.0.1:41949_fx    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:52806_fx&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2506047 INFO  (OverseerThreadFactory-9876-thread-4) [    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:52806_fx for creating new replica
   [junit4]   2> 2506063 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2507077 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 2507085 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema [collection1_shard1_replica_n23] Schema name=inplace-updates
   [junit4]   2> 2507088 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2507088 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n23' using configuration from collection collection1, trusted=true
   [junit4]   2> 2507088 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n23' (registry 'solr.core.collection1.shard1.replica_n23') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2507088 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2507088 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore [[collection1_shard1_replica_n23] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/shard-2-001/cores/collection1_shard1_replica_n23], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/shard-2-001/cores/collection1_shard1_replica_n23/data/]
   [junit4]   2> 2507090 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1525816016, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2507092 WARN  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] 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> 2507143 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2507143 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2507144 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2507144 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2507144 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=94.4599609375, floorSegmentMB=0.5908203125, forceMergeDeletesPctAllowed=5.8948414989251585, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43826474620285916
   [junit4]   2> 2507145 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.SolrIndexSearcher Opening [Searcher@29d970c0[collection1_shard1_replica_n23] main]
   [junit4]   2> 2507146 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2507146 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2507147 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2507147 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1597202535536394240
   [junit4]   2> 2507150 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node24=0, core_node22=0}, version=1}
   [junit4]   2> 2507151 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.ZkController Core needs to recover:collection1_shard1_replica_n23
   [junit4]   2> 2507152 INFO  (qtp134552928-28205) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1089
   [junit4]   2> 2507152 INFO  (updateExecutor-7272-thread-1-processing-n:127.0.0.1:52806_fx x:collection1_shard1_replica_n23 c:collection1 s:shard1) [n:127.0.0.1:52806_fx c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2507153 INFO  (recoveryExecutor-7273-thread-1-processing-n:127.0.0.1:52806_fx x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:52806_fx c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2507154 INFO  (recoveryExecutor-7273-thread-1-processing-n:127.0.0.1:52806_fx x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:52806_fx c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2507159 INFO  (qtp1934728329-28165) [n:127.0.0.1:47415_fx c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp=/fx path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2507160 INFO  (qtp1934728329-28165) [n:127.0.0.1:47415_fx c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp=/fx path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2507160 INFO  (recoveryExecutor-7273-thread-1-processing-n:127.0.0.1:52806_fx x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:52806_fx c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard1_replica_n23]
   [junit4]   2> 2507160 INFO  (recoveryExecutor-7273-thread-1-processing-n:127.0.0.1:52806_fx x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:52806_fx c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2507160 INFO  (recoveryExecutor-7273-thread-1-processing-n:127.0.0.1:52806_fx x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:52806_fx c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard1_replica_n23] as recovering, leader is [https://127.0.0.1:47415/fx/collection1_shard1_replica_n21/] and I am [https://127.0.0.1:52806/fx/collection1_shard1_replica_n23/]
   [junit4]   2> 2507161 INFO  (qtp972114805-28115) [n:127.0.0.1:41949_fx    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:52806_fx&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1119
   [junit4]   2> 2507163 INFO  (recoveryExecutor-7273-thread-1-processing-n:127.0.0.1:52806_fx x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:52806_fx c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node24_recovering=0, core_node24=0, core_node22=0}, version=2}
   [junit4]   2> 2507164 INFO  (recoveryExecutor-7273-thread-1-processing-n:127.0.0.1:52806_fx x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:52806_fx c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Sending prep recovery command to [https://127.0.0.1:47415/fx]; [WaitForState: action=PREPRECOVERY&core=collection1_shard1_replica_n21&nodeName=127.0.0.1:52806_fx&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2507185 INFO  (searcherExecutor-9901-thread-1-processing-n:127.0.0.1:52806_fx x:collection1_shard1_replica_n23 c:collection1 s:shard1) [n:127.0.0.1:52806_fx c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore [collection1_shard1_replica_n23] Registered new searcher Searcher@29d970c0[collection1_shard1_replica_n23] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2507197 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 2507242 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n21, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:52806_fx, coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps: core_node24:{"core":"collection1_shard1_replica_n23","base_url":"https://127.0.0.1:52806/fx","node_name":"127.0.0.1:52806_fx","state":"down","type":"NRT"}
   [junit4]   2> 2507395 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/shard-3-001 of type NRT
   [junit4]   2> 2507397 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2507398 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2507398 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2507398 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2507399 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6cb7d2af{/fx,null,AVAILABLE}
   [junit4]   2> 2507399 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@e15a4fc{SSL,[ssl, http/1.1]}{127.0.0.1:34443}
   [junit4]   2> 2507399 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.e.j.s.Server Started @2508900ms
   [junit4]   2> 2507399 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/fx, hostPort=34443, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/shard-3-001/cores}
   [junit4]   2> 2507400 ERROR (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2507475 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2507475 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 2507475 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2507475 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2507475 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-08T18:10:36.568Z
   [junit4]   2> 2507477 INFO  (zkConnectionManagerCallback-7287-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2507478 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2507478 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/shard-3-001/solr.xml
   [junit4]   2> 2507480 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2507480 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2507501 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2507504 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39209/solr
   [junit4]   2> 2507514 INFO  (zkConnectionManagerCallback-7291-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2507532 INFO  (zkConnectionManagerCallback-7293-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2507540 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:34443_fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2507542 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:34443_fx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2507544 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:34443_fx    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2507544 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:34443_fx    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34443_fx
   [junit4]   2> 2507545 INFO  (zkCallback-7283-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2507545 INFO  (zkCallback-7236-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2507545 INFO  (zkCallback-7261-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2507545 INFO  (zkCallback-7243-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2507546 INFO  (zkCallback-7276-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2507546 INFO  (zkCallback-7268-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2507546 INFO  (zkCallback-7253-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2507585 INFO  (zkCallback-7292-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2508047 INFO  (OverseerCollectionConfigSetProcessor-72201032735391749-127.0.0.1:41949_fx-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> 2508216 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:34443_fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2508224 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:34443_fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2508224 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:34443_fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dd54da0
   [junit4]   2> 2508225 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:34443_fx    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_5536CCA04230EEA4-001/shard-3-001/cores
   [junit4]   2> 2508228 INFO  (zkConnectionManagerCallback-7300-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2508230 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:34443_fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2508231 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[5536CCA04230EEA4]) [n:127.0.0.1:34443_fx    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39209/solr ready
   [junit4]   2> 2508243 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n21, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:52806_fx, coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps: core_node24:{"core":"collection1_shard1_replica_n23","base_url":"https://127.0.0.1:52806/fx","node_name":"127.0.0.1:52806_fx","state":"recovering","type":"NRT"}
   [junit4]   2> 2508243 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 2508243 INFO  (qtp1934728329-28167) [n:127.0.0.1:47415_fx    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:52806_fx&onlyIfLeaderActive=true&core=collection1_shard1_replica_n21&coreNodeName=core_node24&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1045
   [junit4]   2> 2508282 INFO  (qtp851520752-28240) [n:127.0.0.1:34443_fx    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:34443_fx&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2508286 INFO  (OverseerThreadFactory-9876-thread-5) [    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:34443_fx for creating new replica
   [junit4]   2> 2508294 INFO  (qtp851520752-28239) [n:127.0.0.1:34443_fx    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n25&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2508743 INFO  (recoveryExecutor-7273-thread-1-processing-n:127.0.0.1:52806_fx x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:52806_fx c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [https://127.0.0.1:47415/fx/collection1_shard1_replica_n21/] - recoveringAfterStartup=[true]
   [junit4]   2> 2508744 INFO  (recoveryExecutor-7273-thread-1-processing-n:127.0.0.1:52806_fx x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:52806_fx c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n23 url=https://127.0.0.1:52806/fx START replicas=[https://127.0.0.1:47415/fx/collection1_shard1_replica_n21/] nUpdates=100
   [junit4]   2> 2508748 INFO  (qtp1934728329-28165) [n:127.0.0.1:47415_fx c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 2508748 INFO  (qtp1934728329-28165) [n:127.0.0.1:47415_fx c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp=/fx path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2508748 INFO  (recoveryExecutor-7273-thread-1-processing-n:127.0.0.1:52806_fx x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:52806_fx c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 2508748 INFO  (recoveryExecutor-7273-thread-1-processing-n:127.0.0.1:52806_fx x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:52806_fx c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 2508748 INFO  (recoveryExecutor-7273-thread-1-processing-n:127.0.0.1:52806_fx x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:52806_fx c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2508748 INFO  (recoveryExecutor-7273-thread-1-processing-n:127.0.0.1:52806_fx x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:52806_fx c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2508748 INFO  (recoveryExecutor-7273-thread-1-processing-n:127.0.0.1:52806_fx x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:52806

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

th is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/null1664736560
     [copy] Copying 246 files to /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/null1664736560
   [delete] Deleting directory /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/null1664736560

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 29ms :: artifacts dl 3ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 90 minutes 43 seconds
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[Lucene-Solr-7.x-Solaris] $ /bin/sh -xe /var/tmp/jenkins6511075720494727077.sh
+ mv lucene/build lucene/build.orig
+ mv solr/build solr/build.orig
+ ANT_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
+ export ANT_HOME
+ PATH=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/bin:/export/home/jenkins/tools/java/64bit/jdk1.8.0/bin:/usr/bin:/usr/sbin
+ export PATH
+ python3.4 -u dev-tools/scripts/reproduceJenkinsFailures.py --no-git https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/547/consoleText
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/547/consoleText

[repro] Revision: 27ad64d672670d1ece372fbbb20847d6bd9f2a38

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Encountered IncompleteRead exception, pausing and then retrying...
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/547/consoleText

[repro] Revision: 27ad64d672670d1ece372fbbb20847d6bd9f2a38

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Encountered IncompleteRead exception, pausing and then retrying...
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/547/consoleText

[repro] Revision: 27ad64d672670d1ece372fbbb20847d6bd9f2a38

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Encountered IncompleteRead exception, aborting after too many retries.
Traceback (most recent call last):
  File "/usr/lib/python3.4/http/client.py", line 614, in _readinto_chunked
    chunk_left = self._read_next_chunk_size()
  File "/usr/lib/python3.4/http/client.py", line 559, in _read_next_chunk_size
    return int(line, 16)
ValueError: invalid literal for int() with base 16: b''

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "dev-tools/scripts/reproduceJenkinsFailures.py", line 110, in fetchAndParseJenkinsLog
    for rawLine in consoleText:
  File "/usr/lib/python3.4/http/client.py", line 500, in read
    return super(HTTPResponse, self).read(amt)
  File "/usr/lib/python3.4/http/client.py", line 529, in readinto
    return self._readinto_chunked(b)
  File "/usr/lib/python3.4/http/client.py", line 618, in _readinto_chunked
    raise IncompleteRead(bytes(b[0:total_bytes]))
http.client.IncompleteRead: IncompleteRead(0 bytes read)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.4/http/client.py", line 614, in _readinto_chunked
    chunk_left = self._read_next_chunk_size()
  File "/usr/lib/python3.4/http/client.py", line 559, in _read_next_chunk_size
    return int(line, 16)
ValueError: invalid literal for int() with base 16: b''

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "dev-tools/scripts/reproduceJenkinsFailures.py", line 110, in fetchAndParseJenkinsLog
    for rawLine in consoleText:
  File "/usr/lib/python3.4/http/client.py", line 500, in read
    return super(HTTPResponse, self).read(amt)
  File "/usr/lib/python3.4/http/client.py", line 529, in readinto
    return self._readinto_chunked(b)
  File "/usr/lib/python3.4/http/client.py", line 618, in _readinto_chunked
    raise IncompleteRead(bytes(b[0:total_bytes]))
http.client.IncompleteRead: IncompleteRead(0 bytes read)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.4/http/client.py", line 614, in _readinto_chunked
    chunk_left = self._read_next_chunk_size()
  File "/usr/lib/python3.4/http/client.py", line 559, in _read_next_chunk_size
    return int(line, 16)
ValueError: invalid literal for int() with base 16: b''

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "dev-tools/scripts/reproduceJenkinsFailures.py", line 110, in fetchAndParseJenkinsLog
    for rawLine in consoleText:
  File "/usr/lib/python3.4/http/client.py", line 500, in read
    return super(HTTPResponse, self).read(amt)
  File "/usr/lib/python3.4/http/client.py", line 529, in readinto
    return self._readinto_chunked(b)
  File "/usr/lib/python3.4/http/client.py", line 618, in _readinto_chunked
    raise IncompleteRead(bytes(b[0:total_bytes]))
http.client.IncompleteRead: IncompleteRead(0 bytes read)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "dev-tools/scripts/reproduceJenkinsFailures.py", line 286, in <module>
    main()
  File "dev-tools/scripts/reproduceJenkinsFailures.py", line 236, in main
    tests = fetchAndParseJenkinsLog(config.url, numRetries = 2)
  File "dev-tools/scripts/reproduceJenkinsFailures.py", line 136, in fetchAndParseJenkinsLog
    return fetchAndParseJenkinsLog(url, numRetries - 1)
  File "dev-tools/scripts/reproduceJenkinsFailures.py", line 136, in fetchAndParseJenkinsLog
    return fetchAndParseJenkinsLog(url, numRetries - 1)
  File "dev-tools/scripts/reproduceJenkinsFailures.py", line 139, in fetchAndParseJenkinsLog
    raise RuntimeError('ERROR: fetching %s : %s' % (url, e))
RuntimeError: ERROR: fetching https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/547/consoleText : IncompleteRead(0 bytes read)
Build step 'Execute shell' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2