Skip to content

Commit

Permalink
Merge pull request #19112 from aladesawe/rafthttp-error-messaging
Browse files Browse the repository at this point in the history
rafthttp: Improve warn message in checkClusterCompatibilityFromHeader
  • Loading branch information
ahrtr authored Jan 10, 2025
2 parents a228c12 + a1a9149 commit 9db8dcb
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",
"failed version compatibility check",
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 9db8dcb

Please sign in to comment.