[
https://issues.apache.org/jira/browse/IGNITE-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391430#comment-15391430
]
Semen Boikov commented on IGNITE-2795:
--------------------------------------
Alexei, I reviewed your fix, I think better fix is handle copying during
GridQueryNextPageResponse creation: it is more optimal - you never need copy if
response is sent to remote node and you do not need reflection hack in
GridH2ResultSetIterator. Also please merge latest master, there was minor
conflict.
> Cache query cursor do not create value copy
> -------------------------------------------
>
> Key: IGNITE-2795
> URL: https://issues.apache.org/jira/browse/IGNITE-2795
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 1.5.0.final
> Reporter: Valentin Kulichenko
> Assignee: Alexei Scherbakov
> Priority: Critical
> Fix For: 1.7
>
> Attachments: QueryTest.java
>
>
> If entries returned from SQL query are modified, these changes are reflected
> in the cache.
> Test attached.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)