-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
I3Minimal impactMinimal impactS4RoutineRoutineU3RegularRegularenhancementImproving existing functionalityImproving existing functionalityneofs-storageStorage node application issuesStorage node application issues
Milestone
Description
Is your feature request related to a problem? Please describe.
This is a tough feature that was introduced in v0.50.0 with WARN logs only. Check that any public network logged unpaid containers without any errors and only containers that should be removed.
Describe the solution you'd like
Uncomment
neofs-node/pkg/local_object_storage/shard/gc.go
Lines 328 to 340 in a4005c9
| // TODO: delete container after v0.50.0 release. | |
| //l.Info("deleting unpaid container", zap.Stringer("cID", cID), zap.Int64("unpaidSince", unpaidSince)) | |
| // | |
| //err := s.DeleteContainer(context.Background(), cID) | |
| //if err != nil { | |
| // l.Warn("cannot delete unpaid container", zap.Stringer("cID", cID), zap.Error(err)) | |
| // continue | |
| //} | |
| l.Info("WARNING: unpaid container will be deleted in the next release", | |
| zap.Stringer("cID", cID), zap.Int64("unpaidSince", unpaidSince)) | |
| } |
Describe alternatives you've considered
-
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
I3Minimal impactMinimal impactS4RoutineRoutineU3RegularRegularenhancementImproving existing functionalityImproving existing functionalityneofs-storageStorage node application issuesStorage node application issues