[JBoss JIRA] (ISPN-5902) Stream iterator/forEach & CacheNotifier should use configured Equivalence
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-5902?page=com.atlassian.jira.plugin.... ]
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)
9 years, 4 months