Copilot commented on code in PR #4881:
URL: https://github.com/apache/cassandra/pull/4881#discussion_r3528851133


##########
doc/modules/cassandra/pages/managing/operating/compaction/overview.adoc:
##########
@@ -67,6 +67,7 @@ Compaction executes to remove any ranges that a node no 
longer owns.
 This type of compaction is typically triggered on neighbouring nodes after a 
node has been bootstrapped, since the bootstrapping node will take ownership of 
some ranges from those nodes.
 Secondary index rebuild::
 A compaction is triggered if the secondary indexes are rebuilt on a node.
+[#anticompaction]

Review Comment:
   `overview.adoc` uses the `[[id]]` anchor style elsewhere (e.g., 
`[[compaction-options]]`). Using `[#anticompaction]` here introduces an 
inconsistent anchor syntax and may not attach to the intended list item in a 
description list. Prefer `[[anticompaction]]` to match the file’s existing 
convention and reliably create a link target for xrefs.



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