Comment 1 for bug 1557711

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

Per Anish, redis is single-threaded; collector writes UVE before publishing on the kafka bus and alarm-gen's read request to redis would only be processed after the write request from collector gets processed. Therefore, there is no need for synchronization between UVE update in redis and UVE notification in kafka at the collector side.