docs: update nightly remote WAL logical pruning docs#2553
Merged
Conversation
Deploying greptime-docs with
|
| Latest commit: |
68af16c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://80d7eac3.greptime-docs.pages.dev |
| Branch Preview URL: | https://copilot-update-zh-en-nightly.greptime-docs.pages.dev |
Copilot
AI
changed the title
[WIP] Update documentation for remote WAL logical pruning support
docs: update nightly remote WAL logical pruning docs
Jun 10, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the nightly Remote WAL documentation (EN + ZH) to include and describe the new auto_prune_logical_delete Metasrv option for Kafka environments where DeleteRecords is unavailable.
Changes:
- Added
auto_prune_logical_deleteto the Metasrv configuration example in the nightly Remote WAL docs (EN/ZH). - Added an option reference entry explaining that logical pruning advances GreptimeDB’s metadata marker while skipping Kafka
DeleteRecords.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docs/user-guide/deployments-administration/wal/remote-wal/configuration.md | Adds the new Metasrv Remote WAL pruning option to the example config and options table. |
| i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments-administration/wal/remote-wal/configuration.md | Mirrors the same option addition and explanation for the Chinese nightly docs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
|
@copilot apply suggestions |
Contributor
Author
Applied all four suggestions in commit
|
v0y4g3r
approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's Changed in this PR
This updates the nightly Remote WAL documentation for the new
auto_prune_logical_deletemetasrv option introduced by the upstream feature. The English and Chinese nightly docs now show how to enable logical pruning for Kafka deployments that do not supportDeleteRecords.Nightly Remote WAL config
auto_prune_logical_delete = falsewith an inline comment to the metasrv configuration example in the EN and ZH nightly docs, clarifying when to set it totrue.Option reference
DeleteRecords.DeleteRecordsis unavailable.Kafka permissions section
auto_prune_logical_delete = true, resolving the contradiction for deployments that enable logical pruning.Checklist
sidebars.tsmatches the current document structure when you changed the document structure.