Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4385/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC
2 tests failed.
FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test
Error Message:
Expected 2 of 3 replicas to be active but only found 1;
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_t2","base_url":"http://127.0.0.1:53308","node_name":"127.0.0.1:53308_","state":"active","type":"TLOG","leader":"true"}];
clusterState:
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node4":{ "state":"down",
"base_url":"http://127.0.0.1:53301",
"core":"c8n_1x3_lf_shard1_replica_t1",
"node_name":"127.0.0.1:53301_", "type":"TLOG"},
"core_node5":{ "core":"c8n_1x3_lf_shard1_replica_t2",
"base_url":"http://127.0.0.1:53308", "node_name":"127.0.0.1:53308_",
"state":"active", "type":"TLOG", "leader":"true"},
"core_node6":{ "core":"c8n_1x3_lf_shard1_replica_t3",
"base_url":"http://127.0.0.1:53294",
"node_name":"127.0.0.1:53294_", "state":"down",
"type":"TLOG"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"0", "tlogReplicas":"3"}
Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found
1;
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_t2","base_url":"http://127.0.0.1:53308","node_name":"127.0.0.1:53308_","state":"active","type":"TLOG","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node4":{
"state":"down",
"base_url":"http://127.0.0.1:53301",
"core":"c8n_1x3_lf_shard1_replica_t1",
"node_name":"127.0.0.1:53301_",
"type":"TLOG"},
"core_node5":{
"core":"c8n_1x3_lf_shard1_replica_t2",
"base_url":"http://127.0.0.1:53308",
"node_name":"127.0.0.1:53308_",
"state":"active",
"type":"TLOG",
"leader":"true"},
"core_node6":{
"core":"c8n_1x3_lf_shard1_replica_t3",
"base_url":"http://127.0.0.1:53294",
"node_name":"127.0.0.1:53294_",
"state":"down",
"type":"TLOG"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"0",
"tlogReplicas":"3"}
at
__randomizedtesting.SeedInfo.seed([1E9017AB66D85A3B:96C42871C82437C3]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider.testAutoScalingConfig
Error Message:
expected: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
"cluster-preferences":[{"maximize":"freedisk"}],
"triggers":{".auto_add_replicas":{ "name":".auto_add_replicas",
"event":"nodeLost", "waitFor":30, "actions":[ {
"name":"auto_add_replicas_plan",
"class":"solr.AutoAddReplicasPlanAction"}, {
"name":"execute_plan", "class":"solr.ExecutePlanAction"}],
"enabled":true}}, "listeners":{".auto_add_replicas.system":{
"trigger":".auto_add_replicas", "afterAction":[], "stage":[
"STARTED", "ABORTED", "SUCCEEDED", "FAILED",
"BEFORE_ACTION", "AFTER_ACTION", "IGNORED"],
"class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
"beforeAction":[]}}, "properties":{}}> but was:
org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
"cluster-preferences":[{"maximize":"freedisk"}],
"triggers":{".auto_add_replicas":{ "name":".auto_add_replicas",
"event":"nodeLost", "waitFor":30, "actions":[ {
"name":"auto_add_replicas_plan",
"class":"solr.AutoAddReplicasPlanAction"}, {
"name":"execute_plan", "class":"solr.ExecutePlanAction"}],
"enabled":true}}, "listeners":{".auto_add_replicas.system":{
"trigger":".auto_add_replicas", "afterAction":[], "stage":[
"STARTED", "ABORTED", "SUCCEEDED", "FAILED",
"BEFORE_ACTION", "AFTER_ACTION", "IGNORED"],
"class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
"beforeAction":[]}}, "properties":{}}>
Stack Trace:
java.lang.AssertionError: expected:
org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
"cluster-preferences":[{"maximize":"freedisk"}],
"triggers":{".auto_add_replicas":{
"name":".auto_add_replicas",
"event":"nodeLost",
"waitFor":30,
"actions":[
{
"name":"auto_add_replicas_plan",
"class":"solr.AutoAddReplicasPlanAction"},
{
"name":"execute_plan",
"class":"solr.ExecutePlanAction"}],
"enabled":true}},
"listeners":{".auto_add_replicas.system":{
"trigger":".auto_add_replicas",
"afterAction":[],
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED",
"BEFORE_ACTION",
"AFTER_ACTION",
"IGNORED"],
"class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
"beforeAction":[]}},
"properties":{}}> but was:
org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
"cluster-preferences":[{"maximize":"freedisk"}],
"triggers":{".auto_add_replicas":{
"name":".auto_add_replicas",
"event":"nodeLost",
"waitFor":30,
"actions":[
{
"name":"auto_add_replicas_plan",
"class":"solr.AutoAddReplicasPlanAction"},
{
"name":"execute_plan",
"class":"solr.ExecutePlanAction"}],
"enabled":true}},
"listeners":{".auto_add_replicas.system":{
"trigger":".auto_add_replicas",
"afterAction":[],
"stage":[
"STARTED",
"ABORTED",
"SUCCEEDED",
"FAILED",
"BEFORE_ACTION",
"AFTER_ACTION",
"IGNORED"],
"class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
"beforeAction":[]}},
"properties":{}}>
at
__randomizedtesting.SeedInfo.seed([1E9017AB66D85A3B:21181403718EAADC]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:147)
at
org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider.testAutoScalingConfig(TestClusterStateProvider.java:214)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 12617 lines...]
[junit4] Suite:
org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider
[junit4] 2> 1345527 INFO
(SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/init-core-data-001
[junit4] 2> 1345528 WARN
(SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 1345529 INFO
(SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1345532 INFO
(SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
w/ MAC_OS_X supressed clientAuth
[junit4] 2> 1345532 INFO
(SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [ ]
o.a.s.c.a.s.TestClusterStateProvider ####### Using simulated components? true
[junit4] 2> 1345537 INFO
(SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001
[junit4] 2> 1345537 INFO
(SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1345537 INFO (Thread-2095) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1345538 INFO (Thread-2095) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1345541 ERROR (Thread-2095) [ ] 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> 1345638 INFO
(SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:64374
[junit4] 2> 1345663 INFO (zkConnectionManagerCallback-4654-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1345669 INFO (jetty-launcher-4651-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1345669 INFO (jetty-launcher-4651-thread-3) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1345669 INFO (jetty-launcher-4651-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1345673 INFO (jetty-launcher-4651-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2277db70{/solr,null,AVAILABLE}
[junit4] 2> 1345673 INFO (jetty-launcher-4651-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@f4c0986{/solr,null,AVAILABLE}
[junit4] 2> 1345673 INFO (jetty-launcher-4651-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@95b1cf2{HTTP/1.1,[http/1.1]}{127.0.0.1:64377}
[junit4] 2> 1345673 INFO (jetty-launcher-4651-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@21ceda9b{HTTP/1.1,[http/1.1]}{127.0.0.1:64376}
[junit4] 2> 1345673 INFO (jetty-launcher-4651-thread-3) [ ]
o.e.j.s.Server Started @1349978ms
[junit4] 2> 1345673 INFO (jetty-launcher-4651-thread-1) [ ]
o.e.j.s.Server Started @1349979ms
[junit4] 2> 1345673 INFO (jetty-launcher-4651-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=64377}
[junit4] 2> 1345673 INFO (jetty-launcher-4651-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=64376}
[junit4] 2> 1345673 ERROR (jetty-launcher-4651-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1345673 ERROR (jetty-launcher-4651-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1345674 INFO (jetty-launcher-4651-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6ab62804{/solr,null,AVAILABLE}
[junit4] 2> 1345674 INFO (jetty-launcher-4651-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1345674 INFO (jetty-launcher-4651-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1345674 INFO (jetty-launcher-4651-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1345674 INFO (jetty-launcher-4651-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-14T11:47:45.608Z
[junit4] 2> 1345674 INFO (jetty-launcher-4651-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@38b2fb7d{HTTP/1.1,[http/1.1]}{127.0.0.1:64378}
[junit4] 2> 1345674 INFO (jetty-launcher-4651-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1345674 INFO (jetty-launcher-4651-thread-2) [ ]
o.e.j.s.Server Started @1349979ms
[junit4] 2> 1345674 INFO (jetty-launcher-4651-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1345674 INFO (jetty-launcher-4651-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=64378}
[junit4] 2> 1345674 INFO (jetty-launcher-4651-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1345674 INFO (jetty-launcher-4651-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-14T11:47:45.608Z
[junit4] 2> 1345674 ERROR (jetty-launcher-4651-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1345675 INFO (jetty-launcher-4651-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1345675 INFO (jetty-launcher-4651-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1345675 INFO (jetty-launcher-4651-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1345675 INFO (jetty-launcher-4651-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-14T11:47:45.609Z
[junit4] 2> 1345680 INFO (zkConnectionManagerCallback-4656-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1345681 INFO (jetty-launcher-4651-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1345684 INFO (zkConnectionManagerCallback-4660-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1345685 INFO (zkConnectionManagerCallback-4658-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1345686 INFO (jetty-launcher-4651-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1345686 INFO (jetty-launcher-4651-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1345699 INFO (jetty-launcher-4651-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64374/solr
[junit4] 2> 1345699 INFO (jetty-launcher-4651-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64374/solr
[junit4] 2> 1345702 INFO (zkConnectionManagerCallback-4668-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1345703 INFO (zkConnectionManagerCallback-4666-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1345704 INFO (jetty-launcher-4651-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64374/solr
[junit4] 2> 1345708 INFO (zkConnectionManagerCallback-4672-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1345709 INFO
(zkConnectionManagerCallback-4676-thread-1-processing-n:127.0.0.1:64378_solr)
[n:127.0.0.1:64378_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1345709 INFO
(zkConnectionManagerCallback-4674-thread-1-processing-n:127.0.0.1:64377_solr)
[n:127.0.0.1:64377_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1345712 INFO
(zkConnectionManagerCallback-4678-thread-1-processing-n:127.0.0.1:64376_solr)
[n:127.0.0.1:64376_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1345923 INFO (jetty-launcher-4651-thread-1)
[n:127.0.0.1:64376_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1345923 INFO (jetty-launcher-4651-thread-3)
[n:127.0.0.1:64377_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1345924 INFO (jetty-launcher-4651-thread-1)
[n:127.0.0.1:64376_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:64376_solr
[junit4] 2> 1345924 INFO (jetty-launcher-4651-thread-3)
[n:127.0.0.1:64377_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64377_solr
[junit4] 2> 1345925 INFO (jetty-launcher-4651-thread-1)
[n:127.0.0.1:64376_solr ] o.a.s.c.Overseer Overseer
(id=99348018985304073-127.0.0.1:64376_solr-n_0000000000) starting
[junit4] 2> 1345927 INFO
(zkCallback-4677-thread-1-processing-n:127.0.0.1:64376_solr)
[n:127.0.0.1:64376_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1345928 INFO
(zkCallback-4673-thread-1-processing-n:127.0.0.1:64377_solr)
[n:127.0.0.1:64377_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1345945 INFO (jetty-launcher-4651-thread-1)
[n:127.0.0.1:64376_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64376_solr
[junit4] 2> 1345947 INFO
(zkCallback-4677-thread-1-processing-n:127.0.0.1:64376_solr)
[n:127.0.0.1:64376_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1345948 INFO
(zkCallback-4673-thread-1-processing-n:127.0.0.1:64377_solr)
[n:127.0.0.1:64377_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1345977 INFO (jetty-launcher-4651-thread-2)
[n:127.0.0.1:64378_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1345980 INFO (jetty-launcher-4651-thread-2)
[n:127.0.0.1:64378_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1345983 INFO (jetty-launcher-4651-thread-2)
[n:127.0.0.1:64378_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64378_solr
[junit4] 2> 1345985 INFO
(zkCallback-4677-thread-1-processing-n:127.0.0.1:64376_solr)
[n:127.0.0.1:64376_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1345987 INFO
(zkCallback-4675-thread-1-processing-n:127.0.0.1:64378_solr)
[n:127.0.0.1:64378_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1345995 INFO
(zkCallback-4673-thread-1-processing-n:127.0.0.1:64377_solr)
[n:127.0.0.1:64377_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1346135 INFO (jetty-launcher-4651-thread-3)
[n:127.0.0.1:64377_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64377.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
[junit4] 2> 1346137 INFO (jetty-launcher-4651-thread-1)
[n:127.0.0.1:64376_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64376.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
[junit4] 2> 1346144 INFO (jetty-launcher-4651-thread-3)
[n:127.0.0.1:64377_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64377.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
[junit4] 2> 1346144 INFO (jetty-launcher-4651-thread-3)
[n:127.0.0.1:64377_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64377.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
[junit4] 2> 1346150 INFO (jetty-launcher-4651-thread-3)
[n:127.0.0.1:64377_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node3/.
[junit4] 2> 1346152 INFO (jetty-launcher-4651-thread-2)
[n:127.0.0.1:64378_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64378.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
[junit4] 2> 1346163 INFO (jetty-launcher-4651-thread-2)
[n:127.0.0.1:64378_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64378.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
[junit4] 2> 1346164 INFO (jetty-launcher-4651-thread-2)
[n:127.0.0.1:64378_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64378.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
[junit4] 2> 1346165 INFO (jetty-launcher-4651-thread-2)
[n:127.0.0.1:64378_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node2/.
[junit4] 2> 1346179 INFO (jetty-launcher-4651-thread-1)
[n:127.0.0.1:64376_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64376.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
[junit4] 2> 1346180 INFO (jetty-launcher-4651-thread-1)
[n:127.0.0.1:64376_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64376.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
[junit4] 2> 1346194 INFO (jetty-launcher-4651-thread-1)
[n:127.0.0.1:64376_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node1/.
[junit4] 2> 1346252 INFO (zkConnectionManagerCallback-4686-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1346255 INFO (zkConnectionManagerCallback-4690-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1346257 INFO
(SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1346258 INFO
(SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64374/solr ready
[junit4] 2> 1346266 INFO (qtp1980603209-13991) [n:127.0.0.1:64377_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
pullReplicas=1&replicationFactor=2&name=.system&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1346278 INFO
(OverseerThreadFactory-5324-thread-1-processing-n:127.0.0.1:64376_solr)
[n:127.0.0.1:64376_solr ] o.a.s.c.CreateCollectionCmd Create collection
.system
[junit4] 2> 1346399 INFO
(OverseerStateUpdate-99348018985304073-127.0.0.1:64376_solr-n_0000000000)
[n:127.0.0.1:64376_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":".system",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":".system_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:64377/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1346405 INFO
(OverseerStateUpdate-99348018985304073-127.0.0.1:64376_solr-n_0000000000)
[n:127.0.0.1:64376_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":".system",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":".system_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:64378/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1346410 INFO
(OverseerStateUpdate-99348018985304073-127.0.0.1:64376_solr-n_0000000000)
[n:127.0.0.1:64376_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":".system",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":".system_shard1_replica_p4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:64376/solr",
[junit4] 2> "type":"PULL",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1346615 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1346615 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node6&collection.configName=.system&newCollection=true&name=.system_shard1_replica_p4&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=PULL
[junit4] 2> 1346615 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1346615 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1346615 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1346615 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1346727 INFO
(zkCallback-4677-thread-1-processing-n:127.0.0.1:64376_solr)
[n:127.0.0.1:64376_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1346727 INFO
(zkCallback-4673-thread-1-processing-n:127.0.0.1:64377_solr)
[n:127.0.0.1:64377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1346727 INFO
(zkCallback-4675-thread-1-processing-n:127.0.0.1:64378_solr)
[n:127.0.0.1:64378_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1346728 INFO
(zkCallback-4677-thread-2-processing-n:127.0.0.1:64376_solr)
[n:127.0.0.1:64376_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1346728 INFO
(zkCallback-4675-thread-2-processing-n:127.0.0.1:64378_solr)
[n:127.0.0.1:64378_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1346730 INFO
(zkCallback-4673-thread-2-processing-n:127.0.0.1:64377_solr)
[n:127.0.0.1:64377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1347674 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1347674 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1347682 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1347682 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but
managed schema resource managed-schema not found - loading non-managed schema
schema.xml instead
[junit4] 2> 1347682 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but
managed schema resource managed-schema not found - loading non-managed schema
schema.xml instead
[junit4] 2> 1347687 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection
or core
[junit4] 2> 1347687 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.s.IndexSchema [.system_shard1_replica_p4] Schema name=_system collection
or core
[junit4] 2> 1347689 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but
managed schema resource managed-schema not found - loading non-managed schema
schema.xml instead
[junit4] 2> 1347694 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid
field id
[junit4] 2> 1347695 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at
/configs/.system/managed-schema
[junit4] 2> 1347695 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection
or core
[junit4] 2> 1347695 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid
field id
[junit4] 2> 1347697 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.s.ManagedIndexSchema Managed schema znode at
/configs/.system/managed-schema already exists - no need to create it
[junit4] 2> 1347702 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid
field id
[junit4] 2> 1347702 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in
ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to
/configs/.system/schema.xml.bak
[junit4] 2> 1347702 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_p4' using
configuration from collection .system, trusted=true
[junit4] 2> 1347703 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64376.solr.core..system.shard1.replica_p4' (registry
'solr.core..system.shard1.replica_p4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
[junit4] 2> 1347703 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1347703 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrCore
[[.system_shard1_replica_p4] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node1/.system_shard1_replica_p4],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node1/./.system_shard1_replica_p4/data/]
[junit4] 2> 1347704 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.s.ManagedIndexSchema Managed schema znode at
/configs/.system/managed-schema already exists - no need to create it
[junit4] 2> 1347705 WARN (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.s.ManagedIndexSchemaFactory Error persisting managed schema resource
managed-schema
[junit4] 2> org.apache.zookeeper.KeeperException$NoNodeException:
KeeperErrorCode = NoNode for /configs/.system/schema.xml
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.lambda$delete$1(SolrZkClient.java:243)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:242)
[junit4] 2> at
org.apache.solr.schema.ManagedIndexSchemaFactory.zkUgradeToManagedSchema(ManagedIndexSchemaFactory.java:349)
[junit4] 2> at
org.apache.solr.schema.ManagedIndexSchemaFactory.upgradeToManagedSchema(ManagedIndexSchemaFactory.java:268)
[junit4] 2> at
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:186)
[junit4] 2> at
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
[junit4] 2> at
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
[junit4] 2> at
org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:119)
[junit4] 2> at
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:92)
[junit4] 2> at
org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1087)
[junit4] 2> at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1039)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:954)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:534)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
[junit4] 2> at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 1347705 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n2' using
configuration from collection .system, trusted=true
[junit4] 2> 1347706 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64378.solr.core..system.shard1.replica_n2' (registry
'solr.core..system.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
[junit4] 2> 1347706 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1347706 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore
[[.system_shard1_replica_n2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node2/.system_shard1_replica_n2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node2/./.system_shard1_replica_n2/data/]
[junit4] 2> 1347707 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in
ZooKeeper, the non-managed schema /configs/.system/schema.xml no longer exists.
[junit4] 2> 1347707 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using
configuration from collection .system, trusted=true
[junit4] 2> 1347708 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64377.solr.core..system.shard1.replica_n1' (registry
'solr.core..system.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
[junit4] 2> 1347708 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1347708 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore
[[.system_shard1_replica_n1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node3/.system_shard1_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node3/./.system_shard1_replica_n1/data/]
[junit4] 2> 1347917 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1347917 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1347918 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1347918 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1347918 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommited docs
[junit4] 2> 1347918 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1347919 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommited docs
[junit4] 2> 1347919 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1347921 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommited docs
[junit4] 2> 1347921 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6eb52217[.system_shard1_replica_p4]
main]
[junit4] 2> 1347921 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1347924 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/.system
[junit4] 2> 1347924 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3ddaa46f[.system_shard1_replica_n2]
main]
[junit4] 2> 1347927 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/.system
[junit4] 2> 1347927 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/.system
[junit4] 2> 1347927 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/.system/managed-schema
[junit4] 2> 1347928 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
[junit4] 2> 1347939 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection
or core
[junit4] 2> 1347940 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/.system
[junit4] 2> 1347940 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/.system/managed-schema
[junit4] 2> 1347941 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1af6499a[.system_shard1_replica_n1]
main]
[junit4] 2> 1347942 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 1347943 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/.system
[junit4] 2> 1347944 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/.system
[junit4] 2> 1347944 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/.system/managed-schema
[junit4] 2> 1347945 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
[junit4] 2> 1347945 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1347946 INFO
(searcherExecutor-5331-thread-1-processing-n:127.0.0.1:64376_solr
x:.system_shard1_replica_p4 s:shard1 c:.system r:core_node6)
[n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6
x:.system_shard1_replica_p4] o.a.s.c.SolrCore [.system_shard1_replica_p4]
Registered new searcher Searcher@6eb52217[.system_shard1_replica_p4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1347947 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.c.ZkController .system_shard1_replica_p4 starting background replication
from leader
[junit4] 2> 1347947 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll
interval: 00:00:03
[junit4] 2> 1347948 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection
or core
[junit4] 2> 1347949 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
[junit4] 2> 1347950 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1347951 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid
field id
[junit4] 2> 1347952 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 6 ms
[junit4] 2> 1347952 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1347953 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1589568306295078912
[junit4] 2> 1347953 INFO
(searcherExecutor-5333-thread-1-processing-n:127.0.0.1:64377_solr
x:.system_shard1_replica_n1 s:shard1 c:.system r:core_node3)
[n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3
x:.system_shard1_replica_n1] o.a.s.c.SolrCore [.system_shard1_replica_n1]
Registered new searcher Searcher@1af6499a[.system_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1347958 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid
field id
[junit4] 2> 1347958 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 29 ms
[junit4] 2> 1347959 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1347959 INFO
(searcherExecutor-5332-thread-1-processing-n:127.0.0.1:64378_solr
x:.system_shard1_replica_n2 s:shard1 c:.system r:core_node5)
[n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5
x:.system_shard1_replica_n2] o.a.s.c.SolrCore [.system_shard1_replica_n2]
Registered new searcher Searcher@3ddaa46f[.system_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1347959 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1589568306301370368
[junit4] 2> 1347973 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9996ms
[junit4] 2> 1348082 INFO
(zkCallback-4677-thread-2-processing-n:127.0.0.1:64376_solr)
[n:127.0.0.1:64376_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1348082 INFO
(zkCallback-4677-thread-3-processing-n:127.0.0.1:64376_solr)
[n:127.0.0.1:64376_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1348082 INFO
(zkCallback-4673-thread-2-processing-n:127.0.0.1:64377_solr)
[n:127.0.0.1:64377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1348082 INFO
(zkCallback-4673-thread-1-processing-n:127.0.0.1:64377_solr)
[n:127.0.0.1:64377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1348082 INFO
(zkCallback-4675-thread-2-processing-n:127.0.0.1:64378_solr)
[n:127.0.0.1:64378_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1348082 INFO
(zkCallback-4675-thread-1-processing-n:127.0.0.1:64378_solr)
[n:127.0.0.1:64378_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1348481 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1348481 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1348481 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:64377/solr/.system_shard1_replica_n1/
[junit4] 2> 1348481 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.PeerSync
PeerSync: core=.system_shard1_replica_n1 url=http://127.0.0.1:64377/solr START
replicas=[http://127.0.0.1:64378/solr/.system_shard1_replica_n2/] nUpdates=100
[junit4] 2> 1348483 INFO (qtp807108900-13980) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.S.Request
[.system_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> 1348782 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.PeerSync
PeerSync: core=.system_shard1_replica_n1 url=http://127.0.0.1:64377/solr DONE.
We have no versions. sync failed.
[junit4] 2> 1348782 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 1348782 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_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> 1348782 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1348787 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:64377/solr/.system_shard1_replica_n1/ shard1
[junit4] 2> 1348899 INFO
(zkCallback-4677-thread-3-processing-n:127.0.0.1:64376_solr)
[n:127.0.0.1:64376_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1348899 INFO
(zkCallback-4673-thread-1-processing-n:127.0.0.1:64377_solr)
[n:127.0.0.1:64377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1348899 INFO
(zkCallback-4673-thread-2-processing-n:127.0.0.1:64377_solr)
[n:127.0.0.1:64377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1348899 INFO
(zkCallback-4675-thread-1-processing-n:127.0.0.1:64378_solr)
[n:127.0.0.1:64378_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1348899 INFO
(zkCallback-4675-thread-2-processing-n:127.0.0.1:64378_solr)
[n:127.0.0.1:64378_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1348899 INFO
(zkCallback-4677-thread-2-processing-n:127.0.0.1:64376_solr)
[n:127.0.0.1:64376_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1348943 INFO (indexFetcher-5346-thread-1)
[n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Replica core_node3 is leader
but it's state is down, skipping replication
[junit4] 2> 1348952 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1348957 INFO (qtp1980603209-13994) [n:127.0.0.1:64377_solr
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2342
[junit4] 2> 1348959 INFO (qtp1951870733-13983) [n:127.0.0.1:64376_solr
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=.system&newCollection=true&name=.system_shard1_replica_p4&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=PULL}
status=0 QTime=2343
[junit4] 2> 1348985 INFO (qtp807108900-13977) [n:127.0.0.1:64378_solr
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2370
[junit4] 2> 1348991 INFO (qtp1980603209-13991) [n:127.0.0.1:64377_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> 1349090 INFO
(zkCallback-4677-thread-3-processing-n:127.0.0.1:64376_solr)
[n:127.0.0.1:64376_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1349090 INFO
(zkCallback-4677-thread-2-processing-n:127.0.0.1:64376_solr)
[n:127.0.0.1:64376_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1349090 INFO
(zkCallback-4675-thread-2-processing-n:127.0.0.1:64378_solr)
[n:127.0.0.1:64378_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1349090 INFO
(zkCallback-4673-thread-1-processing-n:127.0.0.1:64377_solr)
[n:127.0.0.1:64377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1349090 INFO
(zkCallback-4675-thread-1-processing-n:127.0.0.1:64378_solr)
[n:127.0.0.1:64378_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1349090 INFO
(zkCallback-4673-thread-2-processing-n:127.0.0.1:64377_solr)
[n:127.0.0.1:64377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1349992 INFO (qtp1980603209-13991) [n:127.0.0.1:64377_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={pullReplicas=1&replicationFactor=2&name=.system&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2}
status=0 QTime=3727
[junit4] 2> 1349997 INFO (qtp1980603209-13997) [n:127.0.0.1:64377_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=1
[junit4] 2> 1349999 INFO (qtp1951870733-13985) [n:127.0.0.1:64376_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=1
[junit4] 2> 1350002 INFO (qtp807108900-13981) [n:127.0.0.1:64378_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1350079 INFO
(TEST-TestClusterStateProvider.testAutoScalingConfig-seed#[1E9017AB66D85A3B]) [
] o.a.s.SolrTestCaseJ4 ###Starting testAutoScalingConfig
[junit4] 2> 1350080 INFO
(TEST-TestClusterStateProvider.testAutoScalingConfig-seed#[1E9017AB66D85A3B]) [
] o.a.s.SolrTestCaseJ4 ###Ending testAutoScalingConfig
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestClusterStateProvider -Dtests.method=testAutoScalingConfig
-Dtests.seed=1E9017AB66D85A3B -Dtests.slow=true -Dtests.locale=fr-FR
-Dtests.timezone=America/Cayman -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 0.04s J1 | TestClusterStateProvider.testAutoScalingConfig
<<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:
org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
[junit4] > "cluster-preferences":[{"maximize":"freedisk"}],
[junit4] > "triggers":{".auto_add_replicas":{
[junit4] > "name":".auto_add_replicas",
[junit4] > "event":"nodeLost",
[junit4] > "waitFor":30,
[junit4] > "actions":[
[junit4] > {
[junit4] > "name":"auto_add_replicas_plan",
[junit4] > "class":"solr.AutoAddReplicasPlanAction"},
[junit4] > {
[junit4] > "name":"execute_plan",
[junit4] > "class":"solr.ExecutePlanAction"}],
[junit4] > "enabled":true}},
[junit4] > "listeners":{".auto_add_replicas.system":{
[junit4] > "trigger":".auto_add_replicas",
[junit4] > "afterAction":[],
[junit4] > "stage":[
[junit4] > "STARTED",
[junit4] > "ABORTED",
[junit4] > "SUCCEEDED",
[junit4] > "FAILED",
[junit4] > "BEFORE_ACTION",
[junit4] > "AFTER_ACTION",
[junit4] > "IGNORED"],
[junit4] >
"class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
[junit4] > "beforeAction":[]}},
[junit4] > "properties":{}}> but was:
org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
[junit4] > "cluster-preferences":[{"maximize":"freedisk"}],
[junit4] > "triggers":{".auto_add_replicas":{
[junit4] > "name":".auto_add_replicas",
[junit4] > "event":"nodeLost",
[junit4] > "waitFor":30,
[junit4] > "actions":[
[junit4] > {
[junit4] > "name":"auto_add_replicas_plan",
[junit4] > "class":"solr.AutoAddReplicasPlanAction"},
[junit4] > {
[junit4] > "name":"execute_plan",
[junit4] > "class":"solr.ExecutePlanAction"}],
[junit4] > "enabled":true}},
[junit4] > "listeners":{".auto_add_replicas.system":{
[junit4] > "trigger":".auto_add_replicas",
[junit4] > "afterAction":[],
[junit4] > "stage":[
[junit4] > "STARTED",
[junit4] > "ABORTED",
[junit4] > "SUCCEEDED",
[junit4] > "FAILED",
[junit4] > "BEFORE_ACTION",
[junit4] > "AFTER_ACTION",
[junit4] > "IGNORED"],
[junit4] >
"class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
[junit4] > "beforeAction":[]}},
[junit4] > "properties":{}}>
[junit4] > at
__randomizedtesting.SeedInfo.seed([1E9017AB66D85A3B:21181403718EAADC]:0)
[junit4] > at
org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider.testAutoScalingConfig(TestClusterStateProvider.java:214)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 1350107 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.SolrTestCaseJ4 ###Starting testAddRemoveNode
[junit4] 2> 1350109 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1350110 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3f3b48db{/solr,null,AVAILABLE}
[junit4] 2> 1350111 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@72da4a59{HTTP/1.1,[http/1.1]}{127.0.0.1:64405}
[junit4] 2> 1350111 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.e.j.s.Server Started @1354416ms
[junit4] 2> 1350111 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=64405}
[junit4] 2> 1350111 ERROR
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1350112 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1350113 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port
null
[junit4] 2> 1350113 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1350113 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-14T11:47:50.047Z
[junit4] 2> 1350115 INFO (zkConnectionManagerCallback-4692-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1350115 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1350126 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64374/solr
[junit4] 2> 1350128 INFO (zkConnectionManagerCallback-4696-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1350133 INFO
(zkConnectionManagerCallback-4698-thread-1-processing-n:127.0.0.1:64405_solr)
[n:127.0.0.1:64405_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1350146 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B])
[n:127.0.0.1:64405_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1350151 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B])
[n:127.0.0.1:64405_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1350155 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B])
[n:127.0.0.1:64405_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64405_solr
[junit4] 2> 1350157 INFO (zkCallback-4689-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1350157 INFO
(zkCallback-4677-thread-2-processing-n:127.0.0.1:64376_solr)
[n:127.0.0.1:64376_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1350157 INFO
(zkCallback-4673-thread-2-processing-n:127.0.0.1:64377_solr)
[n:127.0.0.1:64377_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1350157 INFO
(zkCallback-4675-thread-1-processing-n:127.0.0.1:64378_solr)
[n:127.0.0.1:64378_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1350158 INFO
(zkCallback-4697-thread-1-processing-n:127.0.0.1:64405_solr)
[n:127.0.0.1:64405_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1350289 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B])
[n:127.0.0.1:64405_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64405.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
[junit4] 2> 1350293 INFO
(OverseerCollectionConfigSetProcessor-99348018985304073-127.0.0.1:64376_solr-n_0000000000)
[n:127.0.0.1:64376_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> 1350300 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B])
[n:127.0.0.1:64405_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64405.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
[junit4] 2> 1350300 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B])
[n:127.0.0.1:64405_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64405.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
[junit4] 2> 1350302 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B])
[n:127.0.0.1:64405_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node4/.
[junit4] 2> 1350590 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.e.j.s.AbstractConnector Stopped
ServerConnector@95b1cf2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1350590 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1252084085
[junit4] 2> 1350591 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1350591 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4c1254e9: rootName =
solr_64377, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@362b3321
[junit4] 2> 1350600 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1350600 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1dff9a7f: rootName =
solr_64377, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@6933c208
[junit4] 2> 1350615 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1350615 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@47bfa9a1: rootName =
solr_64377, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@2c307dca
[junit4] 2> 1350618 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:64377_solr
[junit4] 2> 1350621 INFO
(zkCallback-4673-thread-2-processing-n:127.0.0.1:64377_solr)
[n:127.0.0.1:64377_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (3)
[junit4] 2> 1350621 INFO
(zkCallback-4697-thread-1-processing-n:127.0.0.1:64405_solr)
[n:127.0.0.1:64405_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (3)
[junit4] 2> 1350621 INFO (zkCallback-4689-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 1350621 INFO
(zkCallback-4675-thread-1-processing-n:127.0.0.1:64378_solr)
[n:127.0.0.1:64378_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (3)
[junit4] 2> 1350621 INFO
(zkCallback-4677-thread-2-processing-n:127.0.0.1:64376_solr)
[n:127.0.0.1:64376_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (3)
[junit4] 2> 1350623 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 1350624 INFO (coreCloseExecutor-5357-thread-1)
[n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3
x:.system_shard1_replica_n1] o.a.s.c.SolrCore [.system_shard1_replica_n1]
CLOSING SolrCore org.apache.solr.core.SolrCore@3134184a
[junit4] 2> 1350624 INFO (coreCloseExecutor-5357-thread-1)
[n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3
x:.system_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters
for registry=solr.core..system.shard1.replica_n1, tag=825497674
[junit4] 2> 1350625 INFO (coreCloseExecutor-5357-thread-1)
[n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3
x:.system_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1092ee64: rootName =
solr_64377, domain = solr.core..system.shard1.replica_n1, service url = null,
agent id = null] for registry solr.core..system.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@1787b03b
[junit4] 2> 1350634 INFO (coreCloseExecutor-5357-thread-1)
[n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3
x:.system_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters
for registry=solr.collection..system.shard1.leader, tag=825497674
[junit4] 2> 1350640 INFO
(zkCallback-4675-thread-1-processing-n:127.0.0.1:64378_solr)
[n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5
x:.system_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the
new leader - try and sync
[junit4] 2> 1350641 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@f4c0986{/solr,null,UNAVAILABLE}
[junit4] 2> 1350745 INFO
(zkCallback-4677-thread-2-processing-n:127.0.0.1:64376_solr)
[n:127.0.0.1:64376_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1350745 INFO
(zkCallback-4677-thread-3-processing-n:127.0.0.1:64376_solr)
[n:127.0.0.1:64376_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1350745 INFO
(zkCallback-4675-thread-2-processing-n:127.0.0.1:64378_solr)
[n:127.0.0.1:64378_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1350745 INFO
(zkCallback-4675-thread-3-processing-n:127.0.0.1:64378_solr)
[n:127.0.0.1:64378_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/.system/state.json] for collection [.system] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 1350849 INFO
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [
] o.a.s.SolrTestCaseJ4 ###Ending testAddRemoveNode
[junit4] 2> 1350850 WARN (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are
closed, exiting.
[junit4] 2> 1350854 INFO (jetty-closer-4652-thread-3) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@72da4a59{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1350855 INFO (jetty-closer-4652-thread-3) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1963168641
[junit4] 2> 1350855 INFO (jetty-closer-4652-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@38b2fb7d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1350856 INFO (jetty-closer-4652-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1708789082
[junit4] 2> 1350856 INFO (jetty-closer-4652-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1350856 INFO (jetty-closer-4652-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@60ff64ea: rootName =
solr_64405, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@368c439b
[junit4] 2> 1350860 INFO (jetty-closer-4652-thread-2) [ ]
[...truncated too long message...]
oscaling.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> 2892532 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1E9017AB66D85A3B]) [ ]
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:53294/, target:
http://127.0.0.1:53295/
[junit4] 2> 2892532 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1E9017AB66D85A3B]) [ ]
o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:53271/, target:
http://127.0.0.1:53272/
[junit4] 2> 2892532 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1E9017AB66D85A3B]) [ ]
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:53301/, target:
http://127.0.0.1:53302/
[junit4] 2> 2892532 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1E9017AB66D85A3B]) [ ]
o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:53308/, target:
http://127.0.0.1:53309/
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test
-Dtests.seed=1E9017AB66D85A3B -Dtests.slow=true -Dtests.locale=mt-MT
-Dtests.timezone=Europe/Saratov -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 161s J1 | LeaderFailoverAfterPartitionTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: Expected 2 of 3
replicas to be active but only found 1;
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_t2","base_url":"http://127.0.0.1:53308","node_name":"127.0.0.1:53308_","state":"active","type":"TLOG","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
[junit4] > "pullReplicas":"0",
[junit4] > "replicationFactor":"1",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node4":{
[junit4] > "state":"down",
[junit4] > "base_url":"http://127.0.0.1:53301",
[junit4] > "core":"c8n_1x3_lf_shard1_replica_t1",
[junit4] > "node_name":"127.0.0.1:53301_",
[junit4] > "type":"TLOG"},
[junit4] > "core_node5":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica_t2",
[junit4] > "base_url":"http://127.0.0.1:53308",
[junit4] > "node_name":"127.0.0.1:53308_",
[junit4] > "state":"active",
[junit4] > "type":"TLOG",
[junit4] > "leader":"true"},
[junit4] > "core_node6":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica_t3",
[junit4] > "base_url":"http://127.0.0.1:53294",
[junit4] > "node_name":"127.0.0.1:53294_",
[junit4] > "state":"down",
[junit4] > "type":"TLOG"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false",
[junit4] > "nrtReplicas":"0",
[junit4] > "tlogReplicas":"3"}
[junit4] > at
__randomizedtesting.SeedInfo.seed([1E9017AB66D85A3B:96C42871C82437C3]:0)
[junit4] > at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
[junit4] > at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1E9017AB66D85A3B-001
[junit4] 2> Jan 14, 2018 12:13:32 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@35b12785),
locale=mt-MT, timezone=Europe/Saratov
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144
(64-bit)/cpus=3,threads=1,free=264553920,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [HdfsDirectoryTest,
AnalyticsQueryTest, DocumentBuilderTest, TestAnalyzeInfixSuggestions,
FullSolrCloudDistribCmdsTest, TestSimpleTextCodec,
OverriddenZkACLAndCredentialsProvidersTest, TestUseDocValuesAsStored2,
TestGroupingSearch, TestRetrieveFieldsOptimizer,
TestLMJelinekMercerSimilarityFactory, ImplicitSnitchTest, TestConfigSets,
TestConfigReload, SolrMetricsIntegrationTest, TestGenericDistributedQueue,
HdfsUnloadDistributedZkTest, TestSolrXml, DataDrivenBlockJoinTest,
TestCustomStream, TestCloudJSONFacetJoinDomain, TestMinMaxOnMultiValuedField,
TestPerFieldSimilarity, BasicDistributedZk2Test, DocValuesNotIndexedTest,
QueryEqualityTest, TestRemoteStreaming, TestSearchPerf, TestSolrCoreSnapshots,
TestLocalFSCloudBackupRestore, SchemaVersionSpecificBehaviorTest, HLLUtilTest,
TestJsonFacetRefinement, TestPullReplicaErrorHandling,
TimeRoutedAliasUpdateProcessorTest, TestRandomRequestDistribution,
TestInitParams, TestJettySolrRunner, TestHighFrequencyDictionaryFactory,
LoggingHandlerTest, AtomicUpdatesTest, TestConfigSetsAPI,
TestSolrCloudWithSecureImpersonation, TestReload, EnumFieldTest,
TestHalfAndHalfDocValues, SolrMetricManagerTest,
TermVectorComponentDistributedTest, TestNoOpRegenerator,
ClassificationUpdateProcessorIntegrationTest, NodeAddedTriggerTest,
TestMultiValuedNumericRangeQuery, TestJsonRequest,
PreAnalyzedUpdateProcessorTest, BasicAuthStandaloneTest, BasicZkTest,
TestSQLHandler, SOLR749Test, HdfsChaosMonkeyNothingIsSafeTest,
TestSolrQueryParser, TestFileDictionaryLookup, TestSearcherReuse,
TestSubQueryTransformerCrossCore, PreAnalyzedFieldManagedSchemaCloudTest,
UtilsToolTest, UpdateParamsTest, AddSchemaFieldsUpdateProcessorFactoryTest,
DistributedDebugComponentTest, TestHdfsBackupRestoreCore,
CollectionsAPIDistributedZkTest, MBeansHandlerTest, EchoParamsTest,
BitVectorTest, TestCustomSort, IndexSchemaRuntimeFieldTest,
TestManagedSynonymFilterFactory, TestRequestStatusCollectionAPI,
TlogReplayBufferedWhileIndexingTest, CdcrRequestHandlerTest,
TestBackupRepositoryFactory, TestReqParamsAPI, DistributedQueueTest,
StressHdfsTest, FullHLLTest, SolrCoreTest, TestElisionMultitermQuery,
TestXmlQParserPlugin, ConcurrentDeleteAndCreateCollectionTest,
TestNodeAddedTrigger, TestDynamicFieldResource, TestRawResponseWriter,
OverseerModifyCollectionTest, TestSolrCLIRunExample, TestSystemIdResolver,
CloudExitableDirectoryReaderTest, V2StandaloneTest, SmileWriterTest,
ShardRoutingCustomTest, TestSolrJ, DistributedIntervalFacetingTest,
LeaderElectionContextKeyTest, AnalysisErrorHandlingTest,
TestLeaderElectionZkExpiry, TestSimpleTrackingShardHandler,
CollectionStateFormat2Test, TestCloudPseudoReturnFields,
SharedFSAutoReplicaFailoverTest, TestChildDocTransformer,
TestWordDelimiterFilterFactory, TestStressReorder, HdfsDirectoryFactoryTest,
SimplePostToolTest, TestRestManager, TestPayloadCheckQParserPlugin,
LeaderFailureAfterFreshStartTest, TestSuggestSpellingConverter,
WrapperMergePolicyFactoryTest, TestDistribStateManager, CacheHeaderTest,
SearchHandlerTest, FileBasedSpellCheckerTest, TestObjectReleaseTracker,
TestTlogReplica, InfixSuggestersTest, TestLegacyField,
TestAuthorizationFramework, StatelessScriptUpdateProcessorFactoryTest,
TestUninvertingReader, TestFieldCacheWithThreads, TestExtendedDismaxParser,
ReplicationFactorTest, AnalysisAfterCoreReloadTest,
HdfsCollectionsAPIDistributedZkTest, SolrCoreCheckLockOnStartupTest,
PeerSyncTest, PolyFieldTest, TestRecoveryHdfs, DOMUtilTest, PluginInfoTest,
TestLRUCache, TestLegacyNumericUtils, HighlighterMaxOffsetTest, TestDocSet,
BlockJoinFacetSimpleTest, TestZkChroot, TestEmbeddedSolrServerConstructors,
BadComponentTest, MigrateRouteKeyTest, ExecutePlanActionTest,
PreAnalyzedFieldTest, CloneFieldUpdateProcessorFactoryTest,
TestCloudDeleteByQuery, TestReplicaProperties, MetricsConfigTest,
TestPolicyCloud, JsonLoaderTest, TestJavabinTupleStreamParser, UpdateLogTest,
TestReloadAndDeleteDocs, DocValuesMultiTest, TestTrieFacet,
TestClusterStateProvider, TestValueSourceCache, TestHttpShardHandlerFactory,
TestBM25SimilarityFactory, DistributedFacetPivotSmallTest,
TestSlowCompositeReaderWrapper, MetricUtilsTest, MoreLikeThisHandlerTest,
UpdateRequestProcessorFactoryTest, HttpSolrCallGetCoreTest,
SolrIndexMetricsTest, SaslZkACLProviderTest, TestConfig, LargeFieldTest,
TestPolicyCloud, AliasIntegrationTest, DistributedQueryComponentCustomSortTest,
DirectSolrSpellCheckerTest, HdfsThreadLeakTest,
SuggestComponentContextFilterQueryTest, PingRequestHandlerTest,
TestGeoJSONResponseWriter, PeerSyncReplicationTest, ChaosMonkeySafeLeaderTest,
DeleteLastCustomShardedReplicaTest, SynonymTokenizerTest, FileUtilsTest,
BasicDistributedZkTest, SolrCmdDistributorTest, QueryElevationComponentTest,
TestSort, TestFunctionQuery, TestBadConfig, HighlighterTest,
SoftAutoCommitTest, AssignTest, ChaosMonkeySafeLeaderWithPullReplicasTest,
ConnectionManagerTest, CreateCollectionCleanupTest, CustomCollectionTest,
DeleteStatusTest, DistribDocExpirationUpdateProcessorTest,
HealthCheckHandlerTest, LeaderFailoverAfterPartitionTest]
[junit4] Completed [547/767 (2!)] on J1 in 161.56s, 1 test, 1 failure <<<
FAILURES!
[...truncated 48837 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]