Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2428/
Java: 64bit/jdk-9-ea+147 -XX:+UseCompressedOops -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_replica2","base_url":"http://127.0.0.1:36452/id_g/wr","node_name":"127.0.0.1:36452_id_g%2Fwr","state":"active","leader":"true"}];
clusterState:
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
"replicationFactor":"3", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node1":{ "state":"down",
"base_url":"http://127.0.0.1:33243/id_g/wr",
"core":"c8n_1x3_lf_shard1_replica1",
"node_name":"127.0.0.1:33243_id_g%2Fwr"}, "core_node2":{
"core":"c8n_1x3_lf_shard1_replica3",
"base_url":"http://127.0.0.1:34544/id_g/wr",
"node_name":"127.0.0.1:34544_id_g%2Fwr", "state":"down"},
"core_node3":{ "core":"c8n_1x3_lf_shard1_replica2",
"base_url":"http://127.0.0.1:36452/id_g/wr",
"node_name":"127.0.0.1:36452_id_g%2Fwr", "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_replica2","base_url":"http://127.0.0.1:36452/id_g/wr","node_name":"127.0.0.1:36452_id_g%2Fwr","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
"replicationFactor":"3",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"state":"down",
"base_url":"http://127.0.0.1:33243/id_g/wr",
"core":"c8n_1x3_lf_shard1_replica1",
"node_name":"127.0.0.1:33243_id_g%2Fwr"},
"core_node2":{
"core":"c8n_1x3_lf_shard1_replica3",
"base_url":"http://127.0.0.1:34544/id_g/wr",
"node_name":"127.0.0.1:34544_id_g%2Fwr",
"state":"down"},
"core_node3":{
"core":"c8n_1x3_lf_shard1_replica2",
"base_url":"http://127.0.0.1:36452/id_g/wr",
"node_name":"127.0.0.1:36452_id_g%2Fwr",
"state":"active",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([3732C7D7F59DF470:BF66F80D5B619988]: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
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:538)
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.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 10905 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_3732C7D7F59DF470-001/init-core-data-001
[junit4] 2> 75596 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[3732C7D7F59DF470]-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> 75596 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[3732C7D7F59DF470]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
/id_g/wr
[junit4] 2> 75598 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 75598 INFO (Thread-138) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 75598 INFO (Thread-138) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 75698 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.ZkTestServer start zk server on port:36156
[junit4] 2> 75709 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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> 75712 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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> 75716 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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> 75719 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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> 75722 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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> 75725 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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> 75728 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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> 75732 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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> 75734 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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> 75737 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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> 75741 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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> 76197 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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_3732C7D7F59DF470-001/control-001/cores/collection1
[junit4] 2> 76199 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 76200 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@77459e73{/id_g/wr,null,AVAILABLE}
[junit4] 2> 76202 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7ec21954{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
[junit4] 2> 76202 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.Server Started @?????ms
[junit4] 2> 76202 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/id_g/wr,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3732C7D7F59DF470-001/tempDir-001/control/data,
hostPort=36452,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3732C7D7F59DF470-001/control-001/cores}
[junit4] 2> 76202 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 76203 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 76203 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 76203 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 76203 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-15T16:09:16.564254Z
[junit4] 2> 76205 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 76205 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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_3732C7D7F59DF470-001/control-001/solr.xml
[junit4] 2> 76211 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 76213 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36156/solr
[junit4] 2> 76230 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:36452_id_g%2Fwr
[junit4] 2> 76231 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.Overseer Overseer
(id=97112434669125636-127.0.0.1:36452_id_g%2Fwr-n_0000000000) starting
[junit4] 2> 76238 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36452_id_g%2Fwr
[junit4] 2> 76239 INFO
(OverseerStateUpdate-97112434669125636-127.0.0.1:36452_id_g%2Fwr-n_0000000000)
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 76301 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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_3732C7D7F59DF470-001/control-001/cores
[junit4] 2> 76303 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 76306 INFO
(OverseerStateUpdate-97112434669125636-127.0.0.1:36452_id_g%2Fwr-n_0000000000)
[ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 77315 WARN (coreLoadExecutor-268-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 77315 INFO (coreLoadExecutor-268-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
[junit4] 2> 77329 INFO (coreLoadExecutor-268-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 77418 WARN (coreLoadExecutor-268-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> 77421 INFO (coreLoadExecutor-268-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 77431 INFO (coreLoadExecutor-268-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 77432 INFO (coreLoadExecutor-268-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_3732C7D7F59DF470-001/control-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3732C7D7F59DF470-001/control-001/cores/collection1/data/]
[junit4] 2> 77432 INFO (coreLoadExecutor-268-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@66d8875d
[junit4] 2> 77433 INFO (coreLoadExecutor-268-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=67.1162109375,
floorSegmentMB=1.0146484375, forceMergeDeletesPctAllowed=16.23844778767169,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=1.2607421875, noCFSRatio=0.0
[junit4] 2> 77442 WARN (coreLoadExecutor-268-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> 77451 INFO (coreLoadExecutor-268-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 77451 INFO (coreLoadExecutor-268-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 77452 INFO (coreLoadExecutor-268-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 77452 INFO (coreLoadExecutor-268-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 77452 INFO (coreLoadExecutor-268-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=87.5166015625,
floorSegmentMB=0.83203125, forceMergeDeletesPctAllowed=14.898989847009826,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 77452 INFO (coreLoadExecutor-268-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@347cb5af[collection1] main]
[junit4] 2> 77453 INFO (coreLoadExecutor-268-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 77454 INFO (coreLoadExecutor-268-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 77454 INFO (coreLoadExecutor-268-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 77454 INFO (searcherExecutor-269-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@347cb5af[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 77455 INFO (coreLoadExecutor-268-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1553798956650070016
[junit4] 2> 77463 INFO (coreZkRegister-261-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 77463 INFO (coreZkRegister-261-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 77463 INFO (coreZkRegister-261-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:36452/id_g/wr/collection1/
[junit4] 2> 77463 INFO (coreZkRegister-261-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 77463 INFO (coreZkRegister-261-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:36452/id_g/wr/collection1/ has no replicas
[junit4] 2> 77472 INFO (coreZkRegister-261-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:36452/id_g/wr/collection1/ shard1
[junit4] 2> 77623 INFO (coreZkRegister-261-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 77809 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 77810 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36156/solr ready
[junit4] 2> 77810 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 77810 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 77813 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x159033eabba0006, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 78229 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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_3732C7D7F59DF470-001/shard-1-001/cores/collection1
[junit4] 2> 78229 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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_3732C7D7F59DF470-001/shard-1-001
[junit4] 2> 78230 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 78231 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@22afac59{/id_g/wr,null,AVAILABLE}
[junit4] 2> 78232 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2f18b35e{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
[junit4] 2> 78232 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.Server Started @?????ms
[junit4] 2> 78232 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/id_g/wr,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3732C7D7F59DF470-001/tempDir-001/jetty1,
hostPort=34544,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3732C7D7F59DF470-001/shard-1-001/cores}
[junit4] 2> 78232 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 78232 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 78232 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 78232 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 78233 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-15T16:09:18.594007Z
[junit4] 2> 78237 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 78237 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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_3732C7D7F59DF470-001/shard-1-001/solr.xml
[junit4] 2> 78242 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 78243 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36156/solr
[junit4] 2> 78255 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 78258 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34544_id_g%2Fwr
[junit4] 2> 78260 INFO (zkCallback-97-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 78263 INFO (zkCallback-93-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 78264 INFO (zkCallback-103-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 78296 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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_3732C7D7F59DF470-001/shard-1-001/cores
[junit4] 2> 78296 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 78299 INFO
(OverseerStateUpdate-97112434669125636-127.0.0.1:36452_id_g%2Fwr-n_0000000000)
[ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
[junit4] 2> 78402 INFO (zkCallback-103-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 79311 WARN (coreLoadExecutor-279-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 79312 INFO (coreLoadExecutor-279-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
[junit4] 2> 79327 INFO (coreLoadExecutor-279-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 79395 WARN (coreLoadExecutor-279-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> 79396 INFO (coreLoadExecutor-279-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 79404 INFO (coreLoadExecutor-279-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 79404 INFO (coreLoadExecutor-279-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_3732C7D7F59DF470-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_3732C7D7F59DF470-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 79404 INFO (coreLoadExecutor-279-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@66d8875d
[junit4] 2> 79405 INFO (coreLoadExecutor-279-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=67.1162109375,
floorSegmentMB=1.0146484375, forceMergeDeletesPctAllowed=16.23844778767169,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=1.2607421875, noCFSRatio=0.0
[junit4] 2> 79409 WARN (coreLoadExecutor-279-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> 79416 INFO (coreLoadExecutor-279-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 79416 INFO (coreLoadExecutor-279-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 79417 INFO (coreLoadExecutor-279-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 79417 INFO (coreLoadExecutor-279-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 79417 INFO (coreLoadExecutor-279-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=87.5166015625,
floorSegmentMB=0.83203125, forceMergeDeletesPctAllowed=14.898989847009826,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 79418 INFO (coreLoadExecutor-279-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@257429a1[collection1] main]
[junit4] 2> 79419 INFO (coreLoadExecutor-279-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 79419 INFO (coreLoadExecutor-279-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 79419 INFO (coreLoadExecutor-279-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 79420 INFO (searcherExecutor-280-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@257429a1[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 79421 INFO (coreLoadExecutor-279-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1553798958711570432
[junit4] 2> 79426 INFO (coreZkRegister-274-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 79426 INFO (coreZkRegister-274-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 79426 INFO (coreZkRegister-274-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:34544/id_g/wr/collection1/
[junit4] 2> 79426 INFO (coreZkRegister-274-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 79426 INFO (coreZkRegister-274-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:34544/id_g/wr/collection1/ has no replicas
[junit4] 2> 79429 INFO (coreZkRegister-274-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:34544/id_g/wr/collection1/ shard2
[junit4] 2> 79531 INFO (zkCallback-103-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 79580 INFO (coreZkRegister-274-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 79683 INFO (zkCallback-103-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 80201 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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_3732C7D7F59DF470-001/shard-2-001/cores/collection1
[junit4] 2> 80201 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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_3732C7D7F59DF470-001/shard-2-001
[junit4] 2> 80202 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 80203 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@76401c8c{/id_g/wr,null,AVAILABLE}
[junit4] 2> 80204 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@8ee296c{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
[junit4] 2> 80204 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.Server Started @?????ms
[junit4] 2> 80204 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/id_g/wr,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3732C7D7F59DF470-001/tempDir-001/jetty2,
hostPort=33243,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3732C7D7F59DF470-001/shard-2-001/cores}
[junit4] 2> 80204 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 80204 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 80204 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 80204 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 80204 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-15T16:09:20.565937Z
[junit4] 2> 80207 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 80208 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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_3732C7D7F59DF470-001/shard-2-001/solr.xml
[junit4] 2> 80212 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 80214 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36156/solr
[junit4] 2> 80223 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 80226 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33243_id_g%2Fwr
[junit4] 2> 80227 INFO (zkCallback-103-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 80228 INFO (zkCallback-97-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 80228 INFO (zkCallback-93-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 80229 INFO (zkCallback-109-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 80245 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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_3732C7D7F59DF470-001/shard-2-001/cores
[junit4] 2> 80245 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 80247 INFO
(OverseerStateUpdate-97112434669125636-127.0.0.1:36452_id_g%2Fwr-n_0000000000)
[ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 80349 INFO (zkCallback-103-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 80349 INFO (zkCallback-109-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 81254 WARN (coreLoadExecutor-290-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 81254 INFO (coreLoadExecutor-290-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
[junit4] 2> 81278 INFO (coreLoadExecutor-290-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 81335 WARN (coreLoadExecutor-290-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> 81338 INFO (coreLoadExecutor-290-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 81347 INFO (coreLoadExecutor-290-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 81347 INFO (coreLoadExecutor-290-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_3732C7D7F59DF470-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_3732C7D7F59DF470-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 81347 INFO (coreLoadExecutor-290-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@66d8875d
[junit4] 2> 81348 INFO (coreLoadExecutor-290-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=67.1162109375,
floorSegmentMB=1.0146484375, forceMergeDeletesPctAllowed=16.23844778767169,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=1.2607421875, noCFSRatio=0.0
[junit4] 2> 81351 WARN (coreLoadExecutor-290-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> 81372 INFO (coreLoadExecutor-290-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 81372 INFO (coreLoadExecutor-290-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 81373 INFO (coreLoadExecutor-290-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 81373 INFO (coreLoadExecutor-290-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 81373 INFO (coreLoadExecutor-290-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=87.5166015625,
floorSegmentMB=0.83203125, forceMergeDeletesPctAllowed=14.898989847009826,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 81374 INFO (coreLoadExecutor-290-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2f4d3084[collection1] main]
[junit4] 2> 81374 INFO (coreLoadExecutor-290-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 81375 INFO (coreLoadExecutor-290-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 81375 INFO (coreLoadExecutor-290-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 81376 INFO (searcherExecutor-291-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2f4d3084[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 81376 INFO (coreLoadExecutor-290-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1553798960761536512
[junit4] 2> 81381 INFO (coreZkRegister-285-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 81381 INFO (coreZkRegister-285-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 81381 INFO (coreZkRegister-285-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:33243/id_g/wr/collection1/
[junit4] 2> 81381 INFO (coreZkRegister-285-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 81381 INFO (coreZkRegister-285-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:33243/id_g/wr/collection1/ has no replicas
[junit4] 2> 81383 INFO (coreZkRegister-285-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:33243/id_g/wr/collection1/ shard1
[junit4] 2> 81484 INFO (zkCallback-103-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 81484 INFO (zkCallback-109-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 81533 INFO (coreZkRegister-285-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 81636 INFO (zkCallback-103-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 81636 INFO (zkCallback-109-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 82128 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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_3732C7D7F59DF470-001/shard-3-001/cores/collection1
[junit4] 2> 82128 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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_3732C7D7F59DF470-001/shard-3-001
[junit4] 2> 82129 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 82130 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@350bd29{/id_g/wr,null,AVAILABLE}
[junit4] 2> 82131 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@20f3b042{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
[junit4] 2> 82131 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.Server Started @?????ms
[junit4] 2> 82131 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/id_g/wr,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3732C7D7F59DF470-001/tempDir-001/jetty3,
hostPort=42690,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3732C7D7F59DF470-001/shard-3-001/cores}
[junit4] 2> 82131 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 82131 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 82131 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 82131 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 82131 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-15T16:09:22.492795Z
[junit4] 2> 82134 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 82134 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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_3732C7D7F59DF470-001/shard-3-001/solr.xml
[junit4] 2> 82139 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 82140 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36156/solr
[junit4] 2> 82148 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 82150 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42690_id_g%2Fwr
[junit4] 2> 82151 INFO (zkCallback-115-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 82151 INFO (zkCallback-103-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 82151 INFO (zkCallback-109-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 82151 INFO (zkCallback-93-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 82151 INFO (zkCallback-97-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 82180 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
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_3732C7D7F59DF470-001/shard-3-001/cores
[junit4] 2> 82180 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 82182 INFO
(OverseerStateUpdate-97112434669125636-127.0.0.1:36452_id_g%2Fwr-n_0000000000)
[ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
[junit4] 2> 82284 INFO (zkCallback-109-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 82284 INFO (zkCallback-103-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 82284 INFO (zkCallback-115-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 83204 WARN (coreLoadExecutor-301-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 83204 INFO (coreLoadExecutor-301-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
[junit4] 2> 83214 INFO (coreLoadExecutor-301-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 83304 WARN (coreLoadExecutor-301-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> 83306 INFO (coreLoadExecutor-301-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 83313 INFO (coreLoadExecutor-301-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 83314 INFO (coreLoadExecutor-301-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_3732C7D7F59DF470-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_3732C7D7F59DF470-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 83314 INFO (coreLoadExecutor-301-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@66d8875d
[junit4] 2> 83315 INFO (coreLoadExecutor-301-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=67.1162109375,
floorSegmentMB=1.0146484375, forceMergeDeletesPctAllowed=16.23844778767169,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=1.2607421875, noCFSRatio=0.0
[junit4] 2> 83318 WARN (coreLoadExecutor-301-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> 83325 INFO (coreLoadExecutor-301-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 83325 INFO (coreLoadExecutor-301-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 83325 INFO (coreLoadExecutor-301-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 83326 INFO (coreLoadExecutor-301-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 83326 INFO (coreLoadExecutor-301-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=87.5166015625,
floorSegmentMB=0.83203125, forceMergeDeletesPctAllowed=14.898989847009826,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 83326 INFO (coreLoadExecutor-301-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@36f39b40[collection1] main]
[junit4] 2> 83327 INFO (coreLoadExecutor-301-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 83327 INFO (coreLoadExecutor-301-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 83327 INFO (coreLoadExecutor-301-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 83329 INFO (searcherExecutor-302-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@36f39b40[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 83329 INFO (coreLoadExecutor-301-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1553798962809405440
[junit4] 2> 83332 INFO (coreZkRegister-296-thread-1) [ ]
o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 83332 INFO (updateExecutor-112-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 83332 INFO (recoveryExecutor-113-thread-1) [ ]
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 83333 INFO (recoveryExecutor-113-thread-1) [ ]
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 83333 INFO (recoveryExecutor-113-thread-1) [ ]
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
[junit4] 2> 83333 INFO (recoveryExecutor-113-thread-1) [ ]
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE,
tlog=null}
[junit4] 2> 83333 INFO (recoveryExecutor-113-thread-1) [ ]
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering,
leader is [http://127.0.0.1:34544/id_g/wr/collection1/] and I am
[http://127.0.0.1:42690/id_g/wr/collection1/]
[junit4] 2> 83335 INFO (recoveryExecutor-113-thread-1) [ ]
o.a.s.c.RecoveryStrategy Sending prep recovery command to
[http://127.0.0.1:34544/id_g/wr]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:42690_id_g%252Fwr&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 83336 INFO (SocketProxy-Acceptor-34544) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=43456,localport=34544], receiveBufferSize:531000
[junit4] 2> 83338 INFO (SocketProxy-Acceptor-34544) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=32983,localport=53306], receiveBufferSize=530904
[junit4] 2> 83340 INFO (qtp1925570130-620) [ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 83341 INFO (qtp1925570130-620) [ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard2 of collection1) have state: recovering
[junit4] 2> 83341 INFO (qtp1925570130-620) [ ]
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:42690_id_g%2Fwr, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:42690/id_g/wr","node_name":"127.0.0.1:42690_id_g%2Fwr","state":"down"}
[junit4] 2> 83435 INFO (zkCallback-109-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 83435 INFO (zkCallback-103-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 83435 INFO (zkCallback-115-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 83684 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 83684 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait
30000 for each attempt
[junit4] 2> 83684 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30000
[junit4] 2> 84341 INFO (qtp1925570130-620) [ ]
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:42690_id_g%2Fwr, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:42690/id_g/wr","node_name":"127.0.0.1:42690_id_g%2Fwr","state":"recovering"}
[junit4] 2> 84341 INFO (qtp1925570130-620) [ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 84341 INFO (qtp1925570130-620) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:42690_id_g%252Fwr&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> 91342 INFO (recoveryExecutor-113-thread-1) [ ]
o.a.s.c.RecoveryStrategy Attempting to PeerSync from
[http://127.0.0.1:34544/id_g/wr/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 91342 INFO (recoveryExecutor-113-thread-1) [ ]
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:42690/id_g/wr
START replicas=[http://127.0.0.1:34544/id_g/wr/collection1/] nUpdates=100
[junit4] 2> 91344 INFO (SocketProxy-Acceptor-34544) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=43536,localport=34544], receiveBufferSize:531000
[junit4] 2> 91344 INFO (SocketProxy-Acceptor-34544) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=32983,localport=53386], receiveBufferSize=530904
[junit4] 2> 91346 INFO (qtp1925570130-620) [ ]
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> 91346 INFO (qtp1925570130-620) [ ] o.a.s.c.S.Request
[collection1] webapp=/id_g/wr path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 91347 INFO (recoveryExecutor-113-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> 91348 INFO (recoveryExecutor-113-thread-1) [ ]
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync
[junit4] 2> 91348 INFO (recoveryExecutor-113-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 91348 INFO (recoveryExecutor-113-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 91348 INFO (recoveryExecutor-113-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 91348 INFO (recoveryExecutor-113-thread-1) [ ]
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
[junit4] 2> 91348 INFO (recoveryExecutor-113-thread-1) [ ]
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
[junit4] 2> 91348 INFO (recoveryExecutor-113-thread-1) [ ]
o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 91348 INFO (recoveryExecutor-113-thread-1) [ ]
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
[junit4] 2> 91349 INFO (zkCallback-115-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 91349 INFO (zkCallback-103-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 91349 INFO (zkCallback-109-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 91688 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
[junit4] 2> 91689 INFO (SocketProxy-Acceptor-36452) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=33098,localport=36452], receiveBufferSize:531000
[junit4] 2> 91691 INFO (SocketProxy-Acceptor-36452) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43780,localport=60550], receiveBufferSize=530904
[junit4] 2> 91693 INFO (qtp1669620079-579) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 91693 INFO (qtp1669620079-579) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 91694 INFO (qtp1669620079-579) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 91694 INFO (qtp1669620079-579) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/id_g/wr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 0
[junit4] 2> 91696 INFO (SocketProxy-Acceptor-34544) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=43544,localport=34544], receiveBufferSize:531000
[junit4] 2> 91696 INFO (SocketProxy-Acceptor-34544) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=32983,localport=53394], receiveBufferSize=530904
[junit4] 2> 91704 INFO (SocketProxy-Acceptor-42690) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=59546,localport=42690], receiveBufferSize:531000
[junit4] 2> 91704 INFO (SocketProxy-Acceptor-33243) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=42600,localport=33243], receiveBufferSize:531000
[junit4] 2> 91704 INFO (SocketProxy-Acceptor-34544) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=43550,localport=34544], receiveBufferSize:531000
[junit4] 2> 91705 INFO (SocketProxy-Acceptor-33243) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43356,localport=36880], receiveBufferSize=530904
[junit4] 2> 91706 INFO (SocketProxy-Acceptor-34544) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=32983,localport=53406], receiveBufferSize=530904
[junit4] 2> 91710 INFO (SocketProxy-Acceptor-42690) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41452,localport=42866], receiveBufferSize=530904
[junit4] 2> 91713 INFO (qtp762151015-649) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 91713 INFO (qtp1950702235-678) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 91714 INFO (qtp762151015-649) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 91713 INFO (qtp1925570130-620) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 91714 INFO (qtp1950702235-678) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 91715 INFO (qtp1925570130-620) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 91715 INFO (qtp762151015-649) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 91715 INFO (qtp1950702235-678) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 91715 INFO (qtp1925570130-620) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 91715 INFO (qtp762151015-649) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/id_g/wr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34544/id_g/wr/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 2
[junit4] 2> 91715 INFO (qtp1925570130-620) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/id_g/wr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34544/id_g/wr/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 2
[junit4] 2> 91715 INFO (qtp1950702235-678) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/id_g/wr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34544/id_g/wr/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 2
[junit4] 2> 91716 INFO (qtp1925570130-622) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/id_g/wr path=/update
params={_stateVer_=collection1:9&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 14
[junit4] 2> 91718 INFO (SocketProxy-Acceptor-34544) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=43560,localport=34544], receiveBufferSize:531000
[junit4] 2> 91718 INFO (SocketProxy-Acceptor-34544) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=32983,localport=53410], receiveBufferSize=530904
[junit4] 2> 91721 INFO (qtp1925570130-617) [ ] o.a.s.c.S.Request
[collection1] webapp=/id_g/wr path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 91722 INFO (SocketProxy-Acceptor-42690) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=59558,localport=42690], receiveBufferSize:531000
[junit4] 2> 91722 INFO (SocketProxy-Acceptor-42690) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41452,localport=42878], receiveBufferSize=530904
[junit4] 2> 91725 INFO (qtp1950702235-680) [ ] o.a.s.c.S.Request
[collection1] webapp=/id_g/wr path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 91727 INFO (SocketProxy-Acceptor-33243) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=42620,localport=33243], receiveBufferSize:531000
[junit4] 2> 91727 INFO (SocketProxy-Acceptor-33243) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43356,localport=36894], receiveBufferSize=530904
[junit4] 2> 91734 INFO (qtp762151015-651) [ ] o.a.s.c.S.Request
[collection1] webapp=/id_g/wr path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 93737 INFO (SocketProxy-Acceptor-34544) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=43572,localport=34544], receiveBufferSize:531000
[junit4] 2> 93738 INFO (SocketProxy-Acceptor-34544) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=32983,localport=53422], receiveBufferSize=530904
[junit4] 2> 93739 INFO (qtp1925570130-622) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 93743 INFO (OverseerThreadFactory-266-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
[junit4] 2> 93743 INFO (OverseerThreadFactory-266-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
[junit4] 2> 93848 INFO (SocketProxy-Acceptor-33243) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=42632,localport=33243], receiveBufferSize:531000
[junit4] 2> 93848 INFO (SocketProxy-Acceptor-34544) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=43582,localport=34544], receiveBufferSize:531000
[junit4] 2> 93849 INFO (SocketProxy-Acceptor-36452) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=33140,localport=36452], receiveBufferSize:531000
[junit4] 2> 93849 INFO (SocketProxy-Acceptor-33243) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43356,localport=36910], receiveBufferSize=530904
[junit4] 2> 93850 INFO (SocketProxy-Acceptor-36452) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43780,localport=60598], receiveBufferSize=530904
[junit4] 2> 93852 INFO (SocketProxy-Acceptor-34544) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=32983,localport=53436], receiveBufferSize=530904
[junit4] 2> 93856 INFO (qtp762151015-649) [ ]
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> 93856 INFO (qtp1925570130-617) [ ]
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> 93856 INFO (qtp1669620079-580) [ ]
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> 93962 INFO (zkCallback-109-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 93962 INFO (zkCallback-93-thread-9) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 93962 INFO (zkCallback-103-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 94866 WARN (qtp1669620079-580) [ ] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 94868 INFO (qtp1669620079-580) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.4.0
[junit4] 2> 94868 WARN (qtp1925570130-617) [ ] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 94869 INFO (qtp1925570130-617) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.4.0
[junit4] 2> 94869 WARN (qtp762151015-649) [ ] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 94870 INFO (qtp762151015-649) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.4.0
[junit4] 2> 94898 INFO (qtp1669620079-580) [ ] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica2] Schema name=test
[junit4] 2> 94899 INFO (qtp762151015-649) [ ] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica1] Schema name=test
[junit4] 2> 94901 INFO (qtp1925570130-617) [ ] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica3] Schema name=test
[junit4] 2> 94996 WARN (qtp1925570130-617) [ ] 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> 94998 INFO (qtp1925570130-617) [ ] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 95008 WARN (qtp1669620079-580) [ ] 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> 95009 INFO (qtp1669620079-580) [ ] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 95010 WARN (qtp762151015-649) [ ] 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> 95010 INFO (qtp1925570130-617) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'c8n_1x3_lf_shard1_replica3' using configuration from
collection c8n_1x3_lf
[junit4] 2> 95011 INFO (qtp1925570130-617) [ ] 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_3732C7D7F59DF470-001/shard-1-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_3732C7D7F59DF470-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica3/data/]
[junit4] 2> 95011 INFO (qtp1925570130-617) [ ] o.a.s.c.JmxMonitoredMap
JMX monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@66d8875d
[junit4] 2> 95012 INFO (qtp1925570130-617) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=67.1162109375,
floorSegmentMB=1.0146484375, forceMergeDeletesPctAllowed=16.23844778767169,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=1.2607421875, noCFSRatio=0.0
[junit4] 2> 95013 INFO (qtp762151015-649) [ ] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 95017 WARN (qtp1925570130-617) [ ] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,args = {defaults={a=A,b=B}}}
[junit4] 2> 95020 INFO (qtp1669620079-580) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'c8n_1x3_lf_shard1_replica2' using configuration from
collection c8n_1x3_lf
[junit4] 2> 95021 INFO (qtp1669620079-580) [ ] 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_3732C7D7F59DF470-001/control-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_3732C7D7F59DF470-001/control-001/cores/c8n_1x3_lf_shard1_replica2/data/]
[junit4] 2> 95021 INFO (qtp1669620079-580) [ ] o.a.s.c.JmxMonitoredMap
JMX monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@66d8875d
[junit4] 2> 95022 INFO (qtp762151015-649) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from
collection c8n_1x3_lf
[junit4] 2> 95022 INFO (qtp762151015-649) [ ] 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_3732C7D7F59DF470-001/shard-2-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_3732C7D7F59DF470-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica1/data/]
[junit4] 2> 95022 INFO (qtp762151015-649) [ ] o.a.s.c.JmxMonitoredMap
JMX monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@66d8875d
[junit4] 2> 95024 INFO (qtp1669620079-580) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=67.1162109375,
floorSegmentMB=1.0146484375, forceMergeDeletesPctAllowed=16.23844778767169,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=1.2607421875, noCFSRatio=0.0
[junit4] 2> 95040 INFO (qtp762151015-649) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=67.1162109375,
floorSegmentMB=1.0146484375, forceMergeDeletesPctAllowed=16.23844778767169,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=1.2607421875, noCFSRatio=0.0
[junit4] 2> 95042 INFO (qtp1925570130-617) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 95042 INFO (qtp1925570130-617) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 95044 WARN (qtp1669620079-580) [ ] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,args = {defaults={a=A,b=B}}}
[junit4] 2> 95044 INFO (qtp1925570130-617) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 95044 INFO (qtp1925570130-617) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 95045 INFO (qtp1925570130-617) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=87.5166015625,
floorSegmentMB=0.83203125, forceMergeDeletesPctAllowed=14.898989847009826,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 95045 WARN (qtp762151015-649) [ ] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,args = {defaults={a=A,b=B}}}
[junit4] 2> 95045 INFO (qtp1925570130-617) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2e9e5a7b[c8n_1x3_lf_shard1_replica3] main]
[junit4] 2> 95046 INFO (qtp1925570130-617) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 95046 INFO (qtp1925570130-617) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 95046 INFO (qtp1925570130-617) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 95047 INFO (searcherExecutor-307-thread-1) [ ]
o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica3] Registered new searcher
Searcher@2e9e5a7b[c8n_1x3_lf_shard1_replica3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 95047 INFO (qtp1925570130-617) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1553798975096619008
[junit4] 2> 95053 INFO (qtp1669620079-580) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 95053 INFO (qtp1669620079-580) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 95053 INFO (qtp762151015-649) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 95053 INFO (qtp762151015-649) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 95053 INFO (qtp1925570130-617) [ ]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=3 found=1 timeoutin=9999ms
[junit4] 2> 95054 INFO (qtp762151015-649) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 95054 INFO (qtp762151015-649) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 95055 INFO (qtp1669620079-580) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 95055 INFO (qtp762151015-649) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=87.5166015625,
floorSegmentMB=0.83203125, forceMergeDeletesPctAllowed=14.898989847009826,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 95055 INFO (qtp1669620079-580) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 95055 INFO (qtp762151015-649) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6999f5c6[c8n_1x3_lf_shard1_replica1] main]
[junit4] 2> 95055 INFO (qtp1669620079-580) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=87.5166015625,
floorSegmentMB=0.83203125, forceMergeDeletesPctAllowed=14.898989847009826,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 95055 INFO (qtp1669620079-580) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@64ab2f7e[c8n_1x3_lf_shard1_replica2] main]
[junit4] 2> 95055 INFO (qtp762151015-649) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 95056 INFO (qtp762151015-649) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 95056 INFO (qtp1669620079-580) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 95056 INFO (qtp762151015-649) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 95056 INFO (searcherExecutor-310-thread-1) [ ]
o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica1] Registered new searcher
Searcher@6999f5c6[c8n_1x3_lf_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 95056 INFO (qtp762151015-649) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1553798975106056192
[junit4] 2> 95056 INFO (qtp1669620079-580) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 95057 INFO (qtp1669620079-580) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 95057 INFO (searcherExecutor-308-thread-1) [ ]
o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica2] Registered new searcher
Searcher@64ab2f7e[c8n_1x3_lf_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 95057 INFO (qtp1669620079-580) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1553798975107104768
[junit4] 2> 95155 INFO (zkCallback-93-thread-7) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 95155 INFO (zkCallback-109-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 95156 INFO (zkCallback-103-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_
[...truncated too long message...]
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 190966 INFO (zkCallback-109-thread-5) [ ] o.a.s.c.SolrCore
[c8n_1x3_lf_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@7a1e345c
[junit4] 2> 190967 WARN (zkCallback-109-thread-5) [ ]
o.a.s.c.RecoveryStrategy Stopping recovery for
core=[c8n_1x3_lf_shard1_replica1] coreNodeName=[core_node1]
[junit4] 2> 190978 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@8ee296c{HTTP/1.1,[http/1.1]}{127.0.0.1:?}
[junit4] 2> 190978 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@76401c8c{/id_g/wr,null,UNAVAILABLE}
[junit4] 2> 190979 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.ChaosMonkey monkey: stop shard! 42690
[junit4] 2> 190979 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1935675345
[junit4] 2> 190980 INFO (coreCloseExecutor-334-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@21ed3ef1
[junit4] 2> 190988 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.Overseer Overseer
(id=97112434669125647-127.0.0.1:42690_id_g%2Fwr-n_0000000003) closing
[junit4] 2> 190988 INFO
(OverseerStateUpdate-97112434669125647-127.0.0.1:42690_id_g%2Fwr-n_0000000003)
[ ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42690_id_g%2Fwr
[junit4] 2> 192488 WARN (zkCallback-115-thread-3) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 192490 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@20f3b042{HTTP/1.1,[http/1.1]}{127.0.0.1:?}
[junit4] 2> 192490 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@350bd29{/id_g/wr,null,UNAVAILABLE}
[junit4] 2> 192491 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:36156 36156
[junit4] 2> 192501 INFO (Thread-138) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:36156 36156
[junit4] 2> 192501 WARN (Thread-138) [ ] 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>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 3 /solr/collections/c8n_1x3_lf/state.json
[junit4] 2> 3 /solr/collections/collection1/state.json
[junit4] 2> 2
/solr/overseer_elect/election/97112434669125636-127.0.0.1:36452_id_g%2Fwr-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 114 /solr/overseer/collection-queue-work
[junit4] 2> 42 /solr/overseer/queue
[junit4] 2> 23 /solr/overseer/queue-work
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2>
[junit4] 2> 192502 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:33243/id_g/wr,
target: http://127.0.0.1:43356/id_g/wr
[junit4] 2> 192502 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:42690/id_g/wr,
target: http://127.0.0.1:41452/id_g/wr
[junit4] 2> 192502 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.SocketProxy Closing 12 connections to: http://127.0.0.1:36452/id_g/wr,
target: http://127.0.0.1:43780/id_g/wr
[junit4] 2> 192502 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3732C7D7F59DF470]) [ ]
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:34544/id_g/wr,
target: http://127.0.0.1:32983/id_g/wr
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test
-Dtests.seed=3732C7D7F59DF470 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=mr-IN -Dtests.timezone=Israel -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 117s 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_replica2","base_url":"http://127.0.0.1:36452/id_g/wr","node_name":"127.0.0.1:36452_id_g%2Fwr","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
[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:33243/id_g/wr",
[junit4] > "core":"c8n_1x3_lf_shard1_replica1",
[junit4] > "node_name":"127.0.0.1:33243_id_g%2Fwr"},
[junit4] > "core_node2":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica3",
[junit4] > "base_url":"http://127.0.0.1:34544/id_g/wr",
[junit4] > "node_name":"127.0.0.1:34544_id_g%2Fwr",
[junit4] > "state":"down"},
[junit4] > "core_node3":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica2",
[junit4] > "base_url":"http://127.0.0.1:36452/id_g/wr",
[junit4] > "node_name":"127.0.0.1:36452_id_g%2Fwr",
[junit4] > "state":"active",
[junit4] > "leader":"true"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false"}
[junit4] > at
__randomizedtesting.SeedInfo.seed([3732C7D7F59DF470:BF66F80D5B619988]: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
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:538)
[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.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 192506 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[3732C7D7F59DF470]-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_3732C7D7F59DF470-001
[junit4] 2> Dec 15, 2016 4:11:12 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=Lucene50(blocksize=128),
_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval),
multiDefault=PostingsFormat(name=Memory doPackFST= true),
a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval),
intDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval),
id=Lucene50(blocksize=128),
range_facet_i_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval),
text=PostingsFormat(name=Memory doPackFST= false),
range_facet_l=PostingsFormat(name=LuceneVarGapDocFreqInterval),
timestamp=PostingsFormat(name=LuceneVarGapDocFreqInterval)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting),
range_facet_i_dv=DocValuesFormat(name=Memory),
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=456,
maxMBSortInHeap=6.846544906986356,
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=mr-IN,
timezone=Israel
[junit4] 2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=12,threads=1,free=347039360,total=509280256
[junit4] 2> NOTE: All tests run in this JVM: [RankQueryTest,
TestDistribDocBasedVersion, SimpleFacetsTest, TestFieldTypeCollectionResource,
TestScoreJoinQPNoScore, TestTolerantSearch, ResponseLogComponentTest,
TestUtils, DistributedQueryComponentOptimizationTest, DebugComponentTest,
UtilsToolTest, MinimalSchemaTest, TestPostingsSolrHighlighter,
AnalysisErrorHandlingTest, PrimUtilsTest, TestDFRSimilarityFactory,
LeaderFailoverAfterPartitionTest]
[junit4] Completed [72/662 (1!)] on J2 in 117.19s, 1 test, 1 failure <<<
FAILURES!
[...truncated 53389 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]