[
https://issues.apache.org/jira/browse/GEODE-4134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund resolved GEODE-4134.
------------------------------
Resolution: Fixed
Fix Version/s: 1.4.0
> 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
> Fix For: 1.4.0
>
>
> 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)