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

discover: Timeout stalled resolutions #401

Merged
merged 3 commits into from
Dec 18, 2019
Merged

discover: Timeout stalled resolutions #401

merged 3 commits into from
Dec 18, 2019

Commits on Dec 17, 2019

  1. discover: Timeout stalled resolutions

    If a load balancer is not polled, i.e. because it is idle/leaked, its
    resolution stream can fill up, causing backpressure onto the destination
    controller client.
    
    This change implements a timeout for this scenario. When the resolution
    buffer is at capacity for a full idle timeout, the background resolution
    completes to free its resources.
    olix0r committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    4a29ffc View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. log timeout

    olix0r committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    8caa863 View commit details
    Browse the repository at this point in the history
  2. fixup! log timeout

    olix0r committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    a71b41a View commit details
    Browse the repository at this point in the history