stephentu / silo

Multicore in-memory storage engine
MIT License
372 stars 115 forks source link

Fix derp in commit protocol #12

Closed kohler closed 11 years ago

kohler commented 11 years ago

I took over the old guard()->tick() from the old commit protocol w/o noticing that it was NOT in fact a read of the true global tick. Thank you invariants for disabusing me.

Now tests pass with invariants on.