You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (JIRA)" <ji...@apache.org> on 2019/04/08 09:26:01 UTC

[jira] [Resolved] (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:all-tabpanel ]

Igor Sapego resolved IGNITE-6800.
---------------------------------
    Resolution: Won't Fix
      Assignee: Igor Sapego

> С++: 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
(v7.6.3#76005)