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
I implemented a proof-of-concept script outside of Rally based on the (experimental) elasticsearch-py-async library. It can schedule requests at a fixed rate and is not prone to coordinated omission anymore.
Integrating this into Rally has a few implications though and I have to chat with Honza first about that. One issue is the status of elasticsearch-py-async itself (experimental) and that it relies on a different version of the elasticsearch-py client library. As we use elasticsearch-py currently for all sorts of tasks, we would also need to change the internal connection to the metrics store, bulk indexing and a few other places.
The search benchmarks executes queries in a single-threaded fashion that suffers from coordinated omission. This hides a variety of problems that could impact search latency:
The text was updated successfully, but these errors were encountered: