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:25:00 UTC

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

Kirk Lund created GEODE-4134:
--------------------------------

             Summary: 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


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)