-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
I3Minimal impactMinimal impactS4RoutineRoutineU2Seriously plannedSeriously plannedenhancementImproving existing functionalityImproving existing functionalityneofs-storageStorage node application issuesStorage node application issuesperformanceMore of something per secondMore of something per second
Description
Is your feature request related to a problem? Please describe.
#3457 implemented encoding and saving EC parts of user object in object PUT server. Since objects for EC parts are created and distributed independently, an attempt was made to do this in parallel. However, distributedTarget.distributeObject()
is not thread-safe, so it was not possible to do it quickly
Describe the solution you'd like
make distributeObject()
alternative working with individual objects. Once this is done, formAndSaveObjectForECPart
can be called concurrently to speed up handling
Metadata
Metadata
Assignees
Labels
I3Minimal impactMinimal impactS4RoutineRoutineU2Seriously plannedSeriously plannedenhancementImproving existing functionalityImproving existing functionalityneofs-storageStorage node application issuesStorage node application issuesperformanceMore of something per secondMore of something per second