Skip to content

docs: strongly consistent SHOW INSTANCES and request forwarding - #1709

Merged
vpavicic merged 2 commits into
release/3.13from
fix/forwarding
Aug 12, 2026
Merged

docs: strongly consistent SHOW INSTANCES and request forwarding#1709
vpavicic merged 2 commits into
release/3.13from
fix/forwarding

Conversation

@as51340

@as51340 as51340 commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Release note

Documented improvements around HA forwarding.

Related product PRs

PRs from product repo this doc page is related to:
memgraph/memgraph#4492

Checklist:

  • Add appropriate milestone (current release cycle)
  • Add bugfix or feature label, based on the product PR type you're documenting
  • Make sure all relevant tech details are documented
  • Check all content with Grammarly
  • Perform a self-review of my code
  • The build passes locally
  • My changes generate no new warnings or errors

Document memgraph/memgraph#4492:

- SHOW INSTANCES is now always answered by the leader coordinator. A
  follower that cannot reach the leader returns an empty result set with
  a LeaderNotReachable warning instead of falling back to its local Raft
  state with "unknown" health. A down data instance now reports the role
  recorded in the Raft log.
- YIELD LEADERSHIP and SHOW COORDINATOR SETTINGS are forwarded to the
  leader, so they can be run on any coordinator.
- SHOW REPLICATION LAG reports why the lag is unavailable via
  ReplicationLagUnavailable.
- ADD COORDINATOR, REMOVE COORDINATOR and UPDATE CONFIG fail with an
  explicit "coordinator is not a leader" error.

Adds a new "When there is no leader to serve the query" error handling
section, the ShowCoordSettingsRpc / YieldLeadershipRpc entries, and
v3.13.0 release notes.
@as51340 as51340 added this to the 3.13 milestone Aug 6, 2026
@as51340 as51340 self-assigned this Aug 6, 2026
@as51340 as51340 added the feature Documentation related to a new product feature of feature update label Aug 6, 2026
@vercel

vercel Bot commented Aug 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
documentation Ready Ready Preview Aug 12, 2026 10:44am

Request Review

@vpavicic
vpavicic merged commit 7919695 into release/3.13 Aug 12, 2026
2 checks passed
@vpavicic vpavicic mentioned this pull request Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Documentation related to a new product feature of feature update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants