Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21177/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
3 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.sim.TestGenericDistributedQueue
Error Message:
Suite timeout exceeded (>= 7200000 msec).
Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
at __randomizedtesting.SeedInfo.seed([695CA7930F938C59]:0)
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_n2","base_url":"http://127.0.0.1:34931/vher","node_name":"127.0.0.1:34931_vher","state":"active","type":"NRT","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/29)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node4":{ "state":"down",
"base_url":"http://127.0.0.1:42351/vher",
"core":"c8n_1x3_lf_shard1_replica_n1",
"node_name":"127.0.0.1:42351_vher", "type":"NRT"},
"core_node5":{ "core":"c8n_1x3_lf_shard1_replica_n2",
"base_url":"http://127.0.0.1:34931/vher",
"node_name":"127.0.0.1:34931_vher", "state":"active",
"type":"NRT", "leader":"true"}, "core_node6":{
"core":"c8n_1x3_lf_shard1_replica_n3",
"base_url":"http://127.0.0.1:34071/vher",
"node_name":"127.0.0.1:34071_vher", "state":"down",
"type":"NRT"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"3", "tlogReplicas":"0"}
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_n2","base_url":"http://127.0.0.1:34931/vher","node_name":"127.0.0.1:34931_vher","state":"active","type":"NRT","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/29)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node4":{
"state":"down",
"base_url":"http://127.0.0.1:42351/vher",
"core":"c8n_1x3_lf_shard1_replica_n1",
"node_name":"127.0.0.1:42351_vher",
"type":"NRT"},
"core_node5":{
"core":"c8n_1x3_lf_shard1_replica_n2",
"base_url":"http://127.0.0.1:34931/vher",
"node_name":"127.0.0.1:34931_vher",
"state":"active",
"type":"NRT",
"leader":"true"},
"core_node6":{
"core":"c8n_1x3_lf_shard1_replica_n3",
"base_url":"http://127.0.0.1:34071/vher",
"node_name":"127.0.0.1:34071_vher",
"state":"down",
"type":"NRT"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"3",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([695CA7930F938C59:E1089849A16FE1A1]: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.TestGenericDistributedQueue.testDistributedQueue
Error Message:
Test abandoned because suite timeout was reached.
Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
at __randomizedtesting.SeedInfo.seed([695CA7930F938C59]:0)
Build Log:
[...truncated 12442 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
[junit4] 2> 720829 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[695CA7930F938C59]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/init-core-data-001
[junit4] 2> 720829 WARN
(SUITE-LeaderFailoverAfterPartitionTest-seed#[695CA7930F938C59]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
[junit4] 2> 720829 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[695CA7930F938C59]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 720831 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[695CA7930F938C59]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 720831 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[695CA7930F938C59]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /vher/
[junit4] 2> 720833 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 720834 INFO (Thread-1226) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 720834 INFO (Thread-1226) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 720837 ERROR (Thread-1226) [ ] 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> 720934 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.ZkTestServer start zk server on port:34789
[junit4] 2> 720939 INFO (zkConnectionManagerCallback-1210-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 720951 INFO (zkConnectionManagerCallback-1212-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 720955 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 720955 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 720956 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 720957 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 720958 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 720959 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 720959 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 720960 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 720961 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 720963 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 720967 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 720968 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 721047 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 721061 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2010e7b2{/vher,null,AVAILABLE}
[junit4] 2> 721064 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@534e4e1{HTTP/1.1,[http/1.1]}{127.0.0.1:41139}
[junit4] 2> 721064 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.e.j.s.Server Started @722634ms
[junit4] 2> 721064 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/vher, hostPort=34931,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/control-001/cores}
[junit4] 2> 721064 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 721064 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 721064 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 721064 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 721064 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-30T18:05:33.891Z
[junit4] 2> 721073 INFO (zkConnectionManagerCallback-1214-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 721074 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 721074 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/control-001/solr.xml
[junit4] 2> 721076 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 721076 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 721077 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 721079 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34789/solr
[junit4] 2> 721088 INFO (zkConnectionManagerCallback-1218-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 721093 INFO
(zkConnectionManagerCallback-1220-thread-1-processing-n:127.0.0.1:34931_vher)
[n:127.0.0.1:34931_vher ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 721129 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:34931_vher ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 721129 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:34931_vher ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:34931_vher
[junit4] 2> 721129 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:34931_vher ] o.a.s.c.Overseer Overseer
(id=99264569911672836-127.0.0.1:34931_vher-n_0000000000) starting
[junit4] 2> 721137 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:34931_vher ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34931_vher
[junit4] 2> 721140 INFO
(OverseerStateUpdate-99264569911672836-127.0.0.1:34931_vher-n_0000000000)
[n:127.0.0.1:34931_vher ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 721242 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:34931_vher ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5
[junit4] 2> 721254 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:34931_vher ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5
[junit4] 2> 721255 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:34931_vher ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5
[junit4] 2> 721256 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:34931_vher ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/control-001/cores
[junit4] 2> 721282 INFO (zkConnectionManagerCallback-1226-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 721282 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 721283 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34789/solr ready
[junit4] 2> 721284 INFO (SocketProxy-Acceptor-34931) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=47416,localport=34931], receiveBufferSize:531000
[junit4] 2> 721287 INFO (SocketProxy-Acceptor-34931) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41139,localport=35170], receiveBufferSize=530904
[junit4] 2> 721289 INFO (qtp1701651219-6105) [n:127.0.0.1:34931_vher ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:34931_vher&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 721297 INFO
(OverseerThreadFactory-2188-thread-1-processing-n:127.0.0.1:34931_vher)
[n:127.0.0.1:34931_vher ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 721402 INFO (SocketProxy-Acceptor-34931) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=47420,localport=34931], receiveBufferSize:531000
[junit4] 2> 721403 INFO (SocketProxy-Acceptor-34931) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41139,localport=35174], receiveBufferSize=530904
[junit4] 2> 721405 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 721405 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 721519 INFO
(zkCallback-1219-thread-1-processing-n:127.0.0.1:34931_vher)
[n:127.0.0.1:34931_vher ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 722445 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 722458 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 722573 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 722592 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 722592 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5
[junit4] 2> 722592 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 722593 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 722599 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7247843270250923]
[junit4] 2> 722606 WARN (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 722648 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 722648 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 722650 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 722650 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 722651 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 722651 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@cc89b45[control_collection_shard1_replica_n1] main]
[junit4] 2> 722652 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 722652 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 722653 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 722654 INFO
(searcherExecutor-2191-thread-1-processing-n:127.0.0.1:34931_vher
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:34931_vher c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@cc89b45[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 722655 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1588233120495173632
[junit4] 2> 722658 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 722659 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 722659 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:34931/vher/control_collection_shard1_replica_n1/
[junit4] 2> 722659 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 722659 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:34931/vher/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 722659 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 722661 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:34931/vher/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 722762 INFO
(zkCallback-1219-thread-1-processing-n:127.0.0.1:34931_vher)
[n:127.0.0.1:34931_vher ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 722811 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 722813 INFO (qtp1701651219-6101) [n:127.0.0.1:34931_vher
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1408
[junit4] 2> 722816 INFO (qtp1701651219-6105) [n:127.0.0.1:34931_vher ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 722914 INFO
(zkCallback-1219-thread-1-processing-n:127.0.0.1:34931_vher)
[n:127.0.0.1:34931_vher ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 723298 INFO
(OverseerCollectionConfigSetProcessor-99264569911672836-127.0.0.1:34931_vher-n_0000000000)
[n:127.0.0.1:34931_vher ] 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> 723817 INFO (qtp1701651219-6105) [n:127.0.0.1:34931_vher ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:34931_vher&wt=javabin&version=2}
status=0 QTime=2528
[junit4] 2> 723822 INFO (zkConnectionManagerCallback-1230-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 723823 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 723823 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34789/solr ready
[junit4] 2> 723823 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 723824 INFO (SocketProxy-Acceptor-34931) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=47430,localport=34931], receiveBufferSize:531000
[junit4] 2> 723824 INFO (SocketProxy-Acceptor-34931) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41139,localport=35184], receiveBufferSize=530904
[junit4] 2> 723826 INFO (qtp1701651219-6105) [n:127.0.0.1:34931_vher ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 723828 INFO
(OverseerThreadFactory-2188-thread-2-processing-n:127.0.0.1:34931_vher)
[n:127.0.0.1:34931_vher ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 723828 WARN
(OverseerThreadFactory-2188-thread-2-processing-n:127.0.0.1:34931_vher)
[n:127.0.0.1:34931_vher ] o.a.s.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 724036 INFO (qtp1701651219-6105) [n:127.0.0.1:34931_vher ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 724036 INFO (qtp1701651219-6105) [n:127.0.0.1:34931_vher ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
status=0 QTime=209
[junit4] 2> 724101 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-1-001
of type NRT
[junit4] 2> 724102 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 724105 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2c607efd{/vher,null,AVAILABLE}
[junit4] 2> 724105 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@795238df{HTTP/1.1,[http/1.1]}{127.0.0.1:33195}
[junit4] 2> 724105 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.e.j.s.Server Started @725675ms
[junit4] 2> 724105 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/tempDir-001/jetty1,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/vher, hostPort=34071,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-1-001/cores}
[junit4] 2> 724105 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 724106 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 724106 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 724106 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 724106 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-30T18:05:36.933Z
[junit4] 2> 724107 INFO (zkConnectionManagerCallback-1232-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 724108 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 724108 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-1-001/solr.xml
[junit4] 2> 724111 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 724111 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 724111 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 724118 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34789/solr
[junit4] 2> 724125 INFO (zkConnectionManagerCallback-1236-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 724131 INFO
(zkConnectionManagerCallback-1238-thread-1-processing-n:127.0.0.1:34071_vher)
[n:127.0.0.1:34071_vher ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 724134 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:34071_vher ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 724135 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:34071_vher ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 724136 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:34071_vher ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34071_vher
[junit4] 2> 724137 INFO
(zkCallback-1219-thread-1-processing-n:127.0.0.1:34931_vher)
[n:127.0.0.1:34931_vher ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 724137 INFO (zkCallback-1229-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 724142 INFO
(zkCallback-1237-thread-1-processing-n:127.0.0.1:34071_vher)
[n:127.0.0.1:34071_vher ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 724199 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:34071_vher ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5
[junit4] 2> 724205 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:34071_vher ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5
[junit4] 2> 724205 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:34071_vher ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5
[junit4] 2> 724206 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:34071_vher ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-1-001/cores
[junit4] 2> 724223 INFO (SocketProxy-Acceptor-34071) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=40576,localport=34071], receiveBufferSize:531000
[junit4] 2> 724225 INFO (SocketProxy-Acceptor-34071) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33195,localport=39608], receiveBufferSize=530904
[junit4] 2> 724229 INFO (qtp965166223-6161) [n:127.0.0.1:34071_vher ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:34071_vher&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 724234 INFO
(OverseerCollectionConfigSetProcessor-99264569911672836-127.0.0.1:34931_vher-n_0000000000)
[n:127.0.0.1:34931_vher ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 724235 INFO
(OverseerThreadFactory-2188-thread-3-processing-n:127.0.0.1:34931_vher)
[n:127.0.0.1:34931_vher ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:34071_vher for creating new replica
[junit4] 2> 724238 INFO (SocketProxy-Acceptor-34071) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=40580,localport=34071], receiveBufferSize:531000
[junit4] 2> 724239 INFO (SocketProxy-Acceptor-34071) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33195,localport=39612], receiveBufferSize=530904
[junit4] 2> 724240 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 724241 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 725269 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 725282 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema
[collection1_shard2_replica_n41] Schema name=test
[junit4] 2> 725408 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 725420 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from
collection collection1, trusted=true
[junit4] 2> 725421 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n41' (registry
'solr.core.collection1.shard2.replica_n41') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5
[junit4] 2> 725421 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 725421 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
[[collection1_shard2_replica_n41] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-1-001/cores/collection1_shard2_replica_n41],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
[junit4] 2> 725424 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7247843270250923]
[junit4] 2> 725427 WARN (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 725485 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 725485 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 725487 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 725487 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 725488 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 725489 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6c611c35[collection1_shard2_replica_n41] main]
[junit4] 2> 725496 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 725496 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 725497 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 725497 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1588233123475226624
[junit4] 2> 725501 INFO
(searcherExecutor-2202-thread-1-processing-n:127.0.0.1:34071_vher
x:collection1_shard2_replica_n41 s:shard2 c:collection1)
[n:127.0.0.1:34071_vher c:collection1 s:shard2
x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
[collection1_shard2_replica_n41] Registered new searcher
Searcher@6c611c35[collection1_shard2_replica_n41]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 725504 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 725504 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 725504 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:34071/vher/collection1_shard2_replica_n41/
[junit4] 2> 725504 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 725504 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
http://127.0.0.1:34071/vher/collection1_shard2_replica_n41/ has no replicas
[junit4] 2> 725504 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 725507 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:34071/vher/collection1_shard2_replica_n41/ shard2
[junit4] 2> 725657 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 725662 INFO (qtp965166223-6163) [n:127.0.0.1:34071_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1421
[junit4] 2> 725663 INFO (qtp965166223-6161) [n:127.0.0.1:34071_vher ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:34071_vher&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=1434
[junit4] 2> 725740 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-2-001
of type NRT
[junit4] 2> 725741 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 725741 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@340df0d{/vher,null,AVAILABLE}
[junit4] 2> 725742 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7f4b4907{HTTP/1.1,[http/1.1]}{127.0.0.1:46537}
[junit4] 2> 725743 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.e.j.s.Server Started @727313ms
[junit4] 2> 725743 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/vher, hostPort=42351,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-2-001/cores}
[junit4] 2> 725743 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 725743 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 725743 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 725743 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 725743 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-30T18:05:38.570Z
[junit4] 2> 725747 INFO (zkConnectionManagerCallback-1242-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 725748 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 725748 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-2-001/solr.xml
[junit4] 2> 725751 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 725751 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 725751 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 725754 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34789/solr
[junit4] 2> 725755 INFO (zkConnectionManagerCallback-1246-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 725756 INFO
(zkConnectionManagerCallback-1248-thread-1-processing-n:127.0.0.1:42351_vher)
[n:127.0.0.1:42351_vher ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 725760 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:42351_vher ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 725761 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:42351_vher ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 725762 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:42351_vher ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42351_vher
[junit4] 2> 725762 INFO (zkCallback-1229-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 725763 INFO
(zkCallback-1219-thread-1-processing-n:127.0.0.1:34931_vher)
[n:127.0.0.1:34931_vher ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 725763 INFO
(zkCallback-1237-thread-1-processing-n:127.0.0.1:34071_vher)
[n:127.0.0.1:34071_vher ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 725764 INFO
(zkCallback-1247-thread-1-processing-n:127.0.0.1:42351_vher)
[n:127.0.0.1:42351_vher ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 725829 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:42351_vher ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5
[junit4] 2> 725842 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:42351_vher ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5
[junit4] 2> 725842 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:42351_vher ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5
[junit4] 2> 725844 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:42351_vher ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-2-001/cores
[junit4] 2> 725903 INFO (qtp965166223-6162) [n:127.0.0.1:34071_vher ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:42351_vher&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 725906 INFO
(OverseerThreadFactory-2188-thread-4-processing-n:127.0.0.1:34931_vher)
[n:127.0.0.1:34931_vher ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:42351_vher for creating new replica
[junit4] 2> 725908 INFO (SocketProxy-Acceptor-42351) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54066,localport=42351], receiveBufferSize:531000
[junit4] 2> 725908 INFO
(OverseerCollectionConfigSetProcessor-99264569911672836-127.0.0.1:34931_vher-n_0000000000)
[n:127.0.0.1:34931_vher ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 725909 INFO (SocketProxy-Acceptor-42351) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=46537,localport=45696], receiveBufferSize=530904
[junit4] 2> 725910 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 725910 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 726930 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 726943 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema
[collection1_shard1_replica_n43] Schema name=test
[junit4] 2> 727072 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 727083 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from
collection collection1, trusted=true
[junit4] 2> 727084 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n43' (registry
'solr.core.collection1.shard1.replica_n43') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5
[junit4] 2> 727084 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 727084 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore
[[collection1_shard1_replica_n43] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-2-001/cores/collection1_shard1_replica_n43],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
[junit4] 2> 727087 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7247843270250923]
[junit4] 2> 727089 WARN (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 727128 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 727128 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 727129 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 727129 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 727130 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 727130 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4c9e8e99[collection1_shard1_replica_n43] main]
[junit4] 2> 727131 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 727131 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 727132 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 727133 INFO
(searcherExecutor-2213-thread-1-processing-n:127.0.0.1:42351_vher
x:collection1_shard1_replica_n43 s:shard1 c:collection1)
[n:127.0.0.1:42351_vher c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.c.SolrCore
[collection1_shard1_replica_n43] Registered new searcher
Searcher@4c9e8e99[collection1_shard1_replica_n43]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 727133 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1588233125190696960
[junit4] 2> 727136 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 727136 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 727136 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:42351/vher/collection1_shard1_replica_n43/
[junit4] 2> 727136 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 727136 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy
http://127.0.0.1:42351/vher/collection1_shard1_replica_n43/ has no replicas
[junit4] 2> 727136 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 727138 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:42351/vher/collection1_shard1_replica_n43/ shard1
[junit4] 2> 727289 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 727297 INFO (qtp1931484327-6197) [n:127.0.0.1:42351_vher
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1387
[junit4] 2> 727299 INFO (qtp965166223-6162) [n:127.0.0.1:34071_vher ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:42351_vher&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=1395
[junit4] 2> 727361 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-3-001
of type NRT
[junit4] 2> 727361 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 727362 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@685c6a7b{/vher,null,AVAILABLE}
[junit4] 2> 727362 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@c6c9eb6{HTTP/1.1,[http/1.1]}{127.0.0.1:38159}
[junit4] 2> 727362 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.e.j.s.Server Started @728932ms
[junit4] 2> 727363 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/tempDir-001/jetty3,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/vher, hostPort=41113,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-3-001/cores}
[junit4] 2> 727363 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 727364 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 727364 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 727364 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 727364 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-30T18:05:40.191Z
[junit4] 2> 727365 INFO (zkConnectionManagerCallback-1252-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 727366 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 727366 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-3-001/solr.xml
[junit4] 2> 727368 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 727368 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 727369 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 727371 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34789/solr
[junit4] 2> 727373 INFO (zkConnectionManagerCallback-1256-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 727379 INFO
(zkConnectionManagerCallback-1258-thread-1-processing-n:127.0.0.1:41113_vher)
[n:127.0.0.1:41113_vher ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 727381 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:41113_vher ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 727382 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:41113_vher ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 727383 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:41113_vher ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41113_vher
[junit4] 2> 727384 INFO
(zkCallback-1219-thread-1-processing-n:127.0.0.1:34931_vher)
[n:127.0.0.1:34931_vher ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 727384 INFO
(zkCallback-1247-thread-1-processing-n:127.0.0.1:42351_vher)
[n:127.0.0.1:42351_vher ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 727384 INFO
(zkCallback-1237-thread-1-processing-n:127.0.0.1:34071_vher)
[n:127.0.0.1:34071_vher ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 727384 INFO (zkCallback-1229-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 727385 INFO
(zkCallback-1257-thread-1-processing-n:127.0.0.1:41113_vher)
[n:127.0.0.1:41113_vher ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 727428 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:41113_vher ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5
[junit4] 2> 727436 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:41113_vher ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5
[junit4] 2> 727436 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:41113_vher ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5
[junit4] 2> 727437 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59])
[n:127.0.0.1:41113_vher ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-3-001/cores
[junit4] 2> 727482 INFO (qtp965166223-6157) [n:127.0.0.1:34071_vher ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:41113_vher&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 727483 INFO
(OverseerCollectionConfigSetProcessor-99264569911672836-127.0.0.1:34931_vher-n_0000000000)
[n:127.0.0.1:34931_vher ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 727483 INFO
(OverseerThreadFactory-2188-thread-5-processing-n:127.0.0.1:34931_vher)
[n:127.0.0.1:34931_vher ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:41113_vher for creating new replica
[junit4] 2> 727485 INFO (SocketProxy-Acceptor-41113) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=57648,localport=41113], receiveBufferSize:531000
[junit4] 2> 727485 INFO (SocketProxy-Acceptor-41113) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=38159,localport=52418], receiveBufferSize=530904
[junit4] 2> 727487 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 727487 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 728501 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 728511 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema
[collection1_shard2_replica_n45] Schema name=test
[junit4] 2> 728623 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 728639 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n45' using configuration from
collection collection1, trusted=true
[junit4] 2> 728640 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n45' (registry
'solr.core.collection1.shard2.replica_n45') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@475f52d5
[junit4] 2> 728640 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 728640 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore
[[collection1_shard2_replica_n45] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-3-001/cores/collection1_shard2_replica_n45],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_695CA7930F938C59-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
[junit4] 2> 728643 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7247843270250923]
[junit4] 2> 728646 WARN (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 728682 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 728682 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 728683 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 728683 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 728684 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 728684 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6359eff4[collection1_shard2_replica_n45] main]
[junit4] 2> 728685 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 728685 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 728685 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 728687 INFO
(searcherExecutor-2224-thread-1-processing-n:127.0.0.1:41113_vher
x:collection1_shard2_replica_n45 s:shard2 c:collection1)
[n:127.0.0.1:41113_vher c:collection1 s:shard2
x:collection1_shard2_replica_n45] o.a.s.c.SolrCore
[collection1_shard2_replica_n45] Registered new searcher
Searcher@6359eff4[collection1_shard2_replica_n45]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 728687 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1588233126820184064
[junit4] 2> 728689 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.ZkController
Core needs to recover:collection1_shard2_replica_n45
[junit4] 2> 728690 INFO
(updateExecutor-1253-thread-1-processing-n:127.0.0.1:41113_vher
x:collection1_shard2_replica_n45 s:shard2 c:collection1)
[n:127.0.0.1:41113_vher c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 728690 INFO
(recoveryExecutor-1254-thread-1-processing-n:127.0.0.1:41113_vher
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41113_vher c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 728691 INFO
(recoveryExecutor-1254-thread-1-processing-n:127.0.0.1:41113_vher
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41113_vher c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 728691 INFO
(recoveryExecutor-1254-thread-1-processing-n:127.0.0.1:41113_vher
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41113_vher c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard2_replica_n45]
[junit4] 2> 728691 INFO
(recoveryExecutor-1254-thread-1-processing-n:127.0.0.1:41113_vher
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41113_vher c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 728691 INFO (qtp644966016-6231) [n:127.0.0.1:41113_vher
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1204
[junit4] 2> 728691 INFO
(recoveryExecutor-1254-thread-1-processing-n:127.0.0.1:41113_vher
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41113_vher c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard2_replica_n45] as recovering, leader is
[http://127.0.0.1:34071/vher/collection1_shard2_replica_n41/] and I am
[http://127.0.0.1:41113/vher/collection1_shard2_replica_n45/]
[junit4] 2> 728693 INFO
(recoveryExecutor-1254-thread-1-processing-n:127.0.0.1:41113_vher
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41113_vher c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Sending prep
recovery command to [http://127.0.0.1:34071/vher]; [WaitForState:
action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:41113_vher&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 728694 INFO (SocketProxy-Acceptor-34071) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=40606,localport=34071], receiveBufferSize:531000
[junit4] 2> 728694 INFO (qtp965166223-6157) [n:127.0.0.1:34071_vher ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:41113_vher&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=1212
[junit4] 2> 728701 INFO (SocketProxy-Acceptor-34071) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33195,localport=39638], receiveBufferSize=530904
[junit4] 2> 728705 INFO (qtp965166223-6157) [n:127.0.0.1:34071_vher ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true,
maxTime: 183 s
[junit4] 2> 728706 INFO (qtp965166223-6157) [n:127.0.0.1:34071_vher ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1_shard2_replica_n41,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=down, localState=active, nodeName=127.0.0.1:41113_vher,
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps:
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:41113/vher","node_name":"127.0.0.1:41113_vher","state":"down","type":"NRT"}
[junit4] 2> 728706 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 728706 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait
30000 for each attempt
[junit4] 2> 728706 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[695CA7930F938C59]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30000
[junit4] 2> 729492 INFO
(OverseerCollectionConfigSetProcessor-99264569911672836-127.0.0.1:34931_vher-n_0000000000)
[n:127.0.0.1:34931_vher ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000008 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 729706 INFO (qtp965166223-6157) [n:127.0.0.1:34071_vher ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1_shard2_replica_n41,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=recovering, localState=active, nodeName=127.0.0.1:41113_vher,
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps:
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:41113/vher","node_name":"127.0.0.1:41113_vher","state":"recovering","type":"NRT"}
[junit4] 2> 729706 INFO (qtp965166223-6157) [n:127.0.0.1:34071_vher ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node46, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 729706 INFO (qtp965166223-6157) [n:127.0.0.1:34071_vher ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:41113_vher&onlyIfLeaderActive=true&core=collection1_shard2_replica_n41&coreNodeName=core_node46&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1001
[junit4] 2> 730207 INFO
(recoveryExecutor-1254-thread-1-processing-n:127.0.0.1:41113_vher
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41113_vher c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Attempting to
PeerSync from [http://127.0.0.1:34071/vher/collection1_shard2_replica_n41/] -
recoveringAfterStartup=[true]
[junit4] 2> 730207 INFO
(recoveryExecutor-1254-thread-1-processing-n:127.0.0.1:41113_vher
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:41113_vher c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.u.PeerSync PeerSync:
[...truncated too long message...]
randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> दिसंबर ३०, २०१७ १०:३५:०८ अपराह्न
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=19349,
name=TEST-TestGenericDistributedQueue.testDistributedQueue-seed#[695CA7930F938C59],
state=TIMED_WAITING, group=TGRP-TestGenericDistributedQueue]
[junit4] 2> 9695670 INFO
(TEST-TestGenericDistributedQueue.testDistributedQueue-seed#[695CA7930F938C59])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDistributedQueue
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestGenericDistributedQueue_695CA7930F938C59-001
[junit4] 2> Dec 30, 2017 8:35:08 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: All leaked threads terminated.
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=796, maxMBSortInHeap=6.7835850808706555,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2003b69),
locale=hi-IN, timezone=CAT
[junit4] 2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=8,threads=1,free=192012288,total=518979584
[junit4] 2> NOTE: All tests run in this JVM:
[OpenExchangeRatesOrgProviderTest, TestRemoteStreaming, CircularListTest,
TriggerIntegrationTest, SchemaVersionSpecificBehaviorTest,
SolrIndexSplitterTest, TimeRoutedAliasUpdateProcessorTest, ResponseHeaderTest,
TestLargeCluster, TestLeaderElectionWithEmptyReplica, DebugComponentTest,
LukeRequestHandlerTest, TestAnalyzedSuggestions,
DeleteLastCustomShardedReplicaTest, AssignTest, TestCloudPseudoReturnFields,
TestStressLucene, OutOfBoxZkACLAndCredentialsProvidersTest,
BlockJoinFacetDistribTest, TestFieldCacheVsDocValues, AddReplicaTest,
TestAddFieldRealTimeGet, BooleanFieldTest, TestWriterPerf,
TestClusterProperties, HighlighterConfigTest, TestReqParamsAPI,
CachingDirectoryFactoryTest, SolrIndexConfigTest,
TestRequestStatusCollectionAPI, OverseerModifyCollectionTest,
HdfsLockFactoryTest, TestManagedSchema, TestUseDocValuesAsStored,
TestJmxIntegration, ZkStateWriterTest, TestManagedSynonymFilterFactory,
TestNumericTokenStream, SearchHandlerTest, TestAuthorizationFramework,
ClassificationUpdateProcessorTest, TestSha256AuthenticationProvider,
SuggesterFSTTest, TestInPlaceUpdatesDistrib, QueryResultKeyTest,
HdfsChaosMonkeyNothingIsSafeTest, TermVectorComponentDistributedTest,
SignatureUpdateProcessorFactoryTest, MergeStrategyTest, TestSimpleTextCodec,
TestSerializedLuceneMatchVersion, SimpleCollectionCreateDeleteTest,
TestPushWriter, HealthCheckHandlerTest, BaseCdcrDistributedZkTest,
VersionInfoTest, ZkSolrClientTest, TestDocumentBuilder,
BasicAuthIntegrationTest, TestSolrCloudWithHadoopAuthPlugin,
TestAtomicUpdateErrorCases, TestNRTOpen, TestMacros,
CloudExitableDirectoryReaderTest, LeaderFailoverAfterPartitionTest,
TestDownShardTolerantSearch, WrapperMergePolicyFactoryTest, NumericFieldsTest,
DocumentAnalysisRequestHandlerTest, TestEmbeddedSolrServerAdminHandler,
SpatialRPTFieldTypeTest, MetricsConfigTest, TestInitQParser,
CdcrReplicationDistributedZkTest, BadIndexSchemaTest, TestDynamicFieldResource,
DeleteShardTest, TestSolrCloudWithDelegationTokens, RegexBytesRefFilterTest,
TestIntervalFaceting, SolrSlf4jReporterTest, PathHierarchyTokenizerFactoryTest,
DistributedVersionInfoTest, TestScoreJoinQPNoScore,
TestCursorMarkWithoutUniqueKey, TestShortCircuitedRequests,
TestImplicitCoreProperties, TestXmlQParser, HdfsNNFailoverTest, StressHdfsTest,
TestExactSharedStatsCache, TestPolicyCloud, SolrMetricReporterTest,
TestConfigSetImmutable, GraphQueryTest, TestLegacyFieldReuse,
TestStressRecovery, TestExpandComponent, CreateCollectionCleanupTest,
TestDistribStateManager, SaslZkACLProviderTest, ConvertedLegacyTest,
CollectionTooManyReplicasTest, TestLazyCores, AtomicUpdatesTest,
TestCloudSchemaless, ChaosMonkeySafeLeaderWithPullReplicasTest,
TestRetrieveFieldsOptimizer, RegexBoostProcessorTest, MoveReplicaTest,
TestUnifiedSolrHighlighter, MissingSegmentRecoveryTest, TestRebalanceLeaders,
ExecutePlanActionTest, ManagedSchemaRoundRobinCloudTest,
DistributedSuggestComponentTest, TestCryptoKeys, HdfsRestartWhileUpdatingTest,
TestAnalyzeInfixSuggestions, HdfsTlogReplayBufferedWhileIndexingTest,
RemoteQueryErrorTest, TestSQLHandlerNonCloud, DirectUpdateHandlerTest,
TestTrackingShardHandlerFactory, SolrCmdDistributorTest,
UnloadDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest,
ShardRoutingTest, BasicZkTest, RecoveryZkTest, ClusterStateUpdateTest,
TestRandomFaceting, ZkCLITest, TestHashPartitioner, TestRangeQuery,
TestRTGBase, DistributedIntervalFacetingTest, AliasIntegrationTest,
CollectionsAPISolrJTest, LeaderInitiatedRecoveryOnShardRestartTest,
LegacyCloudClusterPropTest, MultiThreadedOCPTest, OverseerTaskQueueTest,
ReplaceNodeTest, TestCloudInspectUtil, TestCloudJSONFacetJoinDomain,
TestConfigSetsAPI, TestReplicaProperties, TestRequestForwarding,
TestSegmentSorting, TestTlogReplica, NodeAddedTriggerTest, NodeLostTriggerTest,
SystemLogListenerTest, TestComputePlanAction, TestGenericDistributedQueue]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestGenericDistributedQueue -Dtests.seed=695CA7930F938C59
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hi-IN
-Dtests.timezone=CAT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J1 | TestGenericDistributedQueue (suite) <<<
[junit4] > Throwable #1: java.lang.Exception: Suite timeout exceeded (>=
7200000 msec).
[junit4] > at
__randomizedtesting.SeedInfo.seed([695CA7930F938C59]:0)
[junit4] Completed [765/765 (2!)] on J1 in 7220.34s, 3 tests, 2 errors <<<
FAILURES!
[...truncated 48016 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]