You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An average iteration exceeds NeoFS network part more than 4 times.
Possible Solution
Do not write objects to a local registry. See also how good an object generation is.
Steps to Reproduce (for bugs)
Just repeat and repeat and repeat load with a registry turned on and wait until iteration_duration and neofs_obj_put_duration differs enough not to make results believable.
Context
Sometimes PUT load may have extremely low speed and it does not seem like a NeoFS error: xk6 just does not provide a satisfying load.
NOTE: could be fixed in #67. Should be rechecked.
The text was updated successfully, but these errors were encountered:
I have not looked at its internals, but it seems to me we need this registry for subsequent object fetching. But does it need to be stored anywhere or in-mem map will suffice is an open question to me.
I have not looked at its internals, but it seems to me we need this registry for subsequent object fetching.
Yes, it is needed only if we are PUTting and GETting objects at the same time. So we are testing a storage and using another storage for it with undefined (by default) i/o latency (from an object iteration point of view). So in-mem may look better, yes.
Expected Behavior
PUTing an object to NeoFS should do put an object to NeoFS not something else:
Current Behavior
Sometimes it is possible to get such results:
An average iteration exceeds NeoFS network part more than 4 times.
Possible Solution
Do not write objects to a local registry. See also how good an object generation is.
Steps to Reproduce (for bugs)
Just repeat and repeat and repeat load with a registry turned on and wait until
iteration_duration
andneofs_obj_put_duration
differs enough not to make results believable.Context
Sometimes PUT load may have extremely low speed and it does not seem like a NeoFS error: xk6 just does not provide a satisfying load.
NOTE: could be fixed in #67. Should be rechecked.
The text was updated successfully, but these errors were encountered: