Hi, we are observing severe throttling from the cluster when getting data from a partitioned region (no SH nor TX) while server hosting one of the redundant buckets is recovering (see ticket https://issues.apache.org/jira/browse/GEODE-7039).
Currently, Get operations that have not landed on a server hosting the bucket will be proxied to other members that host bucket, in random fashion. Question is, can we use bucketProfile.isInitializing flag for member selection algorithm, or do you have some better idea?