Skip to content

v0.2.3

Latest

Choose a tag to compare

@sachinfrayne sachinfrayne released this 28 May 12:26
· 7 commits to main since this release
84464e2

Replaces the forcemerge step with an await_index_ready phase that waits for all three engines to signal that indexing and optimisation are complete before benchmarking begins.

  • Elasticsearch and OpenSearch: polls _stats/merge until merge activity settles
  • Qdrant: polls the collection status until the optimizer reaches a green/ok state

The wait is unbounded — jingra logs progress with elapsed time and indexed/total counts rather than timing out on large collections.

docker pull sachinfrayneelastic/jingra:0.2.3