Open
Description
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:
$ java -jar target/client-ng-java-1.0-SNAPSHOT-jar-with-dependencies.jar
but then it fails to shutdown the grpc
server -- hangs for a long time.
Rerunning the jar results in hanging/pausing.
Workaround:
$ kill -9 $(ps aux | grep grpc | awk '{print $2}')
followed by
$ wandb grpc-server
And then re-running the jar
works fine.
Metadata
Metadata
Assignees
Labels
No labels