You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2017/06/17 18:04:35 UTC

[jira] [Closed] (GEODE-2489) Tombstone message with keys are sent to peer partitioned region nodes even though no clinets are registered

     [ https://issues.apache.org/jira/browse/GEODE-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Baker closed GEODE-2489.
--------------------------------

> Tombstone message with keys are sent to peer partitioned region nodes even though no clinets are registered
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-2489
>                 URL: https://issues.apache.org/jira/browse/GEODE-2489
>             Project: Geode
>          Issue Type: Bug
>          Components: regions
>            Reporter: Anilkumar Gingade
>             Fix For: 1.2.0
>
>
> 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 tombstone messages meant for clients that have all the keys removed are getting sent to peer PR nodes even though no clients are registered on those peers.
> Based on the number tombstone keys processed (by default 100000) this could be large message sent to peer node which could impact the performance of the system/cluster.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)