-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.6
-
Component/s: bbsim
-
Labels:None
-
Story Points:3
-
Epic Link:
The bbsim sadis server loops through the services every 10 seconds and fetch the results.
As a service comes online before it's pod it possible that this situation happen:
- the service comes only
- we try to fetch the sadis info from the pod
- the pod is not ready yet
- we wait 10 seconds to retry
This means we can have a 20 second delay between when we install BBSim and when the informations are availbale in sadis.
Watch for new pods in the cluster and use that as a trigger to fetch the information.