agingade commented on code in PR #7598:
URL: https://github.com/apache/geode/pull/7598#discussion_r851567137


##########
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/ClientReAuthenticateMessage.java:
##########
@@ -28,6 +28,11 @@
 public class ClientReAuthenticateMessage implements ClientMessage {
   @Immutable
   public static final KnownVersion RE_AUTHENTICATION_START_VERSION = 
KnownVersion.GEODE_1_15_0;
+
+  public static final String OLD_CLIENT_AUTHENTICATION_EXPIRED =
+      "Authorization expired for a client with a version less than Geode 1.15. 
Cannot re-authenticate an older client "
+          + " that has a server to client queue for CQs or interest 
registrations. "

Review Comment:
   Instead of calling CQs or Interest; can we just say 
   "older clients with client event queue"
   



-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org

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

Reply via email to