Skip to content

Issues with re-running the java version of the client #2

Open
@neomatrix369

Description

@neomatrix369

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions