You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Mario Salazar de Torres (Jira)" <ji...@apache.org> on 2021/04/21 09:27:00 UTC

[jira] [Assigned] (GEODE-9179) Solve race condition in UTs

     [ https://issues.apache.org/jira/browse/GEODE-9179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mario Salazar de Torres reassigned GEODE-9179:
----------------------------------------------

    Assignee: Mario Salazar de Torres

> 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
>
> When doing syncronization in some 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)