This is an automated email from the ASF dual-hosted git repository.

smiklosovic pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from e621d8a6c1 Introduce separate GCInspector thresholds for concurrent GC 
events. For GC like ShenandoahGC/ZGC etc., there are GC events that do not have 
STW pauses (Concurrent phases). Operator might find it reasonable to use lower 
thresholds for events require STW pauses and higher thresholds for concurrent 
phases. gc_concurrent_phase_log_threshold and 
gc_concurrent_phase_warn_threshold configuration options are introduced in 
cassandra.yaml
     add dc89b8c802 Extend nodetool tablestats for dictionary memory usage

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                              |  1 +
 .../cassandra/db/compression/CompressionDictionary.java  |  9 +++++++++
 .../db/compression/CompressionDictionaryCache.java       |  9 +++++++++
 .../db/compression/CompressionDictionaryManager.java     |  6 ++++++
 .../db/compression/ICompressionDictionaryCache.java      |  7 +++++++
 .../db/compression/ZstdCompressionDictionary.java        | 10 ++++++++++
 src/java/org/apache/cassandra/metrics/TableMetrics.java  | 16 ++++++++++++++++
 src/java/org/apache/cassandra/tools/NodeProbe.java       |  1 +
 .../org/apache/cassandra/tools/nodetool/TableStats.java  |  2 +-
 .../cassandra/tools/nodetool/stats/StatsTable.java       |  2 ++
 .../tools/nodetool/stats/StatsTableComparator.java       |  6 ++++++
 .../cassandra/tools/nodetool/stats/TableStatsHolder.java |  9 +++++++++
 .../tools/nodetool/stats/TableStatsPrinter.java          |  3 +++
 test/resources/nodetool/help/tablestats                  |  1 +
 .../tools/nodetool/stats/StatsTableComparatorTest.java   |  5 +++++
 .../tools/nodetool/stats/TableStatsTestBase.java         |  8 ++++++++
 16 files changed, 94 insertions(+), 1 deletion(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to