You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/02/24 18:57:46 UTC

[GitHub] [geode] echobravopapa commented on a change in pull request #6050: GEODE-8963: separate client/server compatibility from server/server version compatibility

echobravopapa commented on a change in pull request #6050:
URL: https://github.com/apache/geode/pull/6050#discussion_r581630654



##########
File path: geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CommandInitializer.java
##########
@@ -204,7 +204,9 @@ boolean registerCommand(final int messageType,
     allCommands.put(KnownVersion.GEODE_1_13_0, geode18Commands);
     allCommands.put(KnownVersion.GEODE_1_13_1, geode18Commands);
     allCommands.put(KnownVersion.GEODE_1_14_0, geode18Commands);
-    allCommands.put(KnownVersion.GEODE_1_15_0, geode18Commands);
+
+    // as of GEODE_1_15_0 we only create new command sets when the

Review comment:
       👍 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org