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

frankgh 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 ca729f6fad CASSANDRA-19685 - Add auto_hints_cleanup_enabled to web 
documentation
ca729f6fad is described below

commit ca729f6fad70eb07dcf590274e8664b865af2d42
Author: Bernardo Botella <conta...@bernardobotella.com>
AuthorDate: Fri Jun 7 11:44:31 2024 -0700

    CASSANDRA-19685 - Add auto_hints_cleanup_enabled to web documentation
    
    patch by Bernardo Botella; reviewed by Francisco Guerrero, Yifan Cai for 
CASSANDRA-19685
---
 doc/modules/cassandra/pages/managing/operating/hints.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/modules/cassandra/pages/managing/operating/hints.adoc 
b/doc/modules/cassandra/pages/managing/operating/hints.adoc
index 4446a8c950..06f0fc97bb 100644
--- a/doc/modules/cassandra/pages/managing/operating/hints.adoc
+++ b/doc/modules/cassandra/pages/managing/operating/hints.adoc
@@ -153,6 +153,10 @@ megabytes. |`128MiB`
 |`hints_compression` |Compression to apply to the hint files. If
 omitted, hints files will be written uncompressed. LZ4, Snappy, and
 Deflate compressors are supported. |`LZ4Compressor`
+
+|`auto_hints_cleanup_enabled` |Enable / disable automatic cleanup for the
+expired and orphaned hints files. Disable the option in order to preserve
+those hints on the disk. Available since version 4.1. |`false`
 |===
 
 == Configuring Hints at Runtime with `nodetool`


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

Reply via email to