Skip to content

Commit ab08a7a

Browse files
committed
most tests passes, but some races during recovery under load
1 parent 67de224 commit ab08a7a

File tree

7 files changed

+397
-375
lines changed

7 files changed

+397
-375
lines changed

arbiter.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,10 @@ static void MtmCheckResponse(MtmArbiterMessage* resp)
318318
BIT_CLEAR(Mtm->currentLockNodeMask, resp->node-1);
319319
}
320320

321-
if (BIT_CHECK(resp->disabledNodeMask, MtmNodeId-1))
322-
{
323-
MtmStateProcessEvent(MTM_REMOTE_DISABLE);
324-
}
321+
// if (BIT_CHECK(resp->disabledNodeMask, MtmNodeId-1))
322+
// {
323+
// MtmStateProcessEvent(MTM_REMOTE_DISABLE);
324+
// }
325325

326326
if (BIT_CHECK(Mtm->disabledNodeMask, resp->node-1) &&
327327
sockets[resp->node-1] < 0)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy