-
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
GC has not collected an expired object #2858
Labels
bug
Something isn't working
I4
No visible changes
neofs-storage
Storage node application issues
S4
Routine
U2
Seriously planned
Milestone
Comments
roman-khimov
added
bug
Something isn't working
neofs-storage
Storage node application issues
U2
Seriously planned
S4
Routine
I4
No visible changes
labels
May 30, 2024
|
They are parts of a big (V1, hehe) object. Needed to be investigated but it seems to me that happened smth like this:
The main solutions, for now, should include the following: see an expired big object and expire its every part, not just mark the root object as deleted. |
carpawell
added a commit
that referenced
this issue
Jun 10, 2024
Closes #2858. Signed-off-by: Pavel Karpy <[email protected]>
carpawell
added a commit
that referenced
this issue
Jun 10, 2024
Closes #2858. Signed-off-by: Pavel Karpy <[email protected]>
carpawell
added a commit
that referenced
this issue
Jun 10, 2024
Closes #2858. Signed-off-by: Pavel Karpy <[email protected]>
carpawell
added a commit
that referenced
this issue
Jun 10, 2024
An object can expire while waiting for Replicator's attention. Also, it would have helped in problems like #2858. Signed-off-by: Pavel Karpy <[email protected]>
This was referenced Jun 10, 2024
carpawell
added a commit
that referenced
this issue
Jun 11, 2024
Closes #2858. Signed-off-by: Pavel Karpy <[email protected]>
carpawell
added a commit
that referenced
this issue
Jun 11, 2024
An object can expire while waiting for Replicator's attention. Also, it would have helped in problems like #2858. Signed-off-by: Pavel Karpy <[email protected]>
roman-khimov
added a commit
that referenced
this issue
Jun 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
I4
No visible changes
neofs-storage
Storage node application issues
S4
Routine
U2
Seriously planned
Expected Behavior
Expired objects are deleted. Even if the node was down for some time, it should delete them afterwards.
Current Behavior
It tries to replicate the same set of objects again and again which means GC has failed to do its job.
Possible Solution
Fix GC.
Steps to Reproduce (for bugs)
Shut an existing node down for some time and expand it with one shard (3->4).
Your Environment
uname -a
): Debian stableThe text was updated successfully, but these errors were encountered: