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

[BUG] Benchmark lsm-tree-micro-bench fails with error #440

Open
wenkokke opened this issue Oct 24, 2024 · 1 comment
Open

[BUG] Benchmark lsm-tree-micro-bench fails with error #440

wenkokke opened this issue Oct 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@wenkokke
Copy link
Collaborator

Describe the bug

lsm-tree-micro-bench: FsError {fsErrorType = FsResourceAlreadyExist, fsErrorPath = /private/var/folders/9b/tq2xht4j42jdnhy6x5nt8r040000gn/T/lookupsInBatchesEnv-188f880fc0b9ac57, fsErrorString = "File exists", fsErrorNo = Just (Errno 17), fsErrorStack = CallStack (from HasCallStack):
  prettyCallStack, called at src/System/FS/API/Types.hs:393:23 in fs-p-0.3.0.1-39dcdd21:System.FS.API.Types
  ioToFsError, called at src/System/FS/IO.hs:113:41 in fs-p-0.3.0.1-39dcdd21:System.FS.IO
  handleError, called at src/System/FS/IO.hs:109:23 in fs-p-0.3.0.1-39dcdd21:System.FS.IO
  rethrowFsError, called at src/System/FS/IO.hs:50:21 in fs-p-0.3.0.1-39dcdd21:System.FS.IO
  hOpen, called at src/System/FS/API.hs:63:5 in fs-p-0.3.0.1-39dcdd21:System.FS.API
  a use of `FS.hOpen', called at src/Database/LSMTree/Internal/WriteBufferBlobs.hs:125:23 in lsm-tree-0.1.0.0-inplace:Database.LSMTree.Internal.WriteBufferBlobs, fsLimitation = False}
Benchmark lsm-tree-micro-bench: ERROR
Error: cabal: Benchmarks failed for bench:lsm-tree-micro-bench from
lsm-tree-0.1.0.0.

To Reproduce
Steps to reproduce the behavior:

  1. Check out Base implementation of scheduled merges #426
  2. Run cabal bench lsm-tree-micro-bench

Output
If applicable, add log excerpts, screenshots or other files to help explain your problem.

Desktop (please complete the following information):

  • OS: macOS
  • OS version: 13.7
  • GHC: GHC 9.8.2

Additional context
The bug is not specific to #426 and already exists on 23939c1.

@wenkokke wenkokke added the bug Something isn't working label Oct 24, 2024
@jorisdral
Copy link
Collaborator

jorisdral commented Oct 25, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants