[ 
https://issues.apache.org/jira/browse/IGNITE-6800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Irina Zaporozhtseva updated IGNITE-6800:
----------------------------------------
    Description: 
С++: 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}

  was:
С++: 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}


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

Reply via email to