-
Notifications
You must be signed in to change notification settings - Fork 3
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
Issues with re-running the java version of the client #2
Comments
One instance of execution gave this exception:
|
Would this PR #1 be able to help with this issue? |
We only support a single wandb run with the java client right now. I am leaving this open until we fix the single grpc-server issue, there is no reason for it as we can run them at different ports. Eventually we will be able to run multiple java clients in parallel using the same grpc-server but that is farther out. |
There are cases where if the java code crashes, the grpc-server might remain running. That is a bug and will be fixed when we allow multiple java clients to run in parallel (on different ports) |
After cloning this project, and running the steps as mentioned in the README. I can the generated uber jar. It runs and sends metrics to my project the first time when I run:
but then it fails to shutdown the
grpc
server -- hangs for a long time.Rerunning the jar results in hanging/pausing.
Workaround:
followed by
And then re-running the
jar
works fine.The text was updated successfully, but these errors were encountered: