Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-1476

Need to include a notion of cluster instance in the cluster view

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • JBossAS-3.2.7 Final, JBossAS-4.0.1 Final, JBossAS-4.0.1 SP1
    • Clustering
    • None

      We need to include a notion of cluster instance in the cluster view id
      to avoid at least the following scenario:

      Client serializes a handle to a cluster which is at cluster view 22
      Handle contains key DefaultPartition/HAJNDI/22

      The cluster is totally restarted meaning the view reverts back to one.

      The client now has a view id
      DefaultPartition/HAJNDI/1

      The client deserializes the handle, which will overwrite the correct cluster
      view with the old invalid view.


      This will also avoid the problem where a client talks to different clusters
      with the same partition name.


      Proposed solution:

      1) At cluster formation (first node in cluster), create a cluster instance GUID
      2) At cluster join (second+ node in cluster) get the GUID from the coordinator
      3) Include this GUID in cluster view keys, i.e.
      GUID/DefaultPartition/HAJNDI/1

            bstansbe@redhat.com Brian Stansberry
            adrian.brock Adrian Brock (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: