Skip to content

Commit

Permalink
Merge pull request #18785 from vbotbuildovich/backport-pr-18776-v23.2…
Browse files Browse the repository at this point in the history
….x-642

[v23.2.x] raft: fix node_id mismatch log message
  • Loading branch information
ztlpn authored Jun 5, 2024
2 parents 9c59eeb + 0d3833e commit dfea7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/raft/consensus.cc
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ consensus::success_reply consensus::update_follower_index(
"Received append entries response node_id doesn't match expected "
"node_id (received: {}, expected: {})",
reply.node_id.id(),
node);
physical_node);
return success_reply::no;
}

Expand Down

0 comments on commit dfea7cf

Please sign in to comment.