[
https://issues.apache.org/jira/browse/IGNITE-6800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264054#comment-17264054
]
Stanislav Lukyanov commented on IGNITE-6800:
--------------------------------------------
Created https://issues.apache.org/jira/browse/IGNITE-13985 for that.
> С++: 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)