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
We've recently upgraded from v3.0-17 to v3.0-25 and noticed that the test with --s3randobj is no longer sending requests random enough to be uncached
All the runs with --s3randobj option are being successfully cached.
Are we supposed to be specifying some extra parameters for get the old functionality back or is there a bug introduced somewhere between v3.0-17 and v3.0-25
hi @russki ,
this is very surprising, because i'm not aware of any change in behavior for the "--s3randobj" option between those two versions.
how about trying the "--opslog" option to check that the accesses are random as intended?
@russki : does it help if you add --randalgo balanced to the command? i just became aware that the new linear congruential generator for random numbers from v3.0.19 (which was supposed to help with full range coverage) is less random for certain parameters.
We've recently upgraded from
v3.0-17
tov3.0-25
and noticed that the test with--s3randobj
is no longer sending requests random enough to be uncachedAll the runs with
--s3randobj
option are being successfully cached.Are we supposed to be specifying some extra parameters for get the old functionality back or is there a bug introduced somewhere between
v3.0-17
andv3.0-25
v3.0-25
example cmdline:v3.0-25
throughput result (cached)v3.0-17
example cmdline:v3.0-17
throughput result (uncached)The text was updated successfully, but these errors were encountered: