skoppu22 commented on a change in pull request #1357:
URL: https://github.com/apache/cassandra/pull/1357#discussion_r801569364



##########
File path: conf/cassandra.yaml
##########
@@ -63,6 +63,11 @@ hinted_handoff_enabled: true
 # created until it has been seen alive and gone down again.
 max_hint_window_in_ms: 10800000 # 3 hours
 
+# The file size limit to store hints for an unreachable host.
+# Once the local hints files have reached the limit, no more new hints will be 
created.
+# Set a non-positive value will disable the size limit.
+max_hints_size_per_host_in_mb: 0

Review comment:
       Agree with @yifan-c, 'hints' reading better




-- 
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]

Reply via email to