Hacker News new | ask | show | jobs
by smharris65 3434 days ago
The Jepsen tests were not completely centered around transactions. It also had to do with data loss when replicas go down and pure "last-write-wins" approach. For those wanting more info around this the original post is here:

https://aphyr.com/posts/294-jepsen-cassandra

1 comments

Last-write-wins is a semantic we are okay with for this data, and dealing with one of our conflicts is outlined the article.
I enjoyed your article and I do appreciate your transparency!