You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2021/08/27 07:42:32 UTC

[GitHub] [cassandra] michaelsembwever commented on a change in pull request #1152: CASSANDRA-14309 Ensure hint window persists restarts

michaelsembwever commented on a change in pull request #1152:
URL: https://github.com/apache/cassandra/pull/1152#discussion_r697224431



##########
File path: doc/source/configuration/cass_yaml_file.rst
##########
@@ -150,6 +150,21 @@ are supported.
     #     parameters:
     #         -
 
+``hint_window_persistent_enabled``
+-------------------------
+
+*This option is commented out by default.*
+
+If set to false, a hint will be stored only in case a respective node
+that hint is for is down less than or equal to max_hint_window_in_ms.
+
+If set to true, a hint will be stored in case there is not any
+hint which was stored earlier than max_hint_window_in_ms. This is for cases
+when a node keeps to restart and hints are not delivered yet, we would be saving
+hints for that node indefinitely.
+
+*Default Value:* true
+

Review comment:
       this will need to be redone in the new asciidocs




-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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