12 Collaborator |
Aleksey Yeschenko , Robert Stupp , Benedict Elliott Smith , Marcus Eriksson , Sam Tunnicliffe , Alex Petrov , Caleb Rackliffe , Ariel Weisberg , Jay Zhuang , Jon Haddad , Chris Batey , Christopher Bailey |
6 Patch |
6 Review |
ccab496d2d37c86341d364dea6c27513fda27331,
d8f0361228aec146689b8f9402c7aa61d95bdc05,
d2923275e360a1ee9db498e748c269f701bb3a8b,
f7431b432875e334170ccdb19934d05545d2cebd,
f25a765b6daf4d08694303f47bfe5f38185dd7aa,
54de771e643e9cc64d1f5dd28b5de8a9a91a219e |
5a0d6154d144b958404a4d7117602d35157848ba,
1db54a1266a68d9c765c0fa248277635c4520f6d,
3f41d7a76feeb764ec4ec12d7f61a6c6ebc45111,
9797511c56df4e9c7db964a6b83e67642df96c2d,
f7431b432875e334170ccdb19934d05545d2cebd,
2fcd29b830e7b201e7047d283de385d5f1c427b5 |
d2923275e360a1ee9db498e748c269f701bb3a8b | Author: Benedict Elliott Smith <benedict@apache.org>
| 2020-03-30 15:24:12+01:00
CEP-14: Paxos Improvements
This work encompasses a range of improvements to Paxos, summarised as:
- The introduction of Paxos Repair for ensuring consistency during range movements
- The reduction of network round-trips by a factor of 2x for reads and writes
patch by Benedict Elliott Smith and Blake Eggleston; reviewed by Alex Petrov, Aleksey Yeschenko and Sam Tunnicliffe for CASSANDRA-17164
f7431b432875e334170ccdb19934d05545d2cebd | Author: Ariel Weisberg <ariel@weisberg.ws>
| 2018-07-05 18:10:40-04:00
Transient Replication and Cheap Quorums
Patch by Blake Eggleston, Benedict Elliott Smith, Marcus Eriksson, Alex Petrov, Ariel Weisberg; Reviewed by Blake Eggleston, Marcus Eriksson, Benedict Elliott Smith, Alex Petrov, Ariel Weisberg for CASSANDRA-14404
Co-authored-by: Blake Eggleston <bdeggleston@gmail.com>
Co-authored-by: Benedict Elliott Smith <benedict@apache.org>
Co-authored-by: Marcus Eriksson <marcuse@apache.org>
Co-authored-by: Alex Petrov <oleksandr.petrov@gmail.com>
2fcd29b830e7b201e7047d283de385d5f1c427b5 | Author: Aleksey Yeshchenko <aleksey@apple.com>
| 2018-03-28 12:47:09+01:00
Eliminate background repair and probablistic read_repair_chance table options
patch by Aleksey Yeschenko; reviewed by Blake Eggleston for
CASSANDRA-13910