InterviewSolution
| 1. |
Describe Two Phases Of Two-phase Commit ? |
|
Answer» Prepare phase - The global coordinator (initiating node) ask a PARTICIPANTS to prepare (to promise to commit or rollback the transaction, EVEN if there is a failure. Prepare phase - The global coordinator (initiating node) ask a participants to prepare (to promise to commit or rollback the transaction, even if there is a failure. |
|