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

Add ref counting to which leveldb shards are open so they can be closed ... #301

Merged
merged 4 commits into from
Mar 10, 2014

Commits on Mar 10, 2014

  1. Add ref counting to which leveldb shards are open so they can be clos…

    …ed after references released
    pauldix authored and jvshahid committed Mar 10, 2014
    Configuration menu
    Copy the full SHA
    0d6e2d6 View commit details
    Browse the repository at this point in the history
  2. Fix bug where I was deleting the shard reference before pulling out t…

    …he shard to close it
    pauldix authored and jvshahid committed Mar 10, 2014
    Configuration menu
    Copy the full SHA
    2bce283 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e39508f View commit details
    Browse the repository at this point in the history
  4. Updated ref counting to remove accessed shards from the list of ones …

    …to close. Updated the close to close as many as it takes to get below the leve
    pauldix authored and jvshahid committed Mar 10, 2014
    Configuration menu
    Copy the full SHA
    afd2d8c View commit details
    Browse the repository at this point in the history