dcapwell commented on a change in pull request #1180:
URL: https://github.com/apache/cassandra/pull/1180#discussion_r702128573
##########
File path: conf/cassandra.yaml
##########
@@ -1455,15 +1455,25 @@ enable_drop_compact_storage: false
# - 127.0.0.0/31
# Enables tracking warnings/aborts across all replicas for reporting back to
client.
-# Scheduled to enable in 4.2
# See: CASSANDRA-16850
-# See: tombstone_warn_threshold, tombstone_failure_threshold,
client_large_read_warn_threshold_kb, and client_large_read_abort_threshold_kb
-#client_track_warnings_enabled: false
-
-# When client_track_warnings_enabled: true, this tracks the materialized size
of a query on the
-# coordinator. If client_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
-# client_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.
-#client_large_read_warn_threshold_kb: 0
-#client_large_read_abort_threshold_kb: 0
+#track_warnings:
Review comment:
those are a bit too specific; as this is a feature to enable replicas to
notify users about behavior; so any query (read/write/ddl) could be in scope;
the best I can think of is "query_warnings"?
--
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]