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

Strengthen locking in FsBlobContainer register impl #107830

Commits on Apr 24, 2024

  1. Strengthen locking in FsBlobContainer register impl

    Expands the JVM-wide mutex to prevent all concurrent operations on
    file-based registers, but then introduces an artificial mechanism for
    emulating write/write contention within a single JVM.
    DaveCTurner committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    780285a View commit details
    Browse the repository at this point in the history
  2. static

    DaveCTurner committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    481bf67 View commit details
    Browse the repository at this point in the history
  3. Iter

    DaveCTurner committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c2bac7c View commit details
    Browse the repository at this point in the history
  4. Contention tests

    DaveCTurner committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9d83d38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36eb5fe View commit details
    Browse the repository at this point in the history
  6. Fix double-close

    DaveCTurner committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b6cf2aa View commit details
    Browse the repository at this point in the history