-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Doc+) How to resolve shards >50GB #111254
Merged
Merged
Conversation
This file contains 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
stefnestor
added
>enhancement
>docs
General docs changes
:Distributed Coordination/Allocation
All issues relating to the decision making around placing a shard (both master logic & on the nodes)
Team:Distributed
Meta label for distributed team (obsolete)
Team:Docs
Meta label for docs team
labels
Jul 24, 2024
Documentation preview: |
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-distributed (Team:Distributed) |
elasticsearchmachine
added
v8.16.0
external-contributor
Pull request authored by a developer outside the Elasticsearch team
labels
Jul 24, 2024
idegtiarenko
approved these changes
Jul 25, 2024
Co-authored-by: Ievgen Degtiarenko <[email protected]>
This was referenced Jul 25, 2024
stefnestor
added a commit
to stefnestor/elasticsearch
that referenced
this pull request
Jul 25, 2024
* (Doc+) How to resolve shards >50GB --------- Co-authored-by: Ievgen Degtiarenko <[email protected]>
stefnestor
added a commit
to stefnestor/elasticsearch
that referenced
this pull request
Jul 25, 2024
* (Doc+) How to resolve shards >50GB --------- Co-authored-by: Ievgen Degtiarenko <[email protected]>
elasticsearchmachine
pushed a commit
that referenced
this pull request
Jul 25, 2024
* (Doc+) How to resolve shards >50GB --------- Co-authored-by: Ievgen Degtiarenko <[email protected]>
stefnestor
added a commit
that referenced
this pull request
Oct 16, 2024
👋 howdy, team (cc: @anniegale9538 )! Playing forward #111254, [this video](https://www.youtube.com/watch?v=sHyNYnwbYro) demonstrates an example resolving shards too large via reindex under [this section](https://www.elastic.co/guide/en/elasticsearch/reference/master/size-your-shards.html#shard-size-recommendation) as it's a top support ask.
stefnestor
added a commit
that referenced
this pull request
Oct 16, 2024
* (Doc+) link video for resolving shards too large 👋 howdy, team (cc: @anniegale9538 )! Playing forward #111254, [this video](https://www.youtube.com/watch?v=sHyNYnwbYro) demonstrates an example resolving shards too large via reindex under [this section](https://www.elastic.co/guide/en/elasticsearch/reference/master/size-your-shards.html#shard-size-recommendation) as it's a top support ask. --------- Co-authored-by: Liam Thompson <[email protected]>
leemthompo
pushed a commit
that referenced
this pull request
Oct 16, 2024
* (Doc+) link video for resolving shards too large 👋 howdy, team (cc: @anniegale9538 )! Playing forward #111254, [this video](https://www.youtube.com/watch?v=sHyNYnwbYro) demonstrates an example resolving shards too large via reindex under [this section](https://www.elastic.co/guide/en/elasticsearch/reference/master/size-your-shards.html#shard-size-recommendation) as it's a top support ask. --------- Co-authored-by: Liam Thompson <[email protected]> (cherry picked from commit c76fd00)
elasticsearchmachine
pushed a commit
that referenced
this pull request
Oct 16, 2024
* (Doc+) link video for resolving shards too large 👋 howdy, team (cc: @anniegale9538 )! Playing forward #111254, [this video](https://www.youtube.com/watch?v=sHyNYnwbYro) demonstrates an example resolving shards too large via reindex under [this section](https://www.elastic.co/guide/en/elasticsearch/reference/master/size-your-shards.html#shard-size-recommendation) as it's a top support ask. --------- Co-authored-by: Liam Thompson <[email protected]> (cherry picked from commit c76fd00) Co-authored-by: Stef Nestor <[email protected]>
georgewallace
pushed a commit
to georgewallace/elasticsearch
that referenced
this pull request
Oct 25, 2024
* (Doc+) link video for resolving shards too large 👋 howdy, team (cc: @anniegale9538 )! Playing forward elastic#111254, [this video](https://www.youtube.com/watch?v=sHyNYnwbYro) demonstrates an example resolving shards too large via reindex under [this section](https://www.elastic.co/guide/en/elasticsearch/reference/master/size-your-shards.html#shard-size-recommendation) as it's a top support ask. --------- Co-authored-by: Liam Thompson <[email protected]>
jfreden
pushed a commit
to jfreden/elasticsearch
that referenced
this pull request
Nov 4, 2024
* (Doc+) link video for resolving shards too large 👋 howdy, team (cc: @anniegale9538 )! Playing forward elastic#111254, [this video](https://www.youtube.com/watch?v=sHyNYnwbYro) demonstrates an example resolving shards too large via reindex under [this section](https://www.elastic.co/guide/en/elasticsearch/reference/master/size-your-shards.html#shard-size-recommendation) as it's a top support ask. --------- Co-authored-by: Liam Thompson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Distributed Coordination/Allocation
All issues relating to the decision making around placing a shard (both master logic & on the nodes)
>docs
General docs changes
>enhancement
external-contributor
Pull request authored by a developer outside the Elasticsearch team
Team:Distributed
Meta label for distributed team (obsolete)
Team:Docs
Meta label for docs team
v8.14.0
v8.15.0
v8.16.0
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.
👋 howdy, team! Expands Aim for shards of up to 200M documents, or with sizes between 10GB and 50GB to include resolution steps if you find yourself out of bounds.
Calls out can do Split/Reindex but Restore/Clone would be insufficient, which comes up frequently for Support.