-
Notifications
You must be signed in to change notification settings - Fork 1
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] ValueError: operation on destroyed loop on shutdown #177
Labels
bug
Something isn't working
Comments
Can't reproduce, but error seems to have something to do with running queries in a gevent child process (e.g. Locust User) (see https://groups.google.com/a/lists.datastax.com/g/python-driver-user/c/XVicwbCxtiM). How frequently does this happen? @brickj |
I just got a reproduction of this.
However, running the exact same command again didn't fail, so this is an intermittent issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a new bug?
Current Behavior
When running vsb workload mnist-test against pinecone on macOS using python3.12, an exception was thrown at the end of the run (after summary stats were printed).
Expected Behavior
A clean shutdown occurs
Steps To Reproduce
Relevant log output
The text was updated successfully, but these errors were encountered: