Avi Kivity
Avi Kivity
I guess no one ran the rpc sample application since it was written. /cc @gleb-cloudius
What kind of disk are you testing? If it's a rotating disk, maybe the tool estimated read iops incorrectly. You can try with --max-read-iops 200 (adjust according to what you...
Actually, it looks like SSD since you got 2 GB/s. What's the make and model of the disk? Please upload the results directory with the json files somewhere.
```json "jobname": "job(r_idx=1,w_idx=0,write_bw=0,r_iops=31825)", "groupid": 0, "error": 0, "eta": 0, "elapsed": 37, "job options": { "rw": "randread", "bs": "4096", "iodepth": "1000", "rate_iops": "397", "rate_process": "poisson" }, "read": { "io_bytes": 3534966784, "io_kbytes":...
> Can't we bring in a container? test.py itself runs in a container. Without nested container support, it doesn't work.
Please split off the first patch into a separate pull request, since it needs to be edited by a maintainer to link (tools/toolchain/image) to a regenerated container image.
Looks reasonable, but tests fail.
> > Looks reasonable, but tests fail. > > Tests will fail until be add opensearch-py dependency. #23744 Ok, put it in draft until then.
Do we enforce the hard limit for schema commitlog too? That's a little dangerous since it can stall Raft.
We don't use tags like "chore:" in this repository.