-
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
Improve Snapshot Repository Scalability #74350
Labels
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
>enhancement
Meta
Team:Distributed
Meta label for distributed team (obsolete)
Comments
original-brownbear
added
>enhancement
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
Meta
labels
Jun 21, 2021
elasticmachine
added
the
Team:Distributed
Meta label for distributed team (obsolete)
label
Jun 21, 2021
Pinging @elastic/es-distributed (Team:Distributed) |
original-brownbear
added a commit
to original-brownbear/elasticsearch
that referenced
this issue
Aug 9, 2021
Add numeric offset parameter to this API. Relates elastic#74350
original-brownbear
added a commit
that referenced
this issue
Aug 9, 2021
Add numeric offset parameter to this API. Relates #74350
original-brownbear
added a commit
to original-brownbear/elasticsearch
that referenced
this issue
Aug 14, 2021
Add numeric offset parameter to this API. Relates elastic#74350
4 tasks
original-brownbear
added a commit
to original-brownbear/elasticsearch
that referenced
this issue
Aug 30, 2021
…lastic#77011) It's in the title. As requested by the Kibana team, adding these two additional sort columns. relates elastic#74350
original-brownbear
added a commit
that referenced
this issue
Aug 30, 2021
This was referenced Sep 7, 2021
This was referenced Nov 15, 2021
jrodewig
added a commit
that referenced
this issue
Nov 16, 2021
As part of #74350, snapshot repositories no longer have a 200 snapshot soft limit. This removes docs related to the limit.
elasticsearchmachine
pushed a commit
that referenced
this issue
Nov 16, 2021
elasticsearchmachine
pushed a commit
that referenced
this issue
Nov 16, 2021
elasticsearchmachine
pushed a commit
that referenced
this issue
Nov 16, 2021
As part of #74350, snapshot repositories no longer have a 200 snapshot soft limit. This removes docs related to the limit. # Conflicts: # docs/reference/slm/apis/slm-put.asciidoc # docs/reference/snapshot-restore/take-snapshot.asciidoc
elasticsearchmachine
pushed a commit
that referenced
this issue
Nov 16, 2021
As part of #74350, snapshot repositories no longer have a 200 snapshot soft limit. This removes docs related to the limit. # Conflicts: # docs/reference/slm/apis/slm-put.asciidoc # docs/reference/snapshot-restore/take-snapshot.asciidoc
jrodewig
added a commit
to elastic/kibana
that referenced
this issue
Nov 17, 2021
With elastic/elasticsearch#74350, we no longer recommend a 200 snapshot soft limit for snapshot repositories or SLM policies. This removes a related sentence from the Snapshot Policy UI. It also updates the docs link to point to the [create snapshot docs](https://www.elastic.co/guide/en/elasticsearch/reference/master/snapshots-take-snapshot.html), which include guidance on snapshot retention, rather than the [put SLM policy API docs](https://www.elastic.co/guide/en/elasticsearch/reference/master/slm-api-put-policy.html). Relates to elastic/elasticsearch#80745
jrodewig
added a commit
to elastic/kibana
that referenced
this issue
Nov 17, 2021
With elastic/elasticsearch#74350, we no longer recommend a 200 snapshot soft limit for snapshot repositories or SLM policies. This removes a related sentence from the Snapshot Policy UI. It also updates the docs link to point to the [create snapshot docs](https://www.elastic.co/guide/en/elasticsearch/reference/master/snapshots-take-snapshot.html), which include guidance on snapshot retention, rather than the [put SLM policy API docs](https://www.elastic.co/guide/en/elasticsearch/reference/master/slm-api-put-policy.html). Relates to elastic/elasticsearch#80745
jrodewig
added a commit
to elastic/kibana
that referenced
this issue
Nov 17, 2021
With elastic/elasticsearch#74350, we no longer recommend a 200 snapshot soft limit for snapshot repositories or SLM policies. This removes a related sentence from the Snapshot Policy UI. It also updates the docs link to point to the [create snapshot docs](https://www.elastic.co/guide/en/elasticsearch/reference/master/snapshots-take-snapshot.html), which include guidance on snapshot retention, rather than the [put SLM policy API docs](https://www.elastic.co/guide/en/elasticsearch/reference/master/slm-api-put-policy.html). Relates to elastic/elasticsearch#80745
I'm going to close as it looks like all tasks are complete.merged. Please re-open if I missed anything. |
TinLe
pushed a commit
to TinLe/kibana
that referenced
this issue
Nov 20, 2021
With elastic/elasticsearch#74350, we no longer recommend a 200 snapshot soft limit for snapshot repositories or SLM policies. This removes a related sentence from the Snapshot Policy UI. It also updates the docs link to point to the [create snapshot docs](https://www.elastic.co/guide/en/elasticsearch/reference/master/snapshots-take-snapshot.html), which include guidance on snapshot retention, rather than the [put SLM policy API docs](https://www.elastic.co/guide/en/elasticsearch/reference/master/slm-api-put-policy.html). Relates to elastic/elasticsearch#80745
dmlemeshko
pushed a commit
to elastic/kibana
that referenced
this issue
Nov 29, 2021
With elastic/elasticsearch#74350, we no longer recommend a 200 snapshot soft limit for snapshot repositories or SLM policies. This removes a related sentence from the Snapshot Policy UI. It also updates the docs link to point to the [create snapshot docs](https://www.elastic.co/guide/en/elasticsearch/reference/master/snapshots-take-snapshot.html), which include guidance on snapshot retention, rather than the [put SLM policy API docs](https://www.elastic.co/guide/en/elasticsearch/reference/master/slm-api-put-policy.html). Relates to elastic/elasticsearch#80745
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
>enhancement
Meta
Team:Distributed
Meta label for distributed team (obsolete)
Snapshot repositories do not scale well with large numbers of snapshots and indices in them. With the introduction of the cold and frozen tier compelling use cases for repositories containing tens of thousands of snapshots have emerged. This issue tracks the work required to enable larger snapshot repositories.
next
field for pagination requests Introduce Next Field in Paginated GetSnapshots Response #74236n
efficiently Implement Numeric Offset Parameter in Get Snapshots API #76233The text was updated successfully, but these errors were encountered: