-
Notifications
You must be signed in to change notification settings - Fork 49
Start policer at random offset #3765
Copy link
Copy link
Closed
Labels
I3Minimal impactMinimal impactS3Minimally significantMinimally significantU4Nothing urgentNothing urgentenhancementImproving existing functionalityImproving existing functionalityneofs-storageStorage node application issuesStorage node application issues
Milestone
Metadata
Metadata
Assignees
Labels
I3Minimal impactMinimal impactS3Minimally significantMinimally significantU4Nothing urgentNothing urgentenhancementImproving existing functionalityImproving existing functionalityneofs-storageStorage node application issuesStorage node application issues
Is your feature request related to a problem? Please describe.
I'm always frustrated when I'm thinking of cluster restart (during upgrade, for example). This makes policers on all machines start at ~same time from ~same containers/objects. Which means a relatively high chance for simultaneous checks of the same objects from different machines. It's technically correct, but it's suboptimal wrt real synchronization process in case of netmap change, we want different machines trying different objects and restoring things faster overall.
Describe the solution you'd like
Describe alternatives you've considered
Keep things as is.
Additional context
Mainnet and node management.