You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Irina Zaporozhtseva (JIRA)" <ji...@apache.org> on 2017/10/31 13:49:01 UTC

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

Irina Zaporozhtseva created IGNITE-6800:
-------------------------------------------

             Summary: С++: 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
      Security Level: Public (Viewable by anyone)
          Components: platforms
    Affects Versions: 2.3
            Reporter: Irina Zaporozhtseva


С++: Continuous Query example:extra lines in log if run example with 3 standalone node

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
(v6.4.14#64029)