a10networks / acos-client

ACOS API Client
Apache License 2.0
35 stars 61 forks source link

[STACK-2922] Setting burst to enabled on a non-burst license cause system freeze #362

Closed hthompson6 closed 3 years ago

hthompson6 commented 3 years ago

Severity: Critical

Description:

The ConfigManagerNotReady exception shares it's error code with exceptions caused by license requests with unpurchased license options. This results in the retry logic for the config manager to be called thus locking the execution for 2 minutes (5 second wait 24 times).

A new error has been added and is called whenever an exception with error code 4294967295 is raised during a request to the glm endpoint.