[infinispan-issues] [JBoss JIRA] (ISPN-791) On node startup, ensure all peers have compatible configurations

Mircea Markus (JIRA) jira-events at lists.jboss.org
Tue Oct 30 22:01:02 EDT 2012


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

Mircea Markus updated ISPN-791:
-------------------------------

    Fix Version/s: 6.0.0.Final
                       (was: 5.2.0.Final)

    
> On node startup, ensure all peers have compatible configurations
> ----------------------------------------------------------------
>
>                 Key: ISPN-791
>                 URL: https://issues.jboss.org/browse/ISPN-791
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Configuration
>    Affects Versions: 4.1.0.Final
>            Reporter: Manik Surtani
>            Assignee: Vladimir Blagojevic
>             Fix For: 6.0.0.Final
>
>
> This is to prevent caches that are supposed to be symmetric/identical from being misconfigured.  Some elements are allowed to be unique, of course, such as bind addresses in JGroups as well as node names, server hints, certain props passed to cache stores, etc.
> A simple test could be a hash (MD5 or SHA1?) of the config XML (or a serial form of the generated Configuration bean) which is exchanged as a part of the join method.  On failure of the hash check, the entire object could be checked, and if that fails as well, an appropriate ConfigurationException could be thrown.

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