This repository was archived by the owner on Jun 20, 2024. It is now read-only.
This repository was archived by the owner on Jun 20, 2024. It is now read-only.
route calculation performed too frequently under high load #1762
Open
Description
The route calculation contains some clever logic to coalesce multiple recalculation requests into one. However, I am quite sure this isn't effective when receiving a deluge of topology updates on a single connection, such as can happen under load when backlogs can accumulate in tcp buffers. Each update will trigger a separate recalculation. With #1761 in mind, this is hugely costly.