Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.0
Description
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.