nassim-git / project-voldemort

Automatically exported from code.google.com/p/project-voldemort
Apache License 2.0
0 stars 0 forks source link

Get semantics with zone-count-read = 0 #329

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The current zone routing behavior is such that if the parallel requests do not 
satisfy the "required reads", we fall back to the other zone to satisfy our 
requests. So even-though the zone-read-count is set to 0, we will be going to 
the other zone to satisfy our requests. A better solution is to fail fast 
rather than wait for the other zone to reply back.

Original issue reported on code.google.com by rsumb...@gmail.com on 8 Feb 2011 at 2:38

GoogleCodeExporter commented 9 years ago

Original comment by rsumb...@gmail.com on 27 Jul 2011 at 11:47