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:36:00 UTC

[jira] [Commented] (IGNITE-6800) С++: Continuous Query example: extra lines in log if run example with 3 standalone node

    [ https://issues.apache.org/jira/browse/IGNITE-6800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264053#comment-17264053 ] 

Stanislav Lukyanov commented on IGNITE-6800:
--------------------------------------------

I'd say that the current behavior is not user-friendly. CQ registration should throw an error if a remote filter can't be used on one of the nodes instead of silently returning wrong results.

> С++: Continuous Query example: extra lines in log if run example with 3 standalone node
> ---------------------------------------------------------------------------------------
>
>                 Key: IGNITE-6800
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6800
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.3
>            Reporter: Irina Zaporozhtseva
>            Assignee: Igor Sapego
>            Priority: Major
>              Labels: C++
>
> С++: Continuous Query example: extra lines in log if run example with 3 standalone nodes
> without standalone node or with 1 standalone node :
> {code}
> >>> Cache continuous query example started.
> Queried entry [key=20, val=20]
> Queried entry [key=21, val=21]
> Queried entry [key=22, val=22]
> Queried entry [key=23, val=23]
> Queried entry [key=24, val=24]
> >>> Press 'Enter' to continue...
> {code}
> with 3 standalone nodes :
> {code}
> >>> Cache continuous query example started.
> Queried entry [key=20, val=20]
> Queried entry [key=21, val=21]
> Queried entry [key=22, val=22]
> Queried entry [key=23, val=23]
> Queried entry [key=24, val=24]
> Queried entry [key=25, val=25]
> Queried entry [key=26, val=26]
> Queried entry [key=27, val=27]
> Queried entry [key=28, val=28]
> >>> Press 'Enter' to continue...
> {code}



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