Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.11/532/
3 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsNNFailoverTest
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.cloud.hdfs.HdfsNNFailoverTest: 1) Thread[id=79,
name=Command processor, state=WAITING, group=TGRP-HdfsNNFailoverTest]
at sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
org.apache.hadoop.hdfs.server.datanode.BPServiceActor$CommandProcessingThread.processQueue(BPServiceActor.java:1291)
at
org.apache.hadoop.hdfs.server.datanode.BPServiceActor$CommandProcessingThread.run(BPServiceActor.java:1275)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.cloud.hdfs.HdfsNNFailoverTest:
1) Thread[id=79, name=Command processor, state=WAITING,
group=TGRP-HdfsNNFailoverTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
org.apache.hadoop.hdfs.server.datanode.BPServiceActor$CommandProcessingThread.processQueue(BPServiceActor.java:1291)
at
org.apache.hadoop.hdfs.server.datanode.BPServiceActor$CommandProcessingThread.run(BPServiceActor.java:1275)
at __randomizedtesting.SeedInfo.seed([15F57AB1D9A92841]:0)
FAILED:
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypesLink
Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:37379
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while
waiting response from server at: http://127.0.0.1:37379
at
__randomizedtesting.SeedInfo.seed([15F57AB1D9A92841:299BB3E87C7183D8]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1188)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:225)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:242)
at
org.apache.solr.cloud.api.collections.ShardSplitTest.doSplitMixedReplicaTypes(ShardSplitTest.java:365)
at
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypesLink(ShardSplitTest.java:356)
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:1758)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1084)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1055)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
at java.lang.Thread.run(Thread.java:750)
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:280)
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:157)
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:186)
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:571)
... 57 more
FAILED:
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypes
Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:34961
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while
waiting response from server at: http://127.0.0.1:34961
at
__randomizedtesting.SeedInfo.seed([15F57AB1D9A92841:AD362E112572FD34]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1188)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:225)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:242)
at
org.apache.solr.cloud.api.collections.ShardSplitTest.doSplitMixedReplicaTypes(ShardSplitTest.java:365)
at
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypes(ShardSplitTest.java:350)
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:1758)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1084)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1055)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
at java.lang.Thread.run(Thread.java:750)
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:280)
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:157)
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:186)
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:571)
... 57 more
Build Log:
[...truncated 13412 lines...]
[junit4] Suite: org.apache.solr.cloud.hdfs.HdfsNNFailoverTest
[junit4] 2> 2739 INFO
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/server/solr/configsets/_default/conf'
[junit4] 2> 2886 INFO
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-1 for ERROR logs matching
regex: ignore_exception
[junit4] 2> 3178 INFO
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_15F57AB1D9A92841-001/data-dir-1-001
[junit4] 2> 3324 INFO
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 3386 INFO
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-worker) [ ] o.e.j.u.log
Logging initialized @3418ms to org.eclipse.jetty.util.log.Slf4jLog
[junit4] 2> 3391 INFO
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-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> 3418 INFO
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 3422 INFO
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 7898 WARN
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.a.h.s.a.s.AuthenticationFilter Unable to initialize FileSignerSecretProvider,
falling back to use random secrets. Reason: access denied
("java.io.FilePermission" "/home/jenkins/hadoop-http-auth-signature-secret"
"read")
[junit4] 2> 7910 WARN
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 8386 INFO
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git:
27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
[junit4] 2> 8458 INFO
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 8459 INFO
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 8463 INFO
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 8490 INFO
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@273c4fbf{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/static,AVAILABLE}
[junit4] 2> 8993 INFO
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.w.WebAppContext@4a45dd6f{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/jetty-localhost_localdomain-46291-hadoop-hdfs-3_2_4-tests_jar-_-any-3976920706168645883/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/hdfs}
[junit4] 2> 9358 INFO
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@527498ef{HTTP/1.1,
(http/1.1)}{localhost.localdomain:46291}
[junit4] 2> 9358 INFO
(SUITE-HdfsNNFailoverTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.e.j.s.Server Started @9395ms
[junit4] 2> 11280 WARN (StorageLocationChecker thread 0) [ ]
o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your
platform... using builtin-java classes where applicable
[junit4] 2> 11380 WARN (Listener at localhost.localdomain/45107) [ ]
o.a.h.s.a.s.AuthenticationFilter Unable to initialize FileSignerSecretProvider,
falling back to use random secrets. Reason: access denied
("java.io.FilePermission" "/home/jenkins/hadoop-http-auth-signature-secret"
"read")
[junit4] 2> 11381 WARN (Listener at localhost.localdomain/45107) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 11388 INFO (Listener at localhost.localdomain/45107) [ ]
o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git:
27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
[junit4] 2> 11389 INFO (Listener at localhost.localdomain/45107) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 11389 INFO (Listener at localhost.localdomain/45107) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 11389 INFO (Listener at localhost.localdomain/45107) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 11390 INFO (Listener at localhost.localdomain/45107) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@59a7c7cb{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/static,AVAILABLE}
[junit4] 2> 11500 INFO (Listener at localhost.localdomain/45107) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.w.WebAppContext@630c27ba{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/jetty-localhost-42579-hadoop-hdfs-3_2_4-tests_jar-_-any-6893607383989549463/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/datanode}
[junit4] 2> 11502 INFO (Listener at localhost.localdomain/45107) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1d361109{HTTP/1.1,
(http/1.1)}{localhost:42579}
[junit4] 2> 11502 INFO (Listener at localhost.localdomain/45107) [ ]
o.e.j.s.Server Started @11539ms
[junit4] 2> 16450 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0xbd7065c451378c4e: Processing first storage report for
DS-ff28ac3b-a107-4b5c-857d-c31abcc01796 from datanode
DatanodeRegistration(127.0.0.1:33225,
datanodeUuid=7bb0f1e5-9b19-4237-adf9-f51e2b244161, infoPort=34355,
infoSecurePort=0, ipcPort=45421,
storageInfo=lv=-57;cid=testClusterID;nsid=1010567955;c=1707760007571)
[junit4] 2> 16452 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0xbd7065c451378c4e: from storage
DS-ff28ac3b-a107-4b5c-857d-c31abcc01796 node
DatanodeRegistration(127.0.0.1:33225,
datanodeUuid=7bb0f1e5-9b19-4237-adf9-f51e2b244161, infoPort=34355,
infoSecurePort=0, ipcPort=45421,
storageInfo=lv=-57;cid=testClusterID;nsid=1010567955;c=1707760007571), blocks:
0, hasStaleStorage: true, processing time: 2 msecs, invalidatedBlocks: 0
[junit4] 2> 16459 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0xbd7065c451378c4e: Processing first storage report for
DS-a022d177-c3f2-4b27-9753-e7abe63233b3 from datanode
DatanodeRegistration(127.0.0.1:33225,
datanodeUuid=7bb0f1e5-9b19-4237-adf9-f51e2b244161, infoPort=34355,
infoSecurePort=0, ipcPort=45421,
storageInfo=lv=-57;cid=testClusterID;nsid=1010567955;c=1707760007571)
[junit4] 2> 16459 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0xbd7065c451378c4e: from storage
DS-a022d177-c3f2-4b27-9753-e7abe63233b3 node
DatanodeRegistration(127.0.0.1:33225,
datanodeUuid=7bb0f1e5-9b19-4237-adf9-f51e2b244161, infoPort=34355,
infoSecurePort=0, ipcPort=45421,
storageInfo=lv=-57;cid=testClusterID;nsid=1010567955;c=1707760007571), blocks:
0, hasStaleStorage: false, processing time: 1 msecs, invalidatedBlocks: 0
[junit4] 2> 17133 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-1 after mutting 0 log messages
[junit4] 2> 17135 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-2 for ERROR logs matching
regex: ignore_exception
[junit4] 2> 17151 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 17157 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
[junit4] 2> 17158 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 17283 WARN (ZkTestServer Run Thread) [ ]
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
[junit4] 2> 17546 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ZkTestServer start zk server on port: 43375
[junit4] 2> 17547 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43375
[junit4] 2> 17549 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43375
[junit4] 2> 17550 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 43375
[junit4] 2> 17679 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 17721 INFO (zkConnectionManagerCallback-4-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 17721 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 17753 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 17760 INFO (zkConnectionManagerCallback-6-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 17761 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 17797 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 17801 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 17805 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 17808 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 17810 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 17812 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 17818 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 17820 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 17823 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 17825 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 17827 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 17829 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 18207 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 18208 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 18208 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ] o.e.j.s.Server
jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git:
27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
[junit4] 2> 18219 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 18219 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ] o.e.j.s.session
No SessionScavenger set, using defaults
[junit4] 2> 18219 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ] o.e.j.s.session
node0 Scavenging every 660000ms
[junit4] 2> 18224 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@24b74b99{/,null,AVAILABLE}
[junit4] 2> 18225 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@7547c4e{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:38209}
[junit4] 2> 18225 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ] o.e.j.s.Server
Started @18262ms
[junit4] 2> 18225 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost.localdomain:45107/hdfs__localhost.localdomain_45107__home_jenkins_jenkins-slave_workspace_Lucene_Lucene-Solr-Tests-8.11_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsNNFailoverTest_15F57AB1D9A92841-001_tempDir-002_control_data,
replicaType=NRT, hostContext=/, hostPort=38209,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_15F57AB1D9A92841-001/control-001/cores}
[junit4] 2> 18246 ERROR
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 18246 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 18246 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.11.4
[junit4] 2> 18246 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 18246 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
[junit4] 2> 18246 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2024-02-12T17:46:59.263Z
[junit4] 2> 18250 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 18258 INFO (zkConnectionManagerCallback-8-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 18258 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 18264 WARN
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]-SendThread(127.0.0.1:43375))
[ ] o.a.z.ClientCnxn An exception was thrown while closing send thread for
session 0x100716bd0210002.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x100716bd0210002, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x100716bd0210002, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 18376 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 18377 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_15F57AB1D9A92841-001/control-001/solr.xml
[junit4] 2> 18444 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 18445 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 18461 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@24705856, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 20554 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 20616 WARN
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@307d6bfd[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 20616 WARN
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@307d6bfd[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 20791 WARN
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@33b4eb5a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 20792 WARN
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@33b4eb5a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 20905 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43375/solr
[junit4] 2> 20925 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 20928 INFO (zkConnectionManagerCallback-19-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 20928 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 20934 WARN
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]-SendThread(127.0.0.1:43375))
[ ] o.a.z.ClientCnxn An exception was thrown while closing send thread for
session 0x100716bd0210003.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x100716bd0210003, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x100716bd0210003, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 21041 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [n:127.0.0.1:38209_
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 21044 INFO (zkConnectionManagerCallback-21-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 21044 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [n:127.0.0.1:38209_
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 21192 WARN
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [n:127.0.0.1:38209_
] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable;
consider setting up ACLs as described in
https://solr.apache.org/guide/zookeeper-access-control.html
[junit4] 2> 21232 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [n:127.0.0.1:38209_
] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38209_
[junit4] 2> 21233 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [n:127.0.0.1:38209_
] o.a.s.c.Overseer Overseer
(id=72182301905190916-127.0.0.1:38209_-n_0000000000) starting
[junit4] 2> 21336 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [n:127.0.0.1:38209_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38209_
[junit4] 2> 21338 INFO
(OverseerStateUpdate-72182301905190916-127.0.0.1:38209_-n_0000000000)
[n:127.0.0.1:38209_ ] o.a.s.c.Overseer Starting to work on the main queue :
127.0.0.1:38209_
[junit4] 2> 21348 INFO
(OverseerStateUpdate-72182301905190916-127.0.0.1:38209_-n_0000000000)
[n:127.0.0.1:38209_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 21357 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [n:127.0.0.1:38209_
] o.a.s.c.ZkController non-data nodes now []
[junit4] 2> 21393 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [n:127.0.0.1:38209_
] o.a.s.p.PackageLoader /packages.json updated to version -1
[junit4] 2> 21411 WARN
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [n:127.0.0.1:38209_
] o.a.s.c.CoreContainer Not all security plugins configured!
authentication=disabled authorization=disabled. Solr is only as secure as you
make it. Consider configuring authentication/authorization before exposing Solr
to users internal or external. See https://s.apache.org/solrsecurity for more
info
[junit4] 2> 21592 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [n:127.0.0.1:38209_
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 21667 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [n:127.0.0.1:38209_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24705856
[junit4] 2> 21668 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [n:127.0.0.1:38209_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24705856
[junit4] 2> 21668 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [n:127.0.0.1:38209_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24705856
[junit4] 2> 21704 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [n:127.0.0.1:38209_
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_15F57AB1D9A92841-001/control-001/cores
[junit4] 2> 21762 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 21765 INFO (zkConnectionManagerCallback-38-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 21765 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 21767 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 21772 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43375/solr ready
[junit4] 2> 22047 INFO (qtp296089075-139) [n:127.0.0.1:38209_ ]
o.a.s.s.HttpSolrCall
HttpSolrCall.init(http://127.0.0.1:38209/admin/collections?action=CREATE&name=control_collection&collection.configName=conf1&createNodeSet=127.0.0.1%3A38209_&numShards=1&nrtReplicas=1&wt=javabin&version=2)
[junit4] 2> 22101 INFO
(OverseerThreadFactory-28-thread-1-processing-n:127.0.0.1:38209_)
[n:127.0.0.1:38209_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 22249 INFO (qtp296089075-141) [n:127.0.0.1:38209_ ]
o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:38209/admin/cores?null)
[junit4] 2> 22252 INFO (qtp296089075-141) [n:127.0.0.1:38209_
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> 22256 INFO (qtp296089075-141) [n:127.0.0.1:38209_
x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient core cache for max 4 cores with initial capacity of 4
[junit4] 2> 23366 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.11.4
[junit4] 2> 23381 WARN (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use
solr.xml:/metrics/reporter section instead
[junit4] 2> 23434 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.IndexSchema Schema name=test
[junit4] 2> 23918 WARN (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.D.s.WordDelimiterFilterFactory Solr loaded a deprecated plugin/analysis
class [solr.WordDelimiterFilterFactory]. Please consult documentation how to
replace it accordingly.
[junit4] 2> 23938 WARN (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.D.s.GeoHashField Solr loaded a deprecated plugin/analysis class
[solr.GeoHashField]. Please consult documentation how to replace it accordingly.
[junit4] 2> 23943 WARN (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.D.s.LatLonType Solr loaded a deprecated plugin/analysis class
[solr.LatLonType]. Please consult documentation how to replace it accordingly.
[junit4] 2> 23952 WARN (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.D.s.CurrencyField Solr loaded a deprecated plugin/analysis class
[solr.CurrencyField]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 24310 INFO (qtp296089075-141) [n:127.0.0.1:38209_
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> 24488 INFO (qtp296089075-141) [n:127.0.0.1:38209_
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 configset conf1, trusted=true
[junit4] 2> 24502 INFO (qtp296089075-141) [n:127.0.0.1:38209_
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@24705856
[junit4] 2> 24516 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:45107/solr_hdfs_home
[junit4] 2> 24516 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 24526 INFO (qtp296089075-141) [n:127.0.0.1:38209_
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/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_15F57AB1D9A92841-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[hdfs://localhost.localdomain:45107/solr_hdfs_home/control_collection/core_node2/data/]
[junit4] 2> 24536 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:45107/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
[junit4] 2> 24551 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 24551 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[4194304] will allocate [1] slabs and use ~[4194304] bytes
[junit4] 2> 24551 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 24604 WARN (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See
SOLR-14021 for details.
[junit4] 2> 24604 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 24617 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:45107/solr_hdfs_home/control_collection/core_node2/data
[junit4] 2> 24629 WARN (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See
SOLR-14021 for details.
[junit4] 2> 24662 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:45107/solr_hdfs_home/control_collection/core_node2/data/index
[junit4] 2> 24668 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 24668 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[4194304] will allocate [1] slabs and use ~[4194304] bytes
[junit4] 2> 24668 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 24675 WARN (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See
SOLR-14021 for details.
[junit4] 2> 24675 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 24677 INFO (qtp296089075-141) [n:127.0.0.1:38209_
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=28, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=12.8115234375,
floorSegmentMB=0.3896484375, forceMergeDeletesPctAllowed=11.498041054122115,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6767720479732777, deletesPctAllowed=20.97607200978631
[junit4] 2> 26239 WARN (qtp296089075-141) [n:127.0.0.1:38209_
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> 27506 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 27506 INFO (qtp296089075-141) [n:127.0.0.1:38209_
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> 27506 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 27532 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 27532 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 27536 INFO (qtp296089075-141) [n:127.0.0.1:38209_
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=27, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=2.173828125,
floorSegmentMB=1.541015625, forceMergeDeletesPctAllowed=2.0928766951502387,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8235182449396926, deletesPctAllowed=32.1981356620127
[junit4] 2> 27716 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 27720 INFO (qtp296089075-141) [n:127.0.0.1:38209_
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> 27749 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 27762 INFO (qtp296089075-141) [n:127.0.0.1:38209_
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 1790716179936968704
[junit4] 2> 27774 INFO
(searcherExecutor-40-thread-1-processing-n:127.0.0.1:38209_
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:38209_ c:control_collection s:shard1
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher autowarm time:
0 ms
[junit4] 2> 27781 INFO (qtp296089075-141) [n:127.0.0.1:38209_
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> 27784 INFO (qtp296089075-141) [n:127.0.0.1:38209_
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> 27800 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 27800 INFO (qtp296089075-141) [n:127.0.0.1:38209_
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> 27801 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:38209/control_collection_shard1_replica_n1/
[junit4] 2> 27803 INFO (qtp296089075-141) [n:127.0.0.1:38209_
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> 27803 INFO (qtp296089075-141) [n:127.0.0.1:38209_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy
http://127.0.0.1:38209/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 27805 INFO (qtp296089075-141) [n:127.0.0.1:38209_
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/72182301905190916-core_node2-n_0000000000
[junit4] 2> 27818 INFO (qtp296089075-141) [n:127.0.0.1:38209_
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:38209/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 27835 INFO (qtp296089075-141) [n:127.0.0.1:38209_
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> 27840 INFO (qtp296089075-141) [n:127.0.0.1:38209_ ]
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=5591
[junit4] 2> 27892 INFO (qtp296089075-139) [n:127.0.0.1:38209_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 27938 INFO (zkCallback-20-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> 27938 INFO (zkCallback-20-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> 27940 INFO (qtp296089075-139) [n:127.0.0.1:38209_ ]
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:38209_&wt=javabin&version=2}
status=0 QTime=5907
[junit4] 2> 27942 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in
collection: control_collection
[junit4] 2> 27947 WARN
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]-SendThread(127.0.0.1:43375))
[ ] o.a.z.ClientCnxn An exception was thrown while closing send thread for
session 0x100716bd0210005.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x100716bd0210005, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x100716bd0210005, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 28059 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 28067 INFO (zkConnectionManagerCallback-49-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 28067 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 28068 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 28071 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43375/solr ready
[junit4] 2> 28072 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 28075 INFO (qtp296089075-141) [n:127.0.0.1:38209_ ]
o.a.s.s.HttpSolrCall
HttpSolrCall.init(http://127.0.0.1:38209/admin/collections?action=CREATE&name=collection1&collection.configName=conf1&createNodeSet=&numShards=1&nrtReplicas=1&stateFormat=2&wt=javabin&version=2)
[junit4] 2> 28079 INFO
(OverseerCollectionConfigSetProcessor-72182301905190916-127.0.0.1:38209_-n_0000000000)
[n:127.0.0.1:38209_ ] 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> 28079 INFO
(OverseerThreadFactory-28-thread-2-processing-n:127.0.0.1:38209_)
[n:127.0.0.1:38209_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 28285 WARN
(OverseerThreadFactory-28-thread-2-processing-n:127.0.0.1:38209_)
[n:127.0.0.1:38209_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 28287 INFO (qtp296089075-141) [n:127.0.0.1:38209_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 28287 INFO (qtp296089075-141) [n:127.0.0.1:38209_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=212
[junit4] 2> 28292 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
[junit4] 2> 28292 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 28292 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances
pullReplicaCount=0 numOtherReplicas=1
[junit4] 2> 28429 INFO
(TEST-HdfsNNFailoverTest.test-seed#[15F57AB1D9A92841]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_15F57AB1D9A92841-001/shard-1-001
of type NRT for shard1
[junit4] 2> 28433 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 28433 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 28434 INFO (closeThreadPool-50-thread-1) [ ]
o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git:
27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
[junit4] 2> 28435 INFO (closeThreadPool-50-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 28436 INFO (closeThreadPool-50-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 28436 INFO (closeThreadPool-50-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 28436 INFO (closeThreadPool-50-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3204f61a{/,null,AVAILABLE}
[junit4] 2> 28437 INFO (closeThreadPool-50-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1a9f63cf{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:42529}
[junit4] 2> 28438 INFO (closeThreadPool-50-thread-1) [ ]
o.e.j.s.Server Started @28475ms
[junit4] 2> 28438 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost.localdomain:45107/hdfs__localhost.localdomain_45107__home_jenkins_jenkins-slave_workspace_Lucene_Lucene-Solr-Tests-8.11_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsNNFailoverTest_15F57AB1D9A92841-001_tempDir-002_jetty1,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=42529,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_15F57AB1D9A92841-001/shard-1-001/cores}
[junit4] 2> 28438 ERROR (closeThreadPool-50-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 28438 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 28438 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.11.4
[junit4] 2> 28438 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 28438 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
[junit4] 2> 28438 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2024-02-12T17:47:09.455Z
[junit4] 2> 28447 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 28448 INFO (zkConnectionManagerCallback-52-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 28448 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 28555 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 28555 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_15F57AB1D9A92841-001/shard-1-001/solr.xml
[junit4] 2> 28561 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 28561 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 28564 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@24705856, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 30083 INFO
(OverseerCollectionConfigSetProcessor-72182301905190916-127.0.0.1:38209_-n_0000000000)
[n:127.0.0.1:38209_ ] 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> 31388 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 31391 WARN (closeThreadPool-50-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@51586897[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 31391 WARN (closeThreadPool-50-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@51586897[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 31398 WARN (closeThreadPool-50-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@3dd793a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 31398 WARN (closeThreadPool-50-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@3dd793a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 31400 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43375/solr
[junit4] 2> 31401 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 31403 INFO (zkConnectionManagerCallback-63-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 31403 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 31409 WARN
(closeThreadPool-50-thread-1-SendThread(127.0.0.1:43375)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x100716bd0210008.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x100716bd0210008, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x100716bd0210008, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 31511 INFO (closeThreadPool-50-thread-1) [n:127.0.0.1:42529_
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 31513 INFO (zkConnectionManagerCallback-65-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 31513 INFO (closeThreadPool-50-thread-1) [n:127.0.0.1:42529_
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 31524 WARN (closeThreadPool-50-thread-1) [n:127.0.0.1:42529_
] o.a.s.c.ZkController Contents of zookeeper /security.json are
world-readable; consider setting up ACLs as described in
https://solr.apache.org/guide/zookeeper-access-control.html
[junit4] 2> 31526 INFO (closeThreadPool-50-thread-1) [n:127.0.0.1:42529_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 31534 INFO (closeThreadPool-50-thread-1) [n:127.0.0.1:42529_
] o.a.s.c.ZkController Publish node=127.0.0.1:42529_ as DOWN
[junit4] 2> 31534 INFO (closeThreadPool-50-thread-1) [n:127.0.0.1:42529_
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for
max 4 cores with initial capacity of 4
[junit4] 2> 31535 INFO (closeThreadPool-50-thread-1) [n:127.0.0.1:42529_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42529_
[junit4] 2> 31536 INFO (zkCallback-20-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 31537 INFO (zkCallback-48-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 31537 INFO (zkCallback-64-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 31538 INFO (closeThreadPool-50-thread-1) [n:127.0.0.1:42529_
] o.a.s.c.ZkController non-data nodes now []
[junit4] 2> 31544 INFO (closeThreadPool-50-thread-1) [n:127.0.0.1:42529_
] o.a.s.p.PackageLoader /packages.json updated to version -1
[junit4] 2> 31545 WARN (closeThreadPool-50-thread-1) [n:127.0.0.1:42529_
] o.a.s.c.CoreContainer Not all security plugins configured!
authentication=disabled authorization=disabled. Solr is only as secure as you
make it. Consider configuring authentication/authorization before exposing Solr
to users internal or external. See https://s.apache.org/solrsecurity for more
info
[junit4] 2> 31587 INFO (closeThreadPool-50-thread-1) [n:127.0.0.1:42529_
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 31614 INFO (closeThreadPool-50-thread-1) [n:127.0.0.1:42529_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24705856
[junit4] 2> 31629 INFO (closeThreadPool-50-thread-1) [n:127.0.0.1:42529_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24705856
[junit4] 2> 31629 INFO (closeThreadPool-50-thread-1) [n:127.0.0.1:42529_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@24705856
[junit4] 2> 31631 INFO (closeThreadPool-50-thread-1) [n:127.0.0.1:42529_
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_15F57AB1D9A92841-001/shard-1-001/cores
[junit4] 2> 31653 INFO (closeThreadPool-50-thread-1) [ ]
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:42529_
[junit4] 2> 31664 INFO (qtp296089075-139) [n:127.0.0.1:38209_ ]
o.a.s.s.HttpSolrCall
HttpSolrCall.init(http://127.0.0.1:38209/admin/collections?action=ADDREPLICA&collection=collection1&shard=shard1&node=127.0.0.1%3A42529_&type=NRT&wt=javabin&version=2)
[junit4] 2> 31674 INFO
(OverseerThreadFactory-28-thread-3-processing-n:127.0.0.1:38209_)
[n:127.0.0.1:38209_ c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Node
Identified 127.0.0.1:42529_ for creating new replica of shard shard1 for
collection collection1
[junit4] 2> 31677 INFO
(OverseerThreadFactory-28-thread-3-processing-n:127.0.0.1:38209_)
[n:127.0.0.1:38209_ c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd
Returning CreateReplica command.
[junit4] 2> 31917 INFO (qtp513860803-203) [n:127.0.0.1:42529_ ]
o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:42529/admin/cores?null)
[junit4] 2> 31917 INFO (qtp513860803-203) [n:127.0.0.1:42529_
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> 32944 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.11.4
[junit4] 2> 32944 WARN (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig
solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter
section instead
[junit4] 2> 32953 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema
Schema name=test
[junit4] 2> 32977 INFO (qtp513860803-203) [n:127.0.0.1:42529_
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> 33041 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n1' using configuration from
configset conf1, trusted=true
[junit4] 2> 33042 INFO (qtp513860803-203) [n:127.0.0.1:42529_
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@24705856
[junit4] 2> 33042 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost.localdomain:45107/solr_hdfs_home
[junit4] 2> 33042 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 33043 INFO (qtp513860803-203) [n:127.0.0.1:42529_
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/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_15F57AB1D9A92841-001/shard-1-001/cores/collection1_shard1_replica_n1],
dataDir=[hdfs://localhost.localdomain:45107/solr_hdfs_home/collection1/core_node2/data/]
[junit4] 2> 33044 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:45107/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
[junit4] 2> 33052 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 33052 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[4194304] will allocate [1] slabs and use ~[4194304] bytes
[junit4] 2> 33052 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 33060 WARN (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See
SOLR-14021 for details.
[junit4] 2> 33061 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 33063 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:45107/solr_hdfs_home/collection1/core_node2/data
[junit4] 2> 33075 WARN (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See
SOLR-14021 for details.
[junit4] 2> 33083 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost.localdomain:45107/solr_hdfs_home/collection1/core_node2/data/index
[junit4] 2> 33091 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 33091 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[4194304] will allocate [1] slabs and use ~[4194304] bytes
[junit4] 2> 33091 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 33096 WARN (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See
SOLR-14021 for details.
[junit4] 2> 33096 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 33096 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=28, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=12.8115234375,
floorSegmentMB=0.3896484375, forceMergeDeletesPctAllowed=11.498041054122115,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6767720479732777, deletesPctAllowed=20.97607200978631
[junit4] 2> 33547 WARN (qtp513860803-203) [n:127.0.0.1:42529_
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> 33839 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 33839 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 33839 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.u.HdfsUpdateLog
Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 33864 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 33864 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 33866 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=2.173828125,
floorSegmentMB=1.541015625, forceMergeDeletesPctAllowed=2.0928766951502387,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8235182449396926, deletesPctAllowed=32.1981356620127
[junit4] 2> 33881 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 33882 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 33882 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 33883 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1790716186355302400
[junit4] 2> 33887 INFO
(searcherExecutor-76-thread-1-processing-n:127.0.0.1:42529_
x:collection1_shard1_replica_n1 c:collection1 s:shard1) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 33891 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms
Successful update of terms at /collections/collection1/terms/shard1 to
Terms{values={core_node2=0}, version=0}
[junit4] 2> 33891 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection1/leaders/shard1
[junit4] 2> 33895 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 33895 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 33895 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:42529/collection1_shard1_replica_n1/
[junit4] 2> 33896 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 33896 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy
http://127.0.0.1:42529/collection1_shard1_replica_n1/ has no replicas
[junit4] 2> 33896 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/collection1/leaders/shard1/leader after winning as
/collections/collection1/leader_elect/shard1/election/72182301905190921-core_node2-n_0000000000
[junit4] 2> 33899 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:42529/collection1_shard1_replica_n1/ shard1
[junit4] 2> 34020 INFO (zkCallback-64-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 34022 INFO (qtp513860803-203) [n:127.0.0.1:42529_
c:collection1 s:shard1 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 34026 INFO (qtp513860803-203) [n:127.0.0.1:42529_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2108
[junit4] 2> 34043 INFO (qtp296089075-139) [n:127.0.0.1:38209_
c:collection1 ] o.a
[...truncated too long message...]
27.0.0.1:37711
[junit4] 2> 2198091 INFO
(TEST-ShardSplitTest.testSplitMixedReplicaTypes-seed#[15F57AB1D9A92841]) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37711
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=ShardSplitTest
-Dtests.method=testSplitMixedReplicaTypes -Dtests.seed=15F57AB1D9A92841
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-QA
-Dtests.timezone=Indian/Cocos -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 149s J0 | ShardSplitTest.testSplitMixedReplicaTypes <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while
waiting response from server at: http://127.0.0.1:34961
[junit4] > at
__randomizedtesting.SeedInfo.seed([15F57AB1D9A92841:AD362E112572FD34]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
[junit4] > at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
[junit4] > at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
[junit4] > at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1188)
[junit4] > at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
[junit4] > at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:225)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:242)
[junit4] > at
org.apache.solr.cloud.api.collections.ShardSplitTest.doSplitMixedReplicaTypes(ShardSplitTest.java:365)
[junit4] > at
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypes(ShardSplitTest.java:350)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1084)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1055)
[junit4] > at java.lang.Thread.run(Thread.java:750)
[junit4] > Caused by: java.net.SocketTimeoutException: Read timed out
[junit4] > at java.net.SocketInputStream.socketRead0(Native Method)
[junit4] > at
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:171)
[junit4] > at
java.net.SocketInputStream.read(SocketInputStream.java:141)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
[junit4] > at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
[junit4] > at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
[junit4] > at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
[junit4] > at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
[junit4] > at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
[junit4] > at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
[junit4] > at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
[junit4] > at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
[junit4] > ... 57 more
[junit4] IGNOR/A 0.00s J0 | ShardSplitTest.testSplitWithChaosMonkey
[junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly())
[junit4] IGNOR/A 0.00s J0 | ShardSplitTest.test
[junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly())
[junit4] 2> 2198094 INFO
(SUITE-ShardSplitTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-298 after mutting 0 log
messages
[junit4] 2> 2198094 INFO
(SUITE-ShardSplitTest-seed#[15F57AB1D9A92841]-worker) [ ]
o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-299 for ERROR logs matching
regex: ignore_exception
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_15F57AB1D9A92841-001
[junit4] 2> Feb 12, 2024 6:23:19 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene87):
{rnd_b=FST50, a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval),
_root_=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=FST50},
docValues:{_version_=DocValuesFormat(name=Asserting),
a_i=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1169,
maxMBSortInHeap=5.549819666178347,
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ar-QA,
timezone=Indian/Cocos
[junit4] 2> NOTE: Linux 4.15.0-213-generic amd64/Temurin 1.8.0_362
(64-bit)/cpus=4,threads=1,free=228072536,total=497025024
[junit4] 2> NOTE: All tests run in this JVM: [TestXIncludeConfig,
HdfsChaosMonkeySafeLeaderTest, BlobRepositoryCloudTest,
SpellCheckCollatorWithCollapseTest, TestCloudJSONFacetSKG, TimeZoneUtilsTest,
TestClassicSimilarityFactory, TestScoreJoinQPNoScore, TermsComponentTest,
SliceStateTest, TestNumericRangeQuery64, LongSetTest,
TestInPlaceUpdateWithRouteField, ZookeeperReadAPITest,
HdfsCollectionsAPIDistributedZkTest, TestFieldSortValues,
TestLMDirichletSimilarityFactory, ExitableDirectoryReaderTest, DeleteNodeTest,
TestSchemaDesignerAPI, AnalysisAfterCoreReloadTest,
TestPartialUpdateDeduplication, HdfsUnloadDistributedZkTest,
DirectSolrSpellCheckerTest, MetricsConfigTest, ShardRoutingCustomTest,
TestReloadAndDeleteDocs, TestCloudConsistency, TestJettySolrRunner,
TestStressLucene, TestCircuitBreaker, MetricsHandlerTest, MultiThreadedOCPTest,
TestComplexPhraseQParserPlugin, TestTrieFacet, SolrIndexSplitterTest,
TestLockTree, TestLuceneIndexBackCompat, DisMaxRequestHandlerTest,
WordBreakSolrSpellCheckerTest, CdcrReplicationHandlerTest,
SimpleCollectionCreateDeleteTest, IndexSizeTriggerSizeEstimationTest,
TestOverriddenPrefixQueryForCustomFieldType, TestUniqueKeyFieldResource,
LeaderElectionContextKeyTest, TestCoreDiscovery, TestSchemaResource,
SolrRrdBackendFactoryTest, TestOmitPositions, ZkControllerTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, ExecutePlanActionTest,
TestDocSet, TestCloudPivotFacet, TestIntervalFaceting, ResponseHeaderTest,
AuthToolTest, TemplateUpdateProcessorTest, DistributedFacetPivotLongTailTest,
TestHdfsCloudBackupRestore, TestFieldCacheVsDocValues, ScheduledTriggerTest,
TestSolrJ, NotRequiredUniqueKeyTest, NodeAddedTriggerIntegrationTest,
TestExclusionRuleCollectionAccess, TestCodecSupport,
SuggestComponentContextFilterQueryTest, OverseerTest, TestCloudSearcherWarming,
CoreMergeIndexesAdminHandlerTest, JavabinLoaderTest, MetricUtilsTest,
TestCloudManagedSchema, TestSkipOverseerOperations,
CoreAdminCreateDiscoverTest, TestLuceneMatchVersion, TestPolicyCloud,
ScriptEngineTest, PeerSyncWithIndexFingerprintCachingTest,
CurrencyRangeFacetCloudTest, StatsReloadRaceTest,
TestPHPSerializedResponseWriter, TestTlogReplica, DistribCursorPagingTest,
TriggerSetPropertiesIntegrationTest, FieldAnalysisRequestHandlerTest,
PrimUtilsTest, TestSSLRandomization, TestNumericTerms64, TestSolr4Spatial2,
TestHighlightDedupGrouping, TestFieldResource,
ChaosMonkeySafeLeaderWithPullReplicasTest, TestSimLargeCluster,
TestCustomDocTransformer, SoftAutoCommitTest, ZkCollectionPropsCachingTest,
TestStressThreadBackup, TestRetrieveFieldsOptimizer, GraphQueryTest,
TestSchemalessBufferedUpdates, TestInitParams,
LeaderFailureAfterFreshStartTest, ParsingFieldUpdateProcessorsTest,
TestPerFieldSimilarity, TestDefaultStatsCache, TestRestoreCore,
MoveReplicaHDFSFailoverTest, NodeMarkersRegistrationTest,
DistributedDebugComponentTest, UUIDUpdateProcessorFallbackTest,
DistributedSpellCheckComponentTest, TestUnInvertedFieldException,
PathHierarchyTokenizerFactoryTest, TestLRUStatsCache,
TestExplainDocTransformer, RecoveryZkTest, TestCloudRecovery2,
TestDistribDocBasedVersion, TestPullReplica, TestStressInPlaceUpdates,
TriLevelCompositeIdRoutingTest, UnloadDistributedZkTest,
VMParamsZkACLAndCredentialsProvidersTest, AssignTest,
AsyncCallRequestStatusResponseTest, CollectionReloadTest,
CollectionsAPIAsyncDistributedZkTest, ShardSplitTest]
[junit4] Completed [778/959 (2!)] on J0 in 415.76s, 11 tests, 2 errors, 3
skipped <<< FAILURES!
[...truncated 54974 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]