Your write will fail. But if the write has reached at least one node, it will eventually reach all the other nodes as well. So it won't rollback.
On Tue, Feb 15, 2011 at 7:38 PM, A J <s5a...@gmail.com> wrote: > Say I set write consistency level to ALL and all but one node are down. What > happens to writes ? Does it rollback from the live node before returning > failure to client ? > Thanks.