Commit graph

18 commits

Author SHA1 Message Date
Patrick Doyle
76c2ab58c0
Collapse transport versions (#127186)
* Initial TV collapse based on TransportVersions.json

* [CI] Auto commit changes from spotless

* Fix ByteSizeValueTests.

This test had been using the version INITIAL_ELASTICSEARCH_9_0 as an example of
a version that used the older ByteSizeValue transport format. Now that no such
version exists anymore, it doesn't make sense to substitute a version that uses
the new format!

* Tips for collapsing transport versions

---------

Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co>
2025-04-23 09:04:08 -04:00
Dianna Hohensee
72b4ed255b
Add to allocation architecture guide (#125328)
How master and data nodes communicate
about shard allocation
2025-04-18 14:56:27 -04:00
Dianna Hohensee
fd0aaebea3
Move REST layer architecture guide write-up (#126643) 2025-04-11 17:18:35 +10:00
Yang Wang
6be0bf50bb
Minor update to interal distributed guide for multi-project (#125556)
This PR adds a minimal amount information about multi-project so that
the existing distributed guide is up-to-date.

Relates: https://github.com/elastic/elasticsearch/pull/123565 Resolves:
ES-10985
2025-03-26 12:48:20 +11:00
Dianna Hohensee
befc6a03e3
Start the allocation architecture guide section (#121940)
This is a high-level overview of the main rebalancing components and
how they interact to move shards around the cluster, and decide where
shards should go.

Relates ES-10423
2025-02-18 13:33:39 -05:00
Simon Cooper
68c8fa6b38
Update transport and index version id numbers to S_PP (#121380)
We need more patch numbers for longer-lived branches
2025-02-03 11:10:58 +00:00
Nick Tindall
e67856895b
Add link to Tasks experimental issue (#118117) 2024-12-06 14:22:59 +11:00
Simon Cooper
acd4f07475
Create a doc for versioning info (#113601) 2024-09-30 10:42:59 +01:00
Pm Ching
e7bbcb9883
fix typos (#113329) 2024-09-23 17:38:51 +02:00
Nick Tindall
5daa82a818
Architecture Guide: Task Management (#112536)
Closes: ES-7876
2024-09-13 09:49:31 +10:00
Dianna Hohensee
429b539e5c
Document backwards compatibility in arch guide (#109589)
Transferring our slack conversation to a more widely consumable format.
2024-06-12 09:41:09 +10:00
Dianna Hohensee
33009d443b
Add distrib. arch. guide intro and autoscaling basics (#107284) 2024-05-13 16:44:58 -04:00
Dianna Hohensee
b26dc840cf
Explain Settings in the arch. guide (#107379) 2024-05-09 16:58:26 -04:00
David Turner
864543b305
Move conceptual docs about ActionListener (#107875)
This information is more discoverable as the class-level javadocs for
`ActionListener` itself rather than hidden away in a separate Markdown
file. Also this way the links all stay up to date.
2024-05-09 04:37:56 -04:00
Dianna Hohensee
87df295817
Brief document blurb about RestClient (#107863) 2024-05-08 13:34:56 -04:00
Dianna Hohensee
a002b89623
Document REST layer in architecture guide (#107714) 2024-04-24 11:33:24 -04:00
David Turner
23278a52cf
Expand conceptual docs around ActionListener (#105405)
Rephrases the docs about `ActionListener` in terms of continuations and
control flow, rather than as injecting logic into lower layers.
2024-03-22 05:50:18 -04:00
Dianna Hohensee
ffc711bf35
Add an outline for the distributed area team architecture guide (#105264) 2024-02-08 11:53:08 -05:00