Skip to content

Remove loading on-disk cluster metadata from the manifest file#114698

Merged
arteam merged 9 commits intoelastic:mainfrom
arteam:remove-legacy-on-disk-cluster-metadata
Oct 24, 2024
Merged

Remove loading on-disk cluster metadata from the manifest file#114698
arteam merged 9 commits intoelastic:mainfrom
arteam:remove-legacy-on-disk-cluster-metadata

Conversation

@arteam
Copy link
Copy Markdown
Contributor

@arteam arteam commented Oct 14, 2024

Since metadata storage was moved to Lucene in #50907 (7.16.0), we shouldn't encounter any on-disk global metadata files, so we can remove support for loading them

Since metadata storage was moved to Lucene in 50907 (7.16.0),
we shouldn't encounter any on-disk global metadata files, so
we can remove support for loading them
@arteam arteam added >non-issue :Distributed/Cluster Coordination Cluster formation and cluster state publication, including cluster membership and fault detection. labels Oct 14, 2024
@arteam arteam marked this pull request as ready for review October 16, 2024 08:06
@arteam arteam requested a review from a team as a code owner October 16, 2024 08:06
@arteam arteam requested review from DaveCTurner and removed request for a team October 16, 2024 08:06
@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

@elasticsearchmachine elasticsearchmachine added the Team:Distributed Meta label for distributed team. label Oct 16, 2024
@arteam arteam requested a review from rjernst October 24, 2024 10:02
Copy link
Copy Markdown
Member

@rjernst rjernst left a comment

Choose a reason for hiding this comment

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

LGTM

@arteam arteam merged commit b4edc3d into elastic:main Oct 24, 2024
@arteam arteam deleted the remove-legacy-on-disk-cluster-metadata branch October 24, 2024 19:26
georgewallace pushed a commit to georgewallace/elasticsearch that referenced this pull request Oct 25, 2024
…ic#114698)

Since metadata storage was moved to Lucene in elastic#50907 (7.16.0), we shouldn't encounter any on-disk global metadata files, so we can remove support for loading them.
jfreden pushed a commit to jfreden/elasticsearch that referenced this pull request Nov 4, 2024
…ic#114698)

Since metadata storage was moved to Lucene in elastic#50907 (7.16.0), we shouldn't encounter any on-disk global metadata files, so we can remove support for loading them.
ywangd added a commit to ywangd/elasticsearch that referenced this pull request Jun 17, 2025
The only production usage is for cleaning up all global state files. It
is replaced by directly calling the relevant method without creating the
FORAMT instance. Test only usages are either replaced by equivalent
method calls or dropped.

Relates: elastic#114698
elasticsearchmachine pushed a commit that referenced this pull request Jun 19, 2025
The only production usage is for cleaning up all global state files. It
is replaced by directly calling the relevant method without creating the
FORAMT instance. Test only usages are either replaced by equivalent
method calls or dropped.

Relates: #114698
kderusso pushed a commit to kderusso/elasticsearch that referenced this pull request Jun 23, 2025
The only production usage is for cleaning up all global state files. It
is replaced by directly calling the relevant method without creating the
FORAMT instance. Test only usages are either replaced by equivalent
method calls or dropped.

Relates: elastic#114698
mridula-s109 pushed a commit to mridula-s109/elasticsearch that referenced this pull request Jun 25, 2025
The only production usage is for cleaning up all global state files. It
is replaced by directly calling the relevant method without creating the
FORAMT instance. Test only usages are either replaced by equivalent
method calls or dropped.

Relates: elastic#114698
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Distributed/Cluster Coordination Cluster formation and cluster state publication, including cluster membership and fault detection. >non-issue >refactoring Team:Distributed Meta label for distributed team. v9.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants