You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Google User <le...@gmail.com> on 2022/07/28 15:27:08 UTC

QueueManagerImpl.recoverSingleKey and brief period of removed keys

Hi,

We've encountered this a few times (it's not often, but it still
happens), when a Geode client reconnects back to the primary cache
server, it removes the registered interest keys from local client
Region before pulling the latest and putting it back. This brief time
window will cause keys not to be found in the local Region during
reconnect. Can there be any improvement to this area? It seems very
dangerous. In many cases we register interest on .* and this causes
the local region(s) to be fully cleared of any entries during this
time.