Closed AndreKurait closed 1 week ago
@AndreKurait Some questions:
1
branch instead of 7
in OSB workloads? This error can occur if there is improper setup or conflicting worker processes.
@IanHoang, which parameter do you mean by branch, do you mean bulk_indexing_clients:1
?
Is there a different way to specify these 4 workloads?
@IanHoang, which parameter do you mean by branch, do you mean
bulk_indexing_clients:1
?Is there a different way to specify these 4 workloads?
When you provide --distribution-version
parameter, user is informing OSB what version of OpenSearch the test cluster is and based off the major version, OSB will fetch workload code associated with that major version. For example, if you are running tests against OpenSearch 2.16, OSB can automatically detect the major version or you can specify --distribution-version=2.16.0
. OSB will recognize that the major version of the test cluster is 2
and will select workloads from this branch of the official workloads: https://github.com/opensearch-project/opensearch-benchmark-workloads/tree/2
By isolating the commands, I meant have you run them individually rather than how you're running them with the ampersands?
@AndreKurait Is this issue still occurring? Closing this issue as of now. Feel free to reopen if needed
Describe the bug
We're seeing intermittent failures in our Github Actions that leverage OSB when executing against Elasticsearch 7.10 with OSB 1.8.0
To reproduce
Running OSB with the following settings. Occasionally seeing the last execution fail with the logs attached benchmark.log
Expected behavior
OSB succeeds
Screenshots
If applicable, add screenshots to help explain your problem.
Host / Environment
Github actions - ubuntu opensearch-benchmark 1.8.0
Additional context
No response
Relevant log output