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

DAOS-16211 vos: Avoid race condition with discard (#15370) #15432

Merged
merged 3 commits into from
Nov 5, 2024

Commits on Oct 30, 2024

  1. DAOS-16211 vos: Avoid race condition with discard (#15370)

    There is a possible race between aggregation deleting
    the object tree and discard working on the same
    object tree.  Add a check to avoid this race
    
    Signed-off-by: Jeff Olivier <[email protected]>
    jolivier23 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    62815d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Update vos_obj_index.c

    Address clang-format issue on block
    
    Signed-off-by: Jeff Olivier <[email protected]>
    jolivier23 authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1cb9b46 View commit details
    Browse the repository at this point in the history
  2. Update vos_obj_index.c

    another minor edit
    
    Signed-off-by: Jeff Olivier <[email protected]>
    jolivier23 authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7dc1c2f View commit details
    Browse the repository at this point in the history