8000 db: opening in non-read-only mode can fail depending how the path is specified · Issue #3509 · cockroachdb/pebble · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

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

Closed
RaduBerinde opened this issue Apr 12, 2024 · 0 comments · Fixed by #3847
Closed

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

RaduBerinde opened this issue Apr 12, 2024 · 0 comments · Fixed by #3847

Comments

@RaduBerinde
Copy link
Member
RaduBerinde commented Apr 12, 2024

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

Jira issue: PEBBLE-97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants
0