Skip to content

Commit 76c0441

Browse files
committed
don't ask myself about transaction status
1 parent 297eb12 commit 76c0441

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/resolver.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,8 @@ scatter_status_requests(MtmConfig *mtm_cfg)
390390

391391
for (i = 0; i < MTM_MAX_NODES; i++)
392392
{
393-
if (!BIT_CHECK(SELF_CONNECTIVITY_MASK, i))
393+
if (!BIT_CHECK(SELF_CONNECTIVITY_MASK, i) &&
394+
i + 1 != mtm_cfg->my_node_id)
394395
{
395396
int node_id = i + 1;
396397
MtmArbiterMessage msg;

0 commit comments

Comments
 (0)