Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3e0d7aa

Browse files
committed
set MtmIsRecoverySession to false only on caught-up in MtmRecoveryCaughtUp()
1 parent 6de6ee1 commit 3e0d7aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/mmts/multimaster.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2054,7 +2054,6 @@ bool MtmIsRecoveredNode(int nodeId)
20542054
}
20552055
return true;
20562056
} else {
2057-
MtmIsRecoverySession = false; /* recovery is completed */
20582057
return false;
20592058
}
20602059
}

0 commit comments

Comments
 (0)