You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anilkumar Gingade (Jira)" <ji...@apache.org> on 2021/02/11 20:04:00 UTC

[jira] [Updated] (GEODE-8943) Filterrs (Interest and CQ) is processed multiple times with transactional operation on PR

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

Anilkumar Gingade updated GEODE-8943:
-------------------------------------
    Labels: blocks-1.14.0​  (was: )

> Filterrs (Interest and CQ) is processed multiple times with transactional operation on PR
> -----------------------------------------------------------------------------------------
>
>                 Key: GEODE-8943
>                 URL: https://issues.apache.org/jira/browse/GEODE-8943
>             Project: Geode
>          Issue Type: Improvement
>          Components: cq, regions
>    Affects Versions: 1.14.0
>            Reporter: Anilkumar Gingade
>            Priority: Major
>              Labels: blocks-1.14.0​
>
> The Filters (interest and CQ) could be getting processed multiple times when transactional operation is performed.
> By design on PR the filters are processed on primary bucket where the data is applied/changed and adjunct message with interested clients are sent to remote servers (where the subscription queues are hosted) and replicas; thus performing filter processing once and sending the message to remote servers only if the filters are satisfied; it looks like currently the filter processing is happening both at the primary and secondary buckets for TX operation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)