[infinispan-issues] [JBoss JIRA] (ISPN-2536) Hotrod client doesn't query two servers by RoundRobin (distributed mode)
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Mon Jan 28 03:39:47 EST 2013
[ https://issues.jboss.org/browse/ISPN-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño resolved ISPN-2536.
------------------------------------
Resolution: Rejected
For performance reasons, with distributed caches we make a conscious decision to always go to the main owner, so no round robin is used. Key performance gain comes with async set ups where directing requests to main owner allows for replication to be async and only go to a different owner upon failover or exceptional conditional, making the chances of not finding up-to-date information slimmer.
> Hotrod client doesn't query two servers by RoundRobin (distributed mode)
> ------------------------------------------------------------------------
>
> Key: ISPN-2536
> URL: https://issues.jboss.org/browse/ISPN-2536
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 5.2.0.Beta4
> Reporter: Astaldo Guy
> Assignee: Galder Zamarreño
> Priority: Critical
>
> I am in the process of doing a PoC on Infinispan.
> I want to configure two nodes in a cluster, containing different key/value pairs.
> Now a client connects to the cloud and queries multiple keys.
> The problem is, that the client only asks on that node, that it first connects.
> It seems, that I cant get the client to ask the second noce, if the first does not has a value for this key.
> In the forum post is a zip with an eclipse/maven project to reproduce that error.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list