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

chore: Use filesystem backed writer for blooms #13522

Merged
merged 4 commits into from
Jul 17, 2024

Commits on Jul 17, 2024

  1. chore: Use filesystem backed writer for blooms

    The `DirectoryBlockWriter` and `DirectoryBlockReader` are used to avoid
    OOMing of compactors/builders.
    
    The tradeoff is that the writer/reader needs to be cleaned up and that
    it is I/O bound.
    
    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    cb90b9d View commit details
    Browse the repository at this point in the history
  2. Unify function names

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9c96266 View commit details
    Browse the repository at this point in the history
  3. Log cleanup error

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5dde9a3 View commit details
    Browse the repository at this point in the history
  4. Add hidden config for bloom builder working directory

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    75453c4 View commit details
    Browse the repository at this point in the history