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

High warm start delay #586

Open
leokondrashov opened this issue Jan 30, 2025 · 1 comment
Open

High warm start delay #586

leokondrashov opened this issue Jan 30, 2025 · 1 comment
Assignees

Comments

@leokondrashov
Copy link
Contributor

Version

main branch

Steps to reproduce

Run RPS mode with all warm start (RpsColdStartRatioPercentage is 0) and RPS of 1.

Expected behavior

Fast warmups after stabilization period (~5ms)

Observed behavior

Big delay, ~50ms

Additional notes

It's been reported that this problem diminishes with higher RPS.
A possible cause is the switch to new gRPC invocation semantics using client instead of connection establishment.

@leokondrashov leokondrashov self-assigned this Jan 30, 2025
@leokondrashov
Copy link
Contributor Author

With a higher invocation rate (e.g., 10RPS), the problem diminishes but doesn't go away completely. It still affects ~10% of invocations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant