Actions
Bug #6515
closedlink_interface_to_vips slow with large numbers of VIPs
Start date:
06/21/2016
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3.x
Affected Architecture:
Description
link_interface_to_vips when called with the update parameter calls interfaces_vips_configure once per VIP on the interface, so it repeats the same actions in their entirety over and over. With a few thousand VIPs, that adds minutes of unnecessary delays to anything that calls link_interface_to_vips with update.
Updated by Chris Buechler over 8 years ago
- Status changed from Confirmed to Feedback
fix pushed. Confirmed that still does all the necessary actions, and eliminates the delays by not doing the same thing repeatedly.
Updated by Chris Buechler over 8 years ago
- Target version changed from 2.3.1-p6 to 2.3.2
Actions