12 Collaborator |
Mick Semb Wever , Eric Ramirez , Brandon Williams , Benjamin Lerer , Ekaterina Dimitrova , Andrés de la Peña , Marcus Eriksson , Josh McKenzie , Zhao Yang , Diogenese Topper , Paul Thomas Au , Melissa Logan |
7 Patch |
5 Review |
1b36740ebe66b8ed4c3d6cb64eb2419a9279dfbf,
4d444022c3ace5928a15b2a54af0f95f4191c0d7,
3b46e5bda61c0944ec28d56c289954d9f34c418e,
367c741931c2a20eb2213650313dc238e8b0f3aa,
d6db703d4661dbc02d52e0d89cc0d31c7b250561,
4f02f64aa1f02dca65e780bd1f6d04d391d1d273,
18f3266a5941ba49ed276bf3c8e7543c94d5a785 |
2346ed8241022882e77433e283ab8ce3004d12b0,
4c80eeece37d79f434078224a0504400ae10a20d,
1b36740ebe66b8ed4c3d6cb64eb2419a9279dfbf,
27efbf2fc55ff064767814067ef50396eb2403f0,
119ea2c4fbf5360b2cbed8b0c5c6790a5e3fec73 |
119ea2c4fbf5360b2cbed8b0c5c6790a5e3fec73 | Author: Paul Thomas Au <paul@traverstodd.com>
| 2023-11-22 16:37:20-08:00
Adding Catalyst page and blog post
patch by Paul Thomas Au, Diogenese Topper, Melissa Logan; reviewed by Mick Semb Wever, Paulo Motta, Josh McKenzie for CASSANDRA-19054
d6db703d4661dbc02d52e0d89cc0d31c7b250561 | Author: Diogenese Topper <diotopper@gmail.com>
| 2022-03-02 13:29:04-08:00
March 2022 blog "Join Apache Cassandra’s Google Summer of Code Program"
patch by Paulo Motta, Diogenese Topper; reviewed by Erick Ramirez for CASSANDRA-17410
2346ed8241022882e77433e283ab8ce3004d12b0 | Author: Mick Semb Wever <mck@apache.org>
| 2020-12-02 09:34:28+01:00
Offline token allocation strategy generator tool
Provides the tools/bin/generate-tokens script that can be used to pregenerate allocation strategy tokens.
Refactors TokenAllocation for extensibility (and better re-use between strategies), and adds OfflineTokenAllocator.
TokenMetadata now has a configurable snitch (instead of hardcoded to DatabaseDescriptor.getEndpointSnitch()) for testability.
Adds logging of growth and stddev changes to allocate_tokens_for_local_replication_factor usages.
patch by Mick Semb Wever; reviewed by Paul Motta, Ekaterina Dimitrova for CASSANDRA-16205
1b36740ebe66b8ed4c3d6cb64eb2419a9279dfbf | Author: Zhao Yang <zhaoyangsingapore@gmail.com>
| 2017-07-12 17:49:38+08:00
Fix outstanding MV timestamp issues and add documentation about unsupported cases (see CASSANDRA-11500 for a summary of fixes)
This patch introduces the following changes to fix MV timestamp issues:
- Add strict liveness for view with non-key base column in pk
- Deprecated shadowable tombstone and use expired livenessInfo instead
- Include partition deletion for existing base row
- Disallow dropping base column with MV
Patch by Zhao Yang and Paulo Motta; reviewed by Paulo Motta for CASSANDRA-11500