mhansonp commented on code in PR #7442:
URL: https://github.com/apache/geode/pull/7442#discussion_r843048289
##########
geode-core/src/main/java/org/apache/geode/cache/client/internal/QueueManagerImpl.java:
##########
@@ -805,10 +818,13 @@ private QueueConnectionImpl
createNewPrimary(Set<ServerLocation> excludedServers
excludedServers.addAll(servers);
}
+ return primary;
+ }
+
+ public void markQueueAsReadyForEvents(@NotNull QueueConnectionImpl primary) {
if (primary != null && sentClientReady && primary.sendClientReady()) {
Review Comment:
I didn't see a static analyzer warning, but I just changed it and removed
the primary != null check
--
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]