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

Number of routees reported on Clustered Group routers doesn't reflect actual number of routees cluster-wide #1189

Closed
Aaronontheweb opened this issue Jul 29, 2015 · 8 comments

Comments

@Aaronontheweb
Copy link
Member

Issue was originally reported here: petabridge/akkadotnet-code-samples#31

I've been able to verify that this is a bug inside Group routers. Looks like the number of routees correlates to the number of different routees.paths, when it should be routees.paths count X number of nodes.

@Aaronontheweb Aaronontheweb added this to the Akka.NET v1.1 milestone Jul 29, 2015
@rogeralsing
Copy link
Contributor

What does the "ready" tag mean? it's not in the Done column on waffle and its not closed, so what does it mean?

@Aaronontheweb
Copy link
Member Author

@rogeralsing I think it means that this issue is queued up to be part of the next major release. @skotzko would know better than I would.

@skotzko skotzko added critical and removed critical labels Oct 5, 2015
@matthewma7
Copy link

@Aaronontheweb Could you provide some information on this issue? and possibly, I could try to fix this?

@Aaronontheweb
Copy link
Member Author

@MatthewMa sure, someone just created a reproduction case for this: https://github.com/idursun/akka.cluster.test

I have two nodes with different roles, one of them being the seed node. I also have a consisten-hash-group, and when i ask for routees, I get one routee, which is expected. I start another instance of the worker node and ask for routees and i still get one routee.

Does that help clarify things?

@Aaronontheweb
Copy link
Member Author

Possibly related to #1700

@matthewma7
Copy link

@Aaronontheweb Hi, I have stepped the code, I think I did see just one routee. But I am sorry that I think I don't know enough about Akka.NET to fix this issue.

@alexvaluyskiy
Copy link
Contributor

All group routers bugs were fixed here #2094

@alexvaluyskiy
Copy link
Contributor

Fixed #2103

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants