Eliran Sinvani
925cdc9ae1
consistency level: fix wrong quorum calculation whe RF = 0
...
We used to calculate the number of endpoints for quorum and local_quorum
unconditionally as ((rf / 2) + 1). This formula doesn't take into
account the corner case where RF = 0, in this situation quorum should
also be 0.
This commit adds the missing corner case.
Tests: Unit Tests (dev)
Fixes #6905
Closes #7296
2020-09-29 13:25:41 +03:00
..
2020-08-27 15:05:51 +03:00
2020-09-24 14:51:24 +03:00
2019-10-25 12:04:44 +02:00
2020-09-23 20:55:02 +03:00
2020-07-16 16:38:48 +03:00
2020-02-10 20:54:32 +03:00
2020-09-29 10:11:36 +02:00
2020-09-29 09:59:30 +02:00
2020-04-15 12:20:30 +02:00
2020-09-29 13:25:41 +03:00
2020-08-15 20:26:02 +03:00
2020-03-23 09:29:45 +02:00
2020-08-26 20:44:11 +03:00
2020-03-10 12:51:02 +02:00
2020-03-05 16:09:44 +01:00
2020-08-26 20:44:11 +03:00
2020-02-04 21:15:44 -08:00
2020-03-03 11:34:00 +01:00
2020-07-03 10:27:23 +02:00
2020-03-23 09:29:45 +02:00
2020-08-17 16:44:14 +02:00
2020-02-12 16:44:12 +03:00
2020-03-15 10:25:20 +01:00
2020-09-15 17:53:27 +02:00
2020-09-15 17:53:27 +02:00
2020-08-22 20:47:49 +03:00
2020-08-22 20:47:49 +03:00
2020-08-16 14:41:09 +03:00
2020-06-26 20:26:15 +03:00
2020-08-10 18:53:04 +03:00
2020-08-10 18:53:04 +03:00
2020-07-15 08:10:23 +00:00
2020-08-31 11:33:14 +03:00
2020-04-05 12:46:04 +03:00
2020-09-07 17:54:46 +03:00
2020-08-19 13:08:12 +03:00
2020-03-23 09:29:45 +02:00