Jason Bryan

Results 16 comments of Jason Bryan

I encountered another way to reproduce the issue after forgetting to use the workaround. The stall can happen directly after downloading elastic/logs track corpora and building file offsets. It reproduces...

Thanks, @danielmitterdorfer. I will submit a PR proposal soon.

The issue reproduces reliably with two large-ish load drivers during the [`standalone-query-string-search`](https://github.com/elastic/rally-tracks/blob/0ebc6d49572c90d8949d9091bade4bb37199a73a/wikipedia/challenges/default.json#L41) operation of the wikipedia track. On every occurrence I've observed: * load driver: 2x c6gd_8xlarge-32-64-1x1900GB_nvme_local * track parameter...

Thank you @pquentin, that could be it! The OpenSSL version: ```shell $ openssl version OpenSSL 1.1.1 11 Sep 2018 ```

Hi, thank you for the submission. The issue is similar to https://discuss.elastic.co/t/rally-race-gets-stuck-on-check-cluster-health/268815. In the case of `elastic/logs` you will want to set track parameter `wait_for_status: yellow`. I.e.: ```sh --track-params="wait_for_status:'yellow'" ```...

I experimented with writing to a serverless project when while establishing what needed to be done for metrics to support TSDB. The work is mostly around configuration and documentation. For...