-
Notifications
You must be signed in to change notification settings - Fork 49
True object response forwarding #3898
Copy link
Copy link
Open
Labels
I4No visible changesNo visible changesS4RoutineRoutineU2Seriously plannedSeriously plannedenhancementImproving existing functionalityImproving existing functionalityneofs-storageStorage node application issuesStorage node application issuesperformanceMore of something per secondMore of something per second
Milestone
Metadata
Metadata
Assignees
Labels
I4No visible changesNo visible changesS4RoutineRoutineU2Seriously plannedSeriously plannedenhancementImproving existing functionalityImproving existing functionalityneofs-storageStorage node application issuesStorage node application issuesperformanceMore of something per secondMore of something per second
Is your feature request related to a problem? Please describe.
SN makes excessive decode-encode round of object read responses received from remote SN
Describe the solution you'd like
when SN1 forwards object request to SN2, do:
0. call SN2 over gRPC
Describe alternatives you've considered
redirect mechanism. Its effectiveness increases with growth of transferred data, but requires protocol changes
Additional context
#3783