You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stanislav Lukyanov (Jira)" <ji...@apache.org> on 2021/01/13 10:39:00 UTC

[jira] [Created] (IGNITE-13985) C++: Continuous Queries should fail to register if remote filter is in C++ and there are non-C++ affinity nodes

Stanislav Lukyanov created IGNITE-13985:
-------------------------------------------

             Summary: C++: Continuous Queries should fail to register if remote filter is in C++ and there are non-C++ affinity nodes
                 Key: IGNITE-13985
                 URL: https://issues.apache.org/jira/browse/IGNITE-13985
             Project: Ignite
          Issue Type: Improvement
            Reporter: Stanislav Lukyanov


See https://issues.apache.org/jira/browse/IGNITE-6800.

Currently, if there is a pure Java node in the cluster and a CQ is being registered from C++, the C++ remote filter will just be ignored on the pure Java node leading to unexpected CQ notifications.

Need to add a validation to prevent incorrect results.



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