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

Commit 2dc65af

Browse files
committed
disable node only after clique recalculation
1 parent 0547c5f commit 2dc65af

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

state.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -383,14 +383,9 @@ void MtmOnNodeDisconnect(int nodeId)
383383
*/
384384

385385
MtmLock(LW_EXCLUSIVE);
386-
MtmDisableNode(nodeId);
387386
BIT_SET(SELF_CONNECTIVITY_MASK, nodeId-1);
388-
BIT_SET(Mtm->reconnectMask, nodeId-1);
389-
Mtm->nConfigChanges += 1;
390387
MtmCheckState();
391388
MtmUnlock();
392-
393-
// MtmRefreshClusterStatus();
394389
}
395390

396391
// XXXX: make that event too

0 commit comments

Comments
 (0)