[
https://issues.jboss.org/browse/ISPN-3103?page=com.atlassian.jira.plugin....
]
Jaromir Hamala updated ISPN-3103:
---------------------------------
Attachment: ISPN-3103_cow_externalized.patch
COW externalizer
StateRequestCommand requests serialization of type for which no
Externalizer exists
-----------------------------------------------------------------------------------
Key: ISPN-3103
URL:
https://issues.jboss.org/browse/ISPN-3103
Project: Infinispan
Issue Type: Enhancement
Components: State transfer
Reporter: Sanne Grinovero
Assignee: Mircea Markus
Priority: Critical
Attachments: ISPN-3103_cow_externalized.patch
RPC org.infinispan.statetransfer.StateRequestCommand sends a parameter defined as type
Set (field segments) which is implemented by a java.util.concurrent.CopyOnWriteArraySet.
This implementation is Serializable but seems to be quite slow as we don't have a
custom Externalizer for it.
--
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