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
When a value exceeding 32 bits is set to key-median, the value will not be read correctly.
For example,
$ ./memtier_benchmark --key-pattern=G:G --key-minimum=10000000000 --key-maximum=30000000000 --key-median=20000000000
error: key-median must be between key-minimum and key-maximum.
(10000000000 is 34-bit value)
key-minimum and key-maximum are read correctly, but key-median is not.
The text was updated successfully, but these errors were encountered:
clkbug
added a commit
to clkbug/memtier_benchmark
that referenced
this issue
Apr 14, 2023
When a value exceeding 32 bits is set to
key-median
, the value will not be read correctly.For example,
(10000000000 is 34-bit value)
key-minimum
andkey-maximum
are read correctly, butkey-median
is not.The text was updated successfully, but these errors were encountered: