Anton Kurbanov created IGNITE-8900:
--------------------------------------
Summary: 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
Start several server nodes, then start client.
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)