-
Bug
-
Resolution: Done-Errata
-
Undefined
-
None
-
4.19.0
Description of problem:
The cloud-event-proxy component encounters a data race condition due to unsynchronized access to the status field in the Server struct. The issue occurs when: The status is written by a goroutine inside wait.Until() (when starting or restarting the HTTP server). The status is concurrently read by the Ready() method to check the server's readiness. this results in a data race, which can lead to unpredictable behavior or crashes in production when multiple threads access
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
required testing with regression to pass
Actual results:
Expected results:
Additional info:
- links to
-
RHEA-2024:11037 OpenShift Container Platform 4.19.z extras update