We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e729f5 commit 0608a9dCopy full SHA for 0608a9d
contrib/mmts/multimaster.c
@@ -842,7 +842,7 @@ MtmPostPrepareTransaction(MtmCurrentTrans* x)
842
843
timestamp_t start = MtmGetSystemTime();
844
/* wait votes from all nodes */
845
- while (!ts->votingCompleted && start + transTimeout >= MtmGetSystemTime())
+ while (!ts->votingCompleted && start + transTimeout < MtmGetSystemTime())
846
{
847
MtmUnlock();
848
MtmWatchdog();
0 commit comments