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 2021/04/05 08:34:00 UTC

[jira] [Comment Edited] (IGNITE-14475) C++/dotnet query-example select result is various with additional node

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

Igor Sapego edited comment on IGNITE-14475 at 4/5/21, 8:33 AM:
---------------------------------------------------------------

[~tledkov-gridgain], please take a look


was (Author: isapego):
[~ptupitsyn], please take a look

> C++/dotnet query-example select result is various with additional node
> ----------------------------------------------------------------------
>
>                 Key: IGNITE-14475
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14475
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.10
>            Reporter: Igor Sapego
>            Assignee: Igor Sapego
>            Priority: Major
>             Fix For: 2.11
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Steps:
> Start some additional nodes
> Execute query-example
> Expected output: 
> {noformat}
> Names of all employees and organizations they belong to: 
> Jane Doe is working in ApacheIgnite
> John Doe is working in ApacheIgnite
> Jane Smith is working in Other
> John Smith is working in Other
> {noformat}
> Actual (in 80% cases):
> {noformat}
> Names of all employees and organizations they belong to: 
> Jane Doe is working in ApacheIgnite
> John Doe is working in ApacheIgnite
> John Smith is working in Other
> {noformat}



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