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/TestEvacuateShard test #2868

Merged
merged 2 commits into from
Jun 13, 2024
Merged

fix/TestEvacuateShard test #2868

merged 2 commits into from
Jun 13, 2024

Commits on Jun 13, 2024

  1. shard: improve logging on object putting

    Masked error-less shard skipping makes debugging awful, relates #2860.
    
    Signed-off-by: Pavel Karpy <[email protected]>
    carpawell committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3591bc1 View commit details
    Browse the repository at this point in the history
  2. engine: fix TestEvacuateShard

    It looks like on a slow (few-core?) machine put operation can be failed because
    the internal pool has not been freed from the previous iteration (another shard
    is tried then and additional "fake" relocation is detected in the test).
    Closes #2860.
    
    Signed-off-by: Pavel Karpy <[email protected]>
    carpawell committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9680cd5 View commit details
    Browse the repository at this point in the history