Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Solaris/195/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC
2 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([A235CD73BC035CA6:BDE2515FCF08A5ED]: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.core.TestDynamicLoading.testDynamicLoading
Error Message:
Could not get expected value
'org.apache.solr.core.BlobStoreTestRequestHandler' for path
'overlay/requestHandler/\/test1/class' full output: { "responseHeader":{
"status":0, "QTime":0}, "overlay":{ "znodeVersion":0,
"runtimeLib":{"colltest":{ "name":"colltest", "version":1}}}},
from server: null
Stack Trace:
java.lang.AssertionError: Could not get expected value
'org.apache.solr.core.BlobStoreTestRequestHandler' for path
'overlay/requestHandler/\/test1/class' full output: {
"responseHeader":{
"status":0,
"QTime":0},
"overlay":{
"znodeVersion":0,
"runtimeLib":{"colltest":{
"name":"colltest",
"version":1}}}}, from server: null
at
__randomizedtesting.SeedInfo.seed([A235CD73BC035CA6:7A78E0244BDEF906]: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.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:80)
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 13416 lines...]
[junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A235CD73BC035CA6-001/init-core-data-001
[junit4] 2> 380071 WARN
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
[junit4] 2> 380071 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 380073 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 380073 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 380073 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A235CD73BC035CA6-001/tempDir-001
[junit4] 2> 380073 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 380073 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 380073 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 380173 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:37993
[junit4] 2> 380174 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37993
[junit4] 2> 380174 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 37993
[junit4] 2> 380182 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 380186 INFO (zkConnectionManagerCallback-3654-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 380186 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 380190 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 380191 INFO (zkConnectionManagerCallback-3656-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 380191 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 380192 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 380194 INFO (zkConnectionManagerCallback-3658-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 380194 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 380301 WARN (jetty-launcher-3659-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 380301 WARN (jetty-launcher-3659-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 380301 INFO (jetty-launcher-3659-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 380301 INFO (jetty-launcher-3659-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 380301 INFO (jetty-launcher-3659-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 380301 INFO (jetty-launcher-3659-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 380301 INFO (jetty-launcher-3659-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> 380301 INFO (jetty-launcher-3659-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> 380303 INFO (jetty-launcher-3659-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 380303 INFO (jetty-launcher-3659-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 380303 INFO (jetty-launcher-3659-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 380303 INFO (jetty-launcher-3659-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6c84143b{/solr,null,AVAILABLE}
[junit4] 2> 380304 INFO (jetty-launcher-3659-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 380304 INFO (jetty-launcher-3659-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 380304 INFO (jetty-launcher-3659-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 380304 INFO (jetty-launcher-3659-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5874fd73{/solr,null,AVAILABLE}
[junit4] 2> 380304 INFO (jetty-launcher-3659-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1b03ca30{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:60472}
[junit4] 2> 380304 INFO (jetty-launcher-3659-thread-2) [ ]
o.e.j.s.Server Started @380579ms
[junit4] 2> 380304 INFO (jetty-launcher-3659-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=60472}
[junit4] 2> 380304 ERROR (jetty-launcher-3659-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 380304 INFO (jetty-launcher-3659-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 380304 INFO (jetty-launcher-3659-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.2.0
[junit4] 2> 380304 INFO (jetty-launcher-3659-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 380304 INFO (jetty-launcher-3659-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 380304 INFO (jetty-launcher-3659-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-23T02:56:10.348Z
[junit4] 2> 380305 INFO (jetty-launcher-3659-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@43c11f23{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:59215}
[junit4] 2> 380305 INFO (jetty-launcher-3659-thread-1) [ ]
o.e.j.s.Server Started @380580ms
[junit4] 2> 380305 INFO (jetty-launcher-3659-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=59215}
[junit4] 2> 380305 ERROR (jetty-launcher-3659-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 380305 INFO (jetty-launcher-3659-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 380305 INFO (jetty-launcher-3659-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.2.0
[junit4] 2> 380305 INFO (jetty-launcher-3659-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 380305 INFO (jetty-launcher-3659-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 380305 INFO (jetty-launcher-3659-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-23T02:56:10.349Z
[junit4] 2> 380305 INFO (jetty-launcher-3659-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 380306 INFO (jetty-launcher-3659-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 380308 INFO (zkConnectionManagerCallback-3663-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 380308 INFO (jetty-launcher-3659-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 380309 INFO (zkConnectionManagerCallback-3661-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 380309 INFO (jetty-launcher-3659-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 380309 INFO (jetty-launcher-3659-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 380309 INFO (jetty-launcher-3659-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 380746 INFO (jetty-launcher-3659-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 380746 WARN (jetty-launcher-3659-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@2e967a18[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 380746 WARN (jetty-launcher-3659-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@2e967a18[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 380749 WARN (jetty-launcher-3659-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@3a7ea912[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 380749 WARN (jetty-launcher-3659-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@3a7ea912[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 380749 INFO (jetty-launcher-3659-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37993/solr
[junit4] 2> 380750 INFO (jetty-launcher-3659-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 380752 INFO (zkConnectionManagerCallback-3671-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 380752 INFO (jetty-launcher-3659-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 380854 INFO (jetty-launcher-3659-thread-1)
[n:127.0.0.1:59215_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 380855 INFO (zkConnectionManagerCallback-3673-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 380855 INFO (jetty-launcher-3659-thread-1)
[n:127.0.0.1:59215_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 381023 INFO (jetty-launcher-3659-thread-1)
[n:127.0.0.1:59215_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:59215_solr
[junit4] 2> 381024 INFO (jetty-launcher-3659-thread-1)
[n:127.0.0.1:59215_solr ] o.a.s.c.Overseer Overseer
(id=72232202595205126-127.0.0.1:59215_solr-n_0000000000) starting
[junit4] 2> 381030 INFO (jetty-launcher-3659-thread-1)
[n:127.0.0.1:59215_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 381031 INFO (zkConnectionManagerCallback-3680-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 381031 INFO (jetty-launcher-3659-thread-1)
[n:127.0.0.1:59215_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 381034 INFO (jetty-launcher-3659-thread-1)
[n:127.0.0.1:59215_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:37993/solr ready
[junit4] 2> 381035 INFO
(OverseerStateUpdate-72232202595205126-127.0.0.1:59215_solr-n_0000000000)
[n:127.0.0.1:59215_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:59215_solr
[junit4] 2> 381036 INFO (jetty-launcher-3659-thread-1)
[n:127.0.0.1:59215_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59215_solr
[junit4] 2> 381038 INFO (zkCallback-3672-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 381040 INFO (zkCallback-3679-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 381057 INFO (jetty-launcher-3659-thread-1)
[n:127.0.0.1:59215_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 381077 INFO (jetty-launcher-3659-thread-1)
[n:127.0.0.1:59215_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59215.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e9911aa
[junit4] 2> 381083 INFO (jetty-launcher-3659-thread-1)
[n:127.0.0.1:59215_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59215.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e9911aa
[junit4] 2> 381083 INFO (jetty-launcher-3659-thread-1)
[n:127.0.0.1:59215_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59215.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e9911aa
[junit4] 2> 381083 INFO (jetty-launcher-3659-thread-1)
[n:127.0.0.1:59215_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A235CD73BC035CA6-001/tempDir-001/node1/.
[junit4] 2> 381439 INFO (jetty-launcher-3659-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 381440 WARN (jetty-launcher-3659-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@2e6f8bc8[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 381440 WARN (jetty-launcher-3659-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@2e6f8bc8[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 381443 WARN (jetty-launcher-3659-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@5cd76a40[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 381443 WARN (jetty-launcher-3659-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@5cd76a40[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 381444 INFO (jetty-launcher-3659-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37993/solr
[junit4] 2> 381444 INFO (jetty-launcher-3659-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 381447 INFO (zkConnectionManagerCallback-3687-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 381447 INFO (jetty-launcher-3659-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 381549 INFO (jetty-launcher-3659-thread-2)
[n:127.0.0.1:60472_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 381551 INFO (zkConnectionManagerCallback-3689-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 381551 INFO (jetty-launcher-3659-thread-2)
[n:127.0.0.1:60472_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 381556 INFO (jetty-launcher-3659-thread-2)
[n:127.0.0.1:60472_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 381561 INFO (jetty-launcher-3659-thread-2)
[n:127.0.0.1:60472_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:60472_solr as DOWN
[junit4] 2> 381562 INFO (jetty-launcher-3659-thread-2)
[n:127.0.0.1:60472_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 381562 INFO (jetty-launcher-3659-thread-2)
[n:127.0.0.1:60472_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:60472_solr
[junit4] 2> 381564 INFO (zkCallback-3672-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 381564 INFO (zkCallback-3679-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 381565 INFO (zkCallback-3688-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 381566 INFO (jetty-launcher-3659-thread-2)
[n:127.0.0.1:60472_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 381567 INFO (zkConnectionManagerCallback-3696-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 381567 INFO (jetty-launcher-3659-thread-2)
[n:127.0.0.1:60472_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 381569 INFO (jetty-launcher-3659-thread-2)
[n:127.0.0.1:60472_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 381571 INFO (jetty-launcher-3659-thread-2)
[n:127.0.0.1:60472_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:37993/solr ready
[junit4] 2> 381586 INFO (jetty-launcher-3659-thread-2)
[n:127.0.0.1:60472_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 381600 INFO (jetty-launcher-3659-thread-2)
[n:127.0.0.1:60472_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_60472.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e9911aa
[junit4] 2> 381606 INFO (jetty-launcher-3659-thread-2)
[n:127.0.0.1:60472_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_60472.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e9911aa
[junit4] 2> 381606 INFO (jetty-launcher-3659-thread-2)
[n:127.0.0.1:60472_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_60472.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e9911aa
[junit4] 2> 381606 INFO (jetty-launcher-3659-thread-2)
[n:127.0.0.1:60472_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A235CD73BC035CA6-001/tempDir-001/node2/.
[junit4] 2> 381626 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 381628 INFO (zkConnectionManagerCallback-3702-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 381628 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 381629 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 381631 INFO
(SUITE-AliasIntegrationTest-seed#[A235CD73BC035CA6]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37993/solr ready
[junit4] 2> 381649 INFO
(TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[A235CD73BC035CA6]) [
] o.a.s.SolrTestCaseJ4 ###Starting testModifyPropertiesV1
[junit4] 2> 381658 INFO (qtp1292298483-9103) [n:127.0.0.1:59215_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 381662 INFO (qtp1292298483-9103) [n:127.0.0.1:59215_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=3
[junit4] 2> 381664 INFO (qtp365176568-9095) [n:127.0.0.1:60472_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 381669 INFO
(OverseerThreadFactory-3135-thread-1-processing-n:127.0.0.1:59215_solr)
[n:127.0.0.1:59215_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1meta
[junit4] 2> 381783 INFO
(OverseerStateUpdate-72232202595205126-127.0.0.1:59215_solr-n_0000000000)
[n:127.0.0.1:59215_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1meta",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1meta_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:60472/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 381787 INFO
(OverseerStateUpdate-72232202595205126-127.0.0.1:59215_solr-n_0000000000)
[n:127.0.0.1:59215_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1meta",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"collection1meta_shard2_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:59215/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 381991 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
x:collection1meta_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 381991 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
x:collection1meta_shard2_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n3&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 381991 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
x:collection1meta_shard2_replica_n3 ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 383007 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
[junit4] 2> 383007 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
[junit4] 2> 383014 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.s.IndexSchema [collection1meta_shard1_replica_n1] Schema name=minimal
[junit4] 2> 383014 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.s.IndexSchema [collection1meta_shard2_replica_n3] Schema name=minimal
[junit4] 2> 383016 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 383016 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 383016 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard2_replica_n3'
using configuration from collection collection1meta, trusted=true
[junit4] 2> 383016 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard1_replica_n1'
using configuration from collection collection1meta, trusted=true
[junit4] 2> 383017 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_60472.solr.core.collection1meta.shard1.replica_n1' (registry
'solr.core.collection1meta.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e9911aa
[junit4] 2> 383017 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59215.solr.core.collection1meta.shard2.replica_n3' (registry
'solr.core.collection1meta.shard2.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e9911aa
[junit4] 2> 383017 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.c.SolrCore [[collection1meta_shard1_replica_n1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A235CD73BC035CA6-001/tempDir-001/node2/collection1meta_shard1_replica_n1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A235CD73BC035CA6-001/tempDir-001/node2/./collection1meta_shard1_replica_n1/data/]
[junit4] 2> 383017 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.c.SolrCore [[collection1meta_shard2_replica_n3] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A235CD73BC035CA6-001/tempDir-001/node1/collection1meta_shard2_replica_n3],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A235CD73BC035CA6-001/tempDir-001/node1/./collection1meta_shard2_replica_n3/data/]
[junit4] 2> 383097 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 383097 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 383097 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 383097 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 383098 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 383098 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 383099 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@119b237d[collection1meta_shard2_replica_n3] main]
[junit4] 2> 383099 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 383099 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 383101 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@498d7996[collection1meta_shard1_replica_n1] main]
[junit4] 2> 383102 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 383103 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 383104 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 383104 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1637098269597237248
[junit4] 2> 383104 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 383105 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 383105 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 383105 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1637098269598285824
[junit4] 2> 383108 INFO
(searcherExecutor-3147-thread-1-processing-n:127.0.0.1:59215_solr
x:collection1meta_shard2_replica_n3 c:collection1meta s:shard2 r:core_node4)
[n:127.0.0.1:59215_solr c:collection1meta s:shard2 r:core_node4
x:collection1meta_shard2_replica_n3 ] o.a.s.c.SolrCore
[collection1meta_shard2_replica_n3] Registered new searcher
Searcher@119b237d[collection1meta_shard2_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 383109 INFO
(searcherExecutor-3148-thread-1-processing-n:127.0.0.1:60472_solr
x:collection1meta_shard1_replica_n1 c:collection1meta s:shard1 r:core_node2)
[n:127.0.0.1:60472_solr c:collection1meta s:shard1 r:core_node2
x:collection1meta_shard1_replica_n1 ] o.a.s.c.SolrCore
[collection1meta_shard1_replica_n1] Registered new searcher
Searcher@498d7996[collection1meta_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 383112 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection1meta/terms/shard2 to Terms{values={core_node4=0},
version=0}
[junit4] 2> 383113 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection1meta/leaders/shard2
[junit4] 2> 383114 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection1meta/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 383114 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection1meta/leaders/shard1
[junit4] 2> 383120 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 383120 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 383120 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:59215/solr/collection1meta_shard2_replica_n3/
[junit4] 2> 383121 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 383122 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.c.SyncStrategy
http://127.0.0.1:59215/solr/collection1meta_shard2_replica_n3/ has no replicas
[junit4] 2> 383122 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/collection1meta/leaders/shard2/leader after winning as
/collections/collection1meta/leader_elect/shard2/election/72232202595205126-core_node4-n_0000000000
[junit4] 2> 383122 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 383123 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 383123 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:60472/solr/collection1meta_shard1_replica_n1/
[junit4] 2> 383124 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 383124 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.c.SyncStrategy
http://127.0.0.1:60472/solr/collection1meta_shard1_replica_n1/ has no replicas
[junit4] 2> 383124 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/collection1meta/leaders/shard1/leader after winning as
/collections/collection1meta/leader_elect/shard1/election/72232202595205129-core_node2-n_0000000000
[junit4] 2> 383126 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:59215/solr/collection1meta_shard2_replica_n3/ shard2
[junit4] 2> 383128 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:60472/solr/collection1meta_shard1_replica_n1/ shard1
[junit4] 2> 383232 INFO (zkCallback-3672-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 383232 INFO (zkCallback-3672-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 383232 INFO (zkCallback-3688-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 383232 INFO (zkCallback-3688-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 383234 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 383234 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 383239 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr
c:collection1meta s:shard1 r:core_node2 x:collection1meta_shard1_replica_n1 ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1248
[junit4] 2> 383239 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n3 ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n3&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1249
[junit4] 2> 383243 INFO (qtp365176568-9095) [n:127.0.0.1:60472_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 383341 INFO (zkCallback-3672-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 383341 INFO (zkCallback-3672-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 383341 INFO (zkCallback-3688-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 383341 INFO (zkCallback-3672-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 383341 INFO (zkCallback-3688-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 383341 INFO (zkCallback-3688-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 383342 INFO (qtp365176568-9095) [n:127.0.0.1:60472_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=1678
[junit4] 2> 383344 INFO (qtp365176568-9098) [n:127.0.0.1:60472_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=collection2meta&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 383350 INFO
(OverseerCollectionConfigSetProcessor-72232202595205126-127.0.0.1:59215_solr-n_0000000000)
[n:127.0.0.1:59215_solr ] 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> 383350 INFO
(OverseerThreadFactory-3135-thread-2-processing-n:127.0.0.1:59215_solr)
[n:127.0.0.1:59215_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection2meta
[junit4] 2> 383569 INFO
(OverseerStateUpdate-72232202595205126-127.0.0.1:59215_solr-n_0000000000)
[n:127.0.0.1:59215_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection2meta",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection2meta_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:60472/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 383779 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
x:collection2meta_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2meta_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 384798 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
[junit4] 2> 384805 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.s.IndexSchema [collection2meta_shard1_replica_n1] Schema name=minimal
[junit4] 2> 384807 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 384807 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.c.CoreContainer Creating SolrCore 'collection2meta_shard1_replica_n1'
using configuration from collection collection2meta, trusted=true
[junit4] 2> 384807 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_60472.solr.core.collection2meta.shard1.replica_n1' (registry
'solr.core.collection2meta.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e9911aa
[junit4] 2> 384807 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.c.SolrCore [[collection2meta_shard1_replica_n1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A235CD73BC035CA6-001/tempDir-001/node2/collection2meta_shard1_replica_n1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A235CD73BC035CA6-001/tempDir-001/node2/./collection2meta_shard1_replica_n1/data/]
[junit4] 2> 384847 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 384847 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 384848 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 384848 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 384848 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7d7133ce[collection2meta_shard1_replica_n1] main]
[junit4] 2> 384851 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 384852 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 384852 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 384852 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1637098271430148096
[junit4] 2> 384855 INFO
(searcherExecutor-3157-thread-1-processing-n:127.0.0.1:60472_solr
x:collection2meta_shard1_replica_n1 c:collection2meta s:shard1 r:core_node2)
[n:127.0.0.1:60472_solr c:collection2meta s:shard1 r:core_node2
x:collection2meta_shard1_replica_n1 ] o.a.s.c.SolrCore
[collection2meta_shard1_replica_n1] Registered new searcher
Searcher@7d7133ce[collection2meta_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 384861 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection2meta/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 384861 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection2meta/leaders/shard1
[junit4] 2> 384868 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 384868 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 384868 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:60472/solr/collection2meta_shard1_replica_n1/
[junit4] 2> 384869 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 384869 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.c.SyncStrategy
http://127.0.0.1:60472/solr/collection2meta_shard1_replica_n1/ has no replicas
[junit4] 2> 384869 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/collection2meta/leaders/shard1/leader after winning as
/collections/collection2meta/leader_elect/shard1/election/72232202595205129-core_node2-n_0000000000
[junit4] 2> 384873 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:60472/solr/collection2meta_shard1_replica_n1/ shard1
[junit4] 2> 384979 INFO (zkCallback-3688-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2meta/state.json] for collection [collection2meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 384979 INFO (zkCallback-3688-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2meta/state.json] for collection [collection2meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 384984 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 384988 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2meta_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2meta&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1210
[junit4] 2> 384991 INFO (qtp365176568-9098) [n:127.0.0.1:60472_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 385088 INFO (zkCallback-3688-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2meta/state.json] for collection [collection2meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 385088 INFO (zkCallback-3688-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2meta/state.json] for collection [collection2meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 385089 INFO (zkCallback-3688-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2meta/state.json] for collection [collection2meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 385090 INFO (qtp365176568-9098) [n:127.0.0.1:60472_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf&name=collection2meta&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=1747
[junit4] 2> 385095 INFO
(TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[A235CD73BC035CA6]) [
] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
[junit4] 2> 385096 INFO (watches-3699-thread-1) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
[junit4] 2> 385096 INFO
(TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[A235CD73BC035CA6]) [
] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
[junit4] 2> 385097 INFO
(TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[A235CD73BC035CA6]) [
] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
[junit4] 2> 385097 INFO
(TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[A235CD73BC035CA6]) [
] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
[junit4] 2> 385098 INFO
(TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[A235CD73BC035CA6]) [
] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
[junit4] 2> 385098 INFO
(TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[A235CD73BC035CA6]) [
] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
[junit4] 2> 385104 INFO (qtp365176568-9096) [n:127.0.0.1:60472_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :aliasprop with params
name=testModifyPropertiesV1&action=ALIASPROP&property.foo=baz&wt=xml&property.bar=bam
and sendToOCPQueue=true
[junit4] 2> 385109 INFO
(OverseerCollectionConfigSetProcessor-72232202595205126-127.0.0.1:59215_solr-n_0000000000)
[n:127.0.0.1:59215_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 385113 INFO (qtp365176568-9096) [n:127.0.0.1:60472_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=testModifyPropertiesV1&action=ALIASPROP&property.foo=baz&wt=xml&property.bar=bam}
status=0 QTime=9
[junit4] 2> 385114 INFO
(TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[A235CD73BC035CA6]) [
] o.a.s.SolrTestCaseJ4 ###Ending testModifyPropertiesV1
[junit4] 2> 385117 INFO
(TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[A235CD73BC035CA6]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 385121 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=collection2meta&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 385127 INFO
(OverseerCollectionConfigSetProcessor-72232202595205126-127.0.0.1:59215_solr-n_0000000000)
[n:127.0.0.1:59215_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 385128 INFO
(OverseerThreadFactory-3135-thread-4-processing-n:127.0.0.1:59215_solr)
[n:127.0.0.1:59215_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
Executing Collection
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
asyncId=null
[junit4] 2> 385130 INFO (qtp365176568-9098) [n:127.0.0.1:60472_solr
x:collection2meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection2meta.shard1.replica_n1, tag=null
[junit4] 2> 385130 INFO (qtp365176568-9098) [n:127.0.0.1:60472_solr
x:collection2meta_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1eb61ab: rootName =
solr_60472, domain = solr.core.collection2meta.shard1.replica_n1, service url =
null, agent id = null] for registry solr.core.collection2meta.shard1.replica_n1
/ com.codahale.metrics.MetricRegistry@2165cf76
[junit4] 2> 385140 INFO (qtp365176568-9098) [n:127.0.0.1:60472_solr
x:collection2meta_shard1_replica_n1 ] o.a.s.c.SolrCore
[collection2meta_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@2ffc315d
[junit4] 2> 385140 INFO (qtp365176568-9098) [n:127.0.0.1:60472_solr
x:collection2meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection2meta.shard1.replica_n1, tag=2ffc315d
[junit4] 2> 385140 INFO (qtp365176568-9098) [n:127.0.0.1:60472_solr
x:collection2meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection2meta.shard1.leader,
tag=2ffc315d
[junit4] 2> 385143 INFO (qtp365176568-9098) [n:127.0.0.1:60472_solr
x:collection2meta_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/collection2meta/terms/shard1 to Terms{values={},
version=1}
[junit4] 2> 385146 INFO (qtp365176568-9098) [n:127.0.0.1:60472_solr
x:collection2meta_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection2meta_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=16
[junit4] 2> 385252 INFO (zkCallback-3672-thread-4) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDeleted
path:/collections/collection2meta/state.json] for collection [collection2meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 385252 INFO (zkCallback-3688-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDeleted
path:/collections/collection2meta/state.json] for collection [collection2meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 385252 INFO (zkCallback-3688-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDeleted
path:/collections/collection2meta/state.json] for collection [collection2meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 385252 INFO (zkCallback-3688-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDeleted
path:/collections/collection2meta/state.json] for collection [collection2meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 385271 INFO (qtp365176568-9099) [n:127.0.0.1:60472_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=collection2meta&action=DELETE&wt=javabin&version=2} status=0
QTime=149
[junit4] 2> 385271 INFO (qtp365176568-9093) [n:127.0.0.1:60472_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=collection1meta&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 385276 INFO
(OverseerCollectionConfigSetProcessor-72232202595205126-127.0.0.1:59215_solr-n_0000000000)
[n:127.0.0.1:59215_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 385276 INFO
(OverseerThreadFactory-3135-thread-5-processing-n:127.0.0.1:59215_solr)
[n:127.0.0.1:59215_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
Executing Collection
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
asyncId=null
[junit4] 2> 385278 INFO (qtp365176568-9096) [n:127.0.0.1:60472_solr
x:collection1meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1meta.shard1.replica_n1, tag=null
[junit4] 2> 385278 INFO (qtp1292298483-9102) [n:127.0.0.1:59215_solr
x:collection1meta_shard2_replica_n3 ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1meta.shard2.replica_n3, tag=null
[junit4] 2> 385278 INFO (qtp365176568-9096) [n:127.0.0.1:60472_solr
x:collection1meta_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@30878971: rootName
= solr_60472, domain = solr.core.collection1meta.shard1.replica_n1, service url
= null, agent id = null] for registry
solr.core.collection1meta.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@ee532e5
[junit4] 2> 385278 INFO (qtp1292298483-9102) [n:127.0.0.1:59215_solr
x:collection1meta_shard2_replica_n3 ] o.a.s.m.r.SolrJmxReporter Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3af8c915: rootName
= solr_59215, domain = solr.core.collection1meta.shard2.replica_n3, service url
= null, agent id = null] for registry
solr.core.collection1meta.shard2.replica_n3 /
com.codahale.metrics.MetricRegistry@40f15d78
[junit4] 2> 385299 INFO (qtp365176568-9096) [n:127.0.0.1:60472_solr
x:collection1meta_shard1_replica_n1 ] o.a.s.c.SolrCore
[collection1meta_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5b7dcbdd
[junit4] 2> 385299 INFO (qtp365176568-9096) [n:127.0.0.1:60472_solr
x:collection1meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1meta.shard1.replica_n1, tag=5b7dcbdd
[junit4] 2> 385299 INFO (qtp365176568-9096) [n:127.0.0.1:60472_solr
x:collection1meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1meta.shard1.leader,
tag=5b7dcbdd
[junit4] 2> 385299 INFO (qtp1292298483-9102) [n:127.0.0.1:59215_solr
x:collection1meta_shard2_replica_n3 ] o.a.s.c.SolrCore
[collection1meta_shard2_replica_n3] CLOSING SolrCore
org.apache.solr.core.SolrCore@218465d4
[junit4] 2> 385300 INFO (qtp1292298483-9102) [n:127.0.0.1:59215_solr
x:collection1meta_shard2_replica_n3 ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1meta.shard2.replica_n3, tag=218465d4
[junit4] 2> 385300 INFO (qtp1292298483-9102) [n:127.0.0.1:59215_solr
x:collection1meta_shard2_replica_n3 ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1meta.shard2.leader,
tag=218465d4
[junit4] 2> 385303 INFO (qtp365176568-9096) [n:127.0.0.1:60472_solr
x:collection1meta_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/collection1meta/terms/shard1 to Terms{values={},
version=1}
[junit4] 2> 385303 INFO (qtp1292298483-9102) [n:127.0.0.1:59215_solr
x:collection1meta_shard2_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/collection1meta/terms/shard2 to Terms{values={},
version=1}
[junit4] 2> 385305 INFO (qtp1292298483-9102) [n:127.0.0.1:59215_solr
x:collection1meta_shard2_replica_n3 ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection1meta_shard2_replica_n3&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=28
[junit4] 2> 385305 INFO (qtp365176568-9096) [n:127.0.0.1:60472_solr
x:collection1meta_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection1meta_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=28
[junit4] 2> 385410 INFO (zkCallback-3672-thread-4) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDeleted
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 385410 INFO (zkCallback-3672-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDeleted
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 385410 INFO (zkCallback-3672-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDeleted
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 385410 INFO (zkCallback-3688-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDeleted
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 385410 INFO (zkCallback-3688-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDeleted
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 385411 INFO (zkCallback-3688-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDeleted
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 385434 INFO (qtp365176568-9093) [n:127.0.0.1:60472_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=collection1meta&action=DELETE&wt=javabin&version=2} status=0
QTime=163
[junit4] 2> 385463 INFO
(TEST-AliasIntegrationTest.testDeleteAliasWithExistingCollectionName-seed#[A235CD73BC035CA6])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testDeleteAliasWithExistingCollectionName
[junit4] 2> 385465 INFO (qtp1292298483-9105) [n:127.0.0.1:59215_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 385466 INFO (qtp1292298483-9105) [n:127.0.0.1:59215_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
[junit4] 2> 385468 INFO (qtp365176568-9097) [n:127.0.0.1:60472_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=collection_old&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 385472 INFO
(OverseerCollectionConfigSetProcessor-72232202595205126-127.0.0.1:59215_solr-n_0000000000)
[n:127.0.0.1:59215_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000008 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 385473 INFO
(OverseerThreadFactory-3135-thread-5-processing-n:127.0.0.1:59215_solr)
[n:127.0.0.1:59215_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection_old
[junit4] 2> 385693 INFO
(OverseerStateUpdate-72232202595205126-127.0.0.1:59215_solr-n_0000000000)
[n:127.0.0.1:59215_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection_old",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection_old_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:59215/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 385697 INFO
(OverseerStateUpdate-72232202595205126-127.0.0.1:59215_solr-n_0000000000)
[n:127.0.0.1:59215_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection_old",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"collection_old_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:60472/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 385903 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
x:collection_old_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection_old_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_old&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 385903 INFO (qtp365176568-9095) [n:127.0.0.1:60472_solr
x:collection_old_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection_old_shard2_replica_n2&action=CREATE&numShards=2&collection=collection_old&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 386921 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
[junit4] 2> 386921 INFO (qtp365176568-9095) [n:127.0.0.1:60472_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
[junit4] 2> 386932 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.s.IndexSchema [collection_old_shard1_replica_n1] Schema name=minimal
[junit4] 2> 386934 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 386934 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.c.CoreContainer Creating SolrCore 'collection_old_shard1_replica_n1'
using configuration from collection collection_old, trusted=true
[junit4] 2> 386934 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_59215.solr.core.collection_old.shard1.replica_n1' (registry
'solr.core.collection_old.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e9911aa
[junit4] 2> 386934 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.c.SolrCore [[collection_old_shard1_replica_n1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A235CD73BC035CA6-001/tempDir-001/node1/collection_old_shard1_replica_n1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A235CD73BC035CA6-001/tempDir-001/node1/./collection_old_shard1_replica_n1/data/]
[junit4] 2> 386975 INFO (qtp365176568-9095) [n:127.0.0.1:60472_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2 ]
o.a.s.s.IndexSchema [collection_old_shard2_replica_n2] Schema name=minimal
[junit4] 2> 386976 INFO (qtp365176568-9095) [n:127.0.0.1:60472_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2 ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 386976 INFO (qtp365176568-9095) [n:127.0.0.1:60472_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2 ]
o.a.s.c.CoreContainer Creating SolrCore 'collection_old_shard2_replica_n2'
using configuration from collection collection_old, trusted=true
[junit4] 2> 386977 INFO (qtp365176568-9095) [n:127.0.0.1:60472_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_60472.solr.core.collection_old.shard2.replica_n2' (registry
'solr.core.collection_old.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e9911aa
[junit4] 2> 386977 INFO (qtp365176568-9095) [n:127.0.0.1:60472_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2 ]
o.a.s.c.SolrCore [[collection_old_shard2_replica_n2] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A235CD73BC035CA6-001/tempDir-001/node2/collection_old_shard2_replica_n2],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_A235CD73BC035CA6-001/tempDir-001/node2/./collection_old_shard2_replica_n2/data/]
[junit4] 2> 386992 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 386993 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 386993 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 386994 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 386994 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4d5912ba[collection_old_shard1_replica_n1] main]
[junit4] 2> 386997 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 386998 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 386998 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 386998 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1637098273680392192
[junit4] 2> 387001 INFO
(searcherExecutor-3162-thread-1-processing-n:127.0.0.1:59215_solr
x:collection_old_shard1_replica_n1 c:collection_old s:shard1 r:core_node3)
[n:127.0.0.1:59215_solr c:collection_old s:shard1 r:core_node3
x:collection_old_shard1_replica_n1 ] o.a.s.c.SolrCore
[collection_old_shard1_replica_n1] Registered new searcher
Searcher@4d5912ba[collection_old_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 387005 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection_old/terms/shard1 to Terms{values={core_node3=0},
version=0}
[junit4] 2> 387005 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection_old/leaders/shard1
[junit4] 2> 387011 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 387011 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 387011 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:59215/solr/collection_old_shard1_replica_n1/
[junit4] 2> 387011 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 387012 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.c.SyncStrategy
http://127.0.0.1:59215/solr/collection_old_shard1_replica_n1/ has no replicas
[junit4] 2> 387012 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/collection_old/leaders/shard1/leader after winning as
/collections/collection_old/leader_elect/shard1/election/72232202595205126-core_node3-n_0000000000
[junit4] 2> 387015 INFO (qtp1292298483-9094) [n:127.0.0.1:59215_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:59215/solr/collection_old_shard1_replica_n1/ shard1
[junit4] 2> 387028 INFO (qtp365176568-9095) [n:127.0.0.1:60472_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 387028 INFO (qtp365176568-9095) [n:127.0.0.1:60472_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 387029 INFO (qtp365176568-9095) [n:127.0.0.1:60472_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 387029 INFO (qtp365176568-9095) [n:127.0.0.1:60472_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4]
[...truncated too long message...]
4.02s J1 | AliasIntegrationTest.testModifyPropertiesV2
[junit4] OK 2.31s J1 | AliasIntegrationTest.testErrorChecks
[junit4] OK 5.63s J1 | AliasIntegrationTest.test
[junit4] OK 10.0s J1 |
AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased
[junit4] OK 3.93s J1 | AliasIntegrationTest.testClusterStateProviderAPI
[junit4] OK 4.06s J1 | AliasIntegrationTest.testProperties
[junit4] Completed [4/10] on J1 in 52.72s, 9 tests
[junit4]
[junit4] Suite: org.apache.solr.core.TestDynamicLoading
[junit4] OK 28.5s J1 | TestDynamicLoading.testDynamicLoading
[junit4] Completed [5/10] on J1 in 28.95s, 1 test
[junit4]
[junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
[junit4] OK 3.92s J0 | AliasIntegrationTest.testModifyPropertiesV1
[junit4] OK 11.1s J0 |
AliasIntegrationTest.testDeleteAliasWithExistingCollectionName
[junit4] OK 3.97s J0 | AliasIntegrationTest.testModifyPropertiesCAR
[junit4] OK 3.95s J0 | AliasIntegrationTest.testModifyPropertiesV2
[junit4] OK 2.24s J0 | AliasIntegrationTest.testErrorChecks
[junit4] OK 5.66s J0 | AliasIntegrationTest.test
[junit4] OK 10.1s J0 |
AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased
[junit4] OK 3.97s J0 | AliasIntegrationTest.testClusterStateProviderAPI
[junit4] OK 4.05s J0 | AliasIntegrationTest.testProperties
[junit4] Completed [6/10] on J0 in 51.88s, 9 tests
[junit4]
[junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
[junit4] OK 5.68s J1 | AliasIntegrationTest.testModifyPropertiesV1
[junit4] OK 11.0s J1 |
AliasIntegrationTest.testDeleteAliasWithExistingCollectionName
[junit4] OK 3.98s J1 | AliasIntegrationTest.testModifyPropertiesCAR
[junit4] OK 3.95s J1 | AliasIntegrationTest.testModifyPropertiesV2
[junit4] OK 2.29s J1 | AliasIntegrationTest.testErrorChecks
[junit4] OK 5.39s J1 | AliasIntegrationTest.test
[junit4] OK 9.95s J1 |
AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased
[junit4] OK 3.92s J1 | AliasIntegrationTest.testClusterStateProviderAPI
[junit4] OK 4.05s J1 | AliasIntegrationTest.testProperties
[junit4] Completed [7/10] on J1 in 52.93s, 9 tests
[junit4]
[junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
[junit4] OK 3.82s J0 | AliasIntegrationTest.testModifyPropertiesV1
[junit4] OK 11.0s J0 |
AliasIntegrationTest.testDeleteAliasWithExistingCollectionName
[junit4] OK 3.94s J0 | AliasIntegrationTest.testModifyPropertiesCAR
[junit4] OK 3.91s J0 | AliasIntegrationTest.testModifyPropertiesV2
[junit4] OK 2.27s J0 | AliasIntegrationTest.testErrorChecks
[junit4] OK 5.44s J0 | AliasIntegrationTest.test
[junit4] OK 10.0s J0 |
AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased
[junit4] OK 3.94s J0 | AliasIntegrationTest.testClusterStateProviderAPI
[junit4] OK 4.07s J0 | AliasIntegrationTest.testProperties
[junit4] Completed [8/10] on J0 in 50.85s, 9 tests
[junit4]
[junit4] Suite: org.apache.solr.core.TestDynamicLoading
[junit4] OK 28.1s J1 | TestDynamicLoading.testDynamicLoading
[junit4] Completed [9/10] on J1 in 28.78s, 1 test
[junit4]
[junit4] Suite: org.apache.solr.core.TestDynamicLoading
[junit4] OK 28.7s J0 | TestDynamicLoading.testDynamicLoading
[junit4] Completed [10/10] on J0 in 29.58s, 1 test
[junit4]
[junit4] JVM J0: 0.70 .. 236.17 = 235.47s
[junit4] JVM J1: 0.68 .. 217.18 = 216.49s
[junit4] Execution time total: 3 minutes 56 seconds
[junit4] Tests summary: 10 suites, 50 tests
[junit4] Could not remove temporary path:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp])
[junit4] Could not remove temporary path:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp])
[echo] 5 slowest tests:
[junit4:tophints] 270.78s |
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
[junit4:tophints] 227.82s | org.apache.solr.search.facet.TestJsonFacets
[junit4:tophints] 194.51s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 135.48s | org.apache.solr.handler.TestReplicationHandler
[junit4:tophints] 130.74s |
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest
-check-totals:
test-nocompile:
BUILD SUCCESSFUL
Total time: 3 minutes 59 seconds
[repro] Failures:
[repro] 0/5 failed: org.apache.solr.cloud.AliasIntegrationTest
[repro] 0/5 failed: org.apache.solr.core.TestDynamicLoading
[repro] Exiting with code 0
+ 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=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2805)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2684)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2665)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris VBOX
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:957)
at hudson.FilePath.act(FilePath.java:1072)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2663)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1843)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3054)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1074)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2663)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1843)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting
ANT_1_8_2_HOME=/export/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=d1678a3a68685acd1432dfadcd5f49fa817273ad,
workspace=/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris
[WARNINGS] Computing warning deltas based on reference build #194
Recording test results
Setting
ANT_1_8_2_HOME=/export/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=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]