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 85e3843 commit a13c7ddCopy full SHA for a13c7dd
contrib/mmts/arbiter.c
@@ -1169,7 +1169,7 @@ static void MtmReceiver(Datum arg)
1169
}
1170
if (Mtm->status == MTM_ONLINE) {
1171
now = MtmGetSystemTime();
1172
- /* Check for heartbeats only in case of timeout expiration: it means that we do not have unproceeded events.
+ /* Check for heartbeats only in case of timeout expiration: it means that we do not have non-processed events.
1173
* It helps to avoid false node failure detection because of blocking receiver.
1174
*/
1175
if (n == 0) {
0 commit comments