[GitHub] incubator-omid pull request #36: [OMID-72] bug fix, accessed tables should b...

2018-06-05 Thread ohadshacham
Github user ohadshacham closed the pull request at:

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


---


[GitHub] incubator-omid pull request #36: [OMID-72] bug fix, accessed tables should b...

2018-06-03 Thread ohadshacham
GitHub user ohadshacham opened a pull request:

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

[OMID-72] bug fix, accessed tables should be sent to transaction mana…

…ger also for conflict free writes. This is because fences should also 
force conflict free transactions to abort.

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

$ git pull https://github.com/ohadshacham/incubator-omid OMID-72-bug

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

https://github.com/apache/incubator-omid/pull/36.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 #36


commit d96ff96e4fa264472ae684bdb1834e791a6d25ef
Author: Ohad Shacham 
Date:   2018-06-03T13:41:45Z

[OMID-72] bug fix, accessed tables should be sent to transaction manager 
also for conflict free writes. This is because fences should also force 
conflict free transactions to abort.




---