-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix lost requests for disaggregated serving #5815
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
Conversation
825c9a4 to
42bc0e4
Compare
|
/bot run |
1 similar comment
|
/bot run |
42bc0e4 to
18e6978
Compare
pcastonguay
left a comment
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.
Do you know why the P99 ITL increased substantially after the changes? Can you reproduce all the time?
|
@kaiyux could you review the changes as well? Thanks. |
|
@pcastonguay After a rerun the ITL number is much more reasonable, might have been because of running it before any warmups.: |
18e6978 to
52496d3
Compare
|
/bot run |
|
PR_Github #11340 [ run ] triggered by Bot |
|
PR_Github #11340 [ run ] completed with state |
52496d3 to
76f1a2c
Compare
Signed-off-by: Iman Tabrizian <[email protected]>
Signed-off-by: Iman Tabrizian <[email protected]>
Signed-off-by: Iman Tabrizian <[email protected]>
76f1a2c to
826e3b4
Compare
|
/bot reuse-pipeline |
|
PR_Github #11353 [ reuse-pipeline ] triggered by Bot |
|
PR_Github #11353 [ reuse-pipeline ] completed with state |
Signed-off-by: Iman Tabrizian <[email protected]>
Signed-off-by: Iman Tabrizian <[email protected]> Signed-off-by: Yuxin <[email protected]>
Fix lost requests for disaggregated serving
Looks like there might be some issues with connection reuse that tries to reuse closed connections. Disable this feature for now. After this fix, I don't see any "broken pipe" or "connection reset error" in the log. However, there are still some lost requests that I'm investigating.
Related issue: aio-libs/aiohttp#6138
Before this change
After this change