Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/427/
2 tests failed.
FAILED: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest.test
Error Message:
Captured an uncaught exception in thread: Thread[id=158825,
name=testExecutor-14983-thread-17, state=RUNNABLE,
group=TGRP-HdfsUnloadDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=158825, name=testExecutor-14983-thread-17,
state=RUNNABLE, group=TGRP-HdfsUnloadDistributedZkTest]
at
__randomizedtesting.SeedInfo.seed([6D27CF39EEEFD016:E573F0E34013BDEE]:0)
Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: http://127.0.0.1:36518
at __randomizedtesting.SeedInfo.seed([6D27CF39EEEFD016]:0)
at
org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$1(BasicDistributedZkTest.java:659)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured
while waiting response from server at: http://127.0.0.1:36518
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$1(BasicDistributedZkTest.java:657)
... 4 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
... 9 more
FAILED: org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader
Error Message:
Timeout occured while waiting response from server at:
http://127.0.0.1:38732/forceleader_test_collection
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: http://127.0.0.1:38732/forceleader_test_collection
at
__randomizedtesting.SeedInfo.seed([6D27CF39EEEFD016:8BB0FBF9D76D2977]:0)
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.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:484)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:479)
at
org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:294)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1063)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1035)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
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)
... 52 more
Build Log:
[...truncated 14949 lines...]
[junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
[junit4] 2> 4244752 INFO
(SUITE-ForceLeaderTest-seed#[6D27CF39EEEFD016]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/init-core-data-001
[junit4] 2> 4244773 WARN
(SUITE-ForceLeaderTest-seed#[6D27CF39EEEFD016]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=105 numCloses=105
[junit4] 2> 4244773 INFO
(SUITE-ForceLeaderTest-seed#[6D27CF39EEEFD016]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 4244774 INFO
(SUITE-ForceLeaderTest-seed#[6D27CF39EEEFD016]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 4244774 INFO
(SUITE-ForceLeaderTest-seed#[6D27CF39EEEFD016]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 4244883 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 4244890 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 4244890 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 4244995 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.ZkTestServer start zk server on port:35698
[junit4] 2> 4244995 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35698
[junit4] 2> 4244995 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 35698
[junit4] 2> 4245076 INFO (zkConnectionManagerCallback-7611-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4245121 INFO (zkConnectionManagerCallback-7613-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4245122 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 4245123 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 4245124 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 4245124 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 4245142 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 4245142 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 4245143 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 4245143 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 4245144 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 4245145 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 4245158 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 4245159 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 4245589 WARN
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 4245589 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 4245589 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 4245590 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 4245600 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 4245600 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 4245600 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 4245600 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@35f28c86{/,null,AVAILABLE}
[junit4] 2> 4245601 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@70f55e9e{HTTP/1.1,[http/1.1]}{127.0.0.1:42720}
[junit4] 2> 4245601 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.e.j.s.Server Started @4245648ms
[junit4] 2> 4245601 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/, hostPort=36216,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/control-001/cores}
[junit4] 2> 4245601 ERROR
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 4245601 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 4245601 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 4245601 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 4245601 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 4245601 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-09T11:21:51.923Z
[junit4] 2> 4245642 INFO (zkConnectionManagerCallback-7615-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4245643 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 4245643 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/control-001/solr.xml
[junit4] 2> 4245646 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 4245646 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 4245648 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 4246032 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35698/solr
[junit4] 2> 4246034 INFO (zkConnectionManagerCallback-7619-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4246035 INFO (zkConnectionManagerCallback-7621-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4246383 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016])
[n:127.0.0.1:36216_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:36216_
[junit4] 2> 4246384 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016])
[n:127.0.0.1:36216_ ] o.a.s.c.Overseer Overseer
(id=73982406814990340-127.0.0.1:36216_-n_0000000000) starting
[junit4] 2> 4246421 INFO (zkConnectionManagerCallback-7628-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4246422 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016])
[n:127.0.0.1:36216_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:35698/solr ready
[junit4] 2> 4246438 INFO
(OverseerStateUpdate-73982406814990340-127.0.0.1:36216_-n_0000000000)
[n:127.0.0.1:36216_ ] o.a.s.c.Overseer Starting to work on the main queue :
127.0.0.1:36216_
[junit4] 2> 4246438 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016])
[n:127.0.0.1:36216_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36216_
[junit4] 2> 4246439 INFO
(OverseerStateUpdate-73982406814990340-127.0.0.1:36216_-n_0000000000)
[n:127.0.0.1:36216_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 4246458 INFO (zkCallback-7627-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 4246535 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016])
[n:127.0.0.1:36216_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection,
keeping metrics history in memory.
[junit4] 2> 4246595 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016])
[n:127.0.0.1:36216_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff
[junit4] 2> 4246632 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016])
[n:127.0.0.1:36216_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff
[junit4] 2> 4246640 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016])
[n:127.0.0.1:36216_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff
[junit4] 2> 4246641 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016])
[n:127.0.0.1:36216_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/control-001/cores
[junit4] 2> 4246766 INFO (zkConnectionManagerCallback-7634-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4246767 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 4246768 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35698/solr ready
[junit4] 2> 4246769 INFO (SocketProxy-Acceptor-36216) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54154,localport=36216], receiveBufferSize:531000
[junit4] 2> 4246772 INFO (SocketProxy-Acceptor-36216) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=42720,localport=56356], receiveBufferSize=530904
[junit4] 2> 4246786 INFO (qtp704614131-36263) [n:127.0.0.1:36216_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36216_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 4246788 INFO
(OverseerThreadFactory-7852-thread-1-processing-n:127.0.0.1:36216_)
[n:127.0.0.1:36216_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 4246805 DEBUG
(OverseerStateUpdate-73982406814990340-127.0.0.1:36216_-n_0000000000)
[n:127.0.0.1:36216_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message
= {
[junit4] 2> "name":"control_collection",
[junit4] 2> "fromApi":"true",
[junit4] 2> "collection.configName":"conf1",
[junit4] 2> "numShards":"1",
[junit4] 2> "createNodeSet":"127.0.0.1:36216_",
[junit4] 2> "nrtReplicas":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "operation":"create"} current state version: 0
[junit4] 2> 4246893 INFO (SocketProxy-Acceptor-36216) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54160,localport=36216], receiveBufferSize:531000
[junit4] 2> 4246893 INFO (SocketProxy-Acceptor-36216) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=42720,localport=56362], receiveBufferSize=530904
[junit4] 2> 4246895 INFO (qtp704614131-36265) [n:127.0.0.1:36216_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4246908 INFO (qtp704614131-36261) [n:127.0.0.1:36216_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4246909 INFO (qtp704614131-36262) [n:127.0.0.1:36216_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4246909 INFO (qtp704614131-36264) [n:127.0.0.1:36216_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4246910 INFO (qtp704614131-36265) [n:127.0.0.1:36216_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4246921 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
x:control_collection_shard1_replica_n1] 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> 4246921 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 4246953 DEBUG
(OverseerStateUpdate-73982406814990340-127.0.0.1:36216_-n_0000000000)
[n:127.0.0.1:36216_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message
= {
[junit4] 2> "core":"control_collection_shard1_replica_n1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:36216",
[junit4] 2> "node_name":"127.0.0.1:36216_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 4247986 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0
[junit4] 2> 4248009 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 4248275 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 4248304 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
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> 4248317 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
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@16f178ff
[junit4] 2> 4248317 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 4248319 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
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=41, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=51.2041015625,
floorSegmentMB=0.515625, forceMergeDeletesPctAllowed=8.061552154829513,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6848966704227561, deletesPctAllowed=22.739297103763086
[junit4] 2> 4248321 WARN (qtp704614131-36261) [n:127.0.0.1:36216_
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> 4248535 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
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> 4248535 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
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> 4248558 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 4248558 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 4248559 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
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=2124451713,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 4248559 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@426f1f64[control_collection_shard1_replica_n1] main]
[junit4] 2> 4248593 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 4248593 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
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> 4248593 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 4248594 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
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 1622181585790959616
[junit4] 2> 4248597 INFO
(searcherExecutor-7857-thread-1-processing-n:127.0.0.1:36216_
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:36216_ 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@426f1f64[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 4248647 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
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> 4248647 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/control_collection/leaders/shard1
[junit4] 2> 4248662 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 4248662 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
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> 4248662 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:36216/control_collection_shard1_replica_n1/
[junit4] 2> 4248662 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
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> 4248662 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:36216/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 4248662 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
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> 4248663 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/control_collection/leaders/shard1/leader after winning as
/collections/control_collection/leader_elect/shard1/election/73982406814990340-core_node2-n_0000000000
[junit4] 2> 4248664 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:36216/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 4248664 DEBUG
(OverseerStateUpdate-73982406814990340-127.0.0.1:36216_-n_0000000000)
[n:127.0.0.1:36216_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message
= {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:36216",
[junit4] 2> "core":"control_collection_shard1_replica_n1",
[junit4] 2> "state":"active"} current state version: 0
[junit4] 2> 4248872 INFO (zkCallback-7620-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> 4248872 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
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> 4248874 INFO (qtp704614131-36261) [n:127.0.0.1:36216_
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=1953
[junit4] 2> 4248884 INFO (zkCallback-7620-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> 4248887 DEBUG
(OverseerStateUpdate-73982406814990340-127.0.0.1:36216_-n_0000000000)
[n:127.0.0.1:36216_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message
= {
[junit4] 2> "core":"control_collection_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node2",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:36216",
[junit4] 2> "node_name":"127.0.0.1:36216_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 4248917 INFO (qtp704614131-36263) [n:127.0.0.1:36216_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 4248990 INFO (zkCallback-7620-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> 4248990 INFO (zkCallback-7620-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> 4248990 INFO (zkCallback-7620-thread-3) [ ]
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> 4248991 INFO (qtp704614131-36263) [n:127.0.0.1:36216_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36216_&wt=javabin&version=2}
status=0 QTime=2204
[junit4] 2> 4249070 INFO (zkConnectionManagerCallback-7639-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4249071 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 4249072 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35698/solr ready
[junit4] 2> 4249072 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 4249072 INFO (SocketProxy-Acceptor-36216) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54176,localport=36216], receiveBufferSize:531000
[junit4] 2> 4249073 INFO (SocketProxy-Acceptor-36216) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=42720,localport=56378], receiveBufferSize=530904
[junit4] 2> 4249073 INFO (qtp704614131-36261) [n:127.0.0.1:36216_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 4249084 INFO
(OverseerThreadFactory-7852-thread-2-processing-n:127.0.0.1:36216_)
[n:127.0.0.1:36216_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 4249084 INFO
(OverseerCollectionConfigSetProcessor-73982406814990340-127.0.0.1:36216_-n_0000000000)
[n:127.0.0.1:36216_ ] 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> 4249118 DEBUG
(OverseerStateUpdate-73982406814990340-127.0.0.1:36216_-n_0000000000)
[n:127.0.0.1:36216_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message
= {
[junit4] 2> "name":"collection1",
[junit4] 2> "fromApi":"true",
[junit4] 2> "collection.configName":"conf1",
[junit4] 2> "numShards":"2",
[junit4] 2> "createNodeSet":"",
[junit4] 2> "stateFormat":"1",
[junit4] 2> "nrtReplicas":"1",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "operation":"create"} current state version: 0
[junit4] 2> 4249318 WARN
(OverseerThreadFactory-7852-thread-2-processing-n:127.0.0.1:36216_)
[n:127.0.0.1:36216_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 4249320 INFO (qtp704614131-36261) [n:127.0.0.1:36216_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 4249321 INFO (qtp704614131-36261) [n:127.0.0.1:36216_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
status=0 QTime=247
[junit4] 2> 4249322 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances
pullReplicaCount=0 numOtherReplicas=3
[junit4] 2> 4249839 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/shard-1-001
of type NRT
[junit4] 2> 4249852 WARN (closeThreadPool-7640-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 4249853 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 4249853 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 4249853 INFO (closeThreadPool-7640-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 4249929 INFO (closeThreadPool-7640-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 4249929 INFO (closeThreadPool-7640-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 4249929 INFO (closeThreadPool-7640-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 4249947 INFO (closeThreadPool-7640-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5a3b6e19{/,null,AVAILABLE}
[junit4] 2> 4249962 INFO (closeThreadPool-7640-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5405f46c{HTTP/1.1,[http/1.1]}{127.0.0.1:36896}
[junit4] 2> 4249973 INFO (closeThreadPool-7640-thread-1) [ ]
o.e.j.s.Server Started @4250009ms
[junit4] 2> 4249974 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/tempDir-001/jetty1,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=41361,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/shard-1-001/cores}
[junit4] 2> 4249974 ERROR (closeThreadPool-7640-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 4249974 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 4249986 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 4249986 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 4249986 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 4249986 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-09T11:21:56.308Z
[junit4] 2> 4250119 INFO (zkConnectionManagerCallback-7642-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4250128 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 4250128 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/shard-1-001/solr.xml
[junit4] 2> 4250144 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 4250144 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 4250145 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 4250489 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35698/solr
[junit4] 2> 4250505 INFO (zkConnectionManagerCallback-7646-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4250545 INFO (zkConnectionManagerCallback-7648-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4250564 INFO (closeThreadPool-7640-thread-1)
[n:127.0.0.1:41361_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 4250579 INFO (closeThreadPool-7640-thread-1)
[n:127.0.0.1:41361_ ] o.a.s.c.ZkController Publish node=127.0.0.1:41361_ as
DOWN
[junit4] 2> 4250579 INFO (closeThreadPool-7640-thread-1)
[n:127.0.0.1:41361_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 4250579 INFO (closeThreadPool-7640-thread-1)
[n:127.0.0.1:41361_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41361_
[junit4] 2> 4250581 INFO (zkCallback-7627-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 4250581 INFO (zkCallback-7620-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 4250593 INFO (zkCallback-7638-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 4250638 INFO (zkCallback-7647-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 4250638 DEBUG
(OverseerStateUpdate-73982406814990340-127.0.0.1:36216_-n_0000000000)
[n:127.0.0.1:36216_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message
= {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:41361_"} current state version: 1
[junit4] 2> 4250740 INFO (zkConnectionManagerCallback-7655-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4250741 INFO (closeThreadPool-7640-thread-1)
[n:127.0.0.1:41361_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 4250741 INFO (closeThreadPool-7640-thread-1)
[n:127.0.0.1:41361_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:35698/solr ready
[junit4] 2> 4250784 INFO (closeThreadPool-7640-thread-1)
[n:127.0.0.1:41361_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection,
keeping metrics history in memory.
[junit4] 2> 4250880 INFO (closeThreadPool-7640-thread-1)
[n:127.0.0.1:41361_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff
[junit4] 2> 4250930 INFO (closeThreadPool-7640-thread-1)
[n:127.0.0.1:41361_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff
[junit4] 2> 4250930 INFO (closeThreadPool-7640-thread-1)
[n:127.0.0.1:41361_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff
[junit4] 2> 4250931 INFO (closeThreadPool-7640-thread-1)
[n:127.0.0.1:41361_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/shard-1-001/cores
[junit4] 2> 4251108 INFO
(OverseerCollectionConfigSetProcessor-73982406814990340-127.0.0.1:36216_-n_0000000000)
[n:127.0.0.1:36216_ ] 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> 4251259 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/shard-2-001
of type NRT
[junit4] 2> 4251260 WARN (closeThreadPool-7640-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 4251260 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 4251260 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 4251260 INFO (closeThreadPool-7640-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 4251261 INFO (closeThreadPool-7640-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 4251277 INFO (closeThreadPool-7640-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 4251277 INFO (closeThreadPool-7640-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 4251310 INFO (closeThreadPool-7640-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3116501a{/,null,AVAILABLE}
[junit4] 2> 4251311 INFO (closeThreadPool-7640-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@790114a2{HTTP/1.1,[http/1.1]}{127.0.0.1:37900}
[junit4] 2> 4251311 INFO (closeThreadPool-7640-thread-1) [ ]
o.e.j.s.Server Started @4251358ms
[junit4] 2> 4251311 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/, hostPort=41041,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/shard-2-001/cores}
[junit4] 2> 4251311 ERROR (closeThreadPool-7640-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 4251311 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 4251311 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 4251311 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 4251311 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 4251312 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-09T11:21:57.633Z
[junit4] 2> 4251313 INFO (zkConnectionManagerCallback-7658-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4251332 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 4251332 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/shard-2-001/solr.xml
[junit4] 2> 4251349 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 4251349 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 4251363 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 4252178 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35698/solr
[junit4] 2> 4252194 INFO (zkConnectionManagerCallback-7662-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4252285 INFO (zkConnectionManagerCallback-7664-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4252344 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 4252347 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:41041_ as DOWN
[junit4] 2> 4252361 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 4252361 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41041_
[junit4] 2> 4252361 DEBUG
(OverseerStateUpdate-73982406814990340-127.0.0.1:36216_-n_0000000000)
[n:127.0.0.1:36216_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message
= {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:41041_"} current state version: 1
[junit4] 2> 4252362 INFO (zkCallback-7627-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 4252362 INFO (zkCallback-7620-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 4252368 INFO (zkCallback-7638-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 4252384 INFO (zkCallback-7647-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 4252384 INFO (zkCallback-7654-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 4252413 INFO (zkCallback-7663-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 4252562 INFO (zkConnectionManagerCallback-7671-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4252595 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 4252595 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35698/solr ready
[junit4] 2> 4252626 INFO
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[6D27CF39EEEFD016]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/shard-3-001
of type NRT
[junit4] 2> 4252631 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 4252651 WARN (closeThreadPool-7640-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 4252651 INFO (closeThreadPool-7640-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 4252652 INFO (closeThreadPool-7640-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 4252652 INFO (closeThreadPool-7640-thread-2) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 4252691 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff
[junit4] 2> 4252713 INFO (closeThreadPool-7640-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 4252713 INFO (closeThreadPool-7640-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 4252713 INFO (closeThreadPool-7640-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 4252714 INFO (closeThreadPool-7640-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7d6a5652{/,null,AVAILABLE}
[junit4] 2> 4252714 INFO (closeThreadPool-7640-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@60d505ef{HTTP/1.1,[http/1.1]}{127.0.0.1:38938}
[junit4] 2> 4252714 INFO (closeThreadPool-7640-thread-2) [ ]
o.e.j.s.Server Started @4252762ms
[junit4] 2> 4252714 INFO (closeThreadPool-7640-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/tempDir-001/jetty3,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=38732,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/shard-3-001/cores}
[junit4] 2> 4252715 ERROR (closeThreadPool-7640-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 4252715 INFO (closeThreadPool-7640-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 4252715 INFO (closeThreadPool-7640-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 4252715 INFO (closeThreadPool-7640-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 4252715 INFO (closeThreadPool-7640-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 4252715 INFO (closeThreadPool-7640-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-09T11:21:59.037Z
[junit4] 2> 4252741 INFO (zkConnectionManagerCallback-7674-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4252742 INFO (closeThreadPool-7640-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 4252742 INFO (closeThreadPool-7640-thread-2) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/shard-3-001/solr.xml
[junit4] 2> 4252762 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff
[junit4] 2> 4252762 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff
[junit4] 2> 4252764 INFO (closeThreadPool-7640-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/shard-2-001/cores
[junit4] 2> 4252778 INFO (closeThreadPool-7640-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 4252778 INFO (closeThreadPool-7640-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 4252779 INFO (closeThreadPool-7640-thread-2) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 4253332 INFO (closeThreadPool-7640-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35698/solr
[junit4] 2> 4253333 INFO (zkConnectionManagerCallback-7678-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4253335 INFO (zkConnectionManagerCallback-7680-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4253355 INFO (closeThreadPool-7640-thread-2)
[n:127.0.0.1:38732_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 4253358 INFO (closeThreadPool-7640-thread-2)
[n:127.0.0.1:38732_ ] o.a.s.c.ZkController Publish node=127.0.0.1:38732_ as
DOWN
[junit4] 2> 4253359 INFO (closeThreadPool-7640-thread-2)
[n:127.0.0.1:38732_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 4253359 INFO (closeThreadPool-7640-thread-2)
[n:127.0.0.1:38732_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38732_
[junit4] 2> 4253359 DEBUG
(OverseerStateUpdate-73982406814990340-127.0.0.1:36216_-n_0000000000)
[n:127.0.0.1:36216_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message
= {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:38732_"} current state version: 1
[junit4] 2> 4253360 INFO (zkCallback-7638-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 4253360 INFO (zkCallback-7627-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 4253360 INFO (zkCallback-7620-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 4253360 INFO (zkCallback-7663-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 4253360 INFO (zkCallback-7654-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 4253368 INFO (zkCallback-7670-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 4253368 INFO (zkCallback-7647-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 4253368 INFO (zkCallback-7679-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 4253443 INFO (zkConnectionManagerCallback-7687-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 4253444 INFO (closeThreadPool-7640-thread-2)
[n:127.0.0.1:38732_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 4253474 INFO (closeThreadPool-7640-thread-2)
[n:127.0.0.1:38732_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:35698/solr ready
[junit4] 2> 4253489 INFO (closeThreadPool-7640-thread-2)
[n:127.0.0.1:38732_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection,
keeping metrics history in memory.
[junit4] 2> 4253537 INFO (closeThreadPool-7640-thread-2)
[n:127.0.0.1:38732_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff
[junit4] 2> 4253562 INFO (closeThreadPool-7640-thread-2)
[n:127.0.0.1:38732_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff
[junit4] 2> 4253562 INFO (closeThreadPool-7640-thread-2)
[n:127.0.0.1:38732_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff
[junit4] 2> 4253576 INFO (closeThreadPool-7640-thread-2)
[n:127.0.0.1:38732_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/shard-3-001/cores
[junit4] 2> 4253675 INFO (SocketProxy-Acceptor-36216) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54260,localport=36216], receiveBufferSize:531000
[junit4] 2> 4253675 INFO (SocketProxy-Acceptor-36216) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=42720,localport=56464], receiveBufferSize=530904
[junit4] 2> 4253675 INFO (SocketProxy-Acceptor-36216) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54262,localport=36216], receiveBufferSize:531000
[junit4] 2> 4253676 INFO (qtp704614131-36262) [n:127.0.0.1:36216_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:41041_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 4253676 INFO (qtp704614131-36264) [n:127.0.0.1:36216_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:41361_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 4253681 INFO (SocketProxy-Acceptor-36216) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=42720,localport=56466], receiveBufferSize=530904
[junit4] 2> 4253764 INFO (qtp704614131-36261) [n:127.0.0.1:36216_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:38732_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 4253765 INFO (qtp704614131-36263) [n:127.0.0.1:36216_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=81
[junit4] 2> 4253766 INFO (qtp704614131-36265) [n:127.0.0.1:36216_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 4253767 INFO (qtp704614131-36263) [n:127.0.0.1:36216_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 4253768 INFO (qtp704614131-36265) [n:127.0.0.1:36216_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4253790 INFO (qtp704614131-36263) [n:127.0.0.1:36216_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=21
[junit4] 2> 4253791 INFO (qtp704614131-36263) [n:127.0.0.1:36216_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4253791 INFO (qtp704614131-36263) [n:127.0.0.1:36216_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4253792 INFO (qtp704614131-36263) [n:127.0.0.1:36216_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4253793 INFO (SocketProxy-Acceptor-38732) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=46456,localport=38732], receiveBufferSize:531000
[junit4] 2> 4253798 INFO (SocketProxy-Acceptor-38732) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=38938,localport=36392], receiveBufferSize=530904
[junit4] 2> 4253807 INFO (qtp464547939-36392) [n:127.0.0.1:38732_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4253809 INFO (qtp464547939-36393) [n:127.0.0.1:38732_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4253818 INFO (qtp464547939-36394) [n:127.0.0.1:38732_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=8
[junit4] 2> 4253819 INFO (qtp464547939-36395) [n:127.0.0.1:38732_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4253819 INFO (qtp464547939-36391) [n:127.0.0.1:38732_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4253820 INFO (SocketProxy-Acceptor-41041) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=56834,localport=41041], receiveBufferSize:531000
[junit4] 2> 4253820 INFO (SocketProxy-Acceptor-41041) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37900,localport=49018], receiveBufferSize=530904
[junit4] 2> 4253821 INFO (qtp2037187744-36362) [n:127.0.0.1:41041_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4253822 INFO (qtp2037187744-36363) [n:127.0.0.1:41041_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4253822 INFO (qtp2037187744-36364) [n:127.0.0.1:41041_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4253823 INFO (qtp2037187744-36365) [n:127.0.0.1:41041_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4253824 INFO (qtp2037187744-36361) [n:127.0.0.1:41041_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4253824 INFO (SocketProxy-Acceptor-41361) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=42236,localport=41361], receiveBufferSize:531000
[junit4] 2> 4253824 INFO (SocketProxy-Acceptor-41361) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=36896,localport=52880], receiveBufferSize=530904
[junit4] 2> 4253825 INFO (qtp696400066-36329) [n:127.0.0.1:41361_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4253838 INFO (qtp696400066-36330) [n:127.0.0.1:41361_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=12
[junit4] 2> 4253839 INFO (qtp696400066-36332) [n:127.0.0.1:41361_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4253840 INFO (qtp696400066-36331) [n:127.0.0.1:41361_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4253840 INFO (qtp696400066-36328) [n:127.0.0.1:41361_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 4253841 INFO
(OverseerThreadFactory-7852-thread-3-processing-n:127.0.0.1:36216_)
[n:127.0.0.1:36216_ c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Node
Identified 127.0.0.1:41041_ for creating new replica of shard shard1 for
collection collection1
[junit4] 2> 4253841 INFO
(OverseerThreadFactory-7852-thread-4-processing-n:127.0.0.1:36216_)
[n:127.0.0.1:36216_ c:collection1 s:shard2 ] o.a.s.c.a.c.AddReplicaCmd Node
Identified 127.0.0.1:41361_ for creating new replica of shard shard2 for
collection collection1
[junit4] 2> 4253842 INFO
(OverseerThreadFactory-7852-thread-3-processing-n:127.0.0.1:36216_)
[n:127.0.0.1:36216_ c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd
Returning CreateReplica command.
[junit4] 2> 4253842 INFO
(OverseerThreadFactory-7852-thread-4-processing-n:127.0.0.1:36216_)
[n:127.0.0.1:36216_ c:collection1 s:shard2 ] o.a.s.c.a.c.AddReplicaCmd
Returning CreateReplica command.
[junit4] 2> 4253843 INFO (SocketProxy-Acceptor-41041) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=56842,localport=41041], receiveBufferSize:531000
[junit4] 2> 4253843 INFO (SocketProxy-Acceptor-41361) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=42244,localport=41361], receiveBufferSize:531000
[junit4] 2> 4253844 INFO (qtp696400066-36330) [n:127.0.0.1:41361_
x:collection1_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 4253844 INFO (qtp2037187744-36363) [n:127.0.0.1:41041_
x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 4253844 INFO (SocketProxy-Acceptor-41041) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37900,localport=49026], receiveBufferSize=530904
[junit4] 2> 4253845 INFO (SocketProxy-Acceptor-41361) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=36896,localport=52888], receiveBufferSize=530904
[junit4] 2> 4253846 DEBUG
(OverseerStateUpdate-73982406814990340-127.0.0.1:36216_-n_0000000000)
[n:127.0.0.1:36216_ ] o.a.s.c.Overseer processMessage: queueSize: 2, message
= {
[junit4] 2> "core":"collection1_shard1_replica_n1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:41041",
[junit4] 2> "node_name":"127.0.0.1:41041_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 1
[junit4] 2> 4253860 DEBUG
(OverseerStateUpdate-73982406814990340-127.0.0.1:36216_-n_0000000000)
[n:127.0.0.1:36216_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message
= {
[junit4] 2> "core":"collection1_shard2_replica_n2",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:41361",
[junit4] 2> "node_name":"127.0.0.1:41361_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 2
[junit4] 2> 4254905 INFO (qtp2037187744-36363) [n:127.0.0.1:41041_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.7.0
[junit4] 2> 4254916 INFO (qtp696400066-36330) [n:127.0.0.1:41361_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.7.0
[junit4] 2> 4254962 INFO (qtp2037187744-36363) [n:127.0.0.1:41041_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema
[collection1_shard1_replica_n1] Schema name=test
[junit4] 2> 4254988 INFO (qtp696400066-36330) [n:127.0.0.1:41361_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema
[collection1_shard2_replica_n2] Schema name=test
[junit4] 2> 4255720 INFO (qtp2037187744-36363) [n:127.0.0.1:41041_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 4255736 INFO (qtp696400066-36330) [n:127.0.0.1:41361_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 4255808 INFO (qtp2037187744-36363) [n:127.0.0.1:41041_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n1' using configuration from
collection collection1, trusted=true
[junit4] 2> 4255809 INFO (qtp2037187744-36363) [n:127.0.0.1:41041_
c:collection1 s:shard1 x:collection1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n1' (registry
'solr.core.collection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff
[junit4] 2> 4255810 INFO (qtp2037187744-36363) [n:127.0.0.1:41041_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[[collection1_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/shard-2-001/cores/collection1_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/shard-2-001/cores/collection1_shard1_replica_n1/data/]
[junit4] 2> 4255812 INFO (qtp2037187744-36363) [n:127.0.0.1:41041_
c:collection1 s:shard1 x:collection1_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=51.2041015625,
floorSegmentMB=0.515625, forceMergeDeletesPctAllowed=8.061552154829513,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6848966704227561, deletesPctAllowed=22.739297103763086
[junit4] 2> 4255814 WARN (qtp2037187744-36363) [n:127.0.0.1:41041_
c:collection1 s:shard1 x:collection1_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> 4255908 INFO (qtp696400066-36330) [n:127.0.0.1:41361_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n2' using configuration from
collection collection1, trusted=true
[junit4] 2> 4255910 INFO (qtp696400066-36330) [n:127.0.0.1:41361_
c:collection1 s:shard2 x:collection1_shard2_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n2' (registry
'solr.core.collection1.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@16f178ff
[junit4] 2> 4255910 INFO (qtp696400066-36330) [n:127.0.0.1:41361_
c:collection1 s:shard2 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore
[[collection1_shard2_replica_n2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/shard-1-001/cores/collection1_shard2_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_6D27CF39EEEFD016-001/shard-1-001/cores/collection1_shard2_replica_n2/data/]
[junit4] 2> 4255945 INFO (qtp696400066-36330) [n:127.0.0.1:41361_
c:collection1 s:shard2 x:collection1_shard2_replica_n2]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=51.2041015625,
floorSegmentMB=0.515625, forceMergeDeletesPctAllowed=8.061552154829513,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6848966704227561, deletesPctAllowed=22.739297103763086
[junit4] 2> 4255947 WARN (qtp696400066-36330) [n:127.0.0.1:41361_
c:collection1 s:shard2 x:collection1_shard2_replica_n2]
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> 4256100 INFO (qtp2037187744-36363) [n:127.0.0.1:41041_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 4256100 INFO (qtp2037187744-36363) [n:127.0.0.1:41041_
c:collection1 s:shard1 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVers
[...truncated too long message...]
lrSlf4jReporterTest, CustomHighlightComponentTest, TestUpdate,
BlockJoinFacetRandomTest, ClassificationUpdateProcessorIntegrationTest,
TlogReplayBufferedWhileIndexingTest, TestDownShardTolerantSearch,
InfixSuggestersTest, FieldMutatingUpdateProcessorTest, TestExceedMaxTermLength,
TestTrackingShardHandlerFactory, AutoscalingHistoryHandlerTest, PluginInfoTest,
TestDynamicLoading, AtomicUpdateProcessorFactoryTest, CdcrBidirectionalTest,
CollectionTooManyReplicasTest, CurrencyRangeFacetCloudTest,
RecoveryAfterSoftCommitTest, TestChildDocTransformer, OverseerTaskQueueTest,
MetricsConfigTest, TestMacros, TestCollectionsAPIViaSolrCloudCluster,
TestCloudSearcherWarming, CdcrWithNodesRestartsTest, BooleanFieldTest,
BasicFunctionalityTest, TestSimLargeCluster, TestShardHandlerFactory,
TestInfoStreamLogging, SolrMetricReporterTest, SaslZkACLProviderTest,
BigEndianAscendingWordDeserializerTest, TestSolrCloudWithHadoopAuthPlugin,
OutOfBoxZkACLAndCredentialsProvidersTest, LeaderTragicEventTest,
TestSQLHandlerNonCloud, ResponseHeaderTest, TestReqParamsAPI,
TestManagedSynonymGraphFilterFactory, CoreAdminOperationTest,
FastVectorHighlighterTest, AnalysisErrorHandlingTest, SortSpecParsingTest,
SearchRateTriggerIntegrationTest, TestMaxTokenLenTokenizer,
DocumentAnalysisRequestHandlerTest, ShufflingReplicaListTransformerTest,
DistributedQueryComponentOptimizationTest, XmlUpdateRequestHandlerTest,
PrimitiveFieldTypeTest, TestFieldCollectionResource, DirectSolrConnectionTest,
UUIDFieldTest, SpellCheckCollatorTest, ReplaceNodeNoTargetTest,
TestCollationFieldDocValues, CdcrReplicationHandlerTest,
DefaultValueUpdateProcessorTest, DistributedExpandComponentTest,
TestSystemCollAutoCreate, TestExactSharedStatsCache,
TestEmbeddedSolrServerSchemaAPI, SimpleMLTQParserTest, TaggerTest,
SyncSliceTest, EmbeddedSolrNoSerializeTest, TestManagedResourceStorage,
TestFieldSortValues, SchemaVersionSpecificBehaviorTest, TestRecoveryHdfs,
DistribJoinFromCollectionTest, BasicDistributedZkTest,
TestCloudPhrasesIdentificationComponent, TestConfigSetsAPIExclusivity,
TestConfigSetsAPIZkFailure, TestDistributedMap, TestHashPartitioner,
TestLockTree, TestMiniSolrCloudClusterSSL, TestPullReplica,
TestPullReplicaErrorHandling, TestShortCircuitedRequests,
TestSizeLimitedDistributedMap, TestSolrCloudWithKerberosAlt,
TestStressInPlaceUpdates, TestStressLiveNodes, NodeAddedTriggerTest,
ScheduledTriggerIntegrationTest, ScheduledTriggerTest,
TestSimComputePlanAction, TestSimDistribStateManager, TestSimDistributedQueue,
TestSimPolicyCloud, HdfsChaosMonkeySafeLeaderTest, HdfsUnloadDistributedZkTest]
[junit4] Completed [570/835 (2!)] on J1 in 259.86s, 1 test, 1 error <<<
FAILURES!
[...truncated 46670 lines...]
-ecj-javadoc-lint-src:
[mkdir] Created dir: /tmp/ecj478346719
[ecj-lint] Compiling 1235 source files to /tmp/ecj478346719
[ecj-lint] Processing annotations
[ecj-lint] Annotations processed
[ecj-lint] Processing annotations
[ecj-lint] No elements to process
[ecj-lint] invalid Class-Path header in manifest of jar file:
/home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
[ecj-lint] invalid Class-Path header in manifest of jar file:
/home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
[ecj-lint] ----------
[ecj-lint] 1. WARNING in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/java/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.java
(at line 219)
[ecj-lint] return (NamedList<Object>) new
JavaBinCodec(resolver).unmarshal(in);
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 2. WARNING in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/java/org/apache/solr/cloud/api/collections/RestoreCmd.java
(at line 257)
[ecj-lint] throw new SolrException(ErrorCode.BAD_REQUEST, "Unexpected
number of replicas, replicationFactor, " +
[ecj-lint] Replica.Type.NRT + " or " + Replica.Type.TLOG + "
must be greater than 0");
[ecj-lint]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: 'repository' is not closed at this location
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 3. WARNING in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/java/org/apache/solr/handler/loader/JavabinLoader.java
(at line 137)
[ecj-lint] new JavaBinCodec() {
[ecj-lint] SolrParams params;
[ecj-lint] AddUpdateCommand addCmd = null;
[ecj-lint]
[ecj-lint] @Override
[ecj-lint] public List<Object> readIterator(DataInputInputStream fis)
throws IOException {
[ecj-lint] while (true) {
[ecj-lint] Object o = readVal(fis);
[ecj-lint] if (o == END_OBJ) break;
[ecj-lint] if (o instanceof NamedList) {
[ecj-lint] params = ((NamedList) o).toSolrParams();
[ecj-lint] } else {
[ecj-lint] try {
[ecj-lint] if (o instanceof byte[]) {
[ecj-lint] if (params != null) req.setParams(params);
[ecj-lint] byte[] buf = (byte[]) o;
[ecj-lint] contentStreamLoader.load(req, rsp, new
ContentStreamBase.ByteArrayStream(buf, null), processor);
[ecj-lint] } else {
[ecj-lint] throw new RuntimeException("unsupported type ");
[ecj-lint] }
[ecj-lint] } catch (Exception e) {
[ecj-lint] throw new RuntimeException(e);
[ecj-lint] } finally {
[ecj-lint] params = null;
[ecj-lint] req.setParams(old);
[ecj-lint] }
[ecj-lint] }
[ecj-lint] }
[ecj-lint] return Collections.emptyList();
[ecj-lint] }
[ecj-lint]
[ecj-lint] }.unmarshal(in);
[ecj-lint]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 4. ERROR in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/java/org/apache/solr/update/DocumentBuilder.java
(at line 32)
[ecj-lint] import org.apache.solr.common.util.ByteArrayUtf8CharSequence;
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] The import org.apache.solr.common.util.ByteArrayUtf8CharSequence is
never used
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 5. WARNING in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/java/org/apache/solr/update/UpdateLog.java
(at line 1867)
[ecj-lint] if (exceptionOnExecuteUpdate.get() != null) throw
exceptionOnExecuteUpdate.get();
[ecj-lint]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: 'proc' is not closed at this location
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 6. WARNING in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/java/org/apache/solr/util/FileUtils.java
(at line 50)
[ecj-lint] in = new FileInputStream(src).getChannel();
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 7. WARNING in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/java/org/apache/solr/util/FileUtils.java
(at line 51)
[ecj-lint] out = new FileOutputStream(destination).getChannel();
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 7 problems (1 error, 6 warnings)
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:651:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:101:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build.xml:680:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:2093:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:2132:
Compile failed; see the compiler error output for details.
Total time: 525 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]