Anilkumar Gingade created GEODE-2490:
----------------------------------------
Summary: Tombstone messages are getting processed inline
Key: GEODE-2490
URL: https://issues.apache.org/jira/browse/GEODE-2490
Project: Geode
Issue Type: Bug
Components: regions
Reporter: Anilkumar Gingade
Tombstone:
As part of consistency checking, when an entry is destroyed, the member
temporarily retains the entry to detect possible conflicts with operations that
have occurred. The retained entry is referred to as a tombstone.
When tombstones are removed, tombstone messages are sent to region replicas;
and in case of Partitioned Region (PR) messages are also sent to peer region
nodes for client events.
Currently the tombstone message sent for replicas are getting processed
in-line. Based on the number of nodes in the cluster, this may take long time
to process, impacting other cache operation that required to be processed
in-line.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)