Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2965/
2 tests failed.
FAILED: org.apache.solr.cloud.AliasIntegrationTest.test
Error Message:
Collection not found: testalias2
Stack Trace:
org.apache.solr.common.SolrException: Collection not found: testalias2
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:851)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:983)
at
org.apache.solr.cloud.AliasIntegrationTest.searchSeveralWays(AliasIntegrationTest.java:579)
at
org.apache.solr.cloud.AliasIntegrationTest.searchSeveralWays(AliasIntegrationTest.java:573)
at
org.apache.solr.cloud.AliasIntegrationTest.test(AliasIntegrationTest.java:498)
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:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.MultiThreadedOCPTest.test
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([634F005515B621EA:EB1B3F8FBB4A4C12]:0)
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertTrue(Assert.java:54)
at
org.apache.solr.cloud.MultiThreadedOCPTest.testFillWorkQueue(MultiThreadedOCPTest.java:114)
at
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:69)
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:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1010)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
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 13524 lines...]
[junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_634F005515B621EA-001/init-core-data-001
[junit4] 2> 1352330 WARN
(SUITE-AliasIntegrationTest-seed#[634F005515B621EA]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
[junit4] 2> 1352330 INFO
(SUITE-AliasIntegrationTest-seed#[634F005515B621EA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1352348 INFO
(SUITE-AliasIntegrationTest-seed#[634F005515B621EA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1352349 INFO
(SUITE-AliasIntegrationTest-seed#[634F005515B621EA]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1352349 INFO
(SUITE-AliasIntegrationTest-seed#[634F005515B621EA]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_634F005515B621EA-001/tempDir-001
[junit4] 2> 1352349 INFO
(SUITE-AliasIntegrationTest-seed#[634F005515B621EA]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1352351 INFO (Thread-1302) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1352351 INFO (Thread-1302) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1352352 ERROR (Thread-1302) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 1352476 INFO
(SUITE-AliasIntegrationTest-seed#[634F005515B621EA]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:36371
[junit4] 2> 1352513 INFO (zkConnectionManagerCallback-2090-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1352535 INFO (jetty-launcher-2087-thread-2) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
[junit4] 2> 1352536 INFO (jetty-launcher-2087-thread-1) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
[junit4] 2> 1352550 INFO (jetty-launcher-2087-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1352550 INFO (jetty-launcher-2087-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1352550 INFO (jetty-launcher-2087-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1352550 INFO (jetty-launcher-2087-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@646d8452{/solr,null,AVAILABLE}
[junit4] 2> 1352551 INFO (jetty-launcher-2087-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@55cfc1f{SSL,[ssl,
http/1.1]}{127.0.0.1:44092}
[junit4] 2> 1352551 INFO (jetty-launcher-2087-thread-2) [ ]
o.e.j.s.Server Started @1352621ms
[junit4] 2> 1352551 INFO (jetty-launcher-2087-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44092}
[junit4] 2> 1352551 ERROR (jetty-launcher-2087-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1352551 INFO (jetty-launcher-2087-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1352551 INFO (jetty-launcher-2087-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1352551 INFO (jetty-launcher-2087-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1352551 INFO (jetty-launcher-2087-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1352551 INFO (jetty-launcher-2087-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-29T15:28:21.860Z
[junit4] 2> 1352553 INFO (jetty-launcher-2087-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1352553 INFO (jetty-launcher-2087-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1352553 INFO (jetty-launcher-2087-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1352570 INFO (jetty-launcher-2087-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@89c2ed9{/solr,null,AVAILABLE}
[junit4] 2> 1352570 INFO (jetty-launcher-2087-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4334cad9{SSL,[ssl,
http/1.1]}{127.0.0.1:42799}
[junit4] 2> 1352570 INFO (jetty-launcher-2087-thread-1) [ ]
o.e.j.s.Server Started @1352640ms
[junit4] 2> 1352570 INFO (jetty-launcher-2087-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42799}
[junit4] 2> 1352570 ERROR (jetty-launcher-2087-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1352570 INFO (jetty-launcher-2087-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1352570 INFO (jetty-launcher-2087-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1352570 INFO (jetty-launcher-2087-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1352570 INFO (jetty-launcher-2087-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1352570 INFO (jetty-launcher-2087-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-29T15:28:21.879Z
[junit4] 2> 1352671 INFO (zkConnectionManagerCallback-2092-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1352671 INFO (jetty-launcher-2087-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1352675 INFO (zkConnectionManagerCallback-2094-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1352691 INFO (jetty-launcher-2087-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1353114 INFO (jetty-launcher-2087-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36371/solr
[junit4] 2> 1353149 INFO (zkConnectionManagerCallback-2098-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1353206 INFO (zkConnectionManagerCallback-2100-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1353799 INFO (jetty-launcher-2087-thread-2)
[n:127.0.0.1:44092_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:44092_solr
[junit4] 2> 1353800 INFO (jetty-launcher-2087-thread-2)
[n:127.0.0.1:44092_solr ] o.a.s.c.Overseer Overseer
(id=73751221395390468-127.0.0.1:44092_solr-n_0000000000) starting
[junit4] 2> 1353845 INFO (zkConnectionManagerCallback-2107-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1353988 INFO (jetty-launcher-2087-thread-2)
[n:127.0.0.1:44092_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:36371/solr ready
[junit4] 2> 1354005 INFO
(OverseerStateUpdate-73751221395390468-127.0.0.1:44092_solr-n_0000000000)
[n:127.0.0.1:44092_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:44092_solr
[junit4] 2> 1354006 INFO (jetty-launcher-2087-thread-2)
[n:127.0.0.1:44092_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44092_solr
[junit4] 2> 1354096 INFO (zkCallback-2099-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1354256 INFO (zkCallback-2106-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1354276 INFO (jetty-launcher-2087-thread-2)
[n:127.0.0.1:44092_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1354399 INFO (jetty-launcher-2087-thread-2)
[n:127.0.0.1:44092_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44092.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@51e5fc98
[junit4] 2> 1354434 INFO (jetty-launcher-2087-thread-2)
[n:127.0.0.1:44092_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44092.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@51e5fc98
[junit4] 2> 1354434 INFO (jetty-launcher-2087-thread-2)
[n:127.0.0.1:44092_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44092.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@51e5fc98
[junit4] 2> 1354435 INFO (jetty-launcher-2087-thread-2)
[n:127.0.0.1:44092_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_634F005515B621EA-001/tempDir-001/node2/.
[junit4] 2> 1354866 INFO (jetty-launcher-2087-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36371/solr
[junit4] 2> 1354883 INFO (zkConnectionManagerCallback-2112-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1354988 INFO (zkConnectionManagerCallback-2114-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1355501 INFO (jetty-launcher-2087-thread-1)
[n:127.0.0.1:42799_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1355537 INFO (jetty-launcher-2087-thread-1)
[n:127.0.0.1:42799_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1355537 INFO (jetty-launcher-2087-thread-1)
[n:127.0.0.1:42799_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42799_solr
[junit4] 2> 1355538 INFO (zkCallback-2106-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1355572 INFO (zkCallback-2099-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1355774 INFO (zkCallback-2113-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1355900 INFO (zkConnectionManagerCallback-2121-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1355901 INFO (jetty-launcher-2087-thread-1)
[n:127.0.0.1:42799_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1355902 INFO (jetty-launcher-2087-thread-1)
[n:127.0.0.1:42799_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:36371/solr ready
[junit4] 2> 1355938 INFO (jetty-launcher-2087-thread-1)
[n:127.0.0.1:42799_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1356077 INFO (jetty-launcher-2087-thread-1)
[n:127.0.0.1:42799_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42799.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@51e5fc98
[junit4] 2> 1356257 INFO (jetty-launcher-2087-thread-1)
[n:127.0.0.1:42799_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42799.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@51e5fc98
[junit4] 2> 1356257 INFO (jetty-launcher-2087-thread-1)
[n:127.0.0.1:42799_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42799.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@51e5fc98
[junit4] 2> 1356258 INFO (jetty-launcher-2087-thread-1)
[n:127.0.0.1:42799_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_634F005515B621EA-001/tempDir-001/node1/.
[junit4] 2> 1356524 INFO (zkConnectionManagerCallback-2124-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1356649 INFO (zkConnectionManagerCallback-2129-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1356706 INFO
(SUITE-AliasIntegrationTest-seed#[634F005515B621EA]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1356707 INFO
(SUITE-AliasIntegrationTest-seed#[634F005515B621EA]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36371/solr ready
[junit4] 2> 1356944 INFO
(TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[634F005515B621EA]) [
] o.a.s.SolrTestCaseJ4 ###Starting testModifyPropertiesV1
[junit4] 2> 1357234 INFO (qtp900318047-7124) [n:127.0.0.1:42799_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> 1357273 INFO
(OverseerThreadFactory-2971-thread-1-processing-n:127.0.0.1:44092_solr)
[n:127.0.0.1:44092_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1meta
[junit4] 2> 1357596 INFO (qtp900318047-7120) [n:127.0.0.1:42799_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1357845 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1357866 INFO
(OverseerStateUpdate-73751221395390468-127.0.0.1:44092_solr-n_0000000000)
[n:127.0.0.1:44092_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":"https://127.0.0.1:44092/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1357867 INFO
(OverseerStateUpdate-73751221395390468-127.0.0.1:44092_solr-n_0000000000)
[n:127.0.0.1:44092_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_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:42799/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1358103 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
x:collection1meta_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node3&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> 1358103 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
x:collection1meta_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 1358109 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
x:collection1meta_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1359238 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1359276 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.s.IndexSchema [collection1meta_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1359278 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1359278 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 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> 1359293 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1359294 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44092.solr.core.collection1meta.shard1.replica_n1' (registry
'solr.core.collection1meta.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@51e5fc98
[junit4] 2> 1359294 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.SolrCore [[collection1meta_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_634F005515B621EA-001/tempDir-001/node2/collection1meta_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_634F005515B621EA-001/tempDir-001/node2/./collection1meta_shard1_replica_n1/data/]
[junit4] 2> 1359331 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.s.IndexSchema [collection1meta_shard2_replica_n2] Schema name=minimal
[junit4] 2> 1359349 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1359349 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard2_replica_n2'
using configuration from collection collection1meta, trusted=true
[junit4] 2> 1359364 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42799.solr.core.collection1meta.shard2.replica_n2' (registry
'solr.core.collection1meta.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@51e5fc98
[junit4] 2> 1359364 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.SolrCore [[collection1meta_shard2_replica_n2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_634F005515B621EA-001/tempDir-001/node1/collection1meta_shard2_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_634F005515B621EA-001/tempDir-001/node1/./collection1meta_shard2_replica_n2/data/]
[junit4] 2> 1359625 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1359625 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1359627 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1359627 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1359648 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1359648 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1359649 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1359649 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1359650 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1ac2c454[collection1meta_shard2_replica_n2] main]
[junit4] 2> 1359656 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1359656 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@521eaee1[collection1meta_shard1_replica_n1] main]
[junit4] 2> 1359657 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1359657 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1359713 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1359713 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1359713 INFO
(searcherExecutor-2984-thread-1-processing-n:127.0.0.1:42799_solr
x:collection1meta_shard2_replica_n2 c:collection1meta s:shard2 r:core_node4)
[n:127.0.0.1:42799_solr c:collection1meta s:shard2 r:core_node4
x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore
[collection1meta_shard2_replica_n2] Registered new searcher
Searcher@1ac2c454[collection1meta_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1359714 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1618482622914101248
[junit4] 2> 1359714 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1359714 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1618482622914101248
[junit4] 2> 1359733 INFO
(searcherExecutor-2983-thread-1-processing-n:127.0.0.1:44092_solr
x:collection1meta_shard1_replica_n1 c:collection1meta s:shard1 r:core_node3)
[n:127.0.0.1:44092_solr c:collection1meta s:shard1 r:core_node3
x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore
[collection1meta_shard1_replica_n1] Registered new searcher
Searcher@521eaee1[collection1meta_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1359750 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection1meta/terms/shard1 to Terms{values={core_node3=0},
version=0}
[junit4] 2> 1359752 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1359752 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1359752 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:44092/solr/collection1meta_shard1_replica_n1/
[junit4] 2> 1359769 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1359769 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:44092/solr/collection1meta_shard1_replica_n1/ has no replicas
[junit4] 2> 1359852 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection1meta/terms/shard2 to Terms{values={core_node4=0},
version=0}
[junit4] 2> 1359853 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:44092/solr/collection1meta_shard1_replica_n1/ shard1
[junit4] 2> 1359871 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1359871 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1359871 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:42799/solr/collection1meta_shard2_replica_n2/
[junit4] 2> 1359871 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1359871 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.SyncStrategy
https://127.0.0.1:42799/solr/collection1meta_shard2_replica_n2/ has no replicas
[junit4] 2> 1359873 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:42799/solr/collection1meta_shard2_replica_n2/ shard2
[junit4] 2> 1360013 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1360013 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1360015 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
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_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1906
[junit4] 2> 1360069 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&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=1966
[junit4] 2> 1360107 INFO (qtp900318047-7124) [n:127.0.0.1:42799_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1360243 INFO (zkCallback-2099-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> 1360251 INFO (zkCallback-2113-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> 1361118 INFO (qtp900318047-7124) [n:127.0.0.1:42799_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=3883
[junit4] 2> 1361119 INFO (qtp900318047-7127) [n:127.0.0.1:42799_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> 1361122 INFO
(OverseerCollectionConfigSetProcessor-73751221395390468-127.0.0.1:44092_solr-n_0000000000)
[n:127.0.0.1:44092_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> 1361130 INFO
(OverseerThreadFactory-2971-thread-2-processing-n:127.0.0.1:44092_solr)
[n:127.0.0.1:44092_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection2meta
[junit4] 2> 1361290 INFO (qtp900318047-7120) [n:127.0.0.1:42799_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.collection1meta.shard2.replica_n2:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 1361357 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=65
[junit4] 2> 1361374 INFO (qtp548302346-7116) [n:127.0.0.1:44092_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.collection1meta.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=14
[junit4] 2> 1361376 INFO (qtp548302346-7116) [n:127.0.0.1:44092_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1361395 INFO
(OverseerStateUpdate-73751221395390468-127.0.0.1:44092_solr-n_0000000000)
[n:127.0.0.1:44092_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":"https://127.0.0.1:44092/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1361601 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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> 1362629 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1362650 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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> 1362653 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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> 1362653 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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> 1362669 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44092.solr.core.collection2meta.shard1.replica_n1' (registry
'solr.core.collection2meta.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@51e5fc98
[junit4] 2> 1362670 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_634F005515B621EA-001/tempDir-001/node2/collection2meta_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_634F005515B621EA-001/tempDir-001/node2/./collection2meta_shard1_replica_n1/data/]
[junit4] 2> 1362873 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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> 1362873 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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> 1362874 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1362874 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1362875 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1e3c9cc7[collection2meta_shard1_replica_n1] main]
[junit4] 2> 1362896 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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> 1362897 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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> 1362897 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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> 1362897 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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 1618482626251718656
[junit4] 2> 1362901 INFO
(searcherExecutor-2993-thread-1-processing-n:127.0.0.1:44092_solr
x:collection2meta_shard1_replica_n1 c:collection2meta s:shard1 r:core_node2)
[n:127.0.0.1:44092_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@1e3c9cc7[collection2meta_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1362922 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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> 1362938 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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> 1362939 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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> 1362939 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:44092/solr/collection2meta_shard1_replica_n1/
[junit4] 2> 1362939 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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> 1362939 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:44092/solr/collection2meta_shard1_replica_n1/ has no replicas
[junit4] 2> 1362958 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:44092/solr/collection2meta_shard1_replica_n1/ shard1
[junit4] 2> 1363140 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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> 1363141 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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=1540
[junit4] 2> 1363185 INFO (qtp900318047-7127) [n:127.0.0.1:42799_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1363257 INFO (zkCallback-2099-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> 1364201 INFO (qtp900318047-7127) [n:127.0.0.1:42799_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=3082
[junit4] 2> 1364259 INFO (qtp900318047-7125) [n:127.0.0.1:42799_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> 1364310 INFO
(OverseerCollectionConfigSetProcessor-73751221395390468-127.0.0.1:44092_solr-n_0000000000)
[n:127.0.0.1:44092_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> 1364419 INFO (qtp900318047-7125) [n:127.0.0.1:42799_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=160
[junit4] 2> 1364440 INFO
(TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[634F005515B621EA]) [
] o.a.s.SolrTestCaseJ4 ###Ending testModifyPropertiesV1
[junit4] 2> 1364492 INFO
(TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[634F005515B621EA]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1364566 INFO (qtp900318047-7124) [n:127.0.0.1:42799_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> 1364638 INFO
(OverseerCollectionConfigSetProcessor-73751221395390468-127.0.0.1:44092_solr-n_0000000000)
[n:127.0.0.1:44092_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> 1364658 INFO
(OverseerThreadFactory-2971-thread-4-processing-n:127.0.0.1:44092_solr)
[n:127.0.0.1:44092_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
Executing Collection
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
asyncId=null
[junit4] 2> 1364667 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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> 1364667 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
x:collection2meta_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c4a1653: rootName =
solr_44092, 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@4153ec31
[junit4] 2> 1364732 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
x:collection2meta_shard1_replica_n1] o.a.s.c.SolrCore
[collection2meta_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@488feeca
[junit4] 2> 1364732 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
x:collection2meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection2meta.shard1.replica_n1, tag=488feeca
[junit4] 2> 1364732 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
x:collection2meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection2meta.shard1.leader,
tag=488feeca
[junit4] 2> 1364748 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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> 1364749 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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=82
[junit4] 2> 1364886 INFO (zkCallback-2099-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> 1365484 INFO (qtp900318047-7124) [n:127.0.0.1:42799_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=collection2meta&action=DELETE&wt=javabin&version=2} status=0
QTime=917
[junit4] 2> 1365502 INFO (qtp900318047-7125) [n:127.0.0.1:42799_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> 1365514 INFO
(OverseerCollectionConfigSetProcessor-73751221395390468-127.0.0.1:44092_solr-n_0000000000)
[n:127.0.0.1:44092_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> 1365515 INFO
(OverseerThreadFactory-2971-thread-5-processing-n:127.0.0.1:44092_solr)
[n:127.0.0.1:44092_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
Executing Collection
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
asyncId=null
[junit4] 2> 1365516 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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> 1365516 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
x:collection1meta_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3a3ae7d3: rootName =
solr_44092, 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@5238e02a
[junit4] 2> 1365575 INFO (qtp900318047-7124) [n:127.0.0.1:42799_solr
x:collection1meta_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1meta.shard2.replica_n2, tag=null
[junit4] 2> 1365575 INFO (qtp900318047-7124) [n:127.0.0.1:42799_solr
x:collection1meta_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6a7ba158: rootName =
solr_42799, domain = solr.core.collection1meta.shard2.replica_n2, service url =
null, agent id = null] for registry solr.core.collection1meta.shard2.replica_n2
/ com.codahale.metrics.MetricRegistry@28c984da
[junit4] 2> 1365612 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore
[collection1meta_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@538b4393
[junit4] 2> 1365613 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
x:collection1meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1meta.shard1.replica_n1, tag=538b4393
[junit4] 2> 1365613 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
x:collection1meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1meta.shard1.leader,
tag=538b4393
[junit4] 2> 1365673 INFO (qtp900318047-7124) [n:127.0.0.1:42799_solr
x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore
[collection1meta_shard2_replica_n2] CLOSING SolrCore
org.apache.solr.core.SolrCore@3add9c4e
[junit4] 2> 1365673 INFO (qtp900318047-7124) [n:127.0.0.1:42799_solr
x:collection1meta_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1meta.shard2.replica_n2, tag=3add9c4e
[junit4] 2> 1365673 INFO (qtp900318047-7124) [n:127.0.0.1:42799_solr
x:collection1meta_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1meta.shard2.leader,
tag=3add9c4e
[junit4] 2> 1365708 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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> 1365709 INFO (qtp900318047-7124) [n:127.0.0.1:42799_solr
x:collection1meta_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/collection1meta/terms/shard2 to Terms{values={},
version=1}
[junit4] 2> 1365724 INFO (qtp900318047-7124) [n:127.0.0.1:42799_solr
x:collection1meta_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection1meta_shard2_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=149
[junit4] 2> 1365725 INFO (qtp548302346-7114) [n:127.0.0.1:44092_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=208
[junit4] 2> 1365835 INFO (zkCallback-2099-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> 1365837 INFO (zkCallback-2113-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> 1366461 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=collection1meta&action=DELETE&wt=javabin&version=2} status=0
QTime=958
[junit4] 2> 1366577 INFO
(TEST-AliasIntegrationTest.testDeleteAliasWithExistingCollectionName-seed#[634F005515B621EA])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testDeleteAliasWithExistingCollectionName
[junit4] 2> 1366591 INFO (qtp900318047-7126) [n:127.0.0.1:42799_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> 1366620 INFO
(OverseerThreadFactory-2971-thread-5-processing-n:127.0.0.1:44092_solr)
[n:127.0.0.1:44092_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection_old
[junit4] 2> 1366620 INFO
(OverseerCollectionConfigSetProcessor-73751221395390468-127.0.0.1:44092_solr-n_0000000000)
[n:127.0.0.1:44092_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> 1366927 INFO (qtp900318047-7127) [n:127.0.0.1:42799_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1366941 INFO (qtp548302346-7116) [n:127.0.0.1:44092_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1366958 INFO
(OverseerStateUpdate-73751221395390468-127.0.0.1:44092_solr-n_0000000000)
[n:127.0.0.1:44092_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":"https://127.0.0.1:44092/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1366974 INFO
(OverseerStateUpdate-73751221395390468-127.0.0.1:44092_solr-n_0000000000)
[n:127.0.0.1:44092_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":"https://127.0.0.1:42799/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1367187 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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> 1367203 INFO (qtp900318047-7125) [n:127.0.0.1:42799_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> 1368239 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1368270 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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> 1368285 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1368297 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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> 1368297 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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> 1368298 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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_44092.solr.core.collection_old.shard1.replica_n1' (registry
'solr.core.collection_old.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@51e5fc98
[junit4] 2> 1368298 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_634F005515B621EA-001/tempDir-001/node2/collection_old_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_634F005515B621EA-001/tempDir-001/node2/./collection_old_shard1_replica_n1/data/]
[junit4] 2> 1368342 INFO (qtp900318047-7125) [n:127.0.0.1:42799_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> 1368344 INFO (qtp900318047-7125) [n:127.0.0.1:42799_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> 1368344 INFO (qtp900318047-7125) [n:127.0.0.1:42799_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> 1368345 INFO (qtp900318047-7125) [n:127.0.0.1:42799_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_42799.solr.core.collection_old.shard2.replica_n2' (registry
'solr.core.collection_old.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@51e5fc98
[junit4] 2> 1368345 INFO (qtp900318047-7125) [n:127.0.0.1:42799_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
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_634F005515B621EA-001/tempDir-001/node1/collection_old_shard2_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_634F005515B621EA-001/tempDir-001/node1/./collection_old_shard2_replica_n2/data/]
[junit4] 2> 1368508 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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> 1368508 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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> 1368509 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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> 1368509 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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> 1368510 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@b8715cb[collection_old_shard1_replica_n1] main]
[junit4] 2> 1368523 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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> 1368523 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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> 1368524 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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> 1368524 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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 1618482632152055808
[junit4] 2> 1368544 INFO
(searcherExecutor-2998-thread-1-processing-n:127.0.0.1:44092_solr
x:collection_old_shard1_replica_n1 c:collection_old s:shard1 r:core_node3)
[n:127.0.0.1:44092_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@b8715cb[collection_old_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1368546 INFO (qtp900318047-7125) [n:127.0.0.1:42799_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> 1368546 INFO (qtp900318047-7125) [n:127.0.0.1:42799_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> 1368547 INFO (qtp900318047-7125) [n:127.0.0.1:42799_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> 1368547 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1368549 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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> 1368556 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@f932d4d[collection_old_shard2_replica_n2] main]
[junit4] 2> 1368578 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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> 1368578 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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> 1368578 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:44092/solr/collection_old_shard1_replica_n1/
[junit4] 2> 1368578 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1368578 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1368579 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1368579 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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> 1368579 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:44092/solr/collection_old_shard1_replica_n1/ has no replicas
[junit4] 2> 1368613 INFO
(searcherExecutor-2999-thread-1-processing-n:127.0.0.1:42799_solr
x:collection_old_shard2_replica_n2 c:collection_old s:shard2 r:core_node4)
[n:127.0.0.1:42799_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] Registered new searcher
Searcher@f932d4d[collection_old_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1368616 INFO (qtp548302346-7112) [n:127.0.0.1:44092_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:
https://127.0.0.1:44092/solr/collection_old_shard1_replica_n1/ shard1
[junit4] 2> 1368618 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1618482632250621952
[junit4] 2> 1368631 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection_old/terms/shard2 to Terms{values={core_node4=0},
version=0}
[junit4] 2> 1368649 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1368649 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1368649 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:42799/solr/collection_old_shard2_replica_n2/
[junit4] 2> 1368649 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1368649 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2]
o.a.s.c.SyncStrategy
https://127.0.0.1:42799/solr/collection_old_shard2_replica_n2/ has no replicas
[junit4] 2> 1368652 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:42799/solr/collection_old_shard2_replica_n2/ shard2
[junit4] 2> 1368769 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1368769 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1368771 INFO (qtp548302346-7112) [n:127.0.0.1:44092_solr
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={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}
status=0 QTime=1584
[junit4] 2> 1368771 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={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}
status=0 QTime=1568
[junit4] 2> 1368826 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1368933 INFO (zkCallback-2113-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection_old/state.json] for collection [collection_old]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1368933 INFO (zkCallback-2099-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection_old/state.json] for collection [collection_old]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1369826 INFO (qtp900318047-7126) [n:127.0.0.1:42799_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf&name=collection_old&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=3235
[junit4] 2> 1369827 INFO (qtp900318047-7127) [n:127.0.0.1:42799_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=collection_new&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1369830 INFO
(OverseerThreadFactory-2971-thread-5-processing-n:127.0.0.1:44092_solr)
[n:127.0.0.1:44092_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection_new
[junit4] 2> 1369840 INFO
(OverseerCollectionConfigSetProcessor-73751221395390468-127.0.0.1:44092_solr-n_0000000000)
[n:127.0.0.1:44092_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000010 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1370111 INFO (qtp900318047-7124) [n:127.0.0.1:42799_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.collection_old.shard2.replica_n2:INDEX.sizeInBytes}
status=0 QTime=49
[junit4] 2> 1370113 INFO (qtp900318047-7125) [n:127.0.0.1:42799_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1370148 INFO (qtp548302346-7116) [n:127.0.0.1:44092_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.collection_old.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=33
[junit4] 2> 1370150 INFO (qtp548302346-7116) [n:127.0.0.1:44092_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1370262 INFO
(OverseerStateUpdate-73751221395390468-127.0.0.1:44092_solr-n_0000000000)
[n:127.0.0.1:44092_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection_new",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection_new_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44092/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1370444 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
x:collection_new_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_new_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_new&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1371664 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1371847 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.s.IndexSchema [collection_new_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1371849 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1371849 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'collection_new_shard1_replica_n1'
using configuration from collection collection_new, trusted=true
[junit4] 2> 1371850 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44092.solr.core.collection_new.shard1.replica_n1' (registry
'solr.core.collection_new.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@51e5fc98
[junit4] 2> 1371862 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.c.SolrCore [[collection_new_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_634F005515B621EA-001/tempDir-001/node2/collection_new_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_634F005515B621EA-001/tempDir-001/node2/./collection_new_shard1_replica_n1/data/]
[junit4] 2> 1372046 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1372046 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1372047 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1372047 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1372065 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1479d124[collection_new_shard1_replica_n1] main]
[junit4] 2> 1372066 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1372066 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1372067 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1372068 INFO
(searcherExecutor-3008-thread-1-processing-n:127.0.0.1:44092_solr
x:collection_new_shard1_replica_n1 c:collection_new s:shard1 r:core_node2)
[n:127.0.0.1:44092_solr c:collection_new s:shard1 r:core_node2
x:collection_new_shard1_replica_n1] o.a.s.c.SolrCore
[collection_new_shard1_replica_n1] Registered new searcher
Searcher@1479d124[collection_new_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1372068 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1618482635868209152
[junit4] 2> 1372102 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection_new/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 1372104 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1372104 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1372104 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:44092/solr/collection_new_shard1_replica_n1/
[junit4] 2> 1372104 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1372105 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:44092/solr/collection_new_shard1_replica_n1/ has no replicas
[junit4] 2> 1372120 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:44092/solr/collection_new_shard1_replica_n1/ shard1
[junit4] 2> 1372222 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1372224 INFO (qtp548302346-7114) [n:127.0.0.1:44092_solr
c:collection_new s:shard1 r:core_node2 x:collection_new_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&n
[...truncated too long message...]
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null562930285
[copy] Copying 240 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null562930285
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null562930285
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 127ms :: artifacts dl 1ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 199 minutes 37 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$34.hasMatch(FilePath.java:2678)
at hudson.FilePath$34.invoke(FilePath.java:2557)
at hudson.FilePath$34.invoke(FilePath.java:2547)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1036)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
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:1819)
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:2920)
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:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
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:1038)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
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:1819)
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/**,**/hs_err_pid*". Configuration error?
Recording test results
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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]