Skip to content

docs: document ha.appendElementLimit setting#413

Merged
robfrank merged 1 commit into
mainfrom
docs/ha-append-element-limit
Jun 30, 2026
Merged

docs: document ha.appendElementLimit setting#413
robfrank merged 1 commit into
mainfrom
docs/ha-append-element-limit

Conversation

@robfrank

Copy link
Copy Markdown
Contributor

Summary

Documents the new arcadedb.ha.appendElementLimit configuration parameter (default 64) introduced in ArcadeData/arcadedb#4753.

The setting caps the number of Raft log entries per AppendEntries batch, bounding the per-batch in-memory footprint on a follower during catch-up resync. It acts as a secondary cap to the dominant byte limit (ha.appendBufferSize, 4MB default).

Changes

  • Added an ha.appendElementLimit row to the SERVER settings table in src/main/asciidoc/reference/settings.adoc, placed next to the related ha.appendBufferSize entry.
  • Marked _Since v26.7.1_ (the next release; engine is currently 26.7.1-SNAPSHOT).

Notes

  • Not added to how-to/operations/ha.adoc, which intentionally lists only a curated subset of HA settings (it omits appendBufferSize too) and points to Server Settings for the complete list.

Upstream PR: ArcadeData/arcadedb#4753

🤖 Generated with Claude Code

Add the new arcadedb.ha.appendElementLimit configuration parameter
(default 64) introduced in ArcadeData/arcadedb#4753 to the SERVER
settings reference. It bounds the number of Raft log entries per
AppendEntries batch as a secondary cap to the appendBufferSize byte limit.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the documentation in settings.adoc to include a new configuration setting, ha.appendElementLimit, which defines the maximum number of Raft log entries per AppendEntries batch. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@mergify

mergify Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@robfrank robfrank merged commit 70d5eb7 into main Jun 30, 2026
3 of 4 checks passed
@robfrank robfrank deleted the docs/ha-append-element-limit branch June 30, 2026 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant