[jboss-jira] [JBoss JIRA] (WFLY-9420) Partitions can take up to 2 minutes to merge
Radoslav Husar (JIRA)
issues at jboss.org
Thu Oct 5 11:24:00 EDT 2017
Radoslav Husar created WFLY-9420:
------------------------------------
Summary: Partitions can take up to 2 minutes to merge
Key: WFLY-9420
URL: https://issues.jboss.org/browse/WFLY-9420
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 11.0.0.CR1
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Using the {{MERGE3}} protocol, it can take significantly longer than {{max_interval}} for merge to happen.
The info sender interval is up to 45 seconds
{noformat}
public long nextInterval() {
return Math.max(min_interval, Util.random(max_interval) + max_interval/2);
}
{noformat}
and the view consistency checker interval is 48 seconds
{noformat}
protected long computeCheckInterval() {
return (long)(max_interval * 1.6);
}
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list