Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEODE-8053: Fixes lingering StatsManager after Cache close. #596

Merged
merged 1 commit into from May 1, 2020

Commits on Apr 30, 2020

  1. GEODE-8053: Fixes lingering StatsManager after Cache close.

    While this was likely not a problem in C++ it was a big problem in .NET due to
    the reliance on GC to destruct native objects. The StatsManager didn't stop
    until it was destructed. This in turn stops the HostStatSampler. In .NET this
    leaves the stats system trying to run on a closed but not destructed Cache
    instance.
    jake-at-work committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    487d591 View commit details
    Browse the repository at this point in the history