You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Igor Sapego (Jira)" <ji...@apache.org> on 2021/04/05 08:23:00 UTC

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

Igor Sapego created IGNITE-14475:
------------------------------------

             Summary: 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
             Fix For: 2.11


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)