Add SolrCloud update consistency documentation - #4716
Draft
dsmiley wants to merge 1 commit into
Draft
Conversation
- New ref guide page solrcloud-update-consistency.adoc stating the consistency model of /update in SolrCloud: acknowledgment semantics, durability, ordering, atomicity, visibility, optimistic concurrency, retry-ability, and leader failover - New dev-docs/distributed-update-internals.adoc: implementation deep-dive of the distributed update path (routing, fan-out, acknowledgment and error handling, shard terms) and versioning/optimistic concurrency, with an eye toward reasoning about idempotency and retries - AGENTS.md: add a Developer Docs Index so coding agents discover dev-docs/ when working on related topics Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
janhoy
reviewed
Aug 6, 2026
|
|
||
| Internals: | ||
|
|
||
| - `dev-docs/overseer/overseer.adoc` — Overseer: cluster state updates, ZkStateWriter, collection API message flow |
Contributor
There was a problem hiding this comment.
This new section looks very useful for agents, like a "map" of where to read more on dev topics. I like it.
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.
I want more documentation about Solr's consistency model and on how Solr implements it. So I had Claude Fable work on producing this. Ultimately I want to discuss atomicity / idempotency... that's either a follow-on conversation or could very well happen here.
The first commit here is submitted with zero a-priori review; I will review it momentarily here and hopefully others will to.