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

Queue size display in dot representation of DAG does not reflect the real queue size #3010

Open
ufukyilmaz opened this issue Mar 26, 2021 · 0 comments

Comments

@ufukyilmaz
Copy link
Contributor

When the user configures the queue size of the edge to a value that is not a power of 2, we round this value up to the next power of 2 while building the SPSC queues here. But this override is not visible at EdgeConfig and therefore in the dot representation of DAG. I think we should show the real queue size in these dot representation.

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

1 participant