Comment 32 for bug 1701426

Revision history for this message
Sundaresan Rajangam (srajanga) wrote :

The inconsistency in the number of VMI UVEs returned by analytics-api is due to the creation of new redis connection for every UVE request. The system runs out of ephemeral ports and hence not all VMI UVEs are fetched from redis. The patch for https://bugs.launchpad.net/juniperopenstack/+bug/1731187 should fix this issue.