-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
ALL
-
Service Arch 2020-07-27
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Condition variables may miss a notification, and this could cause an indefinite wait in the Stats test under ServiceExecutorFixed unit-tests. A possible fix is using a more strong ordering mechanism for accesses to the shared variable that stores the number of active executor threads.