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

KCM: Increase the default client idle timeout, consider decreasing the timeout on busy servers #4829

Closed
sssd-bot opened this issue May 2, 2020 · 1 comment
Assignees
Labels

Comments

@sssd-bot
Copy link

sssd-bot commented May 2, 2020

Cloned from Pagure issue: https://pagure.io/SSSD/sssd/issue/3835

  • Created at 2018-09-24 20:13:17 by jhrozek
  • Assigned to nobody

By default, KCM has a 60-second idle client timeout. This might not be enough, because the client is often kinit, so there is some user interaction involved.

We should increase the timeout. But we should also consider decreasing it if the server is too busy (say, over half of the maximum fds are depleted?)

Comments


Comment from jhrozek at 2018-09-27 11:43:00

Metadata Update from @jhrozek:

  • Issue set to the milestone: SSSD 2.1

Comment from jhrozek at 2018-10-03 14:36:48

Metadata Update from @jhrozek:

  • Issue priority set to: critical (was: minor)

Comment from jhrozek at 2019-02-22 15:22:36

Metadata Update from @jhrozek:

  • Issue set to the milestone: SSSD 2.2 (was: SSSD 2.1)

Comment from jhrozek at 2019-06-13 23:11:02

Metadata Update from @jhrozek:

  • Issue set to the milestone: SSSD 2.3 (was: SSSD 2.2)

Comment from thalman at 2020-03-11 12:27:46

Metadata Update from @thalman:

  • Issue tagged with: Future milestone
@justin-stephenson justin-stephenson self-assigned this Jul 17, 2020
justin-stephenson added a commit to justin-stephenson/sssd that referenced this issue Aug 21, 2020
Increase the default timeout to allow time for
user interaction on the command-line with kinit.

Resolves:
SSSD#4829
@pbrezina
Copy link
Member

Pushed PR: #5288

  • master
    • 00ae18d - KCM: Increase client idle timeout to 5 minutes

@pbrezina pbrezina added the Closed: Fixed Issue was closed as fixed. label Aug 24, 2020
pbrezina pushed a commit that referenced this issue Jan 15, 2021
By default, KCM has a 60-second idle client timeout.
This might not be enough, because the client is often kinit,
so there is some user interaction involved.

Verifies: #4829

Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1884205

Reviewed-by: Madhuri Upadhye <mupadhye@redhat.com>
akuster pushed a commit to akuster/sssd that referenced this issue May 18, 2021
By default, KCM has a 60-second idle client timeout.
This might not be enough, because the client is often kinit,
so there is some user interaction involved.

Verifies: SSSD#4829

Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1884205

Reviewed-by: Madhuri Upadhye <mupadhye@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants