mhansonp commented on a change in pull request #7258: URL: https://github.com/apache/geode/pull/7258#discussion_r783510389
########## File path: geode-core/src/main/java/org/apache/geode/cache/client/internal/QueueManagerImpl.java ########## @@ -926,6 +930,9 @@ private void recoverPrimary(Set<ServerLocation> excludedServers) { excludedServers.add(newPrimary.getServer()); newPrimary = null; } + + markAsQueueAsReadyForEvents(newPrimary); Review comment: I got the impression from the bug, that the ready for events should be after the register interest. I know I have seen us previously fix a test like that back in the days of the green team. As far as the clear of the local cache, I am still trying to figure out where that gets triggered. -- 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