Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/1015/
2 tests failed.
FAILED: org.apache.solr.cloud.AliasIntegrationTest.test
Error Message:
Collection not found: testalias6
Stack Trace:
org.apache.solr.common.SolrException: Collection not found: testalias6
at
__randomizedtesting.SeedInfo.seed([7B98F69C00DA112:8FEDB0B36EF1CCEA]:0)
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:533)
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.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure
Error Message:
Did not see a fully active cluster after 30 seconds
Stack Trace:
java.lang.AssertionError: Did not see a fully active cluster after 30 seconds
at
__randomizedtesting.SeedInfo.seed([9638D6B90F4139AA:1E0E74EAD7EED1B8]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure(TestCollectionStateWatchers.java:256)
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)
Build Log:
[...truncated 13419 lines...]
[junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
[junit4] 2> 1314124 INFO
(SUITE-AliasIntegrationTest-seed#[7B98F69C00DA112]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_7B98F69C00DA112-001/init-core-data-001
[junit4] 2> 1314125 WARN
(SUITE-AliasIntegrationTest-seed#[7B98F69C00DA112]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=42 numCloses=42
[junit4] 2> 1314125 INFO
(SUITE-AliasIntegrationTest-seed#[7B98F69C00DA112]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1314145 INFO
(SUITE-AliasIntegrationTest-seed#[7B98F69C00DA112]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1314161 INFO
(SUITE-AliasIntegrationTest-seed#[7B98F69C00DA112]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_7B98F69C00DA112-001/tempDir-001
[junit4] 2> 1314161 INFO
(SUITE-AliasIntegrationTest-seed#[7B98F69C00DA112]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1314163 INFO (Thread-1082) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1314163 INFO (Thread-1082) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1314183 ERROR (Thread-1082) [ ] 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> 1314272 INFO
(SUITE-AliasIntegrationTest-seed#[7B98F69C00DA112]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:44340
[junit4] 2> 1314354 INFO (zkConnectionManagerCallback-1784-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1314372 INFO (jetty-launcher-1781-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> 1314411 INFO (jetty-launcher-1781-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1314411 INFO (jetty-launcher-1781-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1314411 INFO (jetty-launcher-1781-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1314423 INFO (jetty-launcher-1781-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> 1314424 INFO (jetty-launcher-1781-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1314424 INFO (jetty-launcher-1781-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1314424 INFO (jetty-launcher-1781-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1314443 INFO (jetty-launcher-1781-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3d0b8c17{/solr,null,AVAILABLE}
[junit4] 2> 1314444 INFO (jetty-launcher-1781-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@22ffc5e{SSL,[ssl,
http/1.1]}{127.0.0.1:43790}
[junit4] 2> 1314444 INFO (jetty-launcher-1781-thread-1) [ ]
o.e.j.s.Server Started @1314765ms
[junit4] 2> 1314444 INFO (jetty-launcher-1781-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43790}
[junit4] 2> 1314444 ERROR (jetty-launcher-1781-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1314444 INFO (jetty-launcher-1781-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1314444 INFO (jetty-launcher-1781-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.6.0
[junit4] 2> 1314444 INFO (jetty-launcher-1781-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1314444 INFO (jetty-launcher-1781-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1314444 INFO (jetty-launcher-1781-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-08T09:58:50.061Z
[junit4] 2> 1314445 INFO (jetty-launcher-1781-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1d68c66d{/solr,null,AVAILABLE}
[junit4] 2> 1314446 INFO (jetty-launcher-1781-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@17d85aca{SSL,[ssl,
http/1.1]}{127.0.0.1:35477}
[junit4] 2> 1314446 INFO (jetty-launcher-1781-thread-2) [ ]
o.e.j.s.Server Started @1314767ms
[junit4] 2> 1314446 INFO (jetty-launcher-1781-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35477}
[junit4] 2> 1314446 ERROR (jetty-launcher-1781-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1314446 INFO (jetty-launcher-1781-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1314446 INFO (jetty-launcher-1781-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.6.0
[junit4] 2> 1314446 INFO (jetty-launcher-1781-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1314446 INFO (jetty-launcher-1781-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1314446 INFO (jetty-launcher-1781-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-08T09:58:50.063Z
[junit4] 2> 1314482 INFO (zkConnectionManagerCallback-1786-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1314483 INFO (jetty-launcher-1781-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1314510 INFO (zkConnectionManagerCallback-1788-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1314533 INFO (jetty-launcher-1781-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1315352 INFO (jetty-launcher-1781-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44340/solr
[junit4] 2> 1315366 INFO (zkConnectionManagerCallback-1792-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1315430 INFO (zkConnectionManagerCallback-1794-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1315738 INFO (jetty-launcher-1781-thread-2)
[n:127.0.0.1:35477_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:35477_solr
[junit4] 2> 1315739 INFO (jetty-launcher-1781-thread-2)
[n:127.0.0.1:35477_solr ] o.a.s.c.Overseer Overseer
(id=73631017107193860-127.0.0.1:35477_solr-n_0000000000) starting
[junit4] 2> 1315761 INFO (jetty-launcher-1781-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44340/solr
[junit4] 2> 1315796 INFO (zkConnectionManagerCallback-1800-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1315797 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x10597051b200005, likely client has closed socket
[junit4] 2> 1315814 INFO (zkConnectionManagerCallback-1807-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1315814 INFO (zkConnectionManagerCallback-1805-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1315865 INFO (jetty-launcher-1781-thread-2)
[n:127.0.0.1:35477_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:44340/solr ready
[junit4] 2> 1315868 INFO (jetty-launcher-1781-thread-1)
[n:127.0.0.1:43790_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43790_solr
[junit4] 2> 1315898 INFO
(OverseerStateUpdate-73631017107193860-127.0.0.1:35477_solr-n_0000000000)
[n:127.0.0.1:35477_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:35477_solr
[junit4] 2> 1315955 INFO (zkCallback-1793-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1315955 INFO (zkCallback-1804-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1315973 INFO (jetty-launcher-1781-thread-2)
[n:127.0.0.1:35477_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1315973 INFO (jetty-launcher-1781-thread-2)
[n:127.0.0.1:35477_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35477_solr
[junit4] 2> 1316008 INFO (zkCallback-1804-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1316064 INFO (zkCallback-1793-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1316068 INFO (zkCallback-1806-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1316114 INFO (zkConnectionManagerCallback-1815-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1316115 INFO (jetty-launcher-1781-thread-1)
[n:127.0.0.1:43790_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1316116 INFO (jetty-launcher-1781-thread-1)
[n:127.0.0.1:43790_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:44340/solr ready
[junit4] 2> 1316116 INFO (jetty-launcher-1781-thread-1)
[n:127.0.0.1:43790_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1316166 INFO (jetty-launcher-1781-thread-2)
[n:127.0.0.1:35477_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1316348 INFO (jetty-launcher-1781-thread-1)
[n:127.0.0.1:43790_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43790.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@573dceeb
[junit4] 2> 1316426 INFO (jetty-launcher-1781-thread-2)
[n:127.0.0.1:35477_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35477.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@573dceeb
[junit4] 2> 1316496 INFO (jetty-launcher-1781-thread-2)
[n:127.0.0.1:35477_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35477.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@573dceeb
[junit4] 2> 1316496 INFO (jetty-launcher-1781-thread-2)
[n:127.0.0.1:35477_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35477.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@573dceeb
[junit4] 2> 1316497 INFO (jetty-launcher-1781-thread-2)
[n:127.0.0.1:35477_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_7B98F69C00DA112-001/tempDir-001/node2/.
[junit4] 2> 1316522 INFO (jetty-launcher-1781-thread-1)
[n:127.0.0.1:43790_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43790.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@573dceeb
[junit4] 2> 1316522 INFO (jetty-launcher-1781-thread-1)
[n:127.0.0.1:43790_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43790.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@573dceeb
[junit4] 2> 1316523 INFO (jetty-launcher-1781-thread-1)
[n:127.0.0.1:43790_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_7B98F69C00DA112-001/tempDir-001/node1/.
[junit4] 2> 1317016 INFO (zkConnectionManagerCallback-1818-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1317150 INFO (zkConnectionManagerCallback-1823-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1317171 INFO
(SUITE-AliasIntegrationTest-seed#[7B98F69C00DA112]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1317172 INFO
(SUITE-AliasIntegrationTest-seed#[7B98F69C00DA112]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44340/solr ready
[junit4] 2> 1317430 INFO
(TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[7B98F69C00DA112]) [
] o.a.s.SolrTestCaseJ4 ###Starting testModifyPropertiesCAR
[junit4] 2> 1318126 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_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> 1318252 INFO
(OverseerThreadFactory-2476-thread-1-processing-n:127.0.0.1:35477_solr)
[n:127.0.0.1:35477_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1meta
[junit4] 2> 1318423 INFO (qtp1203029794-6230) [n:127.0.0.1:35477_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> 1318622 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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> 1318691 INFO
(OverseerStateUpdate-73631017107193860-127.0.0.1:35477_solr-n_0000000000)
[n:127.0.0.1:35477_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:43790/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1318694 INFO
(OverseerStateUpdate-73631017107193860-127.0.0.1:35477_solr-n_0000000000)
[n:127.0.0.1:35477_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:35477/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1318944 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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> 1318944 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_solr
x:collection1meta_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 1318983 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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> 1320238 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 1320310 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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> 1320314 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 1320325 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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> 1320325 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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> 1320327 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43790.solr.core.collection1meta.shard1.replica_n1' (registry
'solr.core.collection1meta.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@573dceeb
[junit4] 2> 1320327 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_7B98F69C00DA112-001/tempDir-001/node1/collection1meta_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_7B98F69C00DA112-001/tempDir-001/node1/./collection1meta_shard1_replica_n1/data/]
[junit4] 2> 1320423 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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> 1320425 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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> 1320425 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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> 1320453 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35477.solr.core.collection1meta.shard2.replica_n2' (registry
'solr.core.collection1meta.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@573dceeb
[junit4] 2> 1320453 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_7B98F69C00DA112-001/tempDir-001/node2/collection1meta_shard2_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_7B98F69C00DA112-001/tempDir-001/node2/./collection1meta_shard2_replica_n2/data/]
[junit4] 2> 1320819 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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> 1320819 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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> 1320855 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1320855 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1320889 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7ecdd553[collection1meta_shard1_replica_n1] main]
[junit4] 2> 1320890 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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> 1320891 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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> 1320891 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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> 1320891 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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 1616559353635012608
[junit4] 2> 1320953 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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> 1320966 INFO
(searcherExecutor-2485-thread-1-processing-n:127.0.0.1:43790_solr
x:collection1meta_shard1_replica_n1 c:collection1meta s:shard1 r:core_node3)
[n:127.0.0.1:43790_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@7ecdd553[collection1meta_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1320968 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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> 1320968 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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> 1320968 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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:43790/solr/collection1meta_shard1_replica_n1/
[junit4] 2> 1320968 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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> 1320968 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:43790/solr/collection1meta_shard1_replica_n1/ has no replicas
[junit4] 2> 1320968 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_solr
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1320988 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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:43790/solr/collection1meta_shard1_replica_n1/ shard1
[junit4] 2> 1321047 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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> 1321047 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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> 1321048 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1321048 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1321050 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@64ba63b0[collection1meta_shard2_replica_n2] main]
[junit4] 2> 1321086 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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> 1321086 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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> 1321087 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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> 1321113 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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> 1321114 INFO (qtp1208933906-6239) [n:127.0.0.1:43790_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=2170
[junit4] 2> 1321133 INFO
(searcherExecutor-2486-thread-1-processing-n:127.0.0.1:35477_solr
x:collection1meta_shard2_replica_n2 c:collection1meta s:shard2 r:core_node4)
[n:127.0.0.1:35477_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@64ba63b0[collection1meta_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1321133 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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 1616559353888768000
[junit4] 2> 1321152 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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> 1321187 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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> 1321187 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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> 1321187 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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:35477/solr/collection1meta_shard2_replica_n2/
[junit4] 2> 1321187 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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> 1321188 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.SyncStrategy
https://127.0.0.1:35477/solr/collection1meta_shard2_replica_n2/ has no replicas
[junit4] 2> 1321188 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_solr
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1321224 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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:35477/solr/collection1meta_shard2_replica_n2/ shard2
[junit4] 2> 1321258 INFO (zkCallback-1806-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> 1321421 INFO (zkCallback-1806-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> 1321434 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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> 1321435 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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=2452
[junit4] 2> 1321492 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_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> 1321629 INFO (zkCallback-1793-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1meta/state.json] for collection [collection1meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1321633 INFO (zkCallback-1806-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> 1322348 INFO
(OverseerCollectionConfigSetProcessor-73631017107193860-127.0.0.1:35477_solr-n_0000000000)
[n:127.0.0.1:35477_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> 1322492 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_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=4366
[junit4] 2> 1322493 INFO (qtp1203029794-6233) [n:127.0.0.1:35477_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> 1322533 INFO
(OverseerThreadFactory-2476-thread-2-processing-n:127.0.0.1:35477_solr)
[n:127.0.0.1:35477_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection2meta
[junit4] 2> 1322878 INFO (qtp1203029794-6237) [n:127.0.0.1:35477_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=18
[junit4] 2> 1322879 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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> 1322883 INFO (qtp1208933906-6245) [n:127.0.0.1:43790_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=0
[junit4] 2> 1322910 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_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=26
[junit4] 2> 1322928 INFO
(OverseerStateUpdate-73631017107193860-127.0.0.1:35477_solr-n_0000000000)
[n:127.0.0.1:35477_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:43790/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1323179 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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> 1324288 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 1324361 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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> 1324416 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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> 1324416 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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> 1324417 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43790.solr.core.collection2meta.shard1.replica_n1' (registry
'solr.core.collection2meta.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@573dceeb
[junit4] 2> 1324417 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_7B98F69C00DA112-001/tempDir-001/node1/collection2meta_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_7B98F69C00DA112-001/tempDir-001/node1/./collection2meta_shard1_replica_n1/data/]
[junit4] 2> 1324906 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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> 1324906 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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> 1324922 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1324922 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1324941 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@70e8d373[collection2meta_shard1_replica_n1] main]
[junit4] 2> 1324949 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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> 1324949 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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> 1324949 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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> 1324977 INFO
(searcherExecutor-2495-thread-1-processing-n:127.0.0.1:43790_solr
x:collection2meta_shard1_replica_n1 c:collection2meta s:shard1 r:core_node2)
[n:127.0.0.1:43790_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@70e8d373[collection2meta_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1324979 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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 1616559357921591296
[junit4] 2> 1325036 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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> 1325080 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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> 1325080 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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> 1325080 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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:43790/solr/collection2meta_shard1_replica_n1/
[junit4] 2> 1325080 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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> 1325080 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:43790/solr/collection2meta_shard1_replica_n1/ has no replicas
[junit4] 2> 1325080 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1325145 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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:43790/solr/collection2meta_shard1_replica_n1/ shard1
[junit4] 2> 1325306 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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> 1325308 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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=2129
[junit4] 2> 1325354 INFO (qtp1203029794-6233) [n:127.0.0.1:35477_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> 1325464 INFO (zkCallback-1806-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2meta/state.json] for collection [collection2meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1326370 INFO (qtp1203029794-6233) [n:127.0.0.1:35477_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=3877
[junit4] 2> 1326445 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :aliasprop with params
name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=baz&property.bar=bam&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1326481 INFO
(OverseerCollectionConfigSetProcessor-73631017107193860-127.0.0.1:35477_solr-n_0000000000)
[n:127.0.0.1:35477_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> 1326536 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=baz&property.bar=bam&wt=javabin&version=2}
status=0 QTime=90
[junit4] 2> 1326553 INFO (qtp1203029794-6233) [n:127.0.0.1:35477_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :aliasprop with params
name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1326629 INFO
(OverseerCollectionConfigSetProcessor-73631017107193860-127.0.0.1:35477_solr-n_0000000000)
[n:127.0.0.1:35477_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> 1326700 INFO (qtp1203029794-6233) [n:127.0.0.1:35477_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=&wt=javabin&version=2}
status=0 QTime=146
[junit4] 2> 1326700 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :aliasprop with params
name=testModifyPropertiesCAR&action=ALIASPROP&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 1326716 INFO
(OverseerCollectionConfigSetProcessor-73631017107193860-127.0.0.1:35477_solr-n_0000000000)
[n:127.0.0.1:35477_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> 1326736 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=testModifyPropertiesCAR&action=ALIASPROP&wt=javabin&version=2}
status=0 QTime=35
[junit4] 2> 1326737 INFO (qtp1203029794-6233) [n:127.0.0.1:35477_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :aliasprop with params
name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=+&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1326739 INFO
(OverseerCollectionConfigSetProcessor-73631017107193860-127.0.0.1:35477_solr-n_0000000000)
[n:127.0.0.1:35477_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> 1326959 INFO (qtp1203029794-6233) [n:127.0.0.1:35477_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=+&wt=javabin&version=2}
status=0 QTime=222
[junit4] 2> 1326959 INFO
(TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[7B98F69C00DA112]) [
] o.a.s.SolrTestCaseJ4 ###Ending testModifyPropertiesCAR
[junit4] 2> 1326960 INFO
(TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[7B98F69C00DA112]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1326962 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_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> 1326985 INFO
(OverseerCollectionConfigSetProcessor-73631017107193860-127.0.0.1:35477_solr-n_0000000000)
[n:127.0.0.1:35477_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> 1326986 INFO
(OverseerThreadFactory-2476-thread-5-processing-n:127.0.0.1:35477_solr)
[n:127.0.0.1:35477_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
Executing Collection
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
asyncId=null
[junit4] 2> 1327000 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_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> 1327000 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
x:collection2meta_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@52f8d083: rootName =
solr_43790, 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@19b88c39
[junit4] 2> 1327112 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
x:collection2meta_shard1_replica_n1] o.a.s.c.SolrCore
[collection2meta_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@26538f64
[junit4] 2> 1327112 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
x:collection2meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection2meta.shard1.replica_n1, tag=26538f64
[junit4] 2> 1327112 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
x:collection2meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection2meta.shard1.leader,
tag=26538f64
[junit4] 2> 1327149 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_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> 1327165 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_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=165
[junit4] 2> 1327313 INFO (zkCallback-1806-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDeleted
path:/collections/collection2meta/state.json] for collection [collection2meta]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1328007 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=collection2meta&action=DELETE&wt=javabin&version=2} status=0
QTime=1045
[junit4] 2> 1328008 INFO (qtp1203029794-6233) [n:127.0.0.1:35477_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> 1328028 INFO
(OverseerCollectionConfigSetProcessor-73631017107193860-127.0.0.1:35477_solr-n_0000000000)
[n:127.0.0.1:35477_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000012 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1328029 INFO
(OverseerThreadFactory-2476-thread-5-processing-n:127.0.0.1:35477_solr)
[n:127.0.0.1:35477_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
Executing Collection
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
asyncId=null
[junit4] 2> 1328030 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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> 1328030 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
x:collection1meta_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2dff87ea: rootName =
solr_43790, 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@4a8e7994
[junit4] 2> 1328173 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_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> 1328173 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
x:collection1meta_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2c515903: rootName =
solr_35477, 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@6541d8dd
[junit4] 2> 1328175 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore
[collection1meta_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1bc97a70
[junit4] 2> 1328176 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
x:collection1meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1meta.shard1.replica_n1, tag=1bc97a70
[junit4] 2> 1328176 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
x:collection1meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1meta.shard1.leader,
tag=1bc97a70
[junit4] 2> 1328281 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore
[collection1meta_shard2_replica_n2] CLOSING SolrCore
org.apache.solr.core.SolrCore@6d48c24e
[junit4] 2> 1328281 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
x:collection1meta_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1meta.shard2.replica_n2, tag=6d48c24e
[junit4] 2> 1328281 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
x:collection1meta_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1meta.shard2.leader,
tag=6d48c24e
[junit4] 2> 1328392 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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> 1328394 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_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=364
[junit4] 2> 1328405 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_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> 1328430 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_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=276
[junit4] 2> 1328629 INFO (zkCallback-1806-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> 1328629 INFO (zkCallback-1793-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> 1329433 INFO (qtp1203029794-6233) [n:127.0.0.1:35477_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=collection1meta&action=DELETE&wt=javabin&version=2} status=0
QTime=1425
[junit4] 2> 1329574 INFO
(TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[7B98F69C00DA112])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteOneOfTwoCollectionsAliased
[junit4] 2> 1329639 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 1329713 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=74
[junit4] 2> 1329771 INFO (qtp1203029794-6237) [n:127.0.0.1:35477_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=collection_one&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1329820 INFO
(OverseerCollectionConfigSetProcessor-73631017107193860-127.0.0.1:35477_solr-n_0000000000)
[n:127.0.0.1:35477_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000014 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1329831 INFO
(OverseerThreadFactory-2476-thread-5-processing-n:127.0.0.1:35477_solr)
[n:127.0.0.1:35477_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection_one
[junit4] 2> 1330080 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_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> 1330100 INFO (qtp1208933906-6245) [n:127.0.0.1:43790_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> 1330161 INFO
(OverseerStateUpdate-73631017107193860-127.0.0.1:35477_solr-n_0000000000)
[n:127.0.0.1:35477_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection_one",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection_one_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:43790/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1330161 INFO
(OverseerStateUpdate-73631017107193860-127.0.0.1:35477_solr-n_0000000000)
[n:127.0.0.1:35477_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection_one",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"collection_one_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:35477/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1330360 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
x:collection_one_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_one_shard2_replica_n2&action=CREATE&numShards=2&collection=collection_one&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1330360 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
x:collection_one_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_one_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_one&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1331432 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 1331450 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 1331507 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.s.IndexSchema [collection_one_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1331522 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1331523 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'collection_one_shard1_replica_n1'
using configuration from collection collection_one, trusted=true
[junit4] 2> 1331523 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43790.solr.core.collection_one.shard1.replica_n1' (registry
'solr.core.collection_one.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@573dceeb
[junit4] 2> 1331523 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.c.SolrCore [[collection_one_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_7B98F69C00DA112-001/tempDir-001/node1/collection_one_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_7B98F69C00DA112-001/tempDir-001/node1/./collection_one_shard1_replica_n1/data/]
[junit4] 2> 1331543 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.s.IndexSchema [collection_one_shard2_replica_n2] Schema name=minimal
[junit4] 2> 1331559 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1331559 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'collection_one_shard2_replica_n2'
using configuration from collection collection_one, trusted=true
[junit4] 2> 1331559 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_35477.solr.core.collection_one.shard2.replica_n2' (registry
'solr.core.collection_one.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@573dceeb
[junit4] 2> 1331560 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.c.SolrCore [[collection_one_shard2_replica_n2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_7B98F69C00DA112-001/tempDir-001/node2/collection_one_shard2_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_7B98F69C00DA112-001/tempDir-001/node2/./collection_one_shard2_replica_n2/data/]
[junit4] 2> 1331956 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1331956 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1331957 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1331957 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1331959 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6bc2db34[collection_one_shard1_replica_n1] main]
[junit4] 2> 1331977 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1331978 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1331978 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1331978 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1616559365260574720
[junit4] 2> 1332017 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1332017 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1332018 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1332018 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1332033 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@25b3d815[collection_one_shard2_replica_n2] main]
[junit4] 2> 1332034 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1332053 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1332054 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1332054 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1616559365340266496
[junit4] 2> 1332074 INFO
(searcherExecutor-2500-thread-1-processing-n:127.0.0.1:43790_solr
x:collection_one_shard1_replica_n1 c:collection_one s:shard1 r:core_node3)
[n:127.0.0.1:43790_solr c:collection_one s:shard1 r:core_node3
x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore
[collection_one_shard1_replica_n1] Registered new searcher
Searcher@6bc2db34[collection_one_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1332074 INFO
(searcherExecutor-2501-thread-1-processing-n:127.0.0.1:35477_solr
x:collection_one_shard2_replica_n2 c:collection_one s:shard2 r:core_node4)
[n:127.0.0.1:35477_solr c:collection_one s:shard2 r:core_node4
x:collection_one_shard2_replica_n2] o.a.s.c.SolrCore
[collection_one_shard2_replica_n2] Registered new searcher
Searcher@25b3d815[collection_one_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1332091 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection_one/terms/shard2 to Terms{values={core_node4=0},
version=0}
[junit4] 2> 1332093 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1332106 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1332106 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:35477/solr/collection_one_shard2_replica_n2/
[junit4] 2> 1332106 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1332107 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.c.SyncStrategy
https://127.0.0.1:35477/solr/collection_one_shard2_replica_n2/ has no replicas
[junit4] 2> 1332110 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1332125 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:35477/solr/collection_one_shard2_replica_n2/ shard2
[junit4] 2> 1332142 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection_one/terms/shard1 to Terms{values={core_node3=0},
version=0}
[junit4] 2> 1332144 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1332144 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1332144 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:43790/solr/collection_one_shard1_replica_n1/
[junit4] 2> 1332145 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1332145 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:43790/solr/collection_one_shard1_replica_n1/ has no replicas
[junit4] 2> 1332145 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1332160 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:43790/solr/collection_one_shard1_replica_n1/ shard1
[junit4] 2> 1332283 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1332285 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_solr
c:collection_one s:shard2 r:core_node4 x:collection_one_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_one_shard2_replica_n2&action=CREATE&numShards=2&collection=collection_one&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1925
[junit4] 2> 1332319 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1332322 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_solr
c:collection_one s:shard1 r:core_node3 x:collection_one_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_one_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_one&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1961
[junit4] 2> 1332371 INFO (qtp1203029794-6237) [n:127.0.0.1:35477_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> 1332422 INFO (zkCallback-1806-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection_one/state.json] for collection [collection_one]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1332422 INFO (zkCallback-1793-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection_one/state.json] for collection [collection_one]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1333377 INFO (qtp1203029794-6237) [n:127.0.0.1:35477_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf&name=collection_one&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=3606
[junit4] 2> 1333382 INFO (qtp1203029794-6233) [n:127.0.0.1:35477_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=collection_two&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1333471 INFO
(OverseerThreadFactory-2476-thread-5-processing-n:127.0.0.1:35477_solr)
[n:127.0.0.1:35477_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection_two
[junit4] 2> 1333473 INFO
(OverseerCollectionConfigSetProcessor-73631017107193860-127.0.0.1:35477_solr-n_0000000000)
[n:127.0.0.1:35477_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000016 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1333645 INFO (qtp1203029794-6235) [n:127.0.0.1:35477_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.collection_one.shard2.replica_n2:INDEX.sizeInBytes}
status=0 QTime=9
[junit4] 2> 1333647 INFO (qtp1203029794-6234) [n:127.0.0.1:35477_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> 1333719 INFO (qtp1208933906-6245) [n:127.0.0.1:43790_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.collection_one.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=41
[junit4] 2> 1333721 INFO (qtp1208933906-6246) [n:127.0.0.1:43790_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> 1333758 INFO
(OverseerStateUpdate-73631017107193860-127.0.0.1:35477_solr-n_0000000000)
[n:127.0.0.1:35477_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection_two",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection_two_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:43790/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1334015 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
x:collection_two_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_two_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_two&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1335113 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 1335169 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1]
o.a.s.s.IndexSchema [collection_two_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1335373 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1335373 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'collection_two_shard1_replica_n1'
using configuration from collection collection_two, trusted=true
[junit4] 2> 1335374 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43790.solr.core.collection_two.shard1.replica_n1' (registry
'solr.core.collection_two.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@573dceeb
[junit4] 2> 1335374 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_solr
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1]
o.a.s.c.SolrCore [[collection_two_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_7B98F69C00DA112-001/tempDir-001/node1/collection_two_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_7B98F69C00DA112-001/tempDir-001/node1/./collection_two_shard1_replica_n1/data/]
[junit4] 2> 1335629 INFO (qtp1208933906-6243) [n:127.0.0.1:43790_so
[...truncated too long message...]
erty 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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null2122919043
[copy] Copying 241 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null2122919043
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null2122919043
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 75ms :: 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: 201 minutes 3 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]