agingade commented on code in PR #7598:
URL: https://github.com/apache/geode/pull/7598#discussion_r851566972
##########
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. "
+ + "Please upgrade your client to Geode 1.15 or greater to allow
re-authentication.";
Review Comment:
Do we need please :)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]