Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2325/
Java: 32bit/jdk-9-ea+140 -server -XX:+UseSerialGC
1 tests failed.
FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test
Error Message:
Expected 2 of 3 replicas to be active but only found 1;
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:33723/knhk/yn","node_name":"127.0.0.1:33723_knhk%2Fyn","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
"replicationFactor":"3", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node1":{ "state":"down",
"base_url":"http://127.0.0.1:41687/knhk/yn",
"core":"c8n_1x3_lf_shard1_replica2",
"node_name":"127.0.0.1:41687_knhk%2Fyn"}, "core_node2":{
"core":"c8n_1x3_lf_shard1_replica1",
"base_url":"http://127.0.0.1:37717/knhk/yn",
"node_name":"127.0.0.1:37717_knhk%2Fyn", "state":"down"},
"core_node3":{ "core":"c8n_1x3_lf_shard1_replica3",
"base_url":"http://127.0.0.1:33723/knhk/yn",
"node_name":"127.0.0.1:33723_knhk%2Fyn", "state":"active",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false"}
Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found
1;
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:33723/knhk/yn","node_name":"127.0.0.1:33723_knhk%2Fyn","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
"replicationFactor":"3",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"state":"down",
"base_url":"http://127.0.0.1:41687/knhk/yn",
"core":"c8n_1x3_lf_shard1_replica2",
"node_name":"127.0.0.1:41687_knhk%2Fyn"},
"core_node2":{
"core":"c8n_1x3_lf_shard1_replica1",
"base_url":"http://127.0.0.1:37717/knhk/yn",
"node_name":"127.0.0.1:37717_knhk%2Fyn",
"state":"down"},
"core_node3":{
"core":"c8n_1x3_lf_shard1_replica3",
"base_url":"http://127.0.0.1:33723/knhk/yn",
"node_name":"127.0.0.1:33723_knhk%2Fyn",
"state":"active",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([7BF5A7B568603E9D:F3A1986FC69C5365]: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:168)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:367)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
Build Log:
[...truncated 11248 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/init-core-data-001
[junit4] 2> 428288 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7BF5A7B568603E9D]-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> 428288 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7BF5A7B568603E9D]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
/knhk/yn
[junit4] 2> 428289 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 428289 INFO (Thread-593) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 428289 INFO (Thread-593) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 428389 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.ZkTestServer start zk server on port:36676
[junit4] 2> 428397 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 428399 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 428401 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 428403 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 428405 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 428408 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 428410 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 428412 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 428414 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 428416 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 428417 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 429077 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/control-001/cores/collection1
[junit4] 2> 429080 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 429081 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1a6cac4{/knhk/yn,null,AVAILABLE}
[junit4] 2> 429082 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1fa513f{HTTP/1.1,[http/1.1]}{127.0.0.1:39340}
[junit4] 2> 429082 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.Server Started @430755ms
[junit4] 2> 429082 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/knhk/yn,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/tempDir-001/control/data,
hostPort=33723,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/control-001/cores}
[junit4] 2> 429083 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 429083 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.0
[junit4] 2> 429083 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 429083 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 429083 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-02T23:31:45.141280Z
[junit4] 2> 429085 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 429085 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/control-001/solr.xml
[junit4] 2> 429090 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 429093 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36676/solr
[junit4] 2> 429102 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:33723_knhk%2Fyn
[junit4] 2> 429104 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.Overseer Overseer
(id=97040564509016068-127.0.0.1:33723_knhk%2Fyn-n_0000000000) starting
[junit4] 2> 429107 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33723_knhk%2Fyn
[junit4] 2> 429107 INFO (zkCallback-583-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 429216 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/control-001/cores
[junit4] 2> 429216 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 429218 INFO
(OverseerStateUpdate-97040564509016068-127.0.0.1:33723_knhk%2Fyn-n_0000000000)
[ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 430232 INFO (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
[junit4] 2> 430243 INFO (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 430321 WARN (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 430322 INFO (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 430329 INFO (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 430329 INFO (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/control-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/control-001/cores/collection1/data/]
[junit4] 2> 430329 INFO (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1153579
[junit4] 2> 430330 INFO (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=44, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=55.240234375,
floorSegmentMB=1.455078125, forceMergeDeletesPctAllowed=2.6911246074656994,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 430333 WARN (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 430338 INFO (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 430338 INFO (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 430340 INFO (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 430340 INFO (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 430340 INFO (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4410401005328558]
[junit4] 2> 430341 INFO (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@e2ed4e[collection1] main]
[junit4] 2> 430341 INFO (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 430341 INFO (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 430341 INFO (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 430342 INFO (searcherExecutor-1742-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@e2ed4e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 430342 INFO (coreLoadExecutor-1741-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1552649034294886400
[junit4] 2> 430347 INFO (coreZkRegister-1734-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 430347 INFO (coreZkRegister-1734-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 430347 INFO (coreZkRegister-1734-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:33723/knhk/yn/collection1/
[junit4] 2> 430347 INFO (coreZkRegister-1734-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 430347 INFO (coreZkRegister-1734-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:33723/knhk/yn/collection1/ has no replicas
[junit4] 2> 430349 INFO (coreZkRegister-1734-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:33723/knhk/yn/collection1/ shard1
[junit4] 2> 430499 INFO (coreZkRegister-1734-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 430724 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 430724 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36676/solr ready
[junit4] 2> 430724 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 431373 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-1-001/cores/collection1
[junit4] 2> 431374 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-1-001
[junit4] 2> 431374 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 431375 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1b9bcbf{/knhk/yn,null,AVAILABLE}
[junit4] 2> 431375 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1b75761{HTTP/1.1,[http/1.1]}{127.0.0.1:38273}
[junit4] 2> 431376 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.Server Started @433049ms
[junit4] 2> 431376 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/knhk/yn,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/tempDir-001/jetty1,
hostPort=45371,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-1-001/cores}
[junit4] 2> 431376 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 431376 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.0
[junit4] 2> 431376 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 431376 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 431376 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-02T23:31:47.434523Z
[junit4] 2> 431378 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 431378 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-1-001/solr.xml
[junit4] 2> 431384 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 431386 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36676/solr
[junit4] 2> 431391 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 431393 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45371_knhk%2Fyn
[junit4] 2> 431393 INFO (zkCallback-592-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 431394 INFO (zkCallback-587-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 431394 INFO (zkCallback-583-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 431449 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-1-001/cores
[junit4] 2> 431449 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 431450 INFO
(OverseerStateUpdate-97040564509016068-127.0.0.1:33723_knhk%2Fyn-n_0000000000)
[ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
[junit4] 2> 432457 INFO (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
[junit4] 2> 432476 INFO (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 432545 WARN (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 432546 INFO (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 432552 INFO (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 432552 INFO (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-1-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 432553 INFO (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1153579
[junit4] 2> 432553 INFO (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=44, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=55.240234375,
floorSegmentMB=1.455078125, forceMergeDeletesPctAllowed=2.6911246074656994,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 432556 WARN (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 432563 INFO (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 432563 INFO (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 432564 INFO (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 432564 INFO (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 432565 INFO (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4410401005328558]
[junit4] 2> 432565 INFO (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@17106b7[collection1] main]
[junit4] 2> 432566 INFO (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 432566 INFO (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 432566 INFO (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 432567 INFO (searcherExecutor-1753-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@17106b7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 432567 INFO (coreLoadExecutor-1752-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1552649036627968000
[junit4] 2> 432571 INFO (coreZkRegister-1747-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 432571 INFO (coreZkRegister-1747-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 432571 INFO (coreZkRegister-1747-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:45371/knhk/yn/collection1/
[junit4] 2> 432571 INFO (coreZkRegister-1747-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 432571 INFO (coreZkRegister-1747-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:45371/knhk/yn/collection1/ has no replicas
[junit4] 2> 432573 INFO (coreZkRegister-1747-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:45371/knhk/yn/collection1/ shard2
[junit4] 2> 432723 INFO (coreZkRegister-1747-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 433796 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001/cores/collection1
[junit4] 2> 433796 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001
[junit4] 2> 433797 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 433798 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1b3e4d8{/knhk/yn,null,AVAILABLE}
[junit4] 2> 433798 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6e1fe2{HTTP/1.1,[http/1.1]}{127.0.0.1:33092}
[junit4] 2> 433799 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.Server Started @435472ms
[junit4] 2> 433799 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/knhk/yn,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/tempDir-001/jetty2,
hostPort=41687,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001/cores}
[junit4] 2> 433799 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 433799 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.0
[junit4] 2> 433799 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 433799 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 433799 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-02T23:31:49.857550Z
[junit4] 2> 433801 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 433801 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001/solr.xml
[junit4] 2> 433808 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 433810 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36676/solr
[junit4] 2> 433815 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 433817 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41687_knhk%2Fyn
[junit4] 2> 433818 INFO (zkCallback-583-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 433818 INFO (zkCallback-587-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 433818 INFO (zkCallback-592-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 433819 INFO (zkCallback-598-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 433864 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001/cores
[junit4] 2> 433864 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 433865 INFO
(OverseerStateUpdate-97040564509016068-127.0.0.1:33723_knhk%2Fyn-n_0000000000)
[ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 434871 INFO (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
[junit4] 2> 434888 INFO (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 434960 WARN (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 434961 INFO (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 434967 INFO (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 434967 INFO (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 434967 INFO (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1153579
[junit4] 2> 434968 INFO (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=44, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=55.240234375,
floorSegmentMB=1.455078125, forceMergeDeletesPctAllowed=2.6911246074656994,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 434972 WARN (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 434977 INFO (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 434977 INFO (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 434978 INFO (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 434978 INFO (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 434979 INFO (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4410401005328558]
[junit4] 2> 434979 INFO (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1d68817[collection1] main]
[junit4] 2> 434979 INFO (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 434980 INFO (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 434980 INFO (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 434980 INFO (searcherExecutor-1764-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1d68817[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 434980 INFO (coreLoadExecutor-1763-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1552649039158181888
[junit4] 2> 434984 INFO (coreZkRegister-1758-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 434984 INFO (coreZkRegister-1758-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 434984 INFO (coreZkRegister-1758-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:41687/knhk/yn/collection1/
[junit4] 2> 434984 INFO (coreZkRegister-1758-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 434984 INFO (coreZkRegister-1758-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:41687/knhk/yn/collection1/ has no replicas
[junit4] 2> 434986 INFO (coreZkRegister-1758-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:41687/knhk/yn/collection1/ shard1
[junit4] 2> 435136 INFO (coreZkRegister-1758-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 436073 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001/cores/collection1
[junit4] 2> 436074 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001
[junit4] 2> 436075 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 436076 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@18692e2{/knhk/yn,null,AVAILABLE}
[junit4] 2> 436076 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@14c3b79{HTTP/1.1,[http/1.1]}{127.0.0.1:44910}
[junit4] 2> 436076 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.Server Started @437749ms
[junit4] 2> 436076 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/knhk/yn,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/tempDir-001/jetty3,
hostPort=37717,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001/cores}
[junit4] 2> 436076 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 436077 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.0
[junit4] 2> 436077 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 436077 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 436077 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-02T23:31:52.135201Z
[junit4] 2> 436079 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 436079 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001/solr.xml
[junit4] 2> 436084 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 436086 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36676/solr
[junit4] 2> 436094 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 436096 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37717_knhk%2Fyn
[junit4] 2> 436097 INFO (zkCallback-583-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 436097 INFO (zkCallback-592-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 436097 INFO (zkCallback-587-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 436097 INFO (zkCallback-598-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 436099 INFO (zkCallback-604-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 436196 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001/cores
[junit4] 2> 436196 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 436197 INFO
(OverseerStateUpdate-97040564509016068-127.0.0.1:33723_knhk%2Fyn-n_0000000000)
[ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
[junit4] 2> 437206 INFO (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
[junit4] 2> 437217 INFO (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 437300 WARN (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 437301 INFO (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 437307 INFO (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 437308 INFO (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 437308 INFO (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1153579
[junit4] 2> 437309 INFO (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=44, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=55.240234375,
floorSegmentMB=1.455078125, forceMergeDeletesPctAllowed=2.6911246074656994,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 437313 WARN (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 437320 INFO (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 437320 INFO (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 437321 INFO (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 437321 INFO (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 437322 INFO (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4410401005328558]
[junit4] 2> 437323 INFO (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1dcb121[collection1] main]
[junit4] 2> 437324 INFO (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 437324 INFO (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 437324 INFO (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 437325 INFO (searcherExecutor-1775-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1dcb121[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 437325 INFO (coreLoadExecutor-1774-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1552649041617092608
[junit4] 2> 437328 INFO (coreZkRegister-1769-thread-1) [ ]
o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 437328 INFO (updateExecutor-601-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 437328 INFO (recoveryExecutor-602-thread-1) [ ]
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 437329 INFO (recoveryExecutor-602-thread-1) [ ]
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 437329 INFO (recoveryExecutor-602-thread-1) [ ]
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
[junit4] 2> 437329 INFO (recoveryExecutor-602-thread-1) [ ]
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE,
tlog=null}
[junit4] 2> 437329 INFO (recoveryExecutor-602-thread-1) [ ]
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering,
leader is [http://127.0.0.1:45371/knhk/yn/collection1/] and I am
[http://127.0.0.1:37717/knhk/yn/collection1/]
[junit4] 2> 437331 INFO (recoveryExecutor-602-thread-1) [ ]
o.a.s.c.RecoveryStrategy Sending prep recovery command to
[http://127.0.0.1:45371/knhk/yn]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:37717_knhk%252Fyn&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 437332 INFO (SocketProxy-Acceptor-45371) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=40350,localport=45371], receiveBufferSize:531000
[junit4] 2> 437336 INFO (SocketProxy-Acceptor-45371) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=38273,localport=49140], receiveBufferSize=530904
[junit4] 2> 437339 INFO (qtp14013706-2991) [ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 437339 INFO (qtp14013706-2991) [ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard2 of collection1) have state: recovering
[junit4] 2> 437339 INFO (qtp14013706-2991) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=down, localState=active,
nodeName=127.0.0.1:37717_knhk%2Fyn, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:37717/knhk/yn","node_name":"127.0.0.1:37717_knhk%2Fyn","state":"down"}
[junit4] 2> 437699 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 437699 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait
30000 for each attempt
[junit4] 2> 437699 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30000
[junit4] 2> 438340 INFO (qtp14013706-2991) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=recovering, localState=active,
nodeName=127.0.0.1:37717_knhk%2Fyn, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:37717/knhk/yn","node_name":"127.0.0.1:37717_knhk%2Fyn","state":"recovering"}
[junit4] 2> 438340 INFO (qtp14013706-2991) [ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 438340 INFO (qtp14013706-2991) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:37717_knhk%252Fyn&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1000
[junit4] 2> 445341 INFO (recoveryExecutor-602-thread-1) [ ]
o.a.s.c.RecoveryStrategy Attempting to PeerSync from
[http://127.0.0.1:45371/knhk/yn/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 445341 INFO (recoveryExecutor-602-thread-1) [ ]
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:37717/knhk/yn
START replicas=[http://127.0.0.1:45371/knhk/yn/collection1/] nUpdates=100
[junit4] 2> 445343 INFO (SocketProxy-Acceptor-45371) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=40354,localport=45371], receiveBufferSize:531000
[junit4] 2> 445344 INFO (SocketProxy-Acceptor-45371) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=38273,localport=49144], receiveBufferSize=530904
[junit4] 2> 445347 INFO (qtp14013706-2991) [ ]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 445347 INFO (qtp14013706-2991) [ ] o.a.s.c.S.Request
[collection1] webapp=/knhk/yn path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 445348 INFO (recoveryExecutor-602-thread-1) [ ]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 445348 INFO (recoveryExecutor-602-thread-1) [ ]
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync
[junit4] 2> 445348 INFO (recoveryExecutor-602-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 445348 INFO (recoveryExecutor-602-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 445348 INFO (recoveryExecutor-602-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 445348 INFO (recoveryExecutor-602-thread-1) [ ]
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
[junit4] 2> 445348 INFO (recoveryExecutor-602-thread-1) [ ]
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
[junit4] 2> 445348 INFO (recoveryExecutor-602-thread-1) [ ]
o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 445348 INFO (recoveryExecutor-602-thread-1) [ ]
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
[junit4] 2> 445700 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
[junit4] 2> 445701 INFO (SocketProxy-Acceptor-33723) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60286,localport=33723], receiveBufferSize:531000
[junit4] 2> 445702 INFO (SocketProxy-Acceptor-33723) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=39340,localport=44762], receiveBufferSize=530904
[junit4] 2> 445703 INFO (qtp3596916-2955) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 445703 INFO (qtp3596916-2955) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 445704 INFO (qtp3596916-2955) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 445704 INFO (qtp3596916-2955) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/knhk/yn path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 0
[junit4] 2> 445705 INFO (SocketProxy-Acceptor-41687) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60168,localport=41687], receiveBufferSize:531000
[junit4] 2> 445705 INFO (SocketProxy-Acceptor-41687) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33092,localport=33618], receiveBufferSize=530904
[junit4] 2> 445709 INFO (SocketProxy-Acceptor-41687) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60174,localport=41687], receiveBufferSize:531000
[junit4] 2> 445709 INFO (SocketProxy-Acceptor-37717) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=43786,localport=37717], receiveBufferSize:531000
[junit4] 2> 445709 INFO (SocketProxy-Acceptor-45371) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=40366,localport=45371], receiveBufferSize:531000
[junit4] 2> 445710 INFO (SocketProxy-Acceptor-37717) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=44910,localport=50610], receiveBufferSize=530904
[junit4] 2> 445712 INFO (SocketProxy-Acceptor-41687) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33092,localport=33626], receiveBufferSize=530904
[junit4] 2> 445712 INFO (SocketProxy-Acceptor-45371) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=38273,localport=49164], receiveBufferSize=530904
[junit4] 2> 445713 INFO (qtp23907697-3049) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 445713 INFO (qtp23907697-3049) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 445714 INFO (qtp23907697-3049) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 445714 INFO (qtp23907697-3049) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/knhk/yn path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:41687/knhk/yn/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 1
[junit4] 2> 445714 INFO (qtp14013706-2992) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 445714 INFO (qtp26515405-3022) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 445714 INFO (qtp14013706-2992) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 445714 INFO (qtp26515405-3022) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 445715 INFO (qtp14013706-2992) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 445715 INFO (qtp26515405-3022) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 445715 INFO (qtp14013706-2992) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/knhk/yn path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:41687/knhk/yn/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 1
[junit4] 2> 445715 INFO (qtp26515405-3022) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/knhk/yn path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:41687/knhk/yn/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 1
[junit4] 2> 445716 INFO (qtp26515405-3021) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/knhk/yn path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 8
[junit4] 2> 445717 INFO (SocketProxy-Acceptor-45371) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=40378,localport=45371], receiveBufferSize:531000
[junit4] 2> 445718 INFO (SocketProxy-Acceptor-45371) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=38273,localport=49168], receiveBufferSize=530904
[junit4] 2> 445719 INFO (qtp14013706-2991) [ ] o.a.s.c.S.Request
[collection1] webapp=/knhk/yn path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 445719 INFO (SocketProxy-Acceptor-37717) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=43798,localport=37717], receiveBufferSize:531000
[junit4] 2> 445720 INFO (SocketProxy-Acceptor-37717) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=44910,localport=50620], receiveBufferSize=530904
[junit4] 2> 445725 INFO (qtp23907697-3050) [ ] o.a.s.c.S.Request
[collection1] webapp=/knhk/yn path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=2
[junit4] 2> 445726 INFO (SocketProxy-Acceptor-41687) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60192,localport=41687], receiveBufferSize:531000
[junit4] 2> 445727 INFO (SocketProxy-Acceptor-41687) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33092,localport=33642], receiveBufferSize=530904
[junit4] 2> 445728 INFO (qtp26515405-3016) [ ] o.a.s.c.S.Request
[collection1] webapp=/knhk/yn path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 447728 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1:
c8n_1x3_lf
[junit4] 2> 447730 INFO (SocketProxy-Acceptor-45371) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=40390,localport=45371], receiveBufferSize:531000
[junit4] 2> 447731 INFO (SocketProxy-Acceptor-45371) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=38273,localport=49180], receiveBufferSize=530904
[junit4] 2> 447732 INFO (qtp14013706-2992) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 447734 INFO (OverseerThreadFactory-1739-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
[junit4] 2> 447734 INFO (OverseerThreadFactory-1739-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
[junit4] 2> 447837 INFO (SocketProxy-Acceptor-37717) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=43810,localport=37717], receiveBufferSize:531000
[junit4] 2> 447837 INFO (SocketProxy-Acceptor-41687) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60200,localport=41687], receiveBufferSize:531000
[junit4] 2> 447837 INFO (SocketProxy-Acceptor-33723) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60322,localport=33723], receiveBufferSize:531000
[junit4] 2> 447839 INFO (SocketProxy-Acceptor-37717) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=44910,localport=50636], receiveBufferSize=530904
[junit4] 2> 447839 INFO (SocketProxy-Acceptor-41687) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33092,localport=33656], receiveBufferSize=530904
[junit4] 2> 447840 INFO (SocketProxy-Acceptor-33723) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=39340,localport=44806], receiveBufferSize=530904
[junit4] 2> 447841 INFO (qtp26515405-3021) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica2&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
[junit4] 2> 447841 INFO (qtp23907697-3049) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica1&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
[junit4] 2> 447842 INFO (qtp3596916-2957) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica3&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
[junit4] 2> 448864 INFO (qtp23907697-3049) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.4.0
[junit4] 2> 448864 INFO (qtp26515405-3021) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.4.0
[junit4] 2> 448866 INFO (qtp3596916-2957) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.4.0
[junit4] 2> 448887 INFO (qtp26515405-3021) [ ] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica2] Schema name=test
[junit4] 2> 448887 INFO (qtp23907697-3049) [ ] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica1] Schema name=test
[junit4] 2> 448888 INFO (qtp3596916-2957) [ ] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica3] Schema name=test
[junit4] 2> 448991 WARN (qtp23907697-3049) [ ] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica1] default search field in schema is text. WARNING:
Deprecated, please use 'df' on request instead.
[junit4] 2> 448993 INFO (qtp23907697-3049) [ ] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 449000 INFO (qtp23907697-3049) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from
collection c8n_1x3_lf
[junit4] 2> 449001 INFO (qtp23907697-3049) [ ] o.a.s.c.SolrCore
[[c8n_1x3_lf_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica1/data/]
[junit4] 2> 449001 INFO (qtp23907697-3049) [ ] o.a.s.c.JmxMonitoredMap
JMX monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1153579
[junit4] 2> 449003 INFO (qtp23907697-3049) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=44, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=55.240234375,
floorSegmentMB=1.455078125, forceMergeDeletesPctAllowed=2.6911246074656994,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 449007 WARN (qtp23907697-3049) [ ] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,args = {defaults={a=A,b=B}}}
[junit4] 2> 449013 INFO (qtp23907697-3049) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 449013 INFO (qtp23907697-3049) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 449016 INFO (qtp23907697-3049) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 449016 INFO (qtp23907697-3049) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 449016 INFO (qtp23907697-3049) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4410401005328558]
[junit4] 2> 449017 INFO (qtp23907697-3049) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@31ecc4[c8n_1x3_lf_shard1_replica1]
main]
[junit4] 2> 449017 INFO (qtp23907697-3049) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 449018 INFO (qtp23907697-3049) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 449018 INFO (qtp23907697-3049) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 449018 INFO (qtp23907697-3049) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1552649053878091776
[junit4] 2> 449019 INFO (searcherExecutor-1780-thread-1) [ ]
o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica1] Registered new searcher
Searcher@31ecc4[c8n_1x3_lf_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 449037 WARN (qtp26515405-3021) [ ] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica2] default search field in schema is text. WARNING:
Deprecated, please use 'df' on request instead.
[junit4] 2> 449038 WARN (qtp3596916-2957) [ ] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica3] default search field in schema is text. WARNING:
Deprecated, please use 'df' on request instead.
[junit4] 2> 449040 INFO (qtp26515405-3021) [ ] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 449040 INFO (qtp3596916-2957) [ ] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 449043 INFO (qtp23907697-3049) [ ]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=3 found=1 timeoutin=9999ms
[junit4] 2> 449051 INFO (qtp26515405-3021) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'c8n_1x3_lf_shard1_replica2' using configuration from
collection c8n_1x3_lf
[junit4] 2> 449051 INFO (qtp3596916-2957) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'c8n_1x3_lf_shard1_replica3' using configuration from
collection c8n_1x3_lf
[junit4] 2> 449051 INFO (qtp26515405-3021) [ ] o.a.s.c.SolrCore
[[c8n_1x3_lf_shard1_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica2/data/]
[junit4] 2> 449051 INFO (qtp26515405-3021) [ ] o.a.s.c.JmxMonitoredMap
JMX monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1153579
[junit4] 2> 449052 INFO (qtp3596916-2957) [ ] o.a.s.c.SolrCore
[[c8n_1x3_lf_shard1_replica3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/control-001/cores/c8n_1x3_lf_shard1_replica3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001/control-001/cores/c8n_1x3_lf_shard1_replica3/data/]
[junit4] 2> 449052 INFO (qtp3596916-2957) [ ] o.a.s.c.JmxMonitoredMap
JMX monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1153579
[junit4] 2> 449053 INFO (qtp26515405-3021) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=44, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=55.240234375,
floorSegmentMB=1.455078125, forceMergeDeletesPctAllowed=2.6911246074656994,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 449054 INFO (qtp3596916-2957) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=44, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=55.240234375,
floorSegmentMB=1.455078125, forceMergeDeletesPctAllowed=2.6911246074656994,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 449056 WARN (qtp26515405-3021) [ ] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,args = {defaults={a=A,b=B}}}
[junit4] 2> 449058 WARN (qtp3596916-2957) [ ] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,args = {defaults={a=A,b=B}}}
[junit4] 2> 449063 INFO (qtp26515405-3021) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 449063 INFO (qtp26515405-3021) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 449066 INFO (qtp26515405-3021) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 449066 INFO (qtp26515405-3021) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 449066 INFO (qtp3596916-2957) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 449066 INFO (qtp26515405-3021) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4410401005328558]
[junit4] 2> 449066 INFO (qtp3596916-2957) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 449066 INFO (qtp26515405-3021) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@d19140[c8n_1x3_lf_shard1_replica2]
main]
[junit4] 2> 449067 INFO (qtp26515405-3021) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 449067 INFO (qtp26515405-3021) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 449067 INFO (qtp26515405-3021) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 449068 INFO (searcherExecutor-1785-thread-1) [ ]
o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica2] Registered new searcher
Searcher@d19140[c8n_1x3_lf_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 449068 INFO (qtp26515405-3021) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1552649053930520576
[junit4] 2> 449072 INFO (qtp3596916-2957) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 449072 INFO (qtp3596916-2957) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 449072 INFO (qtp3596916-2957) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4410401005328558]
[junit4] 2> 449073 INFO (qtp3596916-2957) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@fd2d41[c8n_1x3_lf_shard1_replica3]
main]
[junit4] 2> 449073 INFO (qtp3596916-2957) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 449073 INFO (qtp3596916-2957) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 449073 INFO (qtp3596916-2957) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 449074 INFO (searcherExecutor-1786-thread-1) [ ]
o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica3] Registered new searcher
Searcher@fd2d41[c8n_1x3_lf_shard1_replica3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 449074 INFO (qtp3596916-2957) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1552649053936812032
[junit4] 2> 449543 INFO (qtp23907697-3049) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 449543 INFO (qtp23907697-3049) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 449543 INFO (qtp23907697-3049) [ ] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:37717/knhk/yn/c8n_1x3_lf_shard1_replica1/
[junit4] 2> 449544 INFO (qtp23907697-3049) [ ] o.a.s.u.PeerSync
PeerSync: core=c8n_1x3_lf_shard1_replica1 url=http://127.0.0.1:37717/knhk/yn
START replicas=[http://127.0.0.1:41687/knhk/yn/c8n_1x3_lf_shard1_replica2/,
http://127.0.0.1:33723/knhk/yn/c8n_1x3_lf_shard1_replica3/] nUpdates=100
[junit4] 2> 449544 INFO (qtp23907697-3049) [ ] o.a.s.u.PeerSync
PeerSync: core=c8n_1x3_lf_shard1_replica1 url=http://127.0.0.1:37717/knhk/yn
DONE. We have no versions. sync failed.
[junit4] 2> 449544 INFO (SocketProxy-Acceptor-41687) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60232,localport=41687], receiveBufferSize:531000
[junit4] 2> 449544 INFO (SocketProxy-Acceptor-33723) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60356,localport=33723], receiveBufferSize:531000
[junit4] 2> 449544 INFO (SocketProxy-Acceptor-41687) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33092,localport=33684], receiveBufferSize=530904
[junit4] 2> 449545 INFO (SocketProxy-Acceptor-33723) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=39340,localport=44834], receiveBufferSize=530904
[junit4] 2> 449546 INFO (qtp26515405-3016) [ ] o.a.s.c.S.Request
[c8n_1x3_lf_shard1_replica2] webapp=/knhk/yn path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 449548 INFO (qtp3596916-2952) [ ] o.a.s.c.S.Request
[c8n_1x3_lf_shard1_replica3] webapp=/knhk/yn path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 449549 INFO (qtp23907697-3049) [ ] o.a.s.c.SyncStrategy
Leader's attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 449549 INFO (qtp23907697-3049) [ ]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 449552 INFO (qtp23907697-3049) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:37717/knhk/yn/c8n_1x3_lf_shard1_replica1/ shard1
[junit4] 2> 449702 INFO (qtp23907697-3049) [ ] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 449704 INFO (qtp23907697-3049) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica1&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2}
status=0 QTime=1863
[junit4] 2> 450075 INFO (qtp26515405-3021) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica2&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2}
status=0 QTime=2234
[junit4] 2> 450081 INFO (qtp3596916-2957) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica3&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2}
status=0 QTime=2238
[junit4] 2> 450084 INFO (qtp14013706-2992) [ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 451084 INFO (qtp14013706-2992) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2}
status=0 QTime=3351
[junit4] 2> 451086 INFO (SocketProxy-Acceptor-37717) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=43872,localport=37717], receiveBufferSize:531000
[junit4] 2> 451089 INFO (SocketProxy-Acceptor-37717) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=44910,localport=50694], receiveBufferSize=530904
[junit4] 2> 451131 INFO (qtp26515405-3018) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [c8n_1x3_lf_shard1_replica2]
webapp=/knhk/yn path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37717/knhk/yn/c8n_1x3_lf_shard1_replica1/&wt=javabin&version=2}{add=[1
(1552649056050741248)]} 0 36
[junit4] 2> 451131 INFO (qtp3596916-2951) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [c8n_1x3_lf_shard1_replica3]
webapp=/knhk/yn path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37717/knhk/yn/c8n_1x3_lf_shard1_replica1/&wt=javabin&version=2}{add=[1
(1552649056050741248)]} 0 36
[junit4] 2> 451131 INFO (qtp23907697-3046) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [c8n_1x3_lf_shard1_replica1]
webapp=/knhk/yn path=/update params={wt=javabin&version=2}{add=[1
(1552649056050741248)]} 0 41
[junit4] 2> 451132 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Found 3 replicas and leader on
127.0.0.1:37717_knhk%2Fyn for shard1 in c8n_1x3_lf
[junit4] 2> 451132 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Took 0.0 ms to see all replicas become
active.
[junit4] 2> 451132 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:41687/knhk/yn,
target: http://127.0.0.1:33092/knhk/yn
[junit4] 2> 451136 ERROR (updateExecutor-601-thread-2) [ ]
o.a.s.u.StreamingSolrClients error
[junit4] 2> java.net.ConnectException: Connection refused
[junit4] 2> at
java.net.PlainSocketImpl.socketConnect(java.base@9-ea/Native Method)
[junit4] 2> at
java.net.AbstractPlainSocketImpl.doConnect(java.base@9-ea/AbstractPlainSocketImpl.java:400)
[junit4] 2> at
java.net.AbstractPlainSocketImpl.connectToAddress(java.base@9-ea/AbstractPlainSocketImpl.java:243)
[junit4] 2> at
java.net.AbstractPlainSocketImpl.connect(java.base@9-ea/AbstractPlainSocketImpl.java:225)
[junit4] 2> at
java.net.SocksSocketImpl.connect(java.base@9-ea/SocksSocketImpl.java:402)
[junit4] 2> at
java.net.Socket.connect(java.base@9-ea/Socket.java:591)
[junit4] 2> at
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
[junit4] 2> at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
[junit4] 2> at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
[junit4] 2> at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
[junit4] 2> at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
[junit4] 2> at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
[junit4] 2> at
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:312)
[junit4] 2> at
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:185)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2
[...truncated too long message...]
7BF5A7B568603E9D]) [ ] o.a.s.c.Overseer Overseer
(id=97040564509016075-127.0.0.1:41687_knhk%2Fyn-n_0000000002) closing
[junit4] 2> 545934 INFO
(OverseerStateUpdate-97040564509016075-127.0.0.1:41687_knhk%2Fyn-n_0000000002)
[ ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41687_knhk%2Fyn
[junit4] 2> 547437 WARN (zkCallback-598-thread-4) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 547437 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@6e1fe2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 547438 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1b3e4d8{/knhk/yn,null,UNAVAILABLE}
[junit4] 2> 547438 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.ChaosMonkey monkey: stop shard! 37717
[junit4] 2> 547439 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:36676 36676
[junit4] 2> 547454 INFO (Thread-593) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:36676 36676
[junit4] 2> 547455 WARN (Thread-593) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf1
[junit4] 2> 3 /solr/collections/c8n_1x3_lf/state.json
[junit4] 2> 3 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 115 /solr/overseer/collection-queue-work
[junit4] 2> 36 /solr/overseer/queue
[junit4] 2> 11 /solr/overseer/queue-work
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2>
[junit4] 2> 547455 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:45371/knhk/yn,
target: http://127.0.0.1:38273/knhk/yn
[junit4] 2> 547455 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:37717/knhk/yn,
target: http://127.0.0.1:44910/knhk/yn
[junit4] 2> 547455 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.SocketProxy Closing 13 connections to: http://127.0.0.1:33723/knhk/yn,
target: http://127.0.0.1:39340/knhk/yn
[junit4] 2> 547455 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7BF5A7B568603E9D]) [ ]
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:41687/knhk/yn,
target: http://127.0.0.1:33092/knhk/yn
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test
-Dtests.seed=7BF5A7B568603E9D -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=vai-LR -Dtests.timezone=Asia/Sakhalin -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 119s J2 | LeaderFailoverAfterPartitionTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: Expected 2 of 3
replicas to be active but only found 1;
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:33723/knhk/yn","node_name":"127.0.0.1:33723_knhk%2Fyn","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
[junit4] > "replicationFactor":"3",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "state":"down",
[junit4] > "base_url":"http://127.0.0.1:41687/knhk/yn",
[junit4] > "core":"c8n_1x3_lf_shard1_replica2",
[junit4] > "node_name":"127.0.0.1:41687_knhk%2Fyn"},
[junit4] > "core_node2":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica1",
[junit4] > "base_url":"http://127.0.0.1:37717/knhk/yn",
[junit4] > "node_name":"127.0.0.1:37717_knhk%2Fyn",
[junit4] > "state":"down"},
[junit4] > "core_node3":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica3",
[junit4] > "base_url":"http://127.0.0.1:33723/knhk/yn",
[junit4] > "node_name":"127.0.0.1:33723_knhk%2Fyn",
[junit4] > "state":"active",
[junit4] > "leader":"true"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false"}
[junit4] > at
__randomizedtesting.SeedInfo.seed([7BF5A7B568603E9D:F3A1986FC69C5365]:0)
[junit4] > at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
[junit4] > at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
[junit4] > at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
[junit4] > at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
[junit4] > at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
[junit4] > at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
[junit4] 2> 547458 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7BF5A7B568603E9D]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7BF5A7B568603E9D-001
[junit4] 2> Dec 02, 2016 11:33:43 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{range_facet_l_dv=PostingsFormat(name=Memory doPackFST= false),
_version_=PostingsFormat(name=Asserting),
multiDefault=PostingsFormat(name=MockRandom),
a_t=PostingsFormat(name=MockRandom), intDefault=PostingsFormat(name=Asserting),
id=PostingsFormat(name=Memory doPackFST= false),
range_facet_i_dv=PostingsFormat(name=MockRandom), text=FST50,
range_facet_l=PostingsFormat(name=MockRandom),
timestamp=PostingsFormat(name=MockRandom)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct),
range_facet_i_dv=DocValuesFormat(name=Memory),
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=530,
maxMBSortInHeap=7.446543795701137,
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=vai-LR,
timezone=Asia/Sakhalin
[junit4] 2> NOTE: Linux 4.4.0-47-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=12,threads=1,free=20747832,total=216055808
[junit4] 2> NOTE: All tests run in this JVM:
[FieldAnalysisRequestHandlerTest, SolrCloudExampleTest, TestFieldTypeResource,
TestRandomCollapseQParserPlugin, TestClassicSimilarityFactory,
TestImplicitCoreProperties, TestPerFieldSimilarityClassic, MinimalSchemaTest,
TestZkChroot, TestJsonFacetRefinement, TestMergePolicyConfig,
TestSizeLimitedDistributedMap, TestSubQueryTransformer,
TestSolrCloudWithSecureImpersonation, TestPhraseSuggestions,
QueryResultKeyTest, DistributedFacetPivotLongTailTest, RemoteQueryErrorTest,
TestExportWriter, TestCollectionAPI, TestSolrDeletionPolicy1,
DirectoryFactoryTest, DirectUpdateHandlerOptimizeTest, BooleanFieldTest,
SuggestComponentTest, SpatialRPTFieldTypeTest, ResponseHeaderTest,
OutOfBoxZkACLAndCredentialsProvidersTest, TestSort, DeleteReplicaTest,
QueryParsingTest, SegmentsInfoRequestHandlerTest, TestRawTransformer,
TestDefaultSearchFieldResource, SimpleFacetsTest, TestRecoveryHdfs,
HdfsWriteToMultipleCollectionsTest, TestJavabinTupleStreamParser, AssignTest,
ConnectionReuseTest, PingRequestHandlerTest, TimeZoneUtilsTest,
TestSolrQueryParser, TestComplexPhraseQParserPlugin, TestBinaryField,
TestWriterPerf, GraphQueryTest, TestReversedWildcardFilterFactory,
CollectionsAPISolrJTest, TestBlobHandler, CoreAdminHandlerTest,
BadIndexSchemaTest, TestLFUCache, OpenExchangeRatesOrgProviderTest,
TestConfigSetsAPIZkFailure, DistanceUnitsTest, TestNoOpRegenerator,
LeaderInitiatedRecoveryOnShardRestartTest, LeaderFailoverAfterPartitionTest]
[junit4] Completed [182/658 (1!)] on J2 in 119.69s, 1 test, 1 failure <<<
FAILURES!
[...truncated 51569 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:765: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:645: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:633: Source checkout is
modified!!! Offending files:
* solr/licenses/commons-fileupload-1.3.2.jar.sha1
Total time: 77 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]