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

ASF GitHub Bot commented on IGNITE-8900:
----------------------------------------

GitHub user ilantukh opened a pull request:

    https://github.com/apache/ignite/pull/4344

    IGNITE-8900

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-8900

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4344.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4344
    
----
commit b3707b44c89b3bb4cb30d07cb1c9936264b0666e
Author: devozerov <ppozerov@...>
Date:   2018-06-29T20:01:26Z

    Reproducer for IGNITE-8900 issue with broken links.

commit 1e05b9963592e20150d6006752da8a7b9fc87b09
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-06-30T11:08:45Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite 
into ignite-8900-repro

commit 1c9c746c9ebae59a83f030689d0d7e90a429152e
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-06-30T13:23:21Z

    IGNITE-8900 Attempting to fix the link issue

commit f819202d254f3b52f34a68d29cb48e120dc45810
Author: Ilya Lantukh <ilantukh@...>
Date:   2018-07-10T14:12:32Z

    IGNITE-8900 : Hotfix for JVM crash.

----


> SqlFieldsQuery provides incorrect result when item size exceeds page size
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-8900
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8900
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.4
>            Reporter: Anton Kurbanov
>            Assignee: Ilya Lantukh
>            Priority: Blocker
>         Attachments: Main.java, Node.java
>
>
> Start several server nodes, then start client, execute queries with value 
> range in where clause. Duplicate entries may be found, some entries may be 
> missing.
> Results as an example:
> expected 5 results but got back 3 results (query range 610026643276160000 to 
> 610026643276160004), cache.getAll returned 5 entries.
> expected 8 results but got back 7 results (query range 610026643276160000 to 
> 610026643276160007), cache.getAll returned 8 entries.
>  Query results: [610026643276160000, 610026643276160003, 610026643276160004, 
> 610026643276160005, 610026643276160005, 610026643276160006, 
> 610026643276160007]
> Please find reproducer attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to