-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
sidecar: Allow sidecar to have write (no delete) access: Avoid deleting on failed upload. #3744
Comments
Yes, right now we need to give Object Admin level access to the sidecar, rather than just Create and Read. |
Hi @bwplotka |
Just a very quick question - how many times should the upload be retried, and for how long? |
I have opened a PR - #3756 |
Looks like somehow we have two PRs for the same thing (: Which should we review? Sorry for the lag in reviewing. Let's maybe first have PR that removes deleting (only for sidecar), that would be the first step, However, both PRs @Biswajitghosh98 and @mayankshah1607 are about retries which are quite controversial. Sorry, I put retries in the title - I rather meant delete the deletion action for the sidecar and the sidecar will retry automatically on crash. Let's start there. Improving retries is not as easy as we think, created separate issue for this: #3907 |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Closing for now as promised, let us know if you need this to be reopened! 🤗 |
Ideally, we don't want to give delete access to sidecar. And we don't need to delete partial uploads anymore as they are handled well on compactor/store gw sides.
Discussion https://cloud-native.slack.com/archives/CL25937SP/p1611572804008400
AC:
The text was updated successfully, but these errors were encountered: