[
https://issues.apache.org/jira/browse/GEODE-9179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Blake Bender closed GEODE-9179.
-------------------------------
> Solve race condition in UTs
> ---------------------------
>
> Key: GEODE-9179
> URL: https://issues.apache.org/jira/browse/GEODE-9179
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Mario Salazar de Torres
> Assignee: Mario Salazar de Torres
> Priority: Major
> Labels: pull-request-available
>
> When doing syncronization in some UT cases like ExpiryTaskManager ones,
> condition_variables are used. Problem is if the thread notifying, send the
> notification before the wait is called in the other thread, then it could
> lead to a dead-lock or timeout in the case of a timed wait.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)