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

Commit 3a9e118

Browse files
afiskonkelvich
authored andcommitted
unexisted -> non-existing
1 parent 5ab4e64 commit 3a9e118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arbiter.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ static void MtmReceiver(Datum arg)
10311031
}
10321032
ts = (MtmTransState*)hash_search(MtmXid2State, &msg->dxid, HASH_FIND, NULL);
10331033
if (ts == NULL) {
1034-
MTM_ELOG(WARNING, "Ignore response for unexisted transaction %llu from node %d", (long64)msg->dxid, node);
1034+
MTM_ELOG(WARNING, "Ignore response for non-existing transaction %llu from node %d", (long64)msg->dxid, node);
10351035
continue;
10361036
}
10371037
Assert(msg->code == MSG_ABORTED || strcmp(msg->gid, ts->gid) == 0);

0 commit comments

Comments
 (0)