James Moore wrote:
Isn't one of the features of replication a guarantee that when my write finishes, I know there are N replicas written?
This is what happens normally, but it is not a guarantee. When there are errors, data might be written to fewer replicas.
Raghu.
Seems like if you want the quicker behavior, you write with replication set to 1 for that file, then change the replication count when you're finished.
