Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

S3Storage.java:54-59: Do not await abort to complete if... #108

Open
0pdd opened this issue Mar 12, 2020 · 1 comment
Open

S3Storage.java:54-59: Do not await abort to complete if... #108

0pdd opened this issue Mar 12, 2020 · 1 comment

Comments

@0pdd
Copy link

0pdd commented Mar 12, 2020

The puzzle 87-c49a9b48 from #87 has to be resolved:

* @todo #87:60min Do not await abort to complete if save() failed.
* In case uploading content fails inside {@link S3Storage#save(Key, Content)} method
* we are doing abort() for multipart upload.
* Also whole operation does not complete until abort() is complete.
* It would be better to finish save() operation right away and do abort() in background,
* but it makes testing the method difficult.

The puzzle was created by Oleg Mozzhechkov on 12-Mar-20.

Estimate: 60 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

0pdd referenced this issue Mar 12, 2020
#87 - Aborting multipart upload if failed to upload content
@0crat
Copy link

0crat commented Mar 12, 2020

@g4s8/z please, pay attention to this issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants