You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (Jira)" <ji...@apache.org> on 2022/05/09 21:38:00 UTC

[jira] [Created] (GEODE-10287) DistributedRegion.distributedRegionCleanup logic looks wrong

Darrel Schneider created GEODE-10287:
----------------------------------------

             Summary: DistributedRegion.distributedRegionCleanup logic looks wrong
                 Key: GEODE-10287
                 URL: https://issues.apache.org/jira/browse/GEODE-10287
             Project: Geode
          Issue Type: Bug
          Components: core
            Reporter: Darrel Schneider


DistributedRegion.distributedRegionCleanup does this: distAdvisor.close(). Then a few lines later it calls "waitForCurrentOperations()". But waitForCurrentOperations uses the closed distAdvisor. Maybe it is okay to uses a closed distAdvisor but it seems better to call wait first and then close distAdvisor.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)