-
Notifications
You must be signed in to change notification settings - Fork 285
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
Add support for debug traces in Check Bulk Permission #2193
Conversation
ab97060
to
f050f4e
Compare
ab1a858
to
4887d37
Compare
4887d37
to
4ba6ceb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, had a question
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious - why did adding tracing to bulk check require adding the concept of a node ID? Is this because a bulk check can potentially break up its dispatch to different nodes and we want to identify them? Why wasn't it necessary in the unary check case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It didn't; the node ID is an additional benefit for debugging
No description provided.