[infinispan-issues] [JBoss JIRA] (ISPN-3467) Remove support for strictPeerToPeer = true

Mircea Markus (JIRA) jira-events at lists.jboss.org
Fri Sep 20 07:26:03 EDT 2013


     [ https://issues.jboss.org/browse/ISPN-3467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mircea Markus updated ISPN-3467:
--------------------------------

    Fix Version/s:     (was: 6.0.0.CR1)
                       (was: 6.0.0.Beta2)

    
> Remove support for strictPeerToPeer = true
> ------------------------------------------
>
>                 Key: ISPN-3467
>                 URL: https://issues.jboss.org/browse/ISPN-3467
>             Project: Infinispan
>          Issue Type: Task
>          Components: Configuration, RPC, Server
>    Affects Versions: 6.0.0.Alpha3
>            Reporter: Dan Berindei
>            Assignee: Dan Berindei
>
> Setting {{transport.strictPeerToPeer = true}} doesn't really do anything with dist caches with L1 disabled, as commands are replicated only to members of the cache. With L1 enabled, writes/txs may or may not fail, depending on if there are any L1 requestors for the modified keys and on the value of {{clustering.l1.invalidationThreshold}} - unpredictable, so more harmful than useful.
> With repl caches, the setting does work as advertised: even if the cache topology contains only the nodes with the cache running, the writes/txs are sent to all the nodes in the cluster, and they will fail if the cache is not running on one of them. On the other hand, in order to retry the operation, the users would have to wait for the cache's topology to contain all the nodes in the cluster - so if they need to ensure that a cache is present on all the nodes in the cluster, they could check that {{RpcManager.getMembers().equals(Transport.getMembers()}} directly.
> So we should remove the {{transport.strictPeerToPeer}} setting, although we could mark it as deprecated and log a warning for the time being.

--
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