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

db: opening in non-read-only mode can fail depending how the path is specified #3509

Open
RaduBerinde opened this issue Apr 12, 2024 · 0 comments
Assignees
Projects

Comments

@RaduBerinde
Copy link
Member

From testdata:

$ go run ../cmd/pebble db set db-stage-41 a a
error opening database at "db-stage-41": open : no such file or directory

$ go run ../cmd/pebble db set db-stage-41/ a a
(ok)

I think it has to do with the recent WAL changes. CC @jbowens

@RaduBerinde RaduBerinde added this to Incoming in Storage via automation Apr 12, 2024
@jbowens jbowens moved this from Incoming to Next in Storage Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Storage
  
Next
Development

No branches or pull requests

2 participants