zaaath opened a new pull request, #261: URL: https://github.com/apache/cassandra-dtest/pull/261
[CASSANDRA-19335](https://issues.apache.org/jira/browse/CASSANDRA-19335), introduced in [PR#3069](https://github.com/apache/cassandra/pull/3069), implements the following changes: 1. By default, `nodetool tablestats` now outputs byte sizes with human-readable suffixes (e.g., "bytes", "KiB", "MiB"). This update has caused several dtests to fail, as detailed in this [CircleCI report](https://app.circleci.com/pipelines/github/driftx/cassandra/1475/workflows/1dcedb48-abf2-4b45-ab0f-787830bfb21b/jobs/72781/tests). 2. A new CLI flag, `-r` or `--no-human-readable`, has been added to `nodetool tablestats` to revert to the non-human-readable byte size output, maintaining compatibility with existing parsing logic. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

