]
RH Bugzilla Integration commented on ISPN-5858:
-----------------------------------------------
Vaclav Dedik <vdedik(a)redhat.com> changed the Status of [bug
ValueMatcher and AvailabilityMode should have externalizers
-----------------------------------------------------------
Key: ISPN-5858
URL:
https://issues.jboss.org/browse/ISPN-5858
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 8.0.1.Final, 8.1.0.Alpha1
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 8.1.0.Alpha2, 8.1.0.CR1
The default enum serialization is pretty bad, it writes both the enum name and value name
as strings.
{{ValueMatcher}} is needed in each write command, so we should optimize it.
{{AvailabilityMode}} doesn't matter that much, except when the coordinator changes,
and the new coordinator has to retrieve the status of all the caches on all the nodes.