File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
server/src/main/java/org/elasticsearch/transport Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ private static TransportVersion ensureCompatibleVersion(
223223 Object channel
224224 ) {
225225 if (TransportVersion .isCompatible (remoteTransportVersion )) {
226- if (remoteTransportVersion .supports ( localTransportVersion )) {
226+ if (remoteTransportVersion .id () >= localTransportVersion . id ( )) {
227227 // Remote is semantically newer than us (i.e. has a greater transport protocol version), so we propose using our current
228228 // transport protocol version. If we're initiating the connection then that's the version we'll use; if the other end is
229229 // initiating the connection then it's up to the other end to decide whether to use this version (if it knows it) or
You can’t perform that action at this time.
0 commit comments