[
https://issues.apache.org/jira/browse/IGNITE-7955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676797#comment-16676797
]
ASF GitHub Bot commented on IGNITE-7955:
----------------------------------------
GitHub user pavlukhin opened a pull request:
https://github.com/apache/ignite/pull/5284
IGNITE-7955: MVCC TX: cache peek for key-value API
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-7955
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5284.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 #5284
----
commit 0359a3ad885c869a6d492af23e84fa8507bac848
Author: ipavlukhin <vololo100@...>
Date: 2018-11-02T15:32:56Z
mvcc-compatible peek draft
commit 514b793910a88ab4718829d1f77055f45740e349
Author: ipavlukhin <vololo100@...>
Date: 2018-11-06T11:09:40Z
do "peek" operation similarly to SQL query (use mvcc tracker)
commit 751048bed4012be6608bb01fdc42a2ab58ef5395
Author: ipavlukhin <vololo100@...>
Date: 2018-11-06T11:13:23Z
add todo
commit 067782a81e7851f3c84455fdfb281a537fd142a3
Author: ipavlukhin <vololo100@...>
Date: 2018-11-06T11:28:25Z
Merge branch 'master' into mvcc-peek
commit 1b2a19969039c9a53da9de9b5802c7aa751a6a7c
Author: ipavlukhin <vololo100@...>
Date: 2018-11-06T11:29:56Z
cleanup
commit c1f774ee78b46587cb42010782b8b435df640159
Author: ipavlukhin <vololo100@...>
Date: 2018-11-06T14:02:45Z
use special MAX snapshot which can see all committed versions for mvccPeek
----
> MVCC TX: cache peek for key-value API
> -------------------------------------
>
> Key: IGNITE-7955
> URL: https://issues.apache.org/jira/browse/IGNITE-7955
> Project: Ignite
> Issue Type: Task
> Components: cache, mvcc
> Reporter: Alexander Paschenko
> Assignee: Ivan Pavlukhin
> Priority: Major
> Fix For: 2.8
>
>
> We need to implement MVCC-compatible cache peekĀ operation for key-value API.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)