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

[jira] [Comment Edited] (IGNITE-5898) .NET: Datagrid.QueryDmlExample: Incorrect result if run example with standalone Apache Ignite.NET node

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

Irina Zaporozhtseva edited comment on IGNITE-5898 at 9/13/17 12:43 PM:
-----------------------------------------------------------------------

the same problem for BinaryModeExample :

without or with one standalone node:
Persons working for Apache:
>>>     Person [idHash=4684212, Name=James Wilson Jr., CompanyId=-1]
>>>     Person [idHash=9462952, Name=Daniel Adams, CompanyId=-1]
>>>     Person [idHash=23179698, Name=Cristian Moss, CompanyId=-1]

with three standalone nodes:
>> Persons working for Apache:
>>>     Person [idHash=4684212, Name=James Wilson Jr., CompanyId=-1]
>>>     Person [idHash=23179698, Name=Cristian Moss, CompanyId=-1]

the same for QueryDmlExample


was (Author: izaporozhtseva):
the same problem for EntryProcessorExample:

without or with one standalone node:
Persons working for Apache:
>>>     Person [idHash=4684212, Name=James Wilson Jr., CompanyId=-1]
>>>     Person [idHash=9462952, Name=Daniel Adams, CompanyId=-1]
>>>     Person [idHash=23179698, Name=Cristian Moss, CompanyId=-1]

with three standalone nodes:
>> Persons working for Apache:
>>>     Person [idHash=4684212, Name=James Wilson Jr., CompanyId=-1]
>>>     Person [idHash=23179698, Name=Cristian Moss, CompanyId=-1]

the same for QueryDmlExample

> .NET: Datagrid.QueryDmlExample: Incorrect result if run example  with standalone Apache Ignite.NET node
> -------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-5898
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5898
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 1.9, 2.1
>            Reporter: Irina Zaporozhtseva
>            Priority: Minor
>              Labels: .NET
>
> {{Datagrid.QueryDmlExample}}: Incorrect result if run example with standalone Apache Ignite.NET node
> without standalone node:
> {code}
> >>> Inserted data
> >>> 1: John Doe, ASF, 4000
> >>> 2: Jane Roe, ASF, 5000
> >>> 3: Mary Major, Eclipse, 2000
> >>> 4: Richard Miles, Eclipse, 3000
> >>> Update salary for ASF employees
> >>> 1: John Doe, ASF, 4400
> >>> 2: Jane Roe, ASF, 5500
> >>> 3: Mary Major, Eclipse, 2000
> >>> 4: Richard Miles, Eclipse, 3000
> >>> Delete non-ASF employees
> >>> 1: John Doe, ASF, 4400
> >>> 2: Jane Roe, ASF, 5500
> {code}
> with standalone node:
> {code}
> >>> Inserted data
> >>> 1: John Doe, ASF, 4000
> >>> 3: Mary Major, Eclipse, 2000
> >>> Update salary for ASF employees
> >>> 1: John Doe, ASF, 4400
> >>> 3: Mary Major, Eclipse, 2000
> >>> Delete non-ASF employees
> >>> 1: John Doe, ASF, 4400
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)