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

[GitHub] ignite pull request #4725: IGNITE-7764: MVCC TX: make cache basic operations...

GitHub user AMashenkov opened a pull request:

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

    IGNITE-7764: MVCC TX: make cache basic operations support Mvcc tx mode.

    

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

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

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

    https://github.com/apache/ignite/pull/4725.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 #4725
    
----
commit ed99e64194b880230051b011b3a3a8e234f51654
Author: Andrey V. Mashenkov <an...@...>
Date:   2018-09-06T07:45:56Z

    IGNITE-9464: WIP. Tests added.
    
    Signed-off-by: Andrey V. Mashenkov <an...@gmail.com>

commit 427c4aecbc3f88e351d5da74ada07d72bcae52d1
Author: Andrey V. Mashenkov <an...@...>
Date:   2018-09-06T14:28:53Z

    IGNITE-9464: WIP. Fix Get\GetAll operations.
    
    Signed-off-by: Andrey V. Mashenkov <an...@gmail.com>

commit 1f410ff3cf58b4dea619ddc7ee5ba00f378046b2
Author: Andrey V. Mashenkov <an...@...>
Date:   2018-09-07T19:26:49Z

    IGNITE-9464: WIP. Fix Put\PutAll operations. Naive implementation, optimization needed.
    
    Signed-off-by: Andrey V. Mashenkov <an...@gmail.com>

commit b66d8369f5226768f668650b5c56d44926f714cf
Author: Andrey V. Mashenkov <an...@...>
Date:   2018-09-08T15:01:38Z

    IGNITE-9464: WIP. Fix test.
    
    Signed-off-by: Andrey V. Mashenkov <an...@gmail.com>

commit fc500e945280b1d59a72a61ceaf655a9d86538c6
Author: Andrey V. Mashenkov <an...@...>
Date:   2018-09-10T10:06:06Z

    IGNITE-9464: WIP. Refactored query enlist futures.
    
    Generify query enlist futures.
    
    Signed-off-by: Andrey V. Mashenkov <an...@gmail.com>

----


---

[GitHub] ignite pull request #4725: IGNITE-7764: MVCC TX: make cache basic operations...

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

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


---