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

DPUs to run in pipeline should maintain order among individual runs #147

Closed
jakubklimek opened this issue Sep 2, 2014 · 4 comments
Closed

Comments

@jakubklimek
Copy link

DPUs run in a random order in each run. This is very hard to debug, see screenshot where it is not clear how the DPUs ran after each other, when they are not named individually.
image

@tomas-knap
Copy link

Current situation: The graph of the execution is build dynamically everytime pipeline is executed

@skrchnavy
Copy link

Is there a possibility to calculate order dynamically but using algorithm that calculate same order of the DPU instances when no change between runs done in pipeline?

@tomas-knap
Copy link

Well, standard BFS is used to traverse dependency graph. So the traversing may be adjusted, so that certain key is used for sorting the children of the node before putting them on the stack.

@tomas-knap
Copy link

@skrchnavy I would suggest to remove this from 2.2.0, as this is not that pressing.

@tomas-knap tomas-knap assigned ghost and unassigned tomas-knap Aug 25, 2015
@ghost ghost closed this as completed Aug 27, 2015
@ghost ghost removed the status: approved label Aug 27, 2015
This issue was closed.
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

3 participants