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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)