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

Wildfly cluster's failover functionality doesn't work as expected

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • None
    • 8.2.0.Final
    • JMS
    • None

    Description

      Following are the testing scenarios we did and the outcome:-

      1. Network disabling on a VM for testing failover – Not working for both Linux and Windows environment.
      2. Power off of a VM using VMware client for testing failover – Is working on Linux environment but not working on windows environment.
      3. Ctrl + C method to stop services on a node for testing failover – works on both linux and windows environment
      4. Stopping server running on Node /VM using Admin Console for testing failover - works on both linux and windows environment.

      Jgroups subsystem configuration in domain.xml we have is below:-

      <subsystem xmlns="urn:jboss:domain:jgroups:2.0" default-stack="udp">
      <stack name="udp">
      <transport type="UDP" socket-binding="jgroups-udp"/>
      <protocol type="PING"/>
      <protocol type="MERGE3"/>
      <protocol type="FD_SOCK" socket-binding="jgroups-udp-fd"/>
      <protocol type="FD_ALL"/>
      <protocol type="VERIFY_SUSPECT"/>
      <protocol type="pbcast.NAKACK2"/>
      <protocol type="UNICAST3"/>
      <protocol type="pbcast.STABLE"/>
      <protocol type="pbcast.GMS"/>
      <protocol type="UFC"/>
      <protocol type="MFC"/>
      <protocol type="FRAG2"/>
      <protocol type="RSVP"/>
      </stack>
      <stack name="tcp">
      <transport type="TCP" socket-binding="jgroups-tcp"/>
      <protocol type="MPING" socket-binding="jgroups-mping"/>
      <protocol type="MERGE2"/>
      <protocol type="FD_SOCK" socket-binding="jgroups-tcp-fd"/>
      <protocol type="FD"/>
      <protocol type="VERIFY_SUSPECT"/>
      <protocol type="pbcast.NAKACK2"/>
      <protocol type="UNICAST3"/>
      <protocol type="pbcast.STABLE"/>
      <protocol type="pbcast.GMS"/>
      <protocol type="MFC"/>
      <protocol type="FRAG2"/>
      <protocol type="RSVP"/>
      </stack>
      </subsystem>

      Attachments

        1. domain.Node1.xml
          35 kB
        2. host.Node1.xml
          5 kB
        3. host.Node2.xml
          4 kB
        4. server.RC.Node1.AfterFailover.log
          24 kB
        5. server.RC.Node1.BeforeFailover.log
          201 kB
        6. server.RC.Node2.AfterFailover.log
          200 kB
        7. server.RC.Node2.BeforeFailover.log
          181 kB
        8. server.SL.Node1.AfterFailover.log
          1 kB
        9. server.SL.Node1.BeforeFailover.log
          48 kB

        Activity

          People

            jmesnil1@redhat.com Jeff Mesnil
            kpreeta12_jira Preeta Kuruvilla (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: