Netflix / dynomite

A generic dynamo implementation for different k-v storage engines
Apache License 2.0
4.2k stars 532 forks source link

Is number of racks in SAFE_QUORUM limited to 3 per DC? #764

Open joakimortbrant opened 4 years ago

joakimortbrant commented 4 years ago

Planning to extend our current 3 rack in 1 DC to 5 racks but looks like the code evaluating DC_SAFE_QUORUM responses is hardcoded to expect 3 racks. I see nothing documented regarding this limitation so can you please verify if this is the case or not please.