-
Notifications
You must be signed in to change notification settings - Fork 800
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 a wait time for task dispatchers #6223
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
How does simulation output look before/after this change? |
err := <-task.ResponseC | ||
tm.scope.RecordTimer(metrics.SyncMatchLocalPollLatencyPerTaskList, time.Since(startT)) | ||
if err == nil { | ||
e.EventName = "Offer task due to local wait" |
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.
can you add a new output section to run_matching_simulation.sh to show count of such events?
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.
will do it in a separate PR
What changed?
Add a wait time for task dispatchers
Why?
To increase the rate of sync match and local match.
How did you test it?
Existing tests and manual bench tests
Potential risks
This is protected by a dynamicconfig property, it's easy to rollback
Release notes
Documentation Changes