[infinispan-issues] [JBoss JIRA] (ISPN-5902) Stream iterator/forEach & CacheNotifier should use configured Equivalence

William Burns (JIRA) issues at jboss.org
Mon Nov 2 10:09:00 EST 2015


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

William Burns updated ISPN-5902:
--------------------------------
    Description: 
The stream methods to use iterator and forEach do not use equivalence when storing their keys.  This should be done to make sure entries are not repeated.

Cache Notifier also doesn't used configured equivalence which can cause an issue with concurrent modifications while a listener is installed.

  was:The stream methods to use iterator and forEach do not use equivalence when storing their keys.  This should be done to make sure entries are not repeated.



> Stream iterator/forEach & CacheNotifier should use configured Equivalence
> -------------------------------------------------------------------------
>
>                 Key: ISPN-5902
>                 URL: https://issues.jboss.org/browse/ISPN-5902
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Core
>            Reporter: William Burns
>            Assignee: William Burns
>
> The stream methods to use iterator and forEach do not use equivalence when storing their keys.  This should be done to make sure entries are not repeated.
> Cache Notifier also doesn't used configured equivalence which can cause an issue with concurrent modifications while a listener is installed.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list