Details
-
Improvement
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
In the event of a delay receiving status update acknowledgements, all status update managers will begin re-sending status updates on a fixed 10 second interval. This can cause a large influx of duplicate status updates in the system, possibly overloading schedulers.
The Status Update Manager should avoid compounding any status update backlog issues through a retry back-off mechanism. Possibly a truncated exponential back-off.