warp icon indicating copy to clipboard operation
warp copied to clipboard

warp delete result : Skipping DELETE too few samples

Open morningcafe opened this issue 8 months ago • 1 comments

minio RELEASE.2024-05-27T19-17-46Z warp 0.10.0 I have cluster of 6 node x 8-ssd and use this command but it not working:

warp delete  --host=lab-minio{1...6}:9000 --access-key=minioadmin --secret-key=xxxx --obj.size 1MB
>>>
----------------------------------------
Operation: DELETE. Concurrency: 0
Skipping DELETE too few samples. Longer benchmark run required for reliable results.
---------------------------------------

I tried some diffence option:

  • prepare put 200k object on warp put and use --list-existing on delete (for used existing current object),
  • use diffrence object size,
  • more --concurrent
  • or increse --duration, The result alway like above. Please help

morningcafe avatar Jun 12 '24 03:06 morningcafe