elasticsearch/docs/reference/snapshot-restore
David Turner e6b830e3b3
Clean up dangling S3 multipart uploads (#111955)
If Elasticsearch fails part-way through a multipart upload to S3 it will
generally try and abort the upload, but it's possible that the abort
attempt also fails. In this case the upload becomes _dangling_. Dangling
uploads consume storage space, and therefore cost money, until they are
eventually aborted.

Earlier versions of Elasticsearch require users to check for dangling
multipart uploads, and to manually abort any that they find. This commit
introduces a cleanup process which aborts all dangling uploads on each
snapshot delete instead.

Closes #44971 Closes #101169
2024-08-20 02:49:48 +10:00
..
apis Update get snapshot status API doc (#111240) 2024-07-26 02:21:36 +10:00
cluster-index-compat.asciidoc [DOCS] Fixed footnote. Closes #89403 (#90541) 2022-09-29 16:48:02 -07:00
index.asciidoc Clarify searchable snapshot repository reliability (#93023) 2023-01-19 14:31:01 +02:00
on-prem-repo-type.asciidoc [DOCS] Move snapshot repo types to separate pages (#82826) 2022-01-26 17:13:39 -05:00
register-repository.asciidoc Add repository backup warning (#99788) 2023-09-25 17:17:03 +01:00
repository-azure.asciidoc Weaken docs around Azure Identity mechanisms (#111622) 2024-08-06 11:28:02 +01:00
repository-gcs.asciidoc [DOCS] Add azure storage secure settings while the node is running (#107163) 2024-04-11 13:00:31 -04:00
repository-read-only-url.asciidoc [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
repository-s3.asciidoc Clean up dangling S3 multipart uploads (#111955) 2024-08-20 02:49:48 +10:00
repository-shared-file-system.asciidoc [DOCS] clarify that the repo location setting accepts only one value (#108267) 2024-05-06 09:18:17 -04:00
repository-shared-settings.asciidoc Tie snapshot speed to node bandwidth settings (#91021) 2022-11-15 16:13:09 +02:00
repository-source-only.asciidoc [DOCS] Move snapshot repo types to separate pages (#82826) 2022-01-26 17:13:39 -05:00
restore-snapshot.asciidoc Add note about license to "Restore an Entire Cluster" docs (#87485) 2024-05-03 19:23:51 -04:00
take-snapshot.asciidoc Re-add content from removed Security-specific snapshot pages (#85084) 2022-03-22 16:44:43 -06:00