Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1342/
Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseSerialGC
2 tests failed.
FAILED:
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple
Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:37423_solr,
127.0.0.1:43563_solr] Last available state:
DocCollection(testSimple1//collections/testSimple1/state.json/18)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node5":{ "core":"testSimple1_shard1_replica_n2",
"base_url":"http://127.0.0.1:37423/solr",
"node_name":"127.0.0.1:37423_solr", "state":"active",
"type":"NRT", "leader":"true"}, "core_node12":{
"core":"testSimple1_shard1_replica_n11",
"base_url":"http://127.0.0.1:37423/solr",
"node_name":"127.0.0.1:37423_solr", "state":"active",
"type":"NRT"}}}, "shard2":{ "range":"0-7fffffff",
"state":"active", "replicas":{ "core_node8":{
"core":"testSimple1_shard2_replica_n6",
"base_url":"http://127.0.0.1:37423/solr",
"node_name":"127.0.0.1:37423_solr", "state":"active",
"type":"NRT", "leader":"true"}, "core_node10":{
"core":"testSimple1_shard2_replica_n9",
"base_url":"http://127.0.0.1:41211/solr",
"node_name":"127.0.0.1:41211_solr", "state":"down",
"type":"NRT"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"2",
"autoAddReplicas":"true", "nrtReplicas":"2", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:37423_solr, 127.0.0.1:43563_solr]
Last available state:
DocCollection(testSimple1//collections/testSimple1/state.json/18)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node5":{
"core":"testSimple1_shard1_replica_n2",
"base_url":"http://127.0.0.1:37423/solr",
"node_name":"127.0.0.1:37423_solr",
"state":"active",
"type":"NRT",
"leader":"true"},
"core_node12":{
"core":"testSimple1_shard1_replica_n11",
"base_url":"http://127.0.0.1:37423/solr",
"node_name":"127.0.0.1:37423_solr",
"state":"active",
"type":"NRT"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{
"core_node8":{
"core":"testSimple1_shard2_replica_n6",
"base_url":"http://127.0.0.1:37423/solr",
"node_name":"127.0.0.1:37423_solr",
"state":"active",
"type":"NRT",
"leader":"true"},
"core_node10":{
"core":"testSimple1_shard2_replica_n9",
"base_url":"http://127.0.0.1:41211/solr",
"node_name":"127.0.0.1:41211_solr",
"state":"down",
"type":"NRT"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"2",
"autoAddReplicas":"true",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([A6355E7E7F330D94:9E867A8058C0D945]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
at
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:103)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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
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.base/java.lang.Thread.run(Thread.java:844)
FAILED:
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([A6355E7E7F330D94:1C3969F120DBDBDB]:0)
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNull(Assert.java:551)
at org.junit.Assert.assertNull(Assert.java:562)
at
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1575)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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
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.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 12291 lines...]
[junit4] Suite:
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest
[junit4] 2> 23879 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[A6355E7E7F330D94]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/init-core-data-001
[junit4] 2> 23880 WARN
(SUITE-AutoAddReplicasIntegrationTest-seed#[A6355E7E7F330D94]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
[junit4] 2> 23880 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[A6355E7E7F330D94]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 23881 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[A6355E7E7F330D94]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 23881 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[A6355E7E7F330D94]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001
[junit4] 2> 23881 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[A6355E7E7F330D94]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 23881 INFO (Thread-78) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 23881 INFO (Thread-78) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 23883 ERROR (Thread-78) [ ] 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> 23981 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[A6355E7E7F330D94]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:38129
[junit4] 2> 23984 INFO (zkConnectionManagerCallback-77-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 23987 INFO (jetty-launcher-74-thread-2) [ ] o.e.j.s.Server
jetty-9.4.8.v20171121, build timestamp: 2017-11-21T10:27:37-11:00, git hash:
82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 23987 INFO (jetty-launcher-74-thread-3) [ ] o.e.j.s.Server
jetty-9.4.8.v20171121, build timestamp: 2017-11-21T10:27:37-11:00, git hash:
82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 23987 INFO (jetty-launcher-74-thread-1) [ ] o.e.j.s.Server
jetty-9.4.8.v20171121, build timestamp: 2017-11-21T10:27:37-11:00, git hash:
82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 23990 INFO (jetty-launcher-74-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 23990 INFO (jetty-launcher-74-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 23990 INFO (jetty-launcher-74-thread-3) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 23990 INFO (jetty-launcher-74-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 23990 INFO (jetty-launcher-74-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 23990 INFO (jetty-launcher-74-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 23990 INFO (jetty-launcher-74-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 23990 INFO (jetty-launcher-74-thread-1) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 23990 INFO (jetty-launcher-74-thread-2) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 23990 INFO (jetty-launcher-74-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@550862c0{/solr,null,AVAILABLE}
[junit4] 2> 23990 INFO (jetty-launcher-74-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4042cdce{/solr,null,AVAILABLE}
[junit4] 2> 23990 INFO (jetty-launcher-74-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@76d845b{/solr,null,AVAILABLE}
[junit4] 2> 23991 INFO (jetty-launcher-74-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4f19783e{HTTP/1.1,[http/1.1]}{127.0.0.1:37423}
[junit4] 2> 23991 INFO (jetty-launcher-74-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1653cbc8{HTTP/1.1,[http/1.1]}{127.0.0.1:41211}
[junit4] 2> 23991 INFO (jetty-launcher-74-thread-2) [ ] o.e.j.s.Server
Started @25461ms
[junit4] 2> 23991 INFO (jetty-launcher-74-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@15d670b2{HTTP/1.1,[http/1.1]}{127.0.0.1:43563}
[junit4] 2> 23992 INFO (jetty-launcher-74-thread-3) [ ] o.e.j.s.Server
Started @25461ms
[junit4] 2> 23992 INFO (jetty-launcher-74-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37423}
[junit4] 2> 23992 INFO (jetty-launcher-74-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41211}
[junit4] 2> 23992 INFO (jetty-launcher-74-thread-1) [ ] o.e.j.s.Server
Started @25461ms
[junit4] 2> 23992 INFO (jetty-launcher-74-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43563}
[junit4] 2> 23992 ERROR (jetty-launcher-74-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 23992 ERROR (jetty-launcher-74-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 23992 INFO (jetty-launcher-74-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 23992 ERROR (jetty-launcher-74-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 23992 INFO (jetty-launcher-74-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 23992 INFO (jetty-launcher-74-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 23992 INFO (jetty-launcher-74-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 23992 INFO (jetty-launcher-74-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 23992 INFO (jetty-launcher-74-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 23992 INFO (jetty-launcher-74-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-12T10:05:16.678396Z
[junit4] 2> 23992 INFO (jetty-launcher-74-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 23992 INFO (jetty-launcher-74-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 23992 INFO (jetty-launcher-74-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-12T10:05:16.678506Z
[junit4] 2> 23992 INFO (jetty-launcher-74-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 23992 INFO (jetty-launcher-74-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-12T10:05:16.678561Z
[junit4] 2> 23994 INFO (zkConnectionManagerCallback-80-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 23995 INFO (zkConnectionManagerCallback-81-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 23995 INFO (zkConnectionManagerCallback-83-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 23995 INFO (jetty-launcher-74-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 23995 INFO (jetty-launcher-74-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 23995 INFO (jetty-launcher-74-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 24021 INFO (jetty-launcher-74-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38129/solr
[junit4] 2> 24023 INFO (jetty-launcher-74-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38129/solr
[junit4] 2> 24023 INFO (jetty-launcher-74-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38129/solr
[junit4] 2> 24028 INFO (zkConnectionManagerCallback-89-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24029 INFO (zkConnectionManagerCallback-95-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24029 INFO (zkConnectionManagerCallback-92-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24031 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
0x100471ce90e0006, likely client has closed socket
[junit4] 2> 24033 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
0x100471ce90e0005, likely client has closed socket
[junit4] 2> 24036 INFO
(zkConnectionManagerCallback-98-thread-1-processing-n:127.0.0.1:43563_solr)
[n:127.0.0.1:43563_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24036 INFO
(zkConnectionManagerCallback-99-thread-1-processing-n:127.0.0.1:37423_solr)
[n:127.0.0.1:37423_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24036 INFO
(zkConnectionManagerCallback-101-thread-1-processing-n:127.0.0.1:41211_solr)
[n:127.0.0.1:41211_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24088 INFO (jetty-launcher-74-thread-3)
[n:127.0.0.1:41211_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 24088 INFO (jetty-launcher-74-thread-1)
[n:127.0.0.1:43563_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 24088 INFO (jetty-launcher-74-thread-2)
[n:127.0.0.1:37423_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 24089 INFO (jetty-launcher-74-thread-3)
[n:127.0.0.1:41211_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:41211_solr
[junit4] 2> 24089 INFO (jetty-launcher-74-thread-1)
[n:127.0.0.1:43563_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43563_solr
[junit4] 2> 24089 INFO (jetty-launcher-74-thread-2)
[n:127.0.0.1:37423_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37423_solr
[junit4] 2> 24090 INFO (jetty-launcher-74-thread-3)
[n:127.0.0.1:41211_solr ] o.a.s.c.Overseer Overseer
(id=72135783532593161-127.0.0.1:41211_solr-n_0000000000) starting
[junit4] 2> 24105 INFO
(zkCallback-97-thread-1-processing-n:127.0.0.1:37423_solr)
[n:127.0.0.1:37423_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 24109 INFO
(zkCallback-100-thread-1-processing-n:127.0.0.1:41211_solr)
[n:127.0.0.1:41211_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 24109 INFO
(zkCallback-96-thread-1-processing-n:127.0.0.1:43563_solr)
[n:127.0.0.1:43563_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 24130 DEBUG
(OverseerAutoScalingTriggerThread-72135783532593161-127.0.0.1:41211_solr-n_0000000000)
[n:127.0.0.1:41211_solr ] o.a.s.c.a.OverseerTriggerThread Adding
.autoAddReplicas trigger
[junit4] 2> 24131 DEBUG
(OverseerAutoScalingTriggerThread-72135783532593161-127.0.0.1:41211_solr-n_0000000000)
[n:127.0.0.1:41211_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 1
[junit4] 2> 24131 INFO (jetty-launcher-74-thread-3)
[n:127.0.0.1:41211_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41211_solr
[junit4] 2> 24131 DEBUG
(OverseerAutoScalingTriggerThread-72135783532593161-127.0.0.1:41211_solr-n_0000000000)
[n:127.0.0.1:41211_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes:
[127.0.0.1:43563_solr, 127.0.0.1:37423_solr]
[junit4] 2> 24131 DEBUG
(OverseerAutoScalingTriggerThread-72135783532593161-127.0.0.1:41211_solr-n_0000000000)
[n:127.0.0.1:41211_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion -1
[junit4] 2> 24131 DEBUG
(OverseerAutoScalingTriggerThread-72135783532593161-127.0.0.1:41211_solr-n_0000000000)
[n:127.0.0.1:41211_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 1
[junit4] 2> 24132 INFO
(zkCallback-97-thread-1-processing-n:127.0.0.1:37423_solr)
[n:127.0.0.1:37423_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 24132 INFO
(zkCallback-96-thread-1-processing-n:127.0.0.1:43563_solr)
[n:127.0.0.1:43563_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 24132 INFO
(zkCallback-100-thread-1-processing-n:127.0.0.1:41211_solr)
[n:127.0.0.1:41211_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 24137 DEBUG
(OverseerAutoScalingTriggerThread-72135783532593161-127.0.0.1:41211_solr-n_0000000000)
[n:127.0.0.1:41211_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 24138 DEBUG
(OverseerAutoScalingTriggerThread-72135783532593161-127.0.0.1:41211_solr-n_0000000000)
[n:127.0.0.1:41211_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion 1
[junit4] 2> 24141 DEBUG (ScheduledTrigger-193-thread-1)
[n:127.0.0.1:41211_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 24147 INFO (jetty-launcher-74-thread-2)
[n:127.0.0.1:37423_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37423.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@479d0bbc
[junit4] 2> 24148 INFO (jetty-launcher-74-thread-1)
[n:127.0.0.1:43563_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43563.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@479d0bbc
[junit4] 2> 24154 INFO (jetty-launcher-74-thread-1)
[n:127.0.0.1:43563_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43563.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@479d0bbc
[junit4] 2> 24154 INFO (jetty-launcher-74-thread-1)
[n:127.0.0.1:43563_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43563.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@479d0bbc
[junit4] 2> 24155 INFO (jetty-launcher-74-thread-1)
[n:127.0.0.1:43563_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node1/.
[junit4] 2> 24155 INFO (jetty-launcher-74-thread-2)
[n:127.0.0.1:37423_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37423.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@479d0bbc
[junit4] 2> 24155 INFO (jetty-launcher-74-thread-2)
[n:127.0.0.1:37423_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37423.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@479d0bbc
[junit4] 2> 24156 INFO (jetty-launcher-74-thread-2)
[n:127.0.0.1:37423_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node2/.
[junit4] 2> 24169 INFO (jetty-launcher-74-thread-3)
[n:127.0.0.1:41211_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41211.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@479d0bbc
[junit4] 2> 24174 INFO (jetty-launcher-74-thread-3)
[n:127.0.0.1:41211_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41211.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@479d0bbc
[junit4] 2> 24174 INFO (jetty-launcher-74-thread-3)
[n:127.0.0.1:41211_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41211.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@479d0bbc
[junit4] 2> 24175 INFO (jetty-launcher-74-thread-3)
[n:127.0.0.1:41211_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node3/.
[junit4] 2> 24226 INFO (zkConnectionManagerCallback-109-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24230 INFO (zkConnectionManagerCallback-113-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24232 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[A6355E7E7F330D94]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 24232 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[A6355E7E7F330D94]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38129/solr ready
[junit4] 2> 24249 INFO
(TEST-AutoAddReplicasIntegrationTest.testSimple-seed#[A6355E7E7F330D94]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testSimple
[junit4] 2> 24253 INFO (qtp1137336270-377) [n:127.0.0.1:37423_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:43563_solr,127.0.0.1:37423_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 24256 INFO
(OverseerThreadFactory-196-thread-1-processing-n:127.0.0.1:41211_solr)
[n:127.0.0.1:41211_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testSimple1
[junit4] 2> 24362 INFO
(OverseerStateUpdate-72135783532593161-127.0.0.1:41211_solr-n_0000000000)
[n:127.0.0.1:41211_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:43563/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 24363 INFO
(OverseerStateUpdate-72135783532593161-127.0.0.1:41211_solr-n_0000000000)
[n:127.0.0.1:41211_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple1_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:37423/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 24364 INFO
(OverseerStateUpdate-72135783532593161-127.0.0.1:41211_solr-n_0000000000)
[n:127.0.0.1:41211_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple1_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:43563/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 24365 INFO
(OverseerStateUpdate-72135783532593161-127.0.0.1:41211_solr-n_0000000000)
[n:127.0.0.1:41211_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple1_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:37423/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 24572 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 24573 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 24573 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 24573 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 24577 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 24578 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 24681 INFO
(zkCallback-96-thread-1-processing-n:127.0.0.1:43563_solr)
[n:127.0.0.1:43563_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 24681 INFO
(zkCallback-97-thread-1-processing-n:127.0.0.1:37423_solr)
[n:127.0.0.1:37423_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 24681 INFO
(zkCallback-97-thread-2-processing-n:127.0.0.1:37423_solr)
[n:127.0.0.1:37423_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 24681 INFO
(zkCallback-96-thread-2-processing-n:127.0.0.1:43563_solr)
[n:127.0.0.1:43563_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 25144 DEBUG (ScheduledTrigger-193-thread-1)
[n:127.0.0.1:41211_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 25593 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 25593 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 25595 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 25595 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 25612 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
[junit4] 2> 25612 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 25613 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
[junit4] 2> 25614 WARN (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
[junit4] 2> 25614 WARN (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
[junit4] 2> 25615 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
[junit4] 2> 25615 WARN (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
[junit4] 2> 25616 WARN (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.TrieLongField]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 25616 WARN (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.TrieLongField]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 25616 WARN (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.TrieLongField]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 25617 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 25617 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 25617 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 25618 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 25618 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 25617 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 25618 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 25618 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 25618 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43563.solr.core.testSimple1.shard1.replica_n1' (registry
'solr.core.testSimple1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@479d0bbc
[junit4] 2> 25618 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37423.solr.core.testSimple1.shard1.replica_n2' (registry
'solr.core.testSimple1.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@479d0bbc
[junit4] 2> 25618 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37423.solr.core.testSimple1.shard2.replica_n6' (registry
'solr.core.testSimple1.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@479d0bbc
[junit4] 2> 25618 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43563.solr.core.testSimple1.shard2.replica_n4' (registry
'solr.core.testSimple1.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@479d0bbc
[junit4] 2> 25618 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 25618 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 25618 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 25618 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 25618 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node2/testSimple1_shard1_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node2/./testSimple1_shard1_replica_n2/data/]
[junit4] 2> 25618 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node1/testSimple1_shard2_replica_n4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node1/./testSimple1_shard2_replica_n4/data/]
[junit4] 2> 25618 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node2/testSimple1_shard2_replica_n6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node2/./testSimple1_shard2_replica_n6/data/]
[junit4] 2> 25618 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node1/testSimple1_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node1/./testSimple1_shard1_replica_n1/data/]
[junit4] 2> 25672 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 25672 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 25673 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 25673 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 25675 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2f89b02[testSimple1_shard1_replica_n1] main]
[junit4] 2> 25676 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 25676 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 25676 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 25676 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 25676 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 25677 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 25677 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 25677 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 25677 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 25678 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1592189170078449664
[junit4] 2> 25678 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 25678 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 25679 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5ebebdd0[testSimple1_shard1_replica_n2] main]
[junit4] 2> 25680 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 25680 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 25680 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@791ae977[testSimple1_shard2_replica_n6] main]
[junit4] 2> 25681 INFO
(searcherExecutor-205-thread-1-processing-n:127.0.0.1:43563_solr
x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3)
[n:127.0.0.1:43563_solr c:testSimple1 s:shard1 r:core_node3
x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore
[testSimple1_shard1_replica_n1] Registered new searcher
Searcher@2f89b02[testSimple1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 25681 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 25681 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 25681 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 25681 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 25682 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 25682 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 25682 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 25683 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@48053b7b[testSimple1_shard2_replica_n4] main]
[junit4] 2> 25684 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1592189170084741120
[junit4] 2> 25684 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 25685 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 25685 INFO
(searcherExecutor-202-thread-1-processing-n:127.0.0.1:37423_solr
x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5)
[n:127.0.0.1:37423_solr c:testSimple1 s:shard1 r:core_node5
x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore
[testSimple1_shard1_replica_n2] Registered new searcher
Searcher@5ebebdd0[testSimple1_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 25685 INFO
(searcherExecutor-204-thread-1-processing-n:127.0.0.1:37423_solr
x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8)
[n:127.0.0.1:37423_solr c:testSimple1 s:shard2 r:core_node8
x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore
[testSimple1_shard2_replica_n6] Registered new searcher
Searcher@791ae977[testSimple1_shard2_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 25685 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 25685 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1592189170085789696
[junit4] 2> 25686 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 25686 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1592189170086838272
[junit4] 2> 25687 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 25689 INFO
(searcherExecutor-203-thread-1-processing-n:127.0.0.1:43563_solr
x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7)
[n:127.0.0.1:43563_solr c:testSimple1 s:shard2 r:core_node7
x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore
[testSimple1_shard2_replica_n4] Registered new searcher
Searcher@48053b7b[testSimple1_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 25690 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ZkShardTerms Failed to save terms, version is not match, retrying
[junit4] 2> 25693 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 25693 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 25693 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:37423/solr/testSimple1_shard2_replica_n6/
[junit4] 2> 25696 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6
url=http://127.0.0.1:37423/solr START
replicas=[http://127.0.0.1:43563/solr/testSimple1_shard2_replica_n4/]
nUpdates=100
[junit4] 2> 25701 INFO (qtp622245326-469) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.S.Request [testSimple1_shard2_replica_n4] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 25794 INFO
(zkCallback-97-thread-2-processing-n:127.0.0.1:37423_solr)
[n:127.0.0.1:37423_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 25794 INFO
(zkCallback-96-thread-2-processing-n:127.0.0.1:43563_solr)
[n:127.0.0.1:43563_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 25794 INFO
(zkCallback-97-thread-1-processing-n:127.0.0.1:37423_solr)
[n:127.0.0.1:37423_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 25794 INFO
(zkCallback-96-thread-1-processing-n:127.0.0.1:43563_solr)
[n:127.0.0.1:43563_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 25997 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6
url=http://127.0.0.1:37423/solr DONE. We have no versions. sync failed.
[junit4] 2> 25997 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 25997 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
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> 25997 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 26001 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:37423/solr/testSimple1_shard2_replica_n6/ shard2
[junit4] 2> 26103 INFO
(zkCallback-97-thread-1-processing-n:127.0.0.1:37423_solr)
[n:127.0.0.1:37423_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 26103 INFO
(zkCallback-96-thread-1-processing-n:127.0.0.1:43563_solr)
[n:127.0.0.1:43563_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 26103 INFO
(zkCallback-96-thread-2-processing-n:127.0.0.1:43563_solr)
[n:127.0.0.1:43563_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 26103 INFO
(zkCallback-97-thread-2-processing-n:127.0.0.1:37423_solr)
[n:127.0.0.1:37423_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 26145 DEBUG (ScheduledTrigger-193-thread-2)
[n:127.0.0.1:41211_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 26152 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 26183 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1610
[junit4] 2> 26187 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 26187 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 26187 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:43563/solr/testSimple1_shard1_replica_n1/
[junit4] 2> 26188 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1
url=http://127.0.0.1:43563/solr START
replicas=[http://127.0.0.1:37423/solr/testSimple1_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 26193 INFO (qtp1137336270-395) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.S.Request [testSimple1_shard1_replica_n2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 26255 INFO
(zkCallback-97-thread-2-processing-n:127.0.0.1:37423_solr)
[n:127.0.0.1:37423_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 26255 INFO
(zkCallback-97-thread-1-processing-n:127.0.0.1:37423_solr)
[n:127.0.0.1:37423_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 26255 INFO
(zkCallback-96-thread-2-processing-n:127.0.0.1:43563_solr)
[n:127.0.0.1:43563_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 26255 INFO
(zkCallback-96-thread-1-processing-n:127.0.0.1:43563_solr)
[n:127.0.0.1:43563_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 26488 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1
url=http://127.0.0.1:43563/solr DONE. We have no versions. sync failed.
[junit4] 2> 26488 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 26489 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
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> 26489 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 26493 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:43563/solr/testSimple1_shard1_replica_n1/ shard1
[junit4] 2> 26594 INFO
(zkCallback-97-thread-2-processing-n:127.0.0.1:37423_solr)
[n:127.0.0.1:37423_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 26594 INFO
(zkCallback-96-thread-1-processing-n:127.0.0.1:43563_solr)
[n:127.0.0.1:43563_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 26594 INFO
(zkCallback-97-thread-1-processing-n:127.0.0.1:37423_solr)
[n:127.0.0.1:37423_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 26595 INFO
(zkCallback-96-thread-2-processing-n:127.0.0.1:43563_solr)
[n:127.0.0.1:43563_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 26644 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 26649 INFO (qtp622245326-378) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2072
[junit4] 2> 26693 INFO (qtp1137336270-467) [n:127.0.0.1:37423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2114
[junit4] 2> 26694 INFO (qtp622245326-392) [n:127.0.0.1:43563_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2122
[junit4] 2> 26698 INFO (qtp1137336270-377) [n:127.0.0.1:37423_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> 26795 INFO
(zkCallback-96-thread-1-processing-n:127.0.0.1:43563_solr)
[n:127.0.0.1:43563_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 26795 INFO
(zkCallback-97-thread-1-processing-n:127.0.0.1:37423_solr)
[n:127.0.0.1:37423_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 26795 INFO
(zkCallback-97-thread-2-processing-n:127.0.0.1:37423_solr)
[n:127.0.0.1:37423_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 26795 INFO
(zkCallback-96-thread-2-processing-n:127.0.0.1:43563_solr)
[n:127.0.0.1:43563_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 27145 DEBUG (ScheduledTrigger-193-thread-1)
[n:127.0.0.1:41211_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 27698 INFO (qtp1137336270-377) [n:127.0.0.1:37423_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:43563_solr,127.0.0.1:37423_solr&wt=javabin&version=2}
status=0 QTime=3446
[junit4] 2> 27700 INFO (qtp1137336270-393) [n:127.0.0.1:37423_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:37423_solr,127.0.0.1:41211_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 27702 INFO
(OverseerThreadFactory-196-thread-2-processing-n:127.0.0.1:41211_solr)
[n:127.0.0.1:41211_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testSimple2
[junit4] 2> 27702 INFO
(OverseerCollectionConfigSetProcessor-72135783532593161-127.0.0.1:41211_solr-n_0000000000)
[n:127.0.0.1:41211_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> 27907 INFO
(OverseerStateUpdate-72135783532593161-127.0.0.1:41211_solr-n_0000000000)
[n:127.0.0.1:41211_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple2_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:37423/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 27908 INFO
(OverseerStateUpdate-72135783532593161-127.0.0.1:41211_solr-n_0000000000)
[n:127.0.0.1:41211_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple2_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:41211/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 27909 INFO
(OverseerStateUpdate-72135783532593161-127.0.0.1:41211_solr-n_0000000000)
[n:127.0.0.1:41211_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple2_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:37423/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 27910 INFO
(OverseerStateUpdate-72135783532593161-127.0.0.1:41211_solr-n_0000000000)
[n:127.0.0.1:41211_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple2_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:41211/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 28114 INFO (qtp1137336270-397) [n:127.0.0.1:37423_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 28114 INFO (qtp1137336270-377) [n:127.0.0.1:37423_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 28117 INFO (qtp765541438-379) [n:127.0.0.1:41211_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 28117 INFO (qtp765541438-385) [n:127.0.0.1:41211_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 28117 INFO (qtp765541438-379) [n:127.0.0.1:41211_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 28145 DEBUG (ScheduledTrigger-193-thread-1)
[n:127.0.0.1:41211_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 28220 INFO
(zkCallback-97-thread-2-processing-n:127.0.0.1:37423_solr)
[n:127.0.0.1:37423_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple2/state.json] for collection [testSimple2] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 28220 INFO
(zkCallback-97-thread-1-processing-n:127.0.0.1:37423_solr)
[n:127.0.0.1:37423_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple2/state.json] for collection [testSimple2] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 28220 INFO
(zkCallback-100-thread-1-processing-n:127.0.0.1:41211_solr)
[n:127.0.0.1:41211_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple2/state.json] for collection [testSimple2] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 28220 INFO
(zkCallback-100-thread-2-processing-n:127.0.0.1:41211_solr)
[n:127.0.0.1:41211_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple2/state.json] for collection [testSimple2] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 29146 DEBUG (ScheduledTrigger-193-thread-1)
[n:127.0.0.1:41211_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 29147 INFO (qtp765541438-385) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 29147 INFO (qtp1137336270-377) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 29148 INFO (qtp1137336270-397) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 29148 INFO (qtp765541438-379) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 29176 INFO (qtp765541438-379) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
[junit4] 2> 29177 INFO (qtp1137336270-377) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal
[junit4] 2> 29177 INFO (qtp1137336270-397) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.s.IndexSchema [testSimple2_shard2_replica_n4] Schema name=minimal
[junit4] 2> 29179 INFO (qtp765541438-385) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.s.IndexSchema [testSimple2_shard2_replica_n6] Schema name=minimal
[junit4] 2> 29179 INFO (qtp765541438-379) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 29179 INFO (qtp765541438-379) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using
configuration from collection testSimple2, trusted=true
[junit4] 2> 29179 INFO (qtp1137336270-397) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 29179 INFO (qtp1137336270-397) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n4' using
configuration from collection testSimple2, trusted=true
[junit4] 2> 29180 INFO (qtp1137336270-377) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 29180 INFO (qtp1137336270-377) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using
configuration from collection testSimple2, trusted=true
[junit4] 2> 29180 INFO (qtp1137336270-397) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37423.solr.core.testSimple2.shard2.replica_n4' (registry
'solr.core.testSimple2.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@479d0bbc
[junit4] 2> 29180 INFO (qtp765541438-379) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41211.solr.core.testSimple2.shard1.replica_n2' (registry
'solr.core.testSimple2.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@479d0bbc
[junit4] 2> 29180 INFO (qtp1137336270-397) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 29180 INFO (qtp765541438-379) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 29180 INFO (qtp1137336270-397) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.c.SolrCore [[testSimple2_shard2_replica_n4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node2/testSimple2_shard2_replica_n4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node2/./testSimple2_shard2_replica_n4/data/]
[junit4] 2> 29180 INFO (qtp765541438-379) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node3/testSimple2_shard1_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node3/./testSimple2_shard1_replica_n2/data/]
[junit4] 2> 29180 INFO (qtp1137336270-377) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37423.solr.core.testSimple2.shard1.replica_n1' (registry
'solr.core.testSimple2.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@479d0bbc
[junit4] 2> 29181 INFO (qtp1137336270-377) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 29181 INFO (qtp1137336270-377) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node2/testSimple2_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node2/./testSimple2_shard1_replica_n1/data/]
[junit4] 2> 29181 INFO (qtp765541438-385) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 29181 INFO (qtp765541438-385) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n6' using
configuration from collection testSimple2, trusted=true
[junit4] 2> 29181 INFO (qtp765541438-385) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41211.solr.core.testSimple2.shard2.replica_n6' (registry
'solr.core.testSimple2.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@479d0bbc
[junit4] 2> 29182 INFO (qtp765541438-385) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 29182 INFO (qtp765541438-385) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.c.SolrCore [[testSimple2_shard2_replica_n6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node3/testSimple2_shard2_replica_n6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A6355E7E7F330D94-001/tempDir-001/node3/./testSimple2_shard2_replica_n6/data/]
[junit4] 2> 29963 INFO (qtp1137336270-397) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 29963 INFO (qtp1137336270-397) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 29964 INFO (qtp1137336270-397) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 29964 INFO (qtp1137336270-397) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 29965 INFO (qtp1137336270-397) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2db94fb1[testSimple2_shard2_replica_n4] main]
[junit4] 2> 29966 INFO (qtp765541438-379) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 29966 INFO (qtp765541438-379) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 29966 INFO (qtp1137336270-397) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 29967 INFO (qtp1137336270-397) [n:127.0.0.1:37423_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 29967 INFO (qtp765541438-379) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 29967 INFO (qtp765541438-379) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 29969 INFO (qtp765541438-379) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@751ab3e9[testSimple2_shard1_replica_n2] main]
[junit4] 2> 29970 INFO (qtp765541438-379) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 29970 INFO (qtp765541438-379) [n:127.0.0.1:41211_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 29971 INFO (
[...truncated too long message...]
t4] 2> at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:786)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:365)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:365)
[junit4] 2> at
org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:882)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
[junit4] 2> at
java.base/java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4724)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:72)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1090)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1085)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:269)
[junit4] 2> at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
[junit4] 2> at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 940731 WARN
(zkCallback-4175-thread-3-processing-n:127.0.0.1:41653_solr)
[n:127.0.0.1:41653_solr ] o.a.s.c.ZkController Unable to register nodeLost
path for 127.0.0.1:36425_solr
[junit4] 2> org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:36425_solr
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:786)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:365)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:365)
[junit4] 2> at
org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:882)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
[junit4] 2> at
java.base/java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4724)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:72)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1090)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1085)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:269)
[junit4] 2> at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
[junit4] 2> at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 940732 INFO (jetty-closer-3995-thread-9) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4a8783f9{/solr,null,UNAVAILABLE}
[junit4] 2> 940732 INFO (jetty-closer-3995-thread-9) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 940732 ERROR
(SUITE-TriggerIntegrationTest-seed#[A6355E7E7F330D94]-worker) [ ]
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> 940732 INFO
(SUITE-TriggerIntegrationTest-seed#[A6355E7E7F330D94]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:35335 35335
[junit4] 2> 945801 INFO (Thread-3550) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:35335 35335
[junit4] 2> 945802 WARN (Thread-3550) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 22 /solr/clusterprops.json
[junit4] 2> 22 /solr/aliases.json
[junit4] 2> 21 /solr/security.json
[junit4] 2> 21 /solr/collections/collection1/terms/shard1
[junit4] 2> 6 /solr/configs/conf
[junit4] 2> 2 /solr/collections/testMetricTrigger/terms/shard1
[junit4] 2> 2 /solr/collections/testMetricTrigger/terms/shard2
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 68 /solr/collections/collection1/state.json
[junit4] 2> 22 /solr/clusterstate.json
[junit4] 2> 12 /solr/collections/testMetricTrigger/state.json
[junit4] 2> 6 /solr/autoscaling.json
[junit4] 2> 4
/solr/overseer_elect/election/72135831520870414-127.0.0.1:35683_solr-n_0000000003
[junit4] 2> 3
/solr/overseer_elect/election/72135831520870454-127.0.0.1:41653_solr-n_0000000016
[junit4] 2> 3
/solr/collections/collection1/leader_elect/shard1/election/72135831520870429-core_node4-n_0000000000
[junit4] 2> 3
/solr/overseer_elect/election/72135831520870435-127.0.0.1:36615_solr-n_0000000010
[junit4] 2> 2
/solr/overseer_elect/election/72135831520870445-127.0.0.1:34613_solr-n_0000000013
[junit4] 2> 2
/solr/overseer_elect/election/72135831520870438-127.0.0.1:44987_solr-n_0000000011
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 22 /solr/live_nodes
[junit4] 2> 22 /solr/collections
[junit4] 2> 6 /solr/overseer/queue-work
[junit4] 2> 6 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 6 /solr/overseer/queue
[junit4] 2> 6 /solr/overseer/collection-queue-work
[junit4] 2> 2 /solr/autoscaling/events/node_lost_triggerMR
[junit4] 2> 2 /solr/autoscaling/events/node_added_triggerCTOOR
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_A6355E7E7F330D94-001
[junit4] 2> NOTE: test params are:
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
chunkSize=6, maxDocsPerChunk=4, blockSize=505),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST,
chunkSize=6, blockSize=505)), sim=RandomSimilarity(queryNorm=false): {},
locale=ks-IN, timezone=Africa/Bissau
[junit4] 2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 9.0.4
(64-bit)/cpus=8,threads=1,free=124490752,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestCorePropertiesReload,
TestOnReconnectListenerSupport, MetricTriggerTest, AnalyticsMergeStrategyTest,
TestCollapseQParserPlugin, MultiThreadedOCPTest, TestCustomSort, FullHLLTest,
CustomHighlightComponentTest, JavabinLoaderTest,
TestManagedSynonymGraphFilterFactory, TestPointFields, TestXmlQParserPlugin,
TestPayloadCheckQParserPlugin, AsyncCallRequestStatusResponseTest,
OverseerTest, TestSolrQueryResponse, DocValuesNotIndexedTest,
TestSolrConfigHandlerConcurrent, TestSortByMinMaxFunction,
TestNonDefinedSimilarityFactory, BigEndianAscendingWordSerializerTest,
QueryElevationComponentTest, DocValuesMissingTest, TolerantUpdateProcessorTest,
TestStressRecovery, SuggesterTest, TestFoldingMultitermQuery, TestCharFilters,
CachingDirectoryFactoryTest, HdfsRestartWhileUpdatingTest, BufferStoreTest,
TestCloudSchemaless, TestSkipOverseerOperations, TestRTimerTree,
TestSubQueryTransformerCrossCore, AutoAddReplicasPlanActionTest, TestNRTOpen,
FileUtilsTest, V2StandaloneTest, SearchRateTriggerTest, TestCloudDeleteByQuery,
TestExclusionRuleCollectionAccess, TestRecoveryHdfs, TestConfigSetImmutable,
IndexSchemaTest, TestSchemaSimilarityResource, TestRecovery,
TestCollectionsAPIViaSolrCloudCluster, SortByFunctionTest, TestStreamBody,
TestFieldTypeResource, TestTolerantUpdateProcessorRandomCloud,
SchemaVersionSpecificBehaviorTest, ZkControllerTest,
TriLevelCompositeIdRoutingTest, SliceStateTest, TestCursorMarkWithoutUniqueKey,
TestRawResponseWriter, TestDefaultStatsCache, TestManagedResourceStorage,
TestPolicyCloud, CollectionStateFormat2Test, DirectSolrConnectionTest,
TestSolrCloudWithSecureImpersonation, TestCloudSearcherWarming,
SimplePostToolTest, FieldMutatingUpdateProcessorTest, SparseHLLTest,
SignatureUpdateProcessorFactoryTest, DistributedQueryComponentCustomSortTest,
PolyFieldTest, TestCustomDocTransformer, TestLegacyNumericUtils,
TestSQLHandler, DeleteNodeTest, TestQueryUtils,
PeerSyncWithIndexFingerprintCachingTest, TestZkAclsWithHadoopAuth,
TestFuzzyAnalyzedSuggestions, TriggerIntegrationTest]
[junit4] Completed [253/775 (2!)] on J1 in 189.64s, 14 tests, 1 failure <<<
FAILURES!
[...truncated 42995 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]