-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] OSB doesn't show benchmark progress on stdout #444
Comments
Hi @CaptainDredge, thanks for bringing this to our attention. To help us understand the situation better, could you address these follow-up questions:
|
Yes @IanHoang there were lingering osb process. Once I killed them manually progress started coming on stdout. So essentially
I tested it on 0.1 and 1.1 and it happens on both. I don't have the setup to test for different versions |
Could you provide the exact command you’re running ? When you curl the cluster, are you seeing docs actually being ingested? When you check ~/.benchmark/logs/benchmark.log are you seeing the operations being run? Ran a few tests recently on OSB 1.2.0 and on OSB 1.1.0 but am seeing progress and output:
|
This is likely fixed in OSB 1.2 with the following commit. The setup for 1.2 should be no different than that for earlier versions.
|
Going to close this since no activity since January |
Describe the bug
Opensearch benchmark doesn't show which test-procedure its executing and what's the progress on it on stdout. Initially, it prints the usual design of
Opensearch benchmark
on the terminal but then doesn't print anything afterwards. Although, by monitoring logs we can see that the benchmark is running.Just this gets printed
To Reproduce
Expected behavior
Expected that osb shows benchmark progress on stdout
More Context (please complete the following information):
The text was updated successfully, but these errors were encountered: