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.