Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait until indices green in generated track (#1007)
Currently the track generated by the `create-track` sub-command starts bulk indexing immediately after creating indices. This may affect benchmarking results as starting indexing when indices are still yellow may result in unwanted peer-recovery during indexing. Wait that all indices are green before indexing in generated tracks.
- Loading branch information