| 355 | } |
| 356 | |
| 357 | void Instance :: OnNewValueCommitTimeout() |
| 358 | { |
| 359 | BP->GetInstanceBP()->OnNewValueCommitTimeout(); |
| 360 | |
| 361 | m_oProposer.ExitPrepare(); |
| 362 | m_oProposer.ExitAccept(); |
| 363 | |
| 364 | m_oCommitCtx.SetResult(PaxosTryCommitRet_Timeout, m_oProposer.GetInstanceID(), ""); |
| 365 | } |
| 366 | |
| 367 | ////////////////////////////////////////////////////////////////////// |
| 368 |
nothing calls this directly
no test coverage detected