Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/792/
Java: 32bit/jdk1.8.0_201 -server -XX:+UseParallelGC
4 tests failed.
FAILED: org.apache.solr.cloud.AliasIntegrationTest.testClusterStateProviderAPI
Error Message:
should be a routed alias
Stack Trace:
java.lang.AssertionError: should be a routed alias
at
__randomizedtesting.SeedInfo.seed([188623E578987905:751BFC90B93804E]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.solr.cloud.AliasIntegrationTest.testClusterStateProviderAPI(AliasIntegrationTest.java:315)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test
Error Message:
Error from server at http://127.0.0.1:38507/collection1: non ok status: 500,
message:Server Error
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:38507/collection1: non ok status: 500,
message:Server Error
at
__randomizedtesting.SeedInfo.seed([188623E578987905:90D21C3FD66414FD]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:586)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
at
org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
at
org.apache.solr.cloud.NestedShardedAtomicUpdateTest.indexDocAndRandomlyCommit(NestedShardedAtomicUpdateTest.java:221)
at
org.apache.solr.cloud.NestedShardedAtomicUpdateTest.sendWrongRouteParam(NestedShardedAtomicUpdateTest.java:191)
at
org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test(NestedShardedAtomicUpdateTest.java:55)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.handler.TestSolrConfigHandlerCloud.test
Error Message:
Could not get expected value 'A val' for path 'response/params/x/a' full
output: { "responseHeader":{ "status":0, "QTime":0},
"response":{"znodeVersion":-1}}, from server:
https://127.0.0.1:38827/_cq/collection1_shard2_replica_n1
Stack Trace:
java.lang.AssertionError: Could not get expected value 'A val' for path
'response/params/x/a' full output: {
"responseHeader":{
"status":0,
"QTime":0},
"response":{"znodeVersion":-1}}, from server:
https://127.0.0.1:38827/_cq/collection1_shard2_replica_n1
at
__randomizedtesting.SeedInfo.seed([188623E578987905:90D21C3FD66414FD]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:590)
at
org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:112)
at
org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:51)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.handler.TestSolrConfigHandlerCloud.test
Error Message:
Could not get expected value 'A val' for path 'response/params/x/a' full
output: { "responseHeader":{ "status":0, "QTime":0},
"response":{"znodeVersion":-1}}, from server:
https://127.0.0.1:33769/_cq/collection1_shard2_replica_n1
Stack Trace:
java.lang.AssertionError: Could not get expected value 'A val' for path
'response/params/x/a' full output: {
"responseHeader":{
"status":0,
"QTime":0},
"response":{"znodeVersion":-1}}, from server:
https://127.0.0.1:33769/_cq/collection1_shard2_replica_n1
at
__randomizedtesting.SeedInfo.seed([188623E578987905:90D21C3FD66414FD]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:590)
at
org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:112)
at
org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:51)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 13526 lines...]
[junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
[junit4] 2> 249318 INFO
(SUITE-TestSolrConfigHandlerCloud-seed#[188623E578987905]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/init-core-data-001
[junit4] 2> 249319 INFO
(SUITE-TestSolrConfigHandlerCloud-seed#[188623E578987905]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 249321 INFO
(SUITE-TestSolrConfigHandlerCloud-seed#[188623E578987905]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 249321 INFO
(SUITE-TestSolrConfigHandlerCloud-seed#[188623E578987905]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_cq/
[junit4] 2> 249324 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 249324 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 249324 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 249424 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer start zk server on port:40391
[junit4] 2> 249424 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40391
[junit4] 2> 249424 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 40391
[junit4] 2> 249426 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 249426 WARN (NIOWorkerThread-2) [ ] o.a.z.s.NIOServerCnxn
Exception causing close of session 0x0: ZooKeeperServer not running
[junit4] 2> 251080 INFO (zkConnectionManagerCallback-1618-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 251080 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 251086 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 251088 INFO (zkConnectionManagerCallback-1620-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 251088 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 251094 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 251098 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 251099 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 251100 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 251100 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 251101 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 251101 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 251104 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 251105 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 251107 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 251107 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 251109 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 251110 INFO (zkConnectionManagerCallback-1624-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 251110 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 251212 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 251292 WARN
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 251292 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 251292 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 251292 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
[junit4] 2> 251297 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 251297 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 251297 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 251299 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@16587e6{/_cq,null,AVAILABLE}
[junit4] 2> 251300 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@15e4d7{SSL,[ssl,
http/1.1]}{127.0.0.1:46477}
[junit4] 2> 251300 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.e.j.s.Server Started @251349ms
[junit4] 2> 251300 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/tempDir-001/control/data,
hostContext=/_cq, hostPort=46477,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/control-001/cores}
[junit4] 2> 251300 ERROR
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 251300 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 251300 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.2.0
[junit4] 2> 251300 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 251300 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 251300 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-30T08:42:52.402Z
[junit4] 2> 251301 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 251302 INFO (zkConnectionManagerCallback-1626-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 251302 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 251403 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 251403 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/control-001/solr.xml
[junit4] 2> 251406 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 251406 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 251406 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1304f14, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 252106 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 252107 WARN
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 252108 WARN
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@9d53e6[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 252108 WARN
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@9d53e6[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 252110 WARN
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 252114 WARN
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@d19f51[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 252114 WARN
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@d19f51[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 252115 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40391/solr
[junit4] 2> 252118 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 252120 INFO (zkConnectionManagerCallback-1633-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 252120 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 252222 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905])
[n:127.0.0.1:46477__cq ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 252223 INFO (zkConnectionManagerCallback-1635-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 252223 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905])
[n:127.0.0.1:46477__cq ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 252259 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905])
[n:127.0.0.1:46477__cq ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:46477__cq
[junit4] 2> 252260 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905])
[n:127.0.0.1:46477__cq ] o.a.s.c.Overseer Overseer
(id=72083673618448389-127.0.0.1:46477__cq-n_0000000000) starting
[junit4] 2> 252262 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905])
[n:127.0.0.1:46477__cq ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 252263 INFO (zkConnectionManagerCallback-1642-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 252263 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905])
[n:127.0.0.1:46477__cq ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 252264 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905])
[n:127.0.0.1:46477__cq ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40391/solr ready
[junit4] 2> 252265 INFO
(OverseerStateUpdate-72083673618448389-127.0.0.1:46477__cq-n_0000000000)
[n:127.0.0.1:46477__cq ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:46477__cq
[junit4] 2> 252265 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905])
[n:127.0.0.1:46477__cq ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46477__cq
[junit4] 2> 252267 INFO
(OverseerStateUpdate-72083673618448389-127.0.0.1:46477__cq-n_0000000000)
[n:127.0.0.1:46477__cq ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 252267 INFO (zkCallback-1641-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 252282 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905])
[n:127.0.0.1:46477__cq ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 252301 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905])
[n:127.0.0.1:46477__cq ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1304f14
[junit4] 2> 252310 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905])
[n:127.0.0.1:46477__cq ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1304f14
[junit4] 2> 252310 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905])
[n:127.0.0.1:46477__cq ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1304f14
[junit4] 2> 252311 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905])
[n:127.0.0.1:46477__cq ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/control-001/cores
[junit4] 2> 252329 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 252330 INFO (zkConnectionManagerCallback-1648-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 252330 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 252331 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 252331 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40391/solr ready
[junit4] 2> 252369 INFO (qtp5462356-4325) [n:127.0.0.1:46477__cq ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46477__cq&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 252372 INFO
(OverseerThreadFactory-1736-thread-1-processing-n:127.0.0.1:46477__cq)
[n:127.0.0.1:46477__cq ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 252480 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
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> 252481 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 253517 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
[junit4] 2> 253526 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 253604 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
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> 253614 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 253615 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
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@1304f14
[junit4] 2> 253615 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
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/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 253617 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5569507379972863]
[junit4] 2> 253618 WARN (qtp5462356-4326) [n:127.0.0.1:46477__cq
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> 253647 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 253647 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
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> 253648 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 253648 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 253648 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=35.390625,
floorSegmentMB=0.5439453125, forceMergeDeletesPctAllowed=10.547408516179589,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0,
deletesPctAllowed=46.19869002513939
[junit4] 2> 253648 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1f121e6[control_collection_shard1_replica_n1] main]
[junit4] 2> 253650 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 253650 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
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> 253650 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 253650 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
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 1637754260424753152
[junit4] 2> 253652 INFO
(searcherExecutor-1741-thread-1-processing-n:127.0.0.1:46477__cq
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:46477__cq c:control_collection s:shard1
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@1f121e6[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 253653 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
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> 253653 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
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> 253655 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 253655 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
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> 253655 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:46477/_cq/control_collection_shard1_replica_n1/
[junit4] 2> 253655 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
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> 253655 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy
https://127.0.0.1:46477/_cq/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 253655 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
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/72083673618448389-core_node2-n_0000000000
[junit4] 2> 253656 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:46477/_cq/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 253757 INFO (zkCallback-1634-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> 253757 INFO (zkCallback-1634-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> 253757 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
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> 253759 INFO (qtp5462356-4326) [n:127.0.0.1:46477__cq
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1278
[junit4] 2> 253761 INFO (qtp5462356-4325) [n:127.0.0.1:46477__cq ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 253859 INFO (zkCallback-1634-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> 253859 INFO (zkCallback-1634-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> 253859 INFO (zkCallback-1634-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 253859 INFO (qtp5462356-4325) [n:127.0.0.1:46477__cq ]
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:46477__cq&wt=javabin&version=2}
status=0 QTime=1489
[junit4] 2> 253963 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 253966 INFO (zkConnectionManagerCallback-1654-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 253966 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 253967 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 253968 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40391/solr ready
[junit4] 2> 253968 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 253972 INFO (qtp5462356-4324) [n:127.0.0.1:46477__cq ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 253974 INFO
(OverseerThreadFactory-1736-thread-2-processing-n:127.0.0.1:46477__cq)
[n:127.0.0.1:46477__cq ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 253975 INFO
(OverseerCollectionConfigSetProcessor-72083673618448389-127.0.0.1:46477__cq-n_0000000000)
[n:127.0.0.1:46477__cq ] 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> 254176 WARN
(OverseerThreadFactory-1736-thread-2-processing-n:127.0.0.1:46477__cq)
[n:127.0.0.1:46477__cq ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 254178 INFO (qtp5462356-4324) [n:127.0.0.1:46477__cq ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 254179 INFO (qtp5462356-4324) [n:127.0.0.1:46477__cq ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
status=0 QTime=206
[junit4] 2> 254179 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances
pullReplicaCount=0 numOtherReplicas=4
[junit4] 2> 254258 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/shard-1-001
of type NRT
[junit4] 2> 254259 WARN (closeThreadPool-1655-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 254259 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 254259 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 254259 INFO (closeThreadPool-1655-thread-1) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
[junit4] 2> 254266 INFO (closeThreadPool-1655-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 254266 INFO (closeThreadPool-1655-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 254266 INFO (closeThreadPool-1655-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 254269 INFO (closeThreadPool-1655-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@8f90c2{/_cq,null,AVAILABLE}
[junit4] 2> 254269 INFO (closeThreadPool-1655-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@19a5018{SSL,[ssl,
http/1.1]}{127.0.0.1:33769}
[junit4] 2> 254269 INFO (closeThreadPool-1655-thread-1) [ ]
o.e.j.s.Server Started @254319ms
[junit4] 2> 254269 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/tempDir-001/jetty1,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_cq, hostPort=33769,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/shard-1-001/cores}
[junit4] 2> 254270 ERROR (closeThreadPool-1655-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 254270 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 254270 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.2.0
[junit4] 2> 254270 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 254270 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 254270 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-30T08:42:55.372Z
[junit4] 2> 254271 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 254271 INFO (zkConnectionManagerCallback-1657-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 254272 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 254345 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/shard-2-001
of type NRT
[junit4] 2> 254345 WARN (closeThreadPool-1655-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 254346 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 254346 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 254346 INFO (closeThreadPool-1655-thread-2) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
[junit4] 2> 254349 INFO (closeThreadPool-1655-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 254349 INFO (closeThreadPool-1655-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 254349 INFO (closeThreadPool-1655-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 254349 INFO (closeThreadPool-1655-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1ebcf54{/_cq,null,AVAILABLE}
[junit4] 2> 254350 INFO (closeThreadPool-1655-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@d8491{SSL,[ssl,
http/1.1]}{127.0.0.1:39295}
[junit4] 2> 254350 INFO (closeThreadPool-1655-thread-2) [ ]
o.e.j.s.Server Started @254400ms
[junit4] 2> 254350 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/tempDir-001/jetty2,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_cq, hostPort=39295,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/shard-2-001/cores}
[junit4] 2> 254351 ERROR (closeThreadPool-1655-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 254351 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 254351 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.2.0
[junit4] 2> 254351 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 254351 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 254351 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-30T08:42:55.453Z
[junit4] 2> 254353 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 254353 INFO (zkConnectionManagerCallback-1659-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 254353 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 254373 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 254373 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/shard-1-001/solr.xml
[junit4] 2> 254376 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 254376 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 254377 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1304f14, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 254426 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/shard-3-001
of type NRT
[junit4] 2> 254427 WARN (closeThreadPool-1655-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 254427 INFO (closeThreadPool-1655-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 254427 INFO (closeThreadPool-1655-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 254427 INFO (closeThreadPool-1655-thread-3) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
[junit4] 2> 254430 INFO (closeThreadPool-1655-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 254430 INFO (closeThreadPool-1655-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 254430 INFO (closeThreadPool-1655-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 254431 INFO (closeThreadPool-1655-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@10d3ee1{/_cq,null,AVAILABLE}
[junit4] 2> 254431 INFO (closeThreadPool-1655-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@16a96bb{SSL,[ssl,
http/1.1]}{127.0.0.1:44355}
[junit4] 2> 254431 INFO (closeThreadPool-1655-thread-3) [ ]
o.e.j.s.Server Started @254481ms
[junit4] 2> 254431 INFO (closeThreadPool-1655-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/tempDir-001/jetty3,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_cq, hostPort=44355,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/shard-3-001/cores}
[junit4] 2> 254432 ERROR (closeThreadPool-1655-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 254432 INFO (closeThreadPool-1655-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 254432 INFO (closeThreadPool-1655-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.2.0
[junit4] 2> 254432 INFO (closeThreadPool-1655-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 254432 INFO (closeThreadPool-1655-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 254432 INFO (closeThreadPool-1655-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-30T08:42:55.534Z
[junit4] 2> 254434 INFO (closeThreadPool-1655-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 254434 INFO (zkConnectionManagerCallback-1662-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 254434 INFO (closeThreadPool-1655-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 254473 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 254473 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/shard-2-001/solr.xml
[junit4] 2> 254475 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 254475 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 254476 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1304f14, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 254510 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/shard-4-001
of type NRT
[junit4] 2> 254515 WARN (closeThreadPool-1655-thread-4) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 254515 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 254515 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 254515 INFO (closeThreadPool-1655-thread-4) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
[junit4] 2> 254530 INFO (closeThreadPool-1655-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 254530 INFO (closeThreadPool-1655-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 254530 INFO (closeThreadPool-1655-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 254534 INFO (closeThreadPool-1655-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@f665fc{/_cq,null,AVAILABLE}
[junit4] 2> 254534 INFO (closeThreadPool-1655-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1205561{SSL,[ssl,
http/1.1]}{127.0.0.1:38363}
[junit4] 2> 254534 INFO (closeThreadPool-1655-thread-4) [ ]
o.e.j.s.Server Started @254584ms
[junit4] 2> 254534 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/tempDir-001/jetty4,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_cq, hostPort=38363,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/shard-4-001/cores}
[junit4] 2> 254535 ERROR (closeThreadPool-1655-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 254535 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 254535 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.2.0
[junit4] 2> 254535 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 254535 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 254535 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-30T08:42:55.637Z
[junit4] 2> 254545 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 254546 INFO (zkConnectionManagerCallback-1665-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 254546 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 254573 INFO (closeThreadPool-1655-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 254573 INFO (closeThreadPool-1655-thread-3) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/shard-3-001/solr.xml
[junit4] 2> 254575 INFO (closeThreadPool-1655-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 254575 INFO (closeThreadPool-1655-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 254576 INFO (closeThreadPool-1655-thread-3) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1304f14, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 254673 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 254673 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/shard-4-001/solr.xml
[junit4] 2> 254675 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 254675 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 254676 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1304f14, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 255397 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 255397 WARN (closeThreadPool-1655-thread-1) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 255398 WARN (closeThreadPool-1655-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@13505f1[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 255399 WARN (closeThreadPool-1655-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@13505f1[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 255411 WARN (closeThreadPool-1655-thread-1) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 255412 WARN (closeThreadPool-1655-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@1d47b08[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 255412 WARN (closeThreadPool-1655-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@1d47b08[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 255413 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40391/solr
[junit4] 2> 255422 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 255426 INFO (zkConnectionManagerCallback-1673-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 255439 INFO (closeThreadPool-1655-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 255444 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 255444 WARN (closeThreadPool-1655-thread-2) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 255450 WARN (closeThreadPool-1655-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@9b98f7[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 255450 WARN (closeThreadPool-1655-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@9b98f7[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 255454 WARN (closeThreadPool-1655-thread-2) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 255466 WARN (closeThreadPool-1655-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@225d4b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 255466 WARN (closeThreadPool-1655-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@225d4b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 255467 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40391/solr
[junit4] 2> 255474 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 255478 INFO (zkConnectionManagerCallback-1679-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 255478 INFO (closeThreadPool-1655-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 255506 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 255507 WARN (closeThreadPool-1655-thread-4) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 255508 WARN (closeThreadPool-1655-thread-4) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@70650d[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 255508 WARN (closeThreadPool-1655-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@70650d[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 255511 WARN (closeThreadPool-1655-thread-4) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 255511 WARN (closeThreadPool-1655-thread-4) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@1aca87[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 255511 WARN (closeThreadPool-1655-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@1aca87[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 255512 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40391/solr
[junit4] 2> 255514 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 255514 INFO (zkConnectionManagerCallback-1685-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 255514 INFO (closeThreadPool-1655-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 255541 INFO (closeThreadPool-1655-thread-1)
[n:127.0.0.1:33769__cq ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 255542 INFO (zkConnectionManagerCallback-1687-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 255542 INFO (closeThreadPool-1655-thread-1)
[n:127.0.0.1:33769__cq ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 255543 INFO (closeThreadPool-1655-thread-1)
[n:127.0.0.1:33769__cq ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 255545 INFO (closeThreadPool-1655-thread-1)
[n:127.0.0.1:33769__cq ] o.a.s.c.ZkController Publish
node=127.0.0.1:33769__cq as DOWN
[junit4] 2> 255545 INFO (closeThreadPool-1655-thread-1)
[n:127.0.0.1:33769__cq ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 255545 INFO (closeThreadPool-1655-thread-1)
[n:127.0.0.1:33769__cq ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33769__cq
[junit4] 2> 255546 INFO (zkCallback-1634-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 255546 INFO (zkCallback-1653-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 255546 INFO (zkCallback-1641-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 255546 INFO (zkCallback-1686-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 255550 INFO (closeThreadPool-1655-thread-1)
[n:127.0.0.1:33769__cq ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 255550 INFO (zkConnectionManagerCallback-1694-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 255550 INFO (closeThreadPool-1655-thread-1)
[n:127.0.0.1:33769__cq ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 255551 INFO (closeThreadPool-1655-thread-1)
[n:127.0.0.1:33769__cq ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 255552 INFO (closeThreadPool-1655-thread-1)
[n:127.0.0.1:33769__cq ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40391/solr ready
[junit4] 2> 255565 INFO (closeThreadPool-1655-thread-1)
[n:127.0.0.1:33769__cq ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 255578 INFO (closeThreadPool-1655-thread-1)
[n:127.0.0.1:33769__cq ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1304f14
[junit4] 2> 255585 INFO (closeThreadPool-1655-thread-1)
[n:127.0.0.1:33769__cq ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1304f14
[junit4] 2> 255585 INFO (closeThreadPool-1655-thread-1)
[n:127.0.0.1:33769__cq ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1304f14
[junit4] 2> 255586 INFO (closeThreadPool-1655-thread-1)
[n:127.0.0.1:33769__cq ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/shard-1-001/cores
[junit4] 2> 255642 INFO (closeThreadPool-1655-thread-2)
[n:127.0.0.1:39295__cq ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 255645 INFO (zkConnectionManagerCallback-1697-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 255645 INFO (closeThreadPool-1655-thread-2)
[n:127.0.0.1:39295__cq ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 255647 INFO (closeThreadPool-1655-thread-2)
[n:127.0.0.1:39295__cq ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 255649 INFO (closeThreadPool-1655-thread-2)
[n:127.0.0.1:39295__cq ] o.a.s.c.ZkController Publish
node=127.0.0.1:39295__cq as DOWN
[junit4] 2> 255649 INFO (closeThreadPool-1655-thread-2)
[n:127.0.0.1:39295__cq ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 255649 INFO (closeThreadPool-1655-thread-2)
[n:127.0.0.1:39295__cq ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39295__cq
[junit4] 2> 255650 INFO (zkCallback-1653-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 255650 INFO (zkCallback-1641-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 255650 INFO (zkCallback-1686-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 255650 INFO (zkCallback-1634-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 255650 INFO (zkCallback-1693-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 255650 INFO (zkCallback-1696-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 255651 INFO (closeThreadPool-1655-thread-2)
[n:127.0.0.1:39295__cq ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 255652 INFO (zkConnectionManagerCallback-1704-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 255652 INFO (closeThreadPool-1655-thread-2)
[n:127.0.0.1:39295__cq ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 255652 INFO (closeThreadPool-1655-thread-2)
[n:127.0.0.1:39295__cq ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 255653 INFO (closeThreadPool-1655-thread-2)
[n:127.0.0.1:39295__cq ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40391/solr ready
[junit4] 2> 255666 INFO (closeThreadPool-1655-thread-2)
[n:127.0.0.1:39295__cq ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 255679 INFO (closeThreadPool-1655-thread-2)
[n:127.0.0.1:39295__cq ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1304f14
[junit4] 2> 255686 INFO (closeThreadPool-1655-thread-2)
[n:127.0.0.1:39295__cq ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1304f14
[junit4] 2> 255686 INFO (closeThreadPool-1655-thread-2)
[n:127.0.0.1:39295__cq ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1304f14
[junit4] 2> 255687 INFO (closeThreadPool-1655-thread-2)
[n:127.0.0.1:39295__cq ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001/shard-2-001/cores
[junit4] 2> 255742 INFO (closeThreadPool-1655-thread-4)
[n:127.0.0.1:38363__cq ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 255743 INFO (zkConnectionManagerCallback-1707-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 255743 INFO (closeThreadPool-1655-thread-4)
[n:127.0.0.1:38363__cq ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 255745 INFO (closeThreadPool-1655-thread-4)
[n:127.0.0.1:38363__cq ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 255747 INFO (closeThreadPool-1655-thread-4)
[n:127.0.0.1:38363__cq ] o.a.s.c.ZkController Publish
node=127.0.0.1:38363__cq as DOWN
[junit4] 2> 255747 INFO (closeThreadPool-1655-thread-4)
[n:127.0.0.1:38363__cq ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 255747 INFO (closeThreadPool-1655-thread-4)
[n:127.0.0.1:38363__cq ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38363__cq
[junit4] 2> 255748 INFO (zkCallback-1686-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 255748 INFO (zkCallback-1696-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 255748 INFO (zkCallback-1653-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 255748 INFO (zkCallback-1641-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 255749 INFO (zkCallback-1703-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 255749 INFO (zkCallback-1693-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 255749 INFO (zkCallback-1634-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 255749 INFO (zkCallback-1706-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 255750 INFO (closeThreadPool-1655-thread-4)
[n:127.0.0.1:38363__cq ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 255750 INFO (zkConnectionManagerCallback-1714-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 255750 INFO (closeThreadPool-1655-thread-4)
[n:127.0.0.1:38363__cq ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 255751 INFO (closeThreadPool-1655-thread-4)
[n:127.0.0.1:38363__cq ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 255752 INFO (closeThreadPool-1655-thread-4)
[n:127.0.0.1:38363__cq ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:40391/solr ready
[junit4] 2> 255764 INFO (closeThreadPool-1655-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 255764 WARN (closeThreadPool-1655-thread-3) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 255765 WARN (closeThreadPool-1655-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@8b7043[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 255765 WARN (closeThreadPool-1655-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@8b7043[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 255771 INFO (closeThreadPool-1655-thread-4)
[n:127.0.0.1:38363__cq ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 255771 WARN (closeThreadPool-1655-thread-3) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 255774 WARN (closeThreadPool-1655-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@145d051[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 255774 WARN (closeThreadPool-1655-thread-3) [ ] o.e.j.
[...truncated too long message...]
2> 103299 INFO (closeThreadPool-689-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 103299 INFO (closeThreadPool-689-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1bfbf2e: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@945d60
[junit4] 2> 103301 INFO (closeThreadPool-689-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 103301 INFO (closeThreadPool-689-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1258d54: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@1dd3289
[junit4] 2> 103301 INFO (closeThreadPool-689-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 103313 INFO (zkCallback-240-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 103594 INFO (closeThreadPool-689-thread-5) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@10da5ab{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 103595 INFO (closeThreadPool-689-thread-5) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@15b381{/_cq,null,UNAVAILABLE}
[junit4] 2> 103595 INFO (closeThreadPool-689-thread-5) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 103692 INFO (closeThreadPool-689-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=72083912209334277-127.0.0.1:42427__cq-n_0000000000) closing
[junit4] 2> 103694 INFO (closeThreadPool-689-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@5e795{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 103694 INFO (closeThreadPool-689-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@14e655{/_cq,null,UNAVAILABLE}
[junit4] 2> 103694 INFO (closeThreadPool-689-thread-2) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 103894 INFO (closeThreadPool-689-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@1791cd4{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 103895 INFO (closeThreadPool-689-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3a9e70{/_cq,null,UNAVAILABLE}
[junit4] 2> 103896 INFO (closeThreadPool-689-thread-1) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 103995 INFO (closeThreadPool-689-thread-4) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@1b8936b{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 103995 INFO (closeThreadPool-689-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@e69284{/_cq,null,UNAVAILABLE}
[junit4] 2> 103996 INFO (closeThreadPool-689-thread-4) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 104094 INFO (closeThreadPool-689-thread-3) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@8c70ef{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 104095 INFO (closeThreadPool-689-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@409381{/_cq,null,UNAVAILABLE}
[junit4] 2> 104095 INFO (closeThreadPool-689-thread-3) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 104096 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 104298 WARN (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 110 /solr/configs/conf1
[junit4] 2> 17 /solr/collections/collection1/state.json
[junit4] 2> 12 /solr/aliases.json
[junit4] 2> 5 /solr/security.json
[junit4] 2> 5 /solr/collections/collection1/terms/shard1
[junit4] 2> 5 /solr/collections/collection1/terms/shard2
[junit4] 2> 4
/solr/collections/collection1/collectionprops.json
[junit4] 2> 2
/solr/collections/control_collection/terms/shard1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 92 /solr/clusterstate.json
[junit4] 2> 12 /solr/collections/control_collection/state.json
[junit4] 2> 12 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 50 /solr/live_nodes
[junit4] 2> 40 /solr/overseer/queue
[junit4] 2> 16 /solr/overseer/collection-queue-work
[junit4] 2> 12 /solr/collections
[junit4] 2>
[junit4] 2> 104303 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37411
[junit4] 2> 104303 INFO
(TEST-TestSolrConfigHandlerCloud.test-seed#[188623E578987905]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 37411
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestSolrConfigHandlerCloud -Dtests.method=test
-Dtests.seed=188623E578987905 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.badapples=true -Dtests.locale=he -Dtests.timezone=America/Nassau
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 39.4s J2 | TestSolrConfigHandlerCloud.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: Could not get expected
value 'A val' for path 'response/params/x/a' full output: {
[junit4] > "responseHeader":{
[junit4] > "status":0,
[junit4] > "QTime":0},
[junit4] > "response":{"znodeVersion":-1}}, from server:
https://127.0.0.1:38827/_cq/collection1_shard2_replica_n1
[junit4] > at
__randomizedtesting.SeedInfo.seed([188623E578987905:90D21C3FD66414FD]:0)
[junit4] > at
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:590)
[junit4] > at
org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:112)
[junit4] > at
org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:51)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_188623E578987905-001
[junit4] 2> Jun 30, 2019 9:44:10 AM
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(Lucene80): {},
docValues:{}, maxPointsInLeafNode=40, maxMBSortInHeap=7.236628515470297,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1ea33b0),
locale=he, timezone=America/Nassau
[junit4] 2> NOTE: Linux 4.18.0-24-generic i386/Oracle Corporation
1.8.0_201 (32-bit)/cpus=8,threads=1,free=24674408,total=343146496
[junit4] 2> NOTE: All tests run in this JVM: [AliasIntegrationTest,
TestSolrConfigHandlerCloud]
[junit4] Completed [7/15 (1!)] on J2 in 40.07s, 1 test, 1 failure <<<
FAILURES!
[...truncated 59 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1572: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1099:
There were test failures: 15 suites, 55 tests, 1 failure [seed:
188623E578987905]
Total time: 3 minutes 6 seconds
[repro] Setting last failure code to 256
[repro] Failures:
[repro] 0/5 failed: org.apache.solr.cloud.AliasIntegrationTest
[repro] 0/5 failed: org.apache.solr.cloud.NestedShardedAtomicUpdateTest
[repro] 1/5 failed: org.apache.solr.handler.TestSolrConfigHandlerCloud
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=9b515deb64ab886131367eb21cb02513b435cd95,
workspace=/home/jenkins/workspace/Lucene-Solr-8.x-Linux
[WARNINGS] Computing warning deltas based on reference build #791
Recording test results
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]