mhansonp commented on a change in pull request #7258: URL: https://github.com/apache/geode/pull/7258#discussion_r821031942
########## File path: geode-core/src/main/java/org/apache/geode/cache/client/internal/QueueManagerImpl.java ########## @@ -802,10 +803,13 @@ private QueueConnectionImpl createNewPrimary(Set<ServerLocation> excludedServers excludedServers.addAll(servers); } + return primary; Review comment: @pivotal-amurmann Yes, I did. There are two calls and I have made sure that we are calling `markQueueAsReadyForEvents` after each one. So, it is covered. -- 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