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

using node rank attribute when dispatching will skip nodes if rank values are the same #535

Closed
gschueler opened this issue Sep 7, 2013 · 0 comments
Labels
Milestone

Comments

@gschueler
Copy link
Member

If the node attribute used for rank comparison has the same value in multiple nodes, then only one of those nodes will be dispatched to. .e.g two nodes with rank="2" will cause only one of the nodes to be used.

workaround: use unique rank attribute values, such as "1", "01", "001", etc., which will be ranked the same but will be unique.

gschueler added a commit that referenced this issue Sep 7, 2013
* Fix comparator to fall back to node name
* Don't use TreeSet
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

1 participant