-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[Core] Add Running Count to instrumented_io_context #17664
Conversation
I've thinking |
No, |
Maybe considering to change the format this way?
|
@rkooo567 Yeah, this format is better. I've committed it, please have a look :) |
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
Retrying rllib test. @clarkzinzow it'll be great if you can give us final pass |
cc @lixin-wei can you handle the merge conflict? I will merge once that's done! |
@rkooo567 done :) |
BTW, I've looked quickly through this PR which was in conflict with my PR. I think it's better not to use macros. It's hard to read and debug. |
@lixin-wei sorry that PR was reverted, which creates a conflict again... I promise to merge this before that PR is re-merged. cc @iycheng about his comment #17664 (comment). IIUC, it is kind of difficult to make it work without macro? |
never mind :) conflict fixed. |
Let me merge it when it passes CI... |
Why are these changes needed?
I add a running count to instrumented_io_context in this PR.
This is very helpful when debugging with blocked IO services.
Before:
After:
Related issue number
Checks
scripts/format.sh
to lint the changes in this PR.