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

serverSession: idleTimeMs times out while there is activity #2446

Open
1 of 2 tasks
jrwren opened this issue Feb 28, 2022 · 0 comments
Open
1 of 2 tasks

serverSession: idleTimeMs times out while there is activity #2446

jrwren opened this issue Feb 28, 2022 · 0 comments

Comments

@jrwren
Copy link

jrwren commented Feb 28, 2022

Thanks for your help improving the project!

Getting Help

Github issues are for bug reports and feature requests. For questions about
Linkerd, how to use it, or debugging assistance, start by
asking a question in the forums or join us on
Slack.

Full details at CONTRIBUTING.md.

Filing a Linkerd issue

Issue Type:

  • Bug report
  • Feature request

What happened:

linkerd timed out an active session, when the only serverSession setting set was idleTimeMs.

What you expected to happen:

No timeout as the session was not idle.

How to reproduce it (as minimally and precisely as possible):

Follow the getting started guide here: https://linkerd.io/1/getting-started/locally/
add this config:

    serverSession:
      idleTimeMs: 30000

Use a server on port 9999 which response slowly for more than the timeout. Here is one written in Go:
https://gist.github.com/jrwren/2c1329b9920eef5b7b398164b3f74875

Anything else we need to know?:

Environment:

  • linkerd/namerd version, config files:
    linkerd 1.7.2 (1.7.5-5c1 crashes for me)

  • Platform, version, and config files (Kubernetes, DC/OS, etc):
    macos

  • Cloud provider or hardware configuration:

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