17 Collaborator |
Aleksey Yeschenko , Štefan Miklošovič , David Capwell , Ariel Weisberg , Dinesh Joshi , Chris Lohfink , Joey Lynch , Andy Tolbert , Patrick Bannister , Alexander Dejanovski , Ling Mao , maoling , Jon Haddad jon@jonhaddad.com , Edward Capriolo , Venkata+Harikrishna Nukala , Venkata+Harikrishna , Barak Merimovich |
5 Patch |
11 Review |
26ff589f3da0a66c10c5ca16451a1c49fbb57ade,
165081afdaf82ff36a1ccf46f933faf6f76ec102,
0e0d288ab7e87e7d4a7542c955dd06701798bd06,
9d649d69a56a91fcb06a3582b22606f0fe361f49,
b3d2940a073f98c7776e1d0a391749b44df04ace |
26ff589f3da0a66c10c5ca16451a1c49fbb57ade,
38408938ccfe5b8c051e25c645bdcd71b45fa66e,
1f19d5f7a243cc4227da923459f5eb2f66066778,
caf50de31b034ed77140b3c1597e7ca6ddc44e17,
c90b0d62bc32c91c3a98ab691cb36c8177f12871,
e75c5171964b3211776136c50f0d8514b85d6295,
9d649d69a56a91fcb06a3582b22606f0fe361f49,
b3d2940a073f98c7776e1d0a391749b44df04ace,
1096f9f5e77ff7b17cc7f9fe5aba008834899251,
18ccbb4d308c27b67a8d81a2c849dc27fc3e2b5c,
467192eb1e5b350e8b89009884b7c1acf9501470 |
26ff589f3da0a66c10c5ca16451a1c49fbb57ade | Author: maoling <maoling@apache.org>
| 2024-06-12 23:14:00+08:00
Expose current compaction throughput in nodetool
patch by Ling Mao; reviewed by Jon Haddad, Stefan Miklosovic for CASSANDRA-13890
Co-authored-by: Jon Haddad <jon@jonhaddad.com>
0e0d288ab7e87e7d4a7542c955dd06701798bd06 | Author: Jon Haddad jon@jonhaddad.com <jon@jonhaddad.com>
| 2020-04-06 12:53:27-07:00
Only track ideal CL failure when request CL met
Ideal consistency level tracking should not report a failure when requested CL
was also not met either.
Patch by Jon Haddad; Reviewed by Dinesh Joshi for CASSANDRA-15696.
1f19d5f7a243cc4227da923459f5eb2f66066778 | Author: Joseph Lynch <joe.e.lynch@gmail.com>
| 2018-03-12 20:37:30-07:00
Auto-expand replication_factor for NetworkTopologyStrategy
This re-defines the 'replication_factor' configuration option for
NetworkTopologyStrategy to auto-expand out to the datacenters that the
cluster knows about. This allows users to not worry about their cluster
layout when creating keyspaces. On ALTER this keyword will only ever add
datacenters (it keeps all previous datacenters unless explicitly overridden)
Patch by Joseph Lynch; reviewed by Jon Haddad for CASSANDRA-14303
9d649d69a56a91fcb06a3582b22606f0fe361f49 | Author: Jon Haddad <jon@jonhaddad.com>
| 2018-02-08 11:01:38-08:00
Count deleted rows scanned during reads for tracing and tombstone thresholds.
If a row is read but is not live anymore (which happens with row level tombstones) it is not counted anywhere
in the metrics nor reported in tracing. Row tombstones themselves are not reported anywhere.
The consequence is that some delete heavy workloads will show no tombstone read but endure severe
performance issues. This commit counts deleted rows as standard tombstone cells.
Patch by Alexander Dejanovski; Reviewed by Jon Haddad for CASSANDRA-8527
b3d2940a073f98c7776e1d0a391749b44df04ace | Author: Jon Haddad <jon@jonhaddad.com>
| 2017-12-27 18:46:49-08:00
Added --all to ClearSnapshot command, so entering the
command without a parameter will now throw an exception instead of
deleting all the snapshots.
Patch by Barak Merimovich, Review by Jon Haddad for CASSANDRA-13391.
Closes #182.