Description
TombstoneMessage serialization code assumes the member info in RVV to be either membership-id or disk-id and uses this info while de-serializing.
When there is a mix of persistent and non-persistent region in the cluster (between nodes), the above assumption will not hold good; resulting in data serialization exception.
DistributedTombstoneOperation$TombstoneMessage
toData() {
-
-
if (persistent)
-
-