Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 513
    • Issues 513
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 48
    • Merge requests 48
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • KeaKea
  • Issues
  • #691

Closed
Open
Created Jun 22, 2019 by Thomas Markwalder@tmarkMaintainer

Allow HA/Http events to interrupt InterfaceMgr main-thread select

HA lease updates can get backlogged because underlying IOService(s) in HTTP gets starved by the maing-thread select() in InterfaceMgr. This select blocks waiting for DHCP traffic or other registered IO for upto 1 second at time. This means that during relatively slow or intermittent DHCP traffic, this select() can block for large amounts of time and HA/Http ready handlers pile up.

By registering ExternalSockets with InterfaceMgr for Http connections, and possibly adding WatchSocket(s) to the HA layer to trigger on write events and/or timeouts, we should be able to get much better behavior.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking