Skip to content
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

ERRORHANDLER internal error: Error while waiting for activity completion:null #1620

Open
msmygit opened this issue Oct 13, 2023 · 0 comments

Comments

@msmygit
Copy link
Contributor

msmygit commented Oct 13, 2023

Describe the bug
When a scenario errors, we get this at the very end,

4518 INFO  [main] NBCLI        executions: 1 scenarios, 0 normal, 1 errored
    4518 WARN  [main] NBCLI        executions: 1 scenarios, 0 normal, 1 errored
    4521 ERROR [main] ERRORHANDLER internal error: Error while waiting for activity completion:null
java.lang.RuntimeException: Error while waiting for activity completion:null
	at io.nosqlbench.engine.core.lifecycle.activity.ActivityExecutor.awaitActivityCompletion(ActivityExecutor.java:510)
	at io.nosqlbench.engine.core.lifecycle.activity.ActivityExecutor.call(ActivityExecutor.java:420)
	at io.nosqlbench.engine.core.lifecycle.activity.ActivityExecutor.call(ActivityExecutor.java:60)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
Error while waiting for activity completion:null

Additional context
Add any other context about the problem here.
OS: Linux (ubuntu 18.04)
version info (15.17.5-preview)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant