You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by dc...@apache.org on 2021/11/03 22:32:49 UTC

[cassandra] branch trunk updated: coordinator_read_size had wrong name in cassandra.yaml

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 5b4d369  coordinator_read_size had wrong name in cassandra.yaml
5b4d369 is described below

commit 5b4d3692664172546b25c765f89c94e61400d873
Author: dcapwell <dc...@gmail.com>
AuthorDate: Wed Nov 3 15:32:40 2021 -0700

    coordinator_read_size had wrong name in cassandra.yaml
    
    patch by Ekaterina Dimitrova, reviewed by David Capwell for CASSANDRA-17118
---
 conf/cassandra.yaml | 42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml
index 65eb385..92a91c6 100644
--- a/conf/cassandra.yaml
+++ b/conf/cassandra.yaml
@@ -1543,24 +1543,24 @@ enable_drop_compact_storage: false
 
 # Enables tracking warnings/aborts across all replicas for reporting back to client.
 # See: CASSANDRA-16850
-#track_warnings:
-#	# Scheduled to enable in 4.2
-#	enabled: false
-#	# When track_warnings.enabled: true, this tracks the materialized size of a query on the
-#	# coordinator. If coordinator_large_read.warn_threshold_kb is greater than 0, this will emit a warning
-#	# to clients with details on what query triggered this as well as the size of the result set; if
-#	# coordinator_large_read.abort_threshold_kb is greater than 0, this will abort the query after it
-#	# has exceeded this threshold, returning a read error to the user.
-#	coordinator_large_read:
-#		warn_threshold_kb: 0
-#		abort_threshold_kb: 0
-#	# When track_warnings.enabled: true, this tracks the size of the local read (as defined by
-#	# heap size), and will warn/abort based off these thresholds; 0 disables these checks.
-#	local_read_size:
-#		warn_threshold_kb: 0
-#		abort_threshold_kb: 0
-#	# When track_warnings.enabled: true, this tracks the expected memory size of the RowIndexEntry
-#	# and will warn/abort based off these thresholds; 0 disables these checks.
-#	row_index_size:
-#		warn_threshold_kb: 0
-#		abort_threshold_kb: 0
+# track_warnings:
+# Scheduled to enable in 4.2
+#     enabled: true
+# When track_warnings.enabled: true, this tracks the materialized size of a query on the
+# coordinator. If coordinator_large_read.warn_threshold_kb is greater than 0, this will emit a warning
+# to clients with details on what query triggered this as well as the size of the result set; if
+# coordinator_large_read.abort_threshold_kb is greater than 0, this will abort the query after it
+# has exceeded this threshold, returning a read error to the user.
+#     coordinator_read_size:
+#         warn_threshold_kb: 0
+#         abort_threshold_kb: 0
+# When track_warnings.enabled: true, this tracks the size of the local read (as defined by
+# heap size), and will warn/abort based off these thresholds; 0 disables these checks.
+#     local_read_size:
+#         warn_threshold_kb: 0
+#         abort_threshold_kb: 0
+# When track_warnings.enabled: true, this tracks the expected memory size of the RowIndexEntry
+# and will warn/abort based off these thresholds; 0 disables these checks.
+#     row_index_size:
+#         warn_threshold_kb: 0
+#         abort_threshold_kb: 0

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org