Skip to content

Commit

Permalink
Update misleading warn message when versions mismatch
Browse files Browse the repository at this point in the history
Signed-off-by: adeyemi <[email protected]>
  • Loading branch information
aladesawe committed Dec 27, 2024
1 parent a37bee0 commit 7577a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/etcdserver/api/rafthttp/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ func checkClusterCompatibilityFromHeader(lg *zap.Logger, localID types.ID, heade

if err != nil {
lg.Warn(
"failed to check version compatibility",
"local and remote versions are incompatible",
zap.String("local-member-id", localID.String()),
zap.String("local-member-cluster-id", cid.String()),
zap.String("local-member-server-version", localVs),
Expand Down

0 comments on commit 7577a56

Please sign in to comment.