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

Extension - Intermittently taking 5 seconds to get first router channel open during local testing #210

Open
huntharo opened this issue May 6, 2024 · 0 comments
Labels
area-extension Extension portion of the app bug Something isn't working

Comments

@huntharo
Copy link
Contributor

huntharo commented May 6, 2024

Motivations

  • Possible issue with the http2 socket open taking too long
  • The 5 second duration feels like a DNS drop, which is odd considering this is local
  • Might need a timeout on waiting for the response from the router and canceling the invoke if no response in time

Logs

2024-05-05T20:08:44.618 [INFO] - PoolId: default, LambdaId: 0e180e31-cf3b-4dd3-bd5a-88698495c229 - Received request
2024-05-05T20:08:44.618 [INFO] - PoolId: default, LambdaId: 0e180e31-cf3b-4dd3-bd5a-88698495c229, Timeout: 299s - Invoked
2024-05-05T20:08:44.618 [WARN] - Forcing deadline to 60 seconds
2024-05-05T20:08:49.513 [INFO] - PoolId: default, LambdaId: 0e180e31-cf3b-4dd3-bd5a-88698495c229, ChannelId: eca4cf6e-a90c-4ff3-9527-903aeccf79e2, ChannelNum: 5, Reqs in Flight: 0 - First request, releasing pinger
2024-05-05T20:08:49.513 [INFO] - PoolId: default, LambdaId: 0e180e31-cf3b-4dd3-bd5a-88698495c229, ChannelId: eca4cf6e-a90c-4ff3-9527-903aeccf79e2, ChannelNum: 5, Reqs in Flight: 0 - GoAway received, exiting loop
2024-05-05T20:08:49.515 [INFO] - PoolId: default, LambdaId: 0e180e31-cf3b-4dd3-bd5a-88698495c229, Requests: 0, GoAway: true, Reqs in Flight: 0, Elapsed: 4893 ms, RPS: 0.0 - Ping Loop - Cancelled
2024-05-05T20:08:49.515 [INFO] - PoolId: default, LambdaId: 0e180e31-cf3b-4dd3-bd5a-88698495c229, Requests: 0, GoAway: true, Reqs in Flight: 0, Elapsed: 4897 ms, RPS: 0.0 - Ping Loop - Exiting
2024-05-05T20:08:49.515 [INFO] - PoolId: default, LambdaId: 0e180e31-cf3b-4dd3-bd5a-88698495c229 - Lambda request completed, exit reason: RouterGoAway
2024-05-05T20:08:49.515 [INFO] - LambdaId: 0e180e31-cf3b-4dd3-bd5a-88698495c229, Requests: 0, Elapsed: 4897 ms, RPS: 0.0 - Returning from run
@huntharo huntharo added bug Something isn't working area-extension Extension portion of the app labels May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-extension Extension portion of the app bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant