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

Don't block NSS requests while offline #1324

Closed
sssd-bot opened this issue May 2, 2020 · 0 comments
Closed

Don't block NSS requests while offline #1324

sssd-bot opened this issue May 2, 2020 · 0 comments
Assignees
Labels
Closed: Fixed Issue was closed as fixed.

Comments

@sssd-bot
Copy link

sssd-bot commented May 2, 2020

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

  • Created at 2009-11-16 16:03:33 by sgallagh
  • Closed as Fixed
  • Assigned to sgallagh

When offline, we periodically attempt to contact the remote server to determine if we are back online. This is triggered by a request, which then blocks until the server either responds or we hit the timeout.

It would be nicer behavior if we instead always returned the cache data if we are marked offline at the time the request occurs and instead attempt to reconnect to the remote server out-of-band (similar to the way the midpoint cache works).

This will mean that users won't get intermittent lag in their NSS lookups.

Comments


Comment from sgallagh at 2009-11-19 22:47:26

Fields changed

status: new => assigned


Comment from sgallagh at 2009-11-23 19:01:18

Fixed in 64e5787

fixedin: => 1.0.0rc
resolution: => fixed
status: assigned => closed


Comment from dpal at 2012-01-19 02:35:40

Fields changed

rhbz: => 0


Comment from sgallagh at 2017-02-24 15:04:48

Metadata Update from @sgallagh:

  • Issue assigned to sgallagh
  • Issue set to the milestone: SSSD 1.0 RC
@sssd-bot sssd-bot added the Closed: Fixed Issue was closed as fixed. label May 2, 2020
@sssd-bot sssd-bot closed this as completed May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed: Fixed Issue was closed as fixed.
Projects
None yet
Development

No branches or pull requests

2 participants