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

DistributedReplicantManager - Add lookup method to that given a replicant name, returns a List of ClusterNode

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • JBossAS-5.0.0.Beta4
    • JBossAS-5.0.0.Beta3
    • Clustering
    • None

      I could do with having a method in DRM like this:

      public List<ClusterNode> lookupReplicantsNodes(String key);

      and deprecate lookupReplicantsNodeNames() as it returns a List of String names, which could
      still be accessible via ClusterNode.getName(). Otherwise, building a List of ClusterNode from,
      for example. the singleton service name is inefficient. I have to take the singleton name, look
      up the List of Cluster Node names, and with that list, take ClusterNode list from the partition and
      match them to create a brand new ClusterNode list with the nodes where the singleton are
      running. ugh

              rh-ee-galder Galder ZamarreƱo
              rh-ee-galder Galder ZamarreƱo
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: