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

Fix duplicate calls of mainStorage.lock() in LockManager for version 1.* #165

Merged
merged 4 commits into from
Jul 11, 2024

Commits on Jun 7, 2024

  1. Fix #164:

    - store the storage lock in class LockEntry rather than in class
      SingleLock,
    - as a consequence: obtain only one storage lock when mutliple shared
      locks are requested on the same dataset,
    - release the storage lock when the lock count drops to zero,
      e.g. when the last lock on the dataset is closed.
    RKrahl committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    cf87dfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ed5d8a View commit details
    Browse the repository at this point in the history
  3. Update reease notes

    RKrahl committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    31374bc View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    d1e85f7 View commit details
    Browse the repository at this point in the history