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

RequestReplyHelper#call fails with actors on one Galaxy node #111

Closed
hsestupin opened this issue Aug 13, 2015 · 1 comment
Closed

RequestReplyHelper#call fails with actors on one Galaxy node #111

hsestupin opened this issue Aug 13, 2015 · 1 comment
Assignees
Labels

Comments

@hsestupin
Copy link
Contributor

I've created a project to introduce this issue - https://github.com/hsestupin/quasar-galaxy-issue
To reproduce the problem you can run:

gradle :issue2:run

So I've spent some time debugging and find out why this happens. While invoking RequestReplyHelper#call method co.paralleluniverse.remote.galaxy.GlxNonGlobalRemoteActor#isNodeAlive returns false, therefore we instantly got ExitMessage while trying to make a watch in RequestReplyHelper#call.

@pron pron added the bug label Aug 13, 2015
@pron pron self-assigned this Aug 17, 2015
@pron
Copy link
Contributor

pron commented Aug 27, 2015

Solved by cc7571e

@pron pron closed this as completed Aug 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants