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/09 11:25:59 UTC

[GitHub] ignite pull request #5357: IGNITE-10167: MVCC-compatible IgniteCache.localEn...

GitHub user pavlukhin opened a pull request:

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

    IGNITE-10167: MVCC-compatible IgniteCache.localEntries

    

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

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

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

    https://github.com/apache/ignite/pull/5357.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 #5357
    
----
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

commit 1d46b4b20f49dd2cdacebc45b993b4972fe2c533
Author: ipavlukhin <vo...@...>
Date:   2018-11-06T17:45:33Z

    tune MVCC_MAX_SNAPSHOT

commit 35b822e87b80ba428dec23d4068cead3ea306988
Author: ipavlukhin <vo...@...>
Date:   2018-11-06T17:47:30Z

    dummy for a code style

commit c90c3f34c0b7b732f139024e24e42716c03e02ac
Author: ipavlukhin <vo...@...>
Date:   2018-11-07T06:28:20Z

    move peek test to core module

commit e88d70910ef43f0c7803928d6732e0b6ea0bcaac
Author: ipavlukhin <vo...@...>
Date:   2018-11-07T06:31:17Z

    remove test checking that peek is not supported for mvcc

commit 61b019bbf7a270d4f80b4acfeb9b1c113a9fbef4
Author: ipavlukhin <vo...@...>
Date:   2018-11-07T08:45:25Z

    * call checkObsolete() in mvccPeek;
    * javadoc for mvccPeek.

commit c4e2807c53ce545d46f6b0161eaa7c484487c600
Author: ipavlukhin <vo...@...>
Date:   2018-11-07T09:31:54Z

    update IgniteCache.peek javadoc

commit 0db14098fe2e36cc74c1a0a35b0eefb4a709453d
Author: ipavlukhin <vo...@...>
Date:   2018-11-07T09:38:27Z

    minor javadoc fix

commit 63e8de61963b10b3c71800275d0f44c8169550a6
Author: ipavlukhin <vo...@...>
Date:   2018-11-07T09:43:58Z

    comments for special mvcc constants

commit b57533135cace90828caa1cea0d964e709876213
Author: ipavlukhin <vo...@...>
Date:   2018-11-07T10:03:35Z

    rework MvccCachePeekTest to stop grid only once

commit 25653c9b255294268722e2e62dfeb422b6a8c21b
Author: ipavlukhin <vo...@...>
Date:   2018-11-07T10:41:20Z

    Merge branch 'master' into mvcc-peek

commit edb496b9489615852d2c48960d79b4d8325e375a
Author: ipavlukhin <vo...@...>
Date:   2018-11-07T13:28:22Z

    adopt existing peek tests and add them to MVCC suite

commit 16219757547e0fe14a96622ad9d53cce1c7ff331
Author: ipavlukhin <vo...@...>
Date:   2018-11-08T13:27:36Z

    Merge branch 'master' into mvcc-peek

commit 977f13a2d39e0f4785e06ea4775d25a3e45ce264
Author: ipavlukhin <vo...@...>
Date:   2018-11-08T16:08:57Z

    IgniteCache.localEntries draft

commit 5d71df8da19211aedc428bf96ea95eb2359b4789
Author: ipavlukhin <vo...@...>
Date:   2018-11-09T10:59:27Z

    use MvccUtils.MVCC_MAX_SNAPSHOT for "localEntries" implementation

commit eea412024fcb58072c7ddfcc92a9e36ae28ac943
Author: ipavlukhin <vo...@...>
Date:   2018-11-09T11:03:29Z

    minor

----


---

[GitHub] ignite pull request #5357: IGNITE-10167: MVCC-compatible IgniteCache.localEn...

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

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


---