Fix cassandra.yaml formatting of parameters

patch by Ekaterina Dimitrova; reviewed by Josh McKenzie for CASSANDRA-17131
This commit is contained in:
Ekaterina Dimitrova 2021-11-09 15:39:56 -05:00
parent 07b908c78c
commit 4bb6f411d8
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
4.0.2
* Fix cassandra.yaml formatting of parameters (CASSANDRA-17131)
* Add backward compatibility for CQLSSTableWriter Date fields (CASSANDRA-17117)
* Push initial client connection messages to trace (CASSANDRA-17038)
* Correct the internode message timestamp if sending node has wrapped (CASSANDRA-16997)

View File

@ -935,20 +935,20 @@ request_timeout_in_ms: 10000
# See (CASSANDRA-14358) for details.
#
# The amount of time to wait for internode tcp connections to establish.
# internode_tcp_connect_timeout_in_ms = 2000
# internode_tcp_connect_timeout_in_ms: 2000
#
# The amount of time unacknowledged data is allowed on a connection before we throw out the connection
# Note this is only supported on Linux + epoll, and it appears to behave oddly above a setting of 30000
# (it takes much longer than 30s) as of Linux 4.12. If you want something that high set this to 0
# which picks up the OS default and configure the net.ipv4.tcp_retries2 sysctl to be ~8.
# internode_tcp_user_timeout_in_ms = 30000
# internode_tcp_user_timeout_in_ms: 30000
# The amount of time unacknowledged data is allowed on a streaming connection.
# The default is 5 minutes. Increase it or set it to 0 in order to increase the timeout.
# internode_streaming_tcp_user_timeout_in_ms = 300000
# internode_streaming_tcp_user_timeout_in_ms: 300000
# The maximum continuous period a connection may be unwritable in application space
# internode_application_timeout_in_ms = 30000
# internode_application_timeout_in_ms: 30000
# Global, per-endpoint and per-connection limits imposed on messages queued for delivery to other nodes
# and waiting to be processed on arrival from other nodes in the cluster. These limits are applied to the on-wire