Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-9420

Cluster partitions can take up to cca 2 minutes to merge with TCP stack

XMLWordPrintable

      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

              public long nextInterval() {
                  return Math.max(min_interval, Util.random(max_interval) + max_interval/2);
              }
      

      and the view consistency checker interval is 48 seconds

          protected long computeCheckInterval() {
              return (long)(max_interval * 1.6);
          }
      

      which depending on the timing seem to take significant amount of time.

            rhn-engineering-rhusar Radoslav Husar
            rhn-engineering-rhusar Radoslav Husar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: