You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core: check version compatibility on RPC handshake
The RPC heartbeat now checks for version compatibility between the two
nodes. This prevents a node from establishing a gRPC connection if its
binary version is lower than the cluster version on the other end.
Fixes#18058
Release note (bug fix): Prevent RPC connections between nodes with
incompatible versions.
0 commit comments