Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2841/
2 tests failed.
FAILED: org.apache.solr.cloud.BasicDistributedZk2Test.test
Error Message:
Could not load collection from ZK: onenodecollection
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
onenodecollection
at
__randomizedtesting.SeedInfo.seed([4EBB230AF3C09184:C6EF1CD05D3CFC7C]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1316)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:732)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
at
org.apache.solr.common.cloud.ClusterState.hasCollection(ClusterState.java:110)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForCollection(AbstractFullDistribZkTestBase.java:353)
at
org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:164)
at
org.apache.solr.cloud.BasicDistributedZk2Test.test(BasicDistributedZk2Test.java:81)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
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)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /collections/onenodecollection/state.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
at
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1328)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1314)
... 48 more
FAILED: org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger
Error Message:
expected:<1> but was:<0>
Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at
__randomizedtesting.SeedInfo.seed([4EBB230AF3C09184:2D7015886A0FE2A9]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger(SearchRateTriggerTest.java:142)
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 13241 lines...]
[junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerTest
[junit4] 2> 1739244 INFO
(SUITE-SearchRateTriggerTest-seed#[4EBB230AF3C09184]-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-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/init-core-data-001
[junit4] 2> 1739294 WARN
(SUITE-SearchRateTriggerTest-seed#[4EBB230AF3C09184]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=19 numCloses=19
[junit4] 2> 1739330 INFO
(SUITE-SearchRateTriggerTest-seed#[4EBB230AF3C09184]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1739332 INFO
(SUITE-SearchRateTriggerTest-seed#[4EBB230AF3C09184]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1739332 INFO
(SUITE-SearchRateTriggerTest-seed#[4EBB230AF3C09184]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/tempDir-001
[junit4] 2> 1739332 INFO
(SUITE-SearchRateTriggerTest-seed#[4EBB230AF3C09184]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1739333 INFO (Thread-2350) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1739333 INFO (Thread-2350) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1739368 ERROR (Thread-2350) [ ] 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> 1739440 INFO
(SUITE-SearchRateTriggerTest-seed#[4EBB230AF3C09184]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:39897
[junit4] 2> 1739461 INFO (zkConnectionManagerCallback-2472-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1739514 INFO (jetty-launcher-2469-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_172-b11
[junit4] 2> 1739514 INFO (jetty-launcher-2469-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_172-b11
[junit4] 2> 1739517 INFO (jetty-launcher-2469-thread-3) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 1739570 INFO (jetty-launcher-2469-thread-4) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 1739990 INFO (jetty-launcher-2469-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1739990 INFO (jetty-launcher-2469-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1739990 INFO (jetty-launcher-2469-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1739991 INFO (jetty-launcher-2469-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1739991 INFO (jetty-launcher-2469-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1739991 INFO (jetty-launcher-2469-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1739993 INFO (jetty-launcher-2469-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1739993 INFO (jetty-launcher-2469-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1739993 INFO (jetty-launcher-2469-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1740005 INFO (jetty-launcher-2469-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6ebb799b{/solr,null,AVAILABLE}
[junit4] 2> 1740005 INFO (jetty-launcher-2469-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7b3763b8{HTTP/1.1,[http/1.1]}{127.0.0.1:41348}
[junit4] 2> 1740005 INFO (jetty-launcher-2469-thread-1) [ ]
o.e.j.s.Server Started @1740107ms
[junit4] 2> 1740005 INFO (jetty-launcher-2469-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41348}
[junit4] 2> 1740005 ERROR (jetty-launcher-2469-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1740005 INFO (jetty-launcher-2469-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1740005 INFO (jetty-launcher-2469-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1740005 INFO (jetty-launcher-2469-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1740005 INFO (jetty-launcher-2469-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1740005 INFO (jetty-launcher-2469-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-03T03:54:48.927Z
[junit4] 2> 1740025 INFO (zkConnectionManagerCallback-2474-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1740025 INFO (jetty-launcher-2469-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1740333 INFO (jetty-launcher-2469-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1740333 INFO (jetty-launcher-2469-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1740334 INFO (jetty-launcher-2469-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1740341 INFO (jetty-launcher-2469-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7b8a6b6b{/solr,null,AVAILABLE}
[junit4] 2> 1740341 INFO (jetty-launcher-2469-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@af6db40{HTTP/1.1,[http/1.1]}{127.0.0.1:39201}
[junit4] 2> 1740341 INFO (jetty-launcher-2469-thread-2) [ ]
o.e.j.s.Server Started @1740443ms
[junit4] 2> 1740341 INFO (jetty-launcher-2469-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39201}
[junit4] 2> 1740342 ERROR (jetty-launcher-2469-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1740342 INFO (jetty-launcher-2469-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1740342 INFO (jetty-launcher-2469-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1740342 INFO (jetty-launcher-2469-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1740342 INFO (jetty-launcher-2469-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1740342 INFO (jetty-launcher-2469-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-03T03:54:49.264Z
[junit4] 2> 1740357 INFO (jetty-launcher-2469-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@eebf52d{/solr,null,AVAILABLE}
[junit4] 2> 1740357 INFO (jetty-launcher-2469-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@61057093{HTTP/1.1,[http/1.1]}{127.0.0.1:41795}
[junit4] 2> 1740357 INFO (jetty-launcher-2469-thread-4) [ ]
o.e.j.s.Server Started @1740459ms
[junit4] 2> 1740357 INFO (jetty-launcher-2469-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41795}
[junit4] 2> 1740357 ERROR (jetty-launcher-2469-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1740357 INFO (jetty-launcher-2469-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1740357 INFO (jetty-launcher-2469-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1740357 INFO (jetty-launcher-2469-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1740357 INFO (jetty-launcher-2469-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1740357 INFO (jetty-launcher-2469-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-03T03:54:49.279Z
[junit4] 2> 1740374 INFO (jetty-launcher-2469-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6f7e082b{/solr,null,AVAILABLE}
[junit4] 2> 1740375 INFO (jetty-launcher-2469-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@70b10ff6{HTTP/1.1,[http/1.1]}{127.0.0.1:38705}
[junit4] 2> 1740375 INFO (jetty-launcher-2469-thread-3) [ ]
o.e.j.s.Server Started @1740477ms
[junit4] 2> 1740375 INFO (jetty-launcher-2469-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38705}
[junit4] 2> 1740375 ERROR (jetty-launcher-2469-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1740375 INFO (jetty-launcher-2469-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1740375 INFO (jetty-launcher-2469-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1740375 INFO (jetty-launcher-2469-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1740375 INFO (jetty-launcher-2469-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1740375 INFO (jetty-launcher-2469-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-03T03:54:49.297Z
[junit4] 2> 1740423 INFO (zkConnectionManagerCallback-2476-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1740427 INFO (jetty-launcher-2469-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1740447 INFO (zkConnectionManagerCallback-2478-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1740447 INFO (jetty-launcher-2469-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1740533 INFO (zkConnectionManagerCallback-2480-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1740533 INFO (jetty-launcher-2469-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1741319 INFO (jetty-launcher-2469-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39897/solr
[junit4] 2> 1741354 INFO (jetty-launcher-2469-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39897/solr
[junit4] 2> 1741362 INFO (zkConnectionManagerCallback-2488-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1741373 INFO (zkConnectionManagerCallback-2484-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1741585 INFO (zkConnectionManagerCallback-2490-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1741605 INFO (zkConnectionManagerCallback-2492-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1742546 INFO (jetty-launcher-2469-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39897/solr
[junit4] 2> 1742547 INFO (zkConnectionManagerCallback-2500-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1742685 INFO (zkConnectionManagerCallback-2502-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1742752 INFO (jetty-launcher-2469-thread-1)
[n:127.0.0.1:41348_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:41348_solr
[junit4] 2> 1742753 INFO (jetty-launcher-2469-thread-1)
[n:127.0.0.1:41348_solr ] o.a.s.c.Overseer Overseer
(id=73425742526480391-127.0.0.1:41348_solr-n_0000000000) starting
[junit4] 2> 1743006 INFO (zkConnectionManagerCallback-2509-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1743169 INFO (jetty-launcher-2469-thread-1)
[n:127.0.0.1:41348_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39897/solr ready
[junit4] 2> 1743185 INFO
(OverseerStateUpdate-73425742526480391-127.0.0.1:41348_solr-n_0000000000)
[n:127.0.0.1:41348_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:41348_solr
[junit4] 2> 1743185 INFO (jetty-launcher-2469-thread-1)
[n:127.0.0.1:41348_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41348_solr
[junit4] 2> 1743323 INFO (jetty-launcher-2469-thread-2)
[n:127.0.0.1:39201_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1743342 INFO (jetty-launcher-2469-thread-2)
[n:127.0.0.1:39201_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1743342 INFO (jetty-launcher-2469-thread-2)
[n:127.0.0.1:39201_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39201_solr
[junit4] 2> 1743357 INFO
(OverseerStateUpdate-73425742526480391-127.0.0.1:41348_solr-n_0000000000)
[n:127.0.0.1:41348_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1743414 DEBUG
(OverseerAutoScalingTriggerThread-73425742526480391-127.0.0.1:41348_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: []
[junit4] 2> 1743466 INFO (zkCallback-2508-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1743466 INFO (zkCallback-2501-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1743591 INFO (jetty-launcher-2469-thread-1)
[n:127.0.0.1:41348_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1743827 DEBUG (ScheduledTrigger-3912-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1743913 INFO (jetty-launcher-2469-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39897/solr
[junit4] 2> 1743973 INFO (zkConnectionManagerCallback-2515-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1744006 INFO (zkConnectionManagerCallback-2519-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1744050 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
0x104dc52e4a9000d, likely client has closed socket
[junit4] 2> 1744062 INFO (jetty-launcher-2469-thread-2)
[n:127.0.0.1:39201_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1744071 INFO (jetty-launcher-2469-thread-1)
[n:127.0.0.1:41348_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41348.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1744083 INFO (zkConnectionManagerCallback-2521-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1744090 INFO (jetty-launcher-2469-thread-1)
[n:127.0.0.1:41348_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41348.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1744090 INFO (jetty-launcher-2469-thread-1)
[n:127.0.0.1:41348_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41348.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1744136 INFO (jetty-launcher-2469-thread-2)
[n:127.0.0.1:39201_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39897/solr ready
[junit4] 2> 1744136 INFO (jetty-launcher-2469-thread-2)
[n:127.0.0.1:39201_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1744233 INFO (jetty-launcher-2469-thread-1)
[n:127.0.0.1:41348_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/tempDir-001/node1/.
[junit4] 2> 1744282 INFO (jetty-launcher-2469-thread-2)
[n:127.0.0.1:39201_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39201.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1744339 INFO (jetty-launcher-2469-thread-2)
[n:127.0.0.1:39201_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39201.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1744339 INFO (jetty-launcher-2469-thread-2)
[n:127.0.0.1:39201_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39201.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1744340 INFO (jetty-launcher-2469-thread-2)
[n:127.0.0.1:39201_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/tempDir-001/node2/.
[junit4] 2> 1744476 INFO (jetty-launcher-2469-thread-4)
[n:127.0.0.1:41795_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1744492 INFO (jetty-launcher-2469-thread-4)
[n:127.0.0.1:41795_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1744492 INFO (jetty-launcher-2469-thread-4)
[n:127.0.0.1:41795_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41795_solr
[junit4] 2> 1744529 INFO (jetty-launcher-2469-thread-3)
[n:127.0.0.1:38705_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1744534 INFO (zkCallback-2501-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1744554 INFO (zkCallback-2489-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1744564 INFO (jetty-launcher-2469-thread-3)
[n:127.0.0.1:38705_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1744565 INFO (jetty-launcher-2469-thread-3)
[n:127.0.0.1:38705_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38705_solr
[junit4] 2> 1744586 INFO (zkCallback-2508-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
[junit4] 2> 1744590 INFO (zkCallback-2501-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1744680 INFO (zkCallback-2514-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1744696 INFO (zkCallback-2491-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1744696 INFO (zkCallback-2520-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
[junit4] 2> 1744732 INFO (zkCallback-2514-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1744734 INFO (zkCallback-2489-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1744741 INFO (zkConnectionManagerCallback-2530-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1744741 INFO (zkConnectionManagerCallback-2534-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1744762 INFO (jetty-launcher-2469-thread-4)
[n:127.0.0.1:41795_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 1744763 INFO (jetty-launcher-2469-thread-4)
[n:127.0.0.1:41795_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39897/solr ready
[junit4] 2> 1744797 INFO (jetty-launcher-2469-thread-4)
[n:127.0.0.1:41795_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1744926 INFO (jetty-launcher-2469-thread-4)
[n:127.0.0.1:41795_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41795.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1745033 DEBUG (ScheduledTrigger-3912-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1745037 INFO (jetty-launcher-2469-thread-3)
[n:127.0.0.1:38705_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 1745053 INFO (jetty-launcher-2469-thread-4)
[n:127.0.0.1:41795_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41795.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1745053 INFO (jetty-launcher-2469-thread-4)
[n:127.0.0.1:41795_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41795.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1745070 INFO (jetty-launcher-2469-thread-3)
[n:127.0.0.1:38705_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39897/solr ready
[junit4] 2> 1745071 INFO (jetty-launcher-2469-thread-4)
[n:127.0.0.1:41795_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/tempDir-001/node4/.
[junit4] 2> 1745143 INFO (jetty-launcher-2469-thread-3)
[n:127.0.0.1:38705_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1745233 INFO (jetty-launcher-2469-thread-3)
[n:127.0.0.1:38705_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38705.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1745346 INFO (jetty-launcher-2469-thread-3)
[n:127.0.0.1:38705_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38705.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1745346 INFO (jetty-launcher-2469-thread-3)
[n:127.0.0.1:38705_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38705.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1745396 INFO (jetty-launcher-2469-thread-3)
[n:127.0.0.1:38705_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/tempDir-001/node3/.
[junit4] 2> 1745943 INFO (zkConnectionManagerCallback-2538-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1746049 DEBUG (ScheduledTrigger-3912-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1746154 INFO (zkConnectionManagerCallback-2543-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1746163 INFO
(SUITE-SearchRateTriggerTest-seed#[4EBB230AF3C09184]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1746164 INFO
(SUITE-SearchRateTriggerTest-seed#[4EBB230AF3C09184]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39897/solr ready
[junit4] 2> 1746800 INFO
(TEST-SearchRateTriggerTest.testTrigger-seed#[4EBB230AF3C09184]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testTrigger
[junit4] 2> 1746805 INFO
(TEST-SearchRateTriggerTest.testTrigger-seed#[4EBB230AF3C09184]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1746857 INFO (qtp235706029-9753) [n:127.0.0.1:39201_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&maxShardsPerNode=1&name=SearchRateTriggerTest-collection1&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1747056 INFO
(OverseerThreadFactory-3914-thread-1-processing-n:127.0.0.1:41348_solr)
[n:127.0.0.1:41348_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
SearchRateTriggerTest-collection1
[junit4] 2> 1747063 DEBUG (ScheduledTrigger-3912-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1747523 INFO
(OverseerStateUpdate-73425742526480391-127.0.0.1:41348_solr-n_0000000000)
[n:127.0.0.1:41348_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"SearchRateTriggerTest-collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"SearchRateTriggerTest-collection1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:41795/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1747596 INFO
(OverseerStateUpdate-73425742526480391-127.0.0.1:41348_solr-n_0000000000)
[n:127.0.0.1:41348_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"SearchRateTriggerTest-collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"SearchRateTriggerTest-collection1_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:38705/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1747669 INFO
(OverseerStateUpdate-73425742526480391-127.0.0.1:41348_solr-n_0000000000)
[n:127.0.0.1:41348_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"SearchRateTriggerTest-collection1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"SearchRateTriggerTest-collection1_shard2_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:39201/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1747686 INFO
(OverseerStateUpdate-73425742526480391-127.0.0.1:41348_solr-n_0000000000)
[n:127.0.0.1:41348_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"SearchRateTriggerTest-collection1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"SearchRateTriggerTest-collection1_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:41348/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1748011 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
x:SearchRateTriggerTest-collection1_shard1_replica_n1]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1748052 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
x:SearchRateTriggerTest-collection1_shard1_replica_n2]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard1_replica_n2&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1748067 DEBUG (ScheduledTrigger-3912-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1748084 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
x:SearchRateTriggerTest-collection1_shard2_replica_n3]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard2_replica_n3&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1748084 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
x:SearchRateTriggerTest-collection1_shard2_replica_n4]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard2_replica_n4&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1748086 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
x:SearchRateTriggerTest-collection1_shard2_replica_n4]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1749075 DEBUG (ScheduledTrigger-3912-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1749075 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.0.0
[junit4] 2> 1749255 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.s.IndexSchema
[SearchRateTriggerTest-collection1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1749258 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1749319 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.CoreContainer
Creating SolrCore 'SearchRateTriggerTest-collection1_shard1_replica_n1' using
configuration from collection SearchRateTriggerTest-collection1, trusted=true
[junit4] 2> 1749319 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41795.solr.core.SearchRateTriggerTest-collection1.shard1.replica_n1'
(registry 'solr.core.SearchRateTriggerTest-collection1.shard1.replica_n1')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1749319 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrCore
[[SearchRateTriggerTest-collection1_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/tempDir-001/node4/SearchRateTriggerTest-collection1_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/tempDir-001/node4/./SearchRateTriggerTest-collection1_shard1_replica_n1/data/]
[junit4] 2> 1749308 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.0.0
[junit4] 2> 1749272 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.0.0
[junit4] 2> 1749437 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.s.IndexSchema
[SearchRateTriggerTest-collection1_shard2_replica_n4] Schema name=minimal
[junit4] 2> 1749439 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1749439 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.CoreContainer
Creating SolrCore 'SearchRateTriggerTest-collection1_shard2_replica_n4' using
configuration from collection SearchRateTriggerTest-collection1, trusted=true
[junit4] 2> 1749440 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41348.solr.core.SearchRateTriggerTest-collection1.shard2.replica_n4'
(registry 'solr.core.SearchRateTriggerTest-collection1.shard2.replica_n4')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1749440 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.SolrCore
[[SearchRateTriggerTest-collection1_shard2_replica_n4] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/tempDir-001/node1/SearchRateTriggerTest-collection1_shard2_replica_n4],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/tempDir-001/node1/./SearchRateTriggerTest-collection1_shard2_replica_n4/data/]
[junit4] 2> 1749458 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.s.IndexSchema
[SearchRateTriggerTest-collection1_shard1_replica_n2] Schema name=minimal
[junit4] 2> 1749460 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1749460 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.CoreContainer
Creating SolrCore 'SearchRateTriggerTest-collection1_shard1_replica_n2' using
configuration from collection SearchRateTriggerTest-collection1, trusted=true
[junit4] 2> 1749473 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38705.solr.core.SearchRateTriggerTest-collection1.shard1.replica_n2'
(registry 'solr.core.SearchRateTriggerTest-collection1.shard1.replica_n2')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1749473 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.SolrCore
[[SearchRateTriggerTest-collection1_shard1_replica_n2] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/tempDir-001/node3/SearchRateTriggerTest-collection1_shard1_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/tempDir-001/node3/./SearchRateTriggerTest-collection1_shard1_replica_n2/data/]
[junit4] 2> 1749475 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.0.0
[junit4] 2> 1749532 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3] o.a.s.s.IndexSchema
[SearchRateTriggerTest-collection1_shard2_replica_n3] Schema name=minimal
[junit4] 2> 1749603 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1749603 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3] o.a.s.c.CoreContainer
Creating SolrCore 'SearchRateTriggerTest-collection1_shard2_replica_n3' using
configuration from collection SearchRateTriggerTest-collection1, trusted=true
[junit4] 2> 1749604 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39201.solr.core.SearchRateTriggerTest-collection1.shard2.replica_n3'
(registry 'solr.core.SearchRateTriggerTest-collection1.shard2.replica_n3')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1749604 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3] o.a.s.c.SolrCore
[[SearchRateTriggerTest-collection1_shard2_replica_n3] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/tempDir-001/node2/SearchRateTriggerTest-collection1_shard2_replica_n3],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/tempDir-001/node2/./SearchRateTriggerTest-collection1_shard2_replica_n3/data/]
[junit4] 2> 1750078 DEBUG (ScheduledTrigger-3912-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1750338 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1750338 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1750339 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1750339 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1750340 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@3e5c358b[SearchRateTriggerTest-collection1_shard2_replica_n4] main]
[junit4] 2> 1750351 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1750351 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1750351 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1750352 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1613274964845133824
[junit4] 2> 1750355 INFO
(searcherExecutor-3935-thread-1-processing-n:127.0.0.1:41348_solr
x:SearchRateTriggerTest-collection1_shard2_replica_n4
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8)
[n:127.0.0.1:41348_solr c:SearchRateTriggerTest-collection1 s:shard2
r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n4]
o.a.s.c.SolrCore [SearchRateTriggerTest-collection1_shard2_replica_n4]
Registered new searcher
Searcher@3e5c358b[SearchRateTriggerTest-collection1_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1750370 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1750371 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1750372 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1750372 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1750373 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4821e387[SearchRateTriggerTest-collection1_shard1_replica_n1] main]
[junit4] 2> 1750374 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1750391 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1750391 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1750391 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1750391 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1750391 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1613274964886028288
[junit4] 2> 1750392 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1750392 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1750393 INFO
(searcherExecutor-3934-thread-1-processing-n:127.0.0.1:41795_solr
x:SearchRateTriggerTest-collection1_shard1_replica_n1
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5)
[n:127.0.0.1:41795_solr c:SearchRateTriggerTest-collection1 s:shard1
r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n1]
o.a.s.c.SolrCore [SearchRateTriggerTest-collection1_shard1_replica_n1]
Registered new searcher
Searcher@4821e387[SearchRateTriggerTest-collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1750393 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7501f640[SearchRateTriggerTest-collection1_shard1_replica_n2] main]
[junit4] 2> 1750411 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1750412 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1750412 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1750412 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1613274964908048384
[junit4] 2> 1750413 INFO
(searcherExecutor-3936-thread-1-processing-n:127.0.0.1:38705_solr
x:SearchRateTriggerTest-collection1_shard1_replica_n2
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6)
[n:127.0.0.1:38705_solr c:SearchRateTriggerTest-collection1 s:shard1
r:core_node6 x:SearchRateTriggerTest-collection1_shard1_replica_n2]
o.a.s.c.SolrCore [SearchRateTriggerTest-collection1_shard1_replica_n2]
Registered new searcher
Searcher@7501f640[SearchRateTriggerTest-collection1_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1750428 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.ZkShardTerms
Successful update of terms at
/collections/SearchRateTriggerTest-collection1/terms/shard2 to
Terms{values={core_node8=0}, version=0}
[junit4] 2> 1750465 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms
Successful update of terms at
/collections/SearchRateTriggerTest-collection1/terms/shard1 to
Terms{values={core_node6=0}, version=0}
[junit4] 2> 1750484 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard2: total=2 found=1 timeoutin=9982ms
[junit4] 2> 1750487 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 1750501 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms
Successful update of terms at
/collections/SearchRateTriggerTest-collection1/terms/shard1 to
Terms{values={core_node6=0, core_node5=0}, version=1}
[junit4] 2> 1750598 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1750598 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1750599 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1750599 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1750601 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5441bbdc[SearchRateTriggerTest-collection1_shard2_replica_n3] main]
[junit4] 2> 1750616 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1750616 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1750617 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1750617 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1613274965123006464
[junit4] 2> 1750635 INFO
(searcherExecutor-3937-thread-1-processing-n:127.0.0.1:39201_solr
x:SearchRateTriggerTest-collection1_shard2_replica_n3
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7)
[n:127.0.0.1:39201_solr c:SearchRateTriggerTest-collection1 s:shard2
r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n3]
o.a.s.c.SolrCore [SearchRateTriggerTest-collection1_shard2_replica_n3]
Registered new searcher
Searcher@5441bbdc[SearchRateTriggerTest-collection1_shard2_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1750672 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3] o.a.s.c.ZkShardTerms
Successful update of terms at
/collections/SearchRateTriggerTest-collection1/terms/shard2 to
Terms{values={core_node7=0, core_node8=0}, version=1}
[junit4] 2> 1751001 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1751001 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1751001 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.SyncStrategy
Sync replicas to
http://127.0.0.1:38705/solr/SearchRateTriggerTest-collection1_shard1_replica_n2/
[junit4] 2> 1751001 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1751001 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1751001 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.SyncStrategy
Sync replicas to
http://127.0.0.1:41348/solr/SearchRateTriggerTest-collection1_shard2_replica_n4/
[junit4] 2> 1751002 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.u.PeerSync
PeerSync: core=SearchRateTriggerTest-collection1_shard2_replica_n4
url=http://127.0.0.1:41348/solr START
replicas=[http://127.0.0.1:39201/solr/SearchRateTriggerTest-collection1_shard2_replica_n3/]
nUpdates=100
[junit4] 2> 1751002 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.u.PeerSync
PeerSync: core=SearchRateTriggerTest-collection1_shard1_replica_n2
url=http://127.0.0.1:38705/solr START
replicas=[http://127.0.0.1:41795/solr/SearchRateTriggerTest-collection1_shard1_replica_n1/]
nUpdates=100
[junit4] 2> 1751008 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.u.PeerSync
PeerSync: core=SearchRateTriggerTest-collection1_shard2_replica_n4
url=http://127.0.0.1:41348/solr DONE. We have no versions. sync failed.
[junit4] 2> 1751008 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.u.PeerSync
PeerSync: core=SearchRateTriggerTest-collection1_shard1_replica_n2
url=http://127.0.0.1:38705/solr DONE. We have no versions. sync failed.
[junit4] 2> 1751247 DEBUG (ScheduledTrigger-3912-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1751248 INFO (qtp235706029-9749) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3] o.a.s.c.S.Request
[SearchRateTriggerTest-collection1_shard2_replica_n3] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=231
[junit4] 2> 1751248 INFO (qtp742185649-9720) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.S.Request
[SearchRateTriggerTest-collection1_shard1_replica_n1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=232
[junit4] 2> 1751321 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.SyncStrategy
Leader's attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 1751321 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 1751321 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1751324 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:41348/solr/SearchRateTriggerTest-collection1_shard2_replica_n4/
shard2
[junit4] 2> 1751358 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.SyncStrategy
Leader's attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 1751358 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 1751358 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1751682 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 1751698 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:38705/solr/SearchRateTriggerTest-collection1_shard1_replica_n2/
shard1
[junit4] 2> 1751711 INFO (qtp1643044816-9738) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard2_replica_n4&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3627
[junit4] 2> 1751861 INFO (qtp235706029-9740) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection1_shard2_replica_n3] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard2_replica_n3&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3777
[junit4] 2> 1751922 INFO (zkCallback-2489-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes
size: [4])
[junit4] 2> 1751933 INFO (zkCallback-2501-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes
size: [4])
[junit4] 2> 1751990 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 1751992 INFO (qtp1630653764-9729) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node6
x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard1_replica_n2&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3941
[junit4] 2> 1752101 INFO (zkCallback-2501-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes
size: [4])
[junit4] 2> 1752101 INFO (zkCallback-2489-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes
size: [4])
[junit4] 2> 1752120 INFO (zkCallback-2491-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes
size: [4])
[junit4] 2> 1752248 DEBUG (ScheduledTrigger-3912-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1752541 INFO (qtp742185649-9725) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5
x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=4530
[junit4] 2> 1752625 INFO (qtp235706029-9753) [n:127.0.0.1:39201_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> 1752644 INFO (zkCallback-2520-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes
size: [4])
[junit4] 2> 1752644 INFO (zkCallback-2491-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes
size: [4])
[junit4] 2> 1752645 INFO (zkCallback-2489-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes
size: [4])
[junit4] 2> 1752660 INFO (zkCallback-2501-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/SearchRateTriggerTest-collection1/state.json] for collection
[SearchRateTriggerTest-collection1] has occurred - updating... (live nodes
size: [4])
[junit4] 2> 1753261 DEBUG (ScheduledTrigger-3912-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1753334 INFO
(OverseerCollectionConfigSetProcessor-73425742526480391-127.0.0.1:41348_solr-n_0000000000)
[n:127.0.0.1:41348_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> 1753638 INFO (qtp235706029-9753) [n:127.0.0.1:39201_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf&maxShardsPerNode=1&name=SearchRateTriggerTest-collection1&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=6780
[junit4] 2> 1753654 INFO (qtp235706029-9755) [n:127.0.0.1:39201_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&maxShardsPerNode=1&name=SearchRateTriggerTest-collection2&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1753699 INFO
(OverseerThreadFactory-3914-thread-2-processing-n:127.0.0.1:41348_solr)
[n:127.0.0.1:41348_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
SearchRateTriggerTest-collection2
[junit4] 2> 1754219 INFO
(OverseerStateUpdate-73425742526480391-127.0.0.1:41348_solr-n_0000000000)
[n:127.0.0.1:41348_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"SearchRateTriggerTest-collection2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"SearchRateTriggerTest-collection2_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:38705/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1754267 DEBUG (ScheduledTrigger-3912-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1754394 INFO
(OverseerStateUpdate-73425742526480391-127.0.0.1:41348_solr-n_0000000000)
[n:127.0.0.1:41348_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"SearchRateTriggerTest-collection2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"SearchRateTriggerTest-collection2_shard1_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:41348/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1754525 INFO
(OverseerStateUpdate-73425742526480391-127.0.0.1:41348_solr-n_0000000000)
[n:127.0.0.1:41348_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"SearchRateTriggerTest-collection2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"SearchRateTriggerTest-collection2_shard2_replica_n5",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:39201/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1754527 INFO
(OverseerStateUpdate-73425742526480391-127.0.0.1:41348_solr-n_0000000000)
[n:127.0.0.1:41348_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"SearchRateTriggerTest-collection2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"SearchRateTriggerTest-collection2_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:41795/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1754744 INFO (qtp1630653764-9733) [n:127.0.0.1:38705_solr
x:SearchRateTriggerTest-collection2_shard1_replica_n1]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection2_shard1_replica_n1&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1754745 INFO (qtp742185649-9721) [n:127.0.0.1:41795_solr
x:SearchRateTriggerTest-collection2_shard2_replica_n6]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection2_shard2_replica_n6&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection2&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1754747 INFO (qtp235706029-9752) [n:127.0.0.1:39201_solr
x:SearchRateTriggerTest-collection2_shard2_replica_n5]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection2_shard2_replica_n5&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection2&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1754796 INFO (qtp1643044816-9743) [n:127.0.0.1:41348_solr
x:SearchRateTriggerTest-collection2_shard1_replica_n3]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection2_shard1_replica_n3&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1755268 DEBUG (ScheduledTrigger-3912-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1755939 INFO (qtp742185649-9721) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection2_shard2_replica_n6] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.0.0
[junit4] 2> 1755960 INFO (qtp235706029-9752) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection2_shard2_replica_n5] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.0.0
[junit4] 2> 1755976 INFO (qtp1643044816-9743) [n:127.0.0.1:41348_solr
c:SearchRateTriggerTest-collection2 s:shard1 r:core_node4
x:SearchRateTriggerTest-collection2_shard1_replica_n3] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.0.0
[junit4] 2> 1756011 INFO (qtp1630653764-9733) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection2 s:shard1 r:core_node2
x:SearchRateTriggerTest-collection2_shard1_replica_n1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.0.0
[junit4] 2> 1756049 INFO (qtp235706029-9752) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection2_shard2_replica_n5] o.a.s.s.IndexSchema
[SearchRateTriggerTest-collection2_shard2_replica_n5] Schema name=minimal
[junit4] 2> 1756063 INFO (qtp742185649-9721) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection2_shard2_replica_n6] o.a.s.s.IndexSchema
[SearchRateTriggerTest-collection2_shard2_replica_n6] Schema name=minimal
[junit4] 2> 1756065 INFO (qtp742185649-9721) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection2_shard2_replica_n6] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1756065 INFO (qtp742185649-9721) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection2_shard2_replica_n6] o.a.s.c.CoreContainer
Creating SolrCore 'SearchRateTriggerTest-collection2_shard2_replica_n6' using
configuration from collection SearchRateTriggerTest-collection2, trusted=true
[junit4] 2> 1756066 INFO (qtp742185649-9721) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection2_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41795.solr.core.SearchRateTriggerTest-collection2.shard2.replica_n6'
(registry 'solr.core.SearchRateTriggerTest-collection2.shard2.replica_n6')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1756066 INFO (qtp742185649-9721) [n:127.0.0.1:41795_solr
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8
x:SearchRateTriggerTest-collection2_shard2_replica_n6] o.a.s.c.SolrCore
[[SearchRateTriggerTest-collection2_shard2_replica_n6] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/tempDir-001/node4/SearchRateTriggerTest-collection2_shard2_replica_n6],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/tempDir-001/node4/./SearchRateTriggerTest-collection2_shard2_replica_n6/data/]
[junit4] 2> 1756378 DEBUG (ScheduledTrigger-3912-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1756384 INFO (qtp235706029-9752) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection2_shard2_replica_n5] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1756384 INFO (qtp235706029-9752) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection2_shard2_replica_n5] o.a.s.c.CoreContainer
Creating SolrCore 'SearchRateTriggerTest-collection2_shard2_replica_n5' using
configuration from collection SearchRateTriggerTest-collection2, trusted=true
[junit4] 2> 1756405 INFO (qtp235706029-9752) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection2_shard2_replica_n5]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39201.solr.core.SearchRateTriggerTest-collection2.shard2.replica_n5'
(registry 'solr.core.SearchRateTriggerTest-collection2.shard2.replica_n5')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8286cbf
[junit4] 2> 1756405 INFO (qtp235706029-9752) [n:127.0.0.1:39201_solr
c:SearchRateTriggerTest-collection2 s:shard2 r:core_node7
x:SearchRateTriggerTest-collection2_shard2_replica_n5] o.a.s.c.SolrCore
[[SearchRateTriggerTest-collection2_shard2_replica_n5] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/tempDir-001/node2/SearchRateTriggerTest-collection2_shard2_replica_n5],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_4EBB230AF3C09184-001/tempDir-001/node2/./SearchRateTriggerTest-collection2_shard2_replica_n5/data/]
[junit4] 2> 1756414 INFO (qtp1630653764-9733) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection2 s:shard1 r:core_node2
x:SearchRateTriggerTest-collection2_shard1_replica_n1] o.a.s.s.IndexSchema
[SearchRateTriggerTest-collection2_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1756457 INFO (qtp1630653764-9733) [n:127.0.0.1:38705_solr
c:SearchRateTriggerTest-collection2 s:shard1 r:core_node2 x:Searc
[...truncated too long message...]
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null272480229
[copy] Copying 238 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null272480229
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null272480229
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 35ms :: artifacts dl 5ms
---------------------------------------------------------------------
| | 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: 218 minutes 17 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]