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

Comet needs port number in the address #1134

Open
rdragos opened this issue Jun 15, 2022 · 0 comments
Open

Comet needs port number in the address #1134

rdragos opened this issue Jun 15, 2022 · 0 comments
Milestone

Comments

@rdragos
Copy link
Contributor

rdragos commented Jun 15, 2022

When running the gRPC choreographer we need to provide the port number twice in order to connect to comet. Otherwise things fail silently. For eg:
comet --identity IP_ADDR:50001 --port 50001 works like a charm.

However, when running with
comet --identity IP_ADDR --port 50001 fails silently.

Looking at the debug logs with RUST_LOG=debug the computation outputs seem to be empty when comet is ran using the second version and we see no trace of error.

@rdragos rdragos changed the title Comet needs port number in the address as well Comet needs port number in the address Jun 15, 2022
@mortendahl mortendahl added this to the Release milestone Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants