arrapraveen221 commented on code in PR #4000: URL: https://github.com/apache/cassandra/pull/4000#discussion_r2010392092
########## doc/modules/cassandra/pages/architecture/storage-engine.adoc: ########## @@ -18,19 +18,19 @@ The sequence of the steps in the write path: [[commit-log]] == Logging writes to commit logs -When a write occurs, {cassandra} writes the data to a local append-only (https://cassandra.apache.org/_/glossary.html#commit-log)[commit log] on disk. -This action provides xref:cassandra:managing/configuration/cass_yaml_file.adoc[configurable durability] by logging every write made to a {cassandra} node. +When a write operation takes place, Cassandra records the data in a local append-only https://cassandra.apache.org/_/glossary.html#commit-log[commit log] on disk. Review Comment: @smiklosovic are you asking about glossary or cass_yaml_file.adoc? cass_yaml_file.adoc is generated from .yaml file with convert_yaml_to_adoc.py, and so you won't be able to preview it as far as I know. -- 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-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org