is there such an option? in some cases I want to distribute some small lookup tables to all the nodes, so that everyone has a local copy, and loaded in memory. so the lookup is fast. supposedly I want to write to all N nodes, but that exposes me to failure in case of just one node down. so I'd like to declare success to N-1 nodes.
thanks Yang