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

Error while connectiong to journal and subsequent system termination #16

Open
patrykks opened this issue May 8, 2017 · 2 comments
Open

Comments

@patrykks
Copy link

patrykks commented May 8, 2017

When trying to run the application with current configuration (either through activator or simply using SBT) I get following error:

[ERROR] [05/08/2017 16:27:34.379] [ClusterSystem-akka.actor.default-dispatcher-15] [akka.actor.ActorSystemImpl(ClusterSystem)] Lookup of shared journal at akka.tcp://ClusterSystem@127.0.0.1:2551/user/store timed out

which causes the immediate system termination.

@patrykks
Copy link
Author

I think, I solved the puzzle. The problem was to short sleep after starting the first Backend. Probably there were too many messages send to journal and it cannot send reply for Backend2. Probably this is why we get dead-letter for Identify message. Interestingly, while observing almost 100% failure for 5sec delay, increasing the interval by just 1s I get 100% success.

@raboof
Copy link

raboof commented May 16, 2017

Hi @patrykks, thanks for the feedback! Seems nice to fix that in the example, could you create a PR?

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