You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@omid.apache.org by ohadshacham <gi...@git.apache.org> on 2018/03/15 12:37:06 UTC

[GitHub] incubator-omid pull request #26: A bug fix in [OMID-74].

GitHub user ohadshacham opened a pull request:

    https://github.com/apache/incubator-omid/pull/26

    A bug fix in [OMID-74].

    The update of the write set is incorrect since the family deletion qualifier needs to be added instead of a row marker. Therefore, this commit fixes this case.
    This is crucial since the write set information is needed for adding shadow cells, when transaction successfully commits, and for garbage collection when transaction aborts.

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

    $ git pull https://github.com/ohadshacham/incubator-omid OMID-74-reopen

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

    https://github.com/apache/incubator-omid/pull/26.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 #26
    
----
commit d6ed73fc4cf34c84a4f283011521a746f257d66e
Author: Ohad Shacham <oh...@...>
Date:   2018-03-15T12:33:57Z

    A bug fix in [OMID-74].
    The update of the write set is incorrect since the family deletion qualifier needs to be added instead of a row marker. Therefore, this commit fixes this case.
    This is crucial since the write set information is needed for adding shadow cells, when transaction successfully commits, and for garbage collection when transaction aborts.

----


---

[GitHub] incubator-omid pull request #26: A bug fix in [OMID-74].

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

    https://github.com/apache/incubator-omid/pull/26


---