Hacker News new | ask | show | jobs
by chipdart 598 days ago
> Distributed locks and transactions are hell.

Which distributed transaction scenario have you ever dealt with that wasn't correctly handled by a two-phase commit or at worst a three-phase commit?

1 comments

The scenario where one of the processes crashes cannot be handled by any number of commit phases.