-
Bug
-
Resolution: Done
-
Major
-
2.8 GA, 2.9 GA, 2.10 GA
-
False
-
False
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Undefined
-
Workaround Exists
-
-
The application object's field first_daily_traffic_at and first_traffic are not updated.
events/ping in backend-redis has TTL -1 and its value is greater than 1.
In an edge case, the code could fail to set an expire to events/ping key, causing backend-redis stop pinging system-app to fetch backend events.
Diagnostic Steps
oc rsh dc/backend-redis sh-4.2$ redis-cli 127.0.0.1:6379> ttl events/ping (integer) -1 127.0.0.1:6379>get events/ping (integer) <a number greater than 1>
- links to