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

Commit b8fa192

Browse files
committed
note on PGPRO-1014
1 parent 13dac1d commit b8fa192

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arbiter.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,13 @@ void MtmReceiver(Datum arg)
971971

972972
MtmLock(LW_EXCLUSIVE);
973973

974+
// XXX: This helps with taking us offline after long SIGSTOP/SIGCONT,
975+
// but expectedly leads to fals positive failure detections due to
976+
// blocked receiver. This shoudl be uncommented if one sunny day we'll
977+
// have non-blocking receiver.
978+
//
979+
// MtmWatchdog(MtmGetSystemTime());
980+
974981
for (j = 0; j < nResponses; j++) {
975982
MtmArbiterMessage* msg = &rxBuffer[i].data[j];
976983
MtmTransState* ts;

0 commit comments

Comments
 (0)