Hacker News new | ask | show | jobs
by ec109685 2086 days ago
Around the ordering guarantee, are there tricky edge cases if objects are moving between machines in the face of network partitions or some other system instability? Where request1 and request2 hit two different instances of the object, but request1 persists at the end instead of request2?
1 comments

Those are tricky edge cases for us to solve, yes, but that's our job, not yours. :)
:) More of a question of what tradeoffs you're using to solve them.