You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Mekhanikov (JIRA)" <ji...@apache.org> on 2018/10/16 10:26:00 UTC

[jira] [Created] (IGNITE-9899) Continuous query handlers are not called on backups when one-phase commit is used

Denis Mekhanikov created IGNITE-9899:
----------------------------------------

             Summary: Continuous query handlers are not called on backups when one-phase commit is used
                 Key: IGNITE-9899
                 URL: https://issues.apache.org/jira/browse/IGNITE-9899
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.6
            Reporter: Denis Mekhanikov
            Assignee: Denis Mekhanikov
         Attachments: CacheContinuousQueryTxBackupTest.java

Consider the following cache configuration:
 * Atomicity mode: Transactional
 * Cache mode: Partitioned
 * Backups: 1

If a continuous query is registered for such cache, then it's not processed on backup copies. It results in remote filters not being called on backups and lost events on changing topology.

Test case is attached: [^CacheContinuousQueryTxBackupTest.java]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)