Geode currently allows creating non-partitioned regions with a
DISTRIBUTED_NO_ACK Scope. This causes distributed operations on the region
not to wait for acknowledgement but to just send the op and assume the
remote member received it.
Currently gfsh gives you no way to create a region DISTRIBUTED_NO_ACK. It
always uses DISTRIBUTED_ACK.
Partition regions do not support no-ack.
Does anyone know of a reason why it should not be deprecated so that it can
be removed in some future release?

Reply via email to