You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2017/12/20 19:27:00 UTC

[jira] [Assigned] (GEODE-4134) RegionVersionVectorTest.doesNotHangIfOtherThreadChangedVersion has potential to hang

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

Kirk Lund reassigned GEODE-4134:
--------------------------------

    Assignee: Kirk Lund

> RegionVersionVectorTest.doesNotHangIfOtherThreadChangedVersion has potential to hang
> ------------------------------------------------------------------------------------
>
>                 Key: GEODE-4134
>                 URL: https://issues.apache.org/jira/browse/GEODE-4134
>             Project: Geode
>          Issue Type: Bug
>          Components: tests
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>
> RegionVersionVectorTest.doesNotHangIfOtherThreadChangedVersion has potential to hang if the bug is reintroduced. The reason is that CompletableFuture cancel(true) does not interrupt the thread executing the task. Specifying an ExecutorService and invoking shutdownNow fixes this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)