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 5fa6b03e8b Merge branch 'cassandra-5.0' into trunk new 009146959a Fix nodetool gcstats output, support human-readable units and more output formats new 9843b3d40e Do not fail to start a node with materialized views after they are turned off in config The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CHANGES.txt | 2 + .../statements/schema/CreateViewStatement.java | 7 +- .../org/apache/cassandra/service/GCInspector.java | 70 ++++++++-- .../apache/cassandra/tools/nodetool/GcStats.java | 23 +-- .../tools/nodetool/stats/GcStatsHolder.java | 55 ++++++-- .../tools/nodetool/stats/GcStatsPrinter.java | 48 +++++-- .../distributed/MaterializedViewTest.java | 49 +++++++ .../cassandra/tools/nodetool/GcStatsTest.java | 154 ++++++++++++--------- 8 files changed, 296 insertions(+), 112 deletions(-) create mode 100644 test/distributed/org/apache/cassandra/distributed/MaterializedViewTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org