[infinispan-issues] [JBoss JIRA] (ISPN-10829) CacheIgnoreManager unable to persist data

Ryan Emerson (Jira) issues at jboss.org
Fri Oct 25 06:38:00 EDT 2019


Ryan Emerson created ISPN-10829:
-----------------------------------

             Summary: CacheIgnoreManager unable to persist data
                 Key: ISPN-10829
                 URL: https://issues.jboss.org/browse/ISPN-10829
             Project: Infinispan
          Issue Type: Bug
          Components: Configuration
            Reporter: Ryan Emerson
            Assignee: Ryan Emerson
             Fix For: 10.0.0.Final


The IgnoredCache test failures are due to a MarshallingException being thrown by the PersistenceMarshallerImpl. This is because no protostream marshaller is able to serialize the ConcurrentHashMap.KeySetView used to store values. Therefore, it's neccesssary to wrap this Set in a Java entity, so that a .proto message and associated marshaller can be generated by ProtoStream.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the infinispan-issues mailing list