From 31b607c92a98de5eeb33cadfd973c5fc76656b07 Mon Sep 17 00:00:00 2001 From: Yifan Cai Date: Mon, 22 Aug 2022 09:31:05 -0700 Subject: [PATCH] ninja fix: NEWS.txt --- NEWS.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index fcc488dfeb..b710a7354f 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -234,6 +234,12 @@ Upgrading Deprecation ----------- + - In the command line options for `org.apache.cassandra.tools.LoaderOptions`: deprecate the `-t`, `--throttle`, + `-idct`, and `--inter-dc-throttle` options for setting the throttle and inter-datacenter throttle options in + Mbps. Instead, users are instructed to use the `--throttle-mib`, and `--inter-dc-throttle-mib` for setting the + throttling options in MiB/s. Additionally, in the loader options builder + `org.apache.cassandra.tools.LoaderOptions$Builder`: deprecate the `throttle(int)`, `interDcThrottle(int)`, + `entireSSTableThrottle(int)`, and the `entireSSTableInterDcThrottle(int)` methods. - In the JMX MBean `org.apache.cassandra.db:type=StorageService`: deprecate getter method `getStreamThroughputMbitPerSec` in favor of getter method `getStreamThroughputMbitPerSecAsDouble`; deprecate getter method `getStreamThroughputMbPerSec` in favor of getter methods `getStreamThroughputMebibytesPerSec` and `getStreamThroughputMebibytesPerSecAsDouble`;