[infinispan-issues] [JBoss JIRA] Resolved: (ISPN-842) FirstAvailable load balance policy for Hot Rod clients and extend reach of load balance policies
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Mon Jun 27 07:48:23 EDT 2011
[ https://issues.jboss.org/browse/ISPN-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus resolved ISPN-842.
--------------------------------
Resolution: Rejected
FirstAvailable functionality is already built in: all commands* extend RetryOnFailureOperation, so if a command fails because the server goes down then the command will be retried up to the moment again with the next available server. This happens "clusterSize" times, so all the backend servers are tried before going to the user.
Also none of the commands extending AbstractKeyOperation overrides the getTransport method: and this method makes use of the configured load balancer.
> FirstAvailable load balance policy for Hot Rod clients and extend reach of load balance policies
> ------------------------------------------------------------------------------------------------
>
> Key: ISPN-842
> URL: https://issues.jboss.org/browse/ISPN-842
> Project: Infinispan
> Issue Type: Feature Request
> Components: Cache Server
> Reporter: Galder ZamarreƱo
> Assignee: Mircea Markus
> Fix For: 5.0.0.FINAL
>
>
> Create a FirstAvailable load balance policy for Java Hot Rod clients and make sure load balance policies
> are used by all operations, particularly those extending AbstractKeyOperation.
> See forum thread for more info.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list