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

Resolve issue where a spawn process' slab fails #1914

Merged
merged 5 commits into from
Oct 14, 2020
Merged

Resolve issue where a spawn process' slab fails #1914

merged 5 commits into from
Oct 14, 2020

Commits on Oct 13, 2020

  1. Resolve issue where a spawn process' slab fails

    Previously, if a main process' slab mapsize increases, any existing spawn
    processes (which have the same slabs open readonly) would get a
    lmdb.MapResizedError when calling slab.initdb.
    
    Now, initdb correctly handles that case.
    jnwatson committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    ca4f71c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0456e9f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    4c3a2e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b86f2e0 View commit details
    Browse the repository at this point in the history
  3. Try a lmdb timing fix

    vEpiphyte committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    884c824 View commit details
    Browse the repository at this point in the history