1.1. Release Notes 2.2.4

1.1.1. This is a bug fix release in v2.2.x series

1.1.2. Improvements and bug fixes

  • fixed a bug that prevented servers running in high availability configuration from reconnecting to TSDB after failover
  • fixed a bug that prevented clean failover of the device repository in the HA server pair
  • fixed a bug in the standard script nw2rules.py that could use incorrect timestamp when it inserted new observations into time series buffers right after the server restart. This caused very long internal loops that tried to back-fill time series buffers, which in turn caused compute script runs to time out for several polling cycles right after the restart.
  • fix a bug that prevented server recovery from a brief zookeeper disconnect
  • NSGDB-153 implement workaround for a bug in Junos running on PTX1000 devices that breaks discovery of 802.3ad LAG groups
  • improve Python functions used to calculate portAggregatorBandwidth monitoring variable. New version uses single NsgQL query instead of many and is much faster.
  • numerous improvements in socket.io support for the UI: client socket.io has been upgraded, added configuration option internal.socketio.transport so that we can force transport polling if necessary, switched to socket.io namespace “/”.