mirror of
https://github.com/nspcc-dev/gh-push-to-neofs.git
synced 2026-03-01 04:28:40 +00:00
"object already removed" is not handled properly for object removal attempts #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Mar 13, 2025).
Originally assigned to: @evgeniiz321 on GitHub.
Current Behavior
Uploader fails to delete some objects and fails completely:
Expected Behavior
But the object is already deleted, it's not a failure.
Possible Solution
In general this is not expected to happen, but in practice it can because of some concurrency issues, so this error should be ignored (IIRC CLI returns some specific error code for it).
Steps to Reproduce
https://github.com/nspcc-dev/neofs-node/actions/runs/13832276437/job/38706488529?pr=3226
Context
https://github.com/nspcc-dev/neofs-testcases/issues/1001
Regression
No.
Your Environment