You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by pavlukhin <gi...@git.apache.org> on 2018/11/06 14:07:53 UTC

[GitHub] ignite pull request #5284: IGNITE-7955: MVCC TX: cache peek for key-value AP...

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 <vo...@...>
Date:   2018-11-02T15:32:56Z

    mvcc-compatible peek draft

commit 514b793910a88ab4718829d1f77055f45740e349
Author: ipavlukhin <vo...@...>
Date:   2018-11-06T11:09:40Z

    do "peek" operation similarly to SQL query (use mvcc tracker)

commit 751048bed4012be6608bb01fdc42a2ab58ef5395
Author: ipavlukhin <vo...@...>
Date:   2018-11-06T11:13:23Z

    add todo

commit 067782a81e7851f3c84455fdfb281a537fd142a3
Author: ipavlukhin <vo...@...>
Date:   2018-11-06T11:28:25Z

    Merge branch 'master' into mvcc-peek

commit 1b2a19969039c9a53da9de9b5802c7aa751a6a7c
Author: ipavlukhin <vo...@...>
Date:   2018-11-06T11:29:56Z

    cleanup

commit c1f774ee78b46587cb42010782b8b435df640159
Author: ipavlukhin <vo...@...>
Date:   2018-11-06T14:02:45Z

    use special MAX snapshot which can see all committed versions for mvccPeek

----


---

[GitHub] ignite pull request #5284: IGNITE-7955: MVCC TX: cache peek for key-value AP...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---