[infinispan-issues] [JBoss JIRA] (ISPN-6291) Send REST queries to coordinator instead of first server in the cluster

Vladimir Blagojevic (JIRA) issues at jboss.org
Mon Feb 29 16:55:01 EST 2016


Vladimir Blagojevic created ISPN-6291:
-----------------------------------------

             Summary: Send REST queries to coordinator instead of first server in the cluster
                 Key: ISPN-6291
                 URL: https://issues.jboss.org/browse/ISPN-6291
             Project: Infinispan
          Issue Type: Bug
          Components: Console
    Affects Versions: 8.2.0.Beta2, 8.1.0.Final
            Reporter: Vladimir Blagojevic
            Assignee: Vladimir Blagojevic
            Priority: Blocker


Whenever we have to send a query to a cluster server directly (not the domain controller) we currently pick the first server. However, we should pick coordinator instead of the first server as the coordinator is guaranteed to have the specific information needed for a valid reply (e.g. cluster events). Throughout the codebase we need to replace all calls to first server with a call to the coordinator. 



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list