Folks, Our PartitionLossPolicy allows to disable operations on lost partitions, however all available policies allow any operations on partitions that were not lost. It seems to me it can be very useful to also have a policy that completely blocks the cache in case of data loss. Is it possible to add one?
And as a side question: what is the difference between READ_WRITE_ALL and IGNORE policies? Looks like both allow both read and write on all partitions. -Val