db: opening in non-read-only mode can fail depending how the path is specified · Issue #3509 · cockroachdb/pebble · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
Uh oh!
There was an error while loading. Please reload this page.
From
testdata
:I think it has to do with the recent WAL changes. CC @jbowens
Jira issue: PEBBLE-97
The text was updated successfully, but these errors were encountered: