[jboss-jira] [JBoss JIRA] Updated: (JBCACHE-1076) REPL_SYNC only waits for the majority of responses (not all)
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Fri Jun 8 12:10:11 EDT 2007
[ http://jira.jboss.com/jira/browse/JBCACHE-1076?page=all ]
Manik Surtani updated JBCACHE-1076:
-----------------------------------
Fix Version/s: 2.2.0.GA
Will require a new replication mode, REPL_SYNC_MAJORITY or something since it will break the concept of synchronous replication
> REPL_SYNC only waits for the majority of responses (not all)
> ------------------------------------------------------------
>
> Key: JBCACHE-1076
> URL: http://jira.jboss.com/jira/browse/JBCACHE-1076
> Project: JBoss Cache
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Bela Ban
> Assigned To: Manik Surtani
> Fix For: 2.2.0.GA
>
>
> By default, synchronous replication has to wait for *all* acks (whereas asynchronous repl waits for none). We should be able to define a config option, where we only wait for a majority of responses. For example, if we have a cluster of 10 nodes, and we don't want to wait for 10 acks, we could define that all sync method calls return after having received 6 acks.
> Advantage: if we have 1-2 slow nodes in the above example, and have to wait for all replies, we are slowed down by a minority.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list