SN starts refusing to save some objects after MaxObjectSize
increase
#2910
Labels
bug
Something isn't working
I4
No visible changes
neofs-storage
Storage node application issues
S4
Routine
U2
Seriously planned
Milestone
MaxObjectSize
network setting limits payload size of physically stored NeoFS objects. Storage nodes deny bigger objects. By default, value is64M
. It may be increased by the IRExpected Behavior
objects not bigger than the current setting are always accepted
Current Behavior
objects with payload bigger than the starttime limit are denied after config increase in runtime
Possible Solution
listen to net config changes and tune server according to it
Steps to Reproduce (for bugs)
see test. Briefly:
L1 = 64M
object payload limitL2 > L1
> L1
Context
neofs-node/cmd/neofs-node/grpc.go
Lines 60 to 61 in 450c4e5
Regression
no
Your Environment
[email protected]
The text was updated successfully, but these errors were encountered: