-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
RocksDB not work with network filesystem paths on Windows (like \\hostname\folder\...) #8345
Labels
Comments
We have the same issue. The last version where it worked was 6.14.6, so we had to downgrade to this version because of that bug. |
Thanks for reporting. Would you like to contribute a fix? |
Yes, we might. One of our developers will be looking into it soon. I'll ask him to send a patch/PR. |
created pull request , with solution proposed solution |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem occurs near
rocksdb/file/filename.cc
Line 467 in 1c88f66
during normalizing front double slash.
RocksDB worked with network filesystem paths in the version 6.6.4 (for example).
The text was updated successfully, but these errors were encountered: