-
Notifications
You must be signed in to change notification settings - Fork 38
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
Cannot delete big objects with dynamic session #1978
Comments
May be related to #1894 |
Request fails because currently dynamic session includes only root (virtual, "big") object. The remote server doesn't have rights to form the tombstone since container is Overall, there are several problems: 1.Dynamic session in CLI doesn't include all physical ("small") objects from the removing object's split-chain I'm going to start with (1) but other problems also must be resolved. |
There is the same old issue #1697 |
Object removal session should reflect all objects related to the removing one. Make `OpenSessionViaClient` to gather the split members of the original object in order to spread the session to them. Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
Object removal session should reflect all objects related to the removing one. Make `OpenSessionViaClient` to gather the split members of the original object in order to spread the session to them. Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
Object removal session should reflect all objects related to the removing one. Make `OpenSessionViaClient` to gather the split members of the original object in order to spread the session to them. Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
Object removal session should reflect all objects related to the removing one. Make `OpenSessionViaClient` to gather the split members of the original object in order to spread the session to them. Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
Maybe related to #1970 |
Reproduced on version 0.34.0-6-gabf4a635 at the devenv and virtual environment. Steps to Reproduce:
3.Put object
4.Try to delete object
Logs: ecb16cff9939217d.zip |
Closed via #2036 |
Reproduced today on version v0.34.0-142-g8744d6ab-dirty on devenv an virtual environments. |
Should be closed via #2196. |
Expected Behavior
Big objects can be deleted if we use dynamic session
Current Behavior
Cannot delete the big object if we use dynamic session
Steps to Reproduce (for bugs)
Logs: fdcca35015d969d6.zip
Versions:
Your Environment
Server setup and configuration:
cloud, 4 VMs, 4 SN, 4 http qw, 4 s3 gw
Operating System and version (uname -a):
linux vedi 5.10.0-16-amd64 #1 SMP Debian 5.10.127-1 (2022-06-30) x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: