We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using nodetool, if I pass in an "akka://..." nodeId, I get the following error message:
akka.remote.RemoteTransportException: No transport is loaded for protocol: [akka], available protocols: [akka.tcp]
However, SiriusShortNameParser expects nodeIds to start with "akka://":
java.lang.IllegalArgumentException: akka.tcp://.../user/sirius does not appear to be a vaild Akka address or Sirius node short name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using nodetool, if I pass in an "akka://..." nodeId, I get the following error message:
However, SiriusShortNameParser expects nodeIds to start with "akka://":
The text was updated successfully, but these errors were encountered: