-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[BUG] [Remote Store] Segment upload fails with FileAlreadyExistsException #7388
Labels
bug
Something isn't working
Storage:Durability
Issues and PRs related to the durability framework
v2.8.0
'Issues and PRs related to version v2.8.0'
Comments
5 tasks
sachinpkale
added
Storage:Durability
Issues and PRs related to the durability framework
v2.8.0
'Issues and PRs related to version v2.8.0'
and removed
untriaged
labels
May 4, 2023
13 tasks
@linuxpi I have assigned this to myself. |
6 tasks
We can repro this by simulating an exception in
This would cause error but the file opened at segmentInfoSnapshotFilename wont be deleted. |
Saw failures in metadata upload flow as well.
|
31 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
Storage:Durability
Issues and PRs related to the durability framework
v2.8.0
'Issues and PRs related to version v2.8.0'
Describe the bug
Local files created during segment upload are not cleaned up in some cases due to errors in upload flow. which leads to failures during next retry
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: