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

Limit requests coalescing in time #2759

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

Limit requests coalescing in time #2759

sssd-bot opened this issue May 2, 2020 · 0 comments
Labels
Bugzilla 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/1717


We have regressed a few times in the code that optimizes out requests by coalescing all identical ones and sending a single request to the provider.
There was no temporal limit to this action so hundreds of requests would pile up indefinitely if no reply would ever come from the provider.
Add a timestamp mechanism to requests so that after a specified timeout an existing request is considered orphaned and is recycled and new requests can be sent to the provider.

Comments


Comment from simo at 2012-12-14 22:09:52

Fields changed

owner: somebody => simo
patch: 0 => 1
status: new => assigned


Comment from jhrozek at 2012-12-18 18:55:16

milestone: NEEDS_TRIAGE => SSSD 1.9.4
resolution: => fixed
status: assigned => closed


Comment from jhrozek at 2012-12-18 18:59:08

Linked to Bugzilla bug: https://bugzilla.redhat.com/show_bug.cgi?id=885078 (Red Hat Enterprise Linux 6)

rhbz: => [https://bugzilla.redhat.com/show_bug.cgi?id=885078 885078]


Comment from simo at 2017-02-24 14:29:40

Metadata Update from @Simo:

  • Issue assigned to simo
  • Issue set to the milestone: SSSD 1.9.4
@sssd-bot sssd-bot added Bugzilla Closed: Fixed Issue was closed as fixed. labels 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
Bugzilla Closed: Fixed Issue was closed as fixed.
Projects
None yet
Development

No branches or pull requests

1 participant