2 phase commit With different failures
What is the main goal of the Two-Phase Commit (2PC) protocol?
Which two phases make up the Two-Phase Commit protocol?
What durable log entry does a participant write before replying VOTE_COMMIT?
If a participant crashes after logging READY but before receiving GLOBAL_DECISION, what must it do on recovery?
What happens if the coordinator crashes after sending some but not all GLOBAL_COMMIT messages?
Which of the following is a known drawback of Two-Phase Commit?
What optimization to 2PC reduces logging overhead by assuming abort if no commit record exists?