[infinispan-issues] [JBoss JIRA] (ISPN-7596) org.infinispan.commons.marshall.NotSerializableException: java.util.stream.Collectors$CollectorImpl
Gustavo Fernandes (JIRA)
issues at jboss.org
Fri Mar 10 09:29:00 EST 2017
[ https://issues.jboss.org/browse/ISPN-7596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gustavo Fernandes updated ISPN-7596:
------------------------------------
Description:
The legacy {{recordKnownGlobalKeyset}} operation
Triggered by this snipped:
{code:java}
Set<byte[]> allKeys = cache.keySet();
Set<byte[]> copy = allKeys.stream().collect(Collectors.toSet());
{code}
was:
Triggered by this snipped:
{code:java}
Set<byte[]> allKeys = cache.keySet();
Set<byte[]> copy = allKeys.stream().collect(Collectors.toSet());
{code}
> org.infinispan.commons.marshall.NotSerializableException: java.util.stream.Collectors$CollectorImpl
> ---------------------------------------------------------------------------------------------------
>
> Key: ISPN-7596
> URL: https://issues.jboss.org/browse/ISPN-7596
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Reporter: Gustavo Fernandes
>
> The legacy {{recordKnownGlobalKeyset}} operation
> Triggered by this snipped:
> {code:java}
> Set<byte[]> allKeys = cache.keySet();
> Set<byte[]> copy = allKeys.stream().collect(Collectors.toSet());
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list