scylla-jmx/src/main/java/org/apache/cassandra
Piotr Wojtczak 20469bf749 column_family: Return proper cardinality for toppartitions requests
Right now, in the finishLocalSampling method of the ColumnFamilyStore
we return the size of the list of returned partitions. Instead, we should
be propagating the actual cardinality of the sampled set.
Let's just read the read_cardinality and write_cardinality properties
of the scylla's REST API response.

Fixes #148
2020-12-13 13:50:56 +02:00
..
db column_family: Return proper cardinality for toppartitions requests 2020-12-13 13:50:56 +02:00
gms FailureDetector: check that states is not null before use 2018-03-29 15:18:48 +03:00
locator Code formatting + source cleanup (eclipse) 2016-10-24 11:43:52 +00:00
metrics scylla-jmx: Use registration checker objects 2020-09-07 11:00:42 +02:00
net scylla-jmx: Update JMX interfaces to origin 3.11 2018-07-30 15:47:43 +03:00
repair Add the RepairParallelism enum 2015-08-27 20:46:02 +03:00
service StorageService.java: Use the endpoint for getRangeToEndpointMap 2020-10-08 11:53:33 +03:00
streaming Code formatting + source cleanup (eclipse) 2016-10-24 11:43:52 +00:00