-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can't write to db correctly #8
Comments
That's very strange, works fine for me with 1.7.2, rocksdb 5.8.8 on MacOs:
If you do a |
I get null output, below is my full code. I also tried to upgrade rocksdb to 5.8.8 and rebuild the project still get the same error.
My env:
Below is the dependency in package.json:
|
I make a reproducible demo: https://github.com/zhaoyi0113/rocksdb-demo.git Could you try to build this repo and run |
Demo works for me locally with both node 6 & node 8.
Not sure how to debug this further. Over the upcoming holidays I'll see if I can try a few other os'es, and I've also been meaning to add Travis CI for some time now, maybe that will show something up. |
Thanks for checking it. Some of my co-workers checked these issue and we found this may relate to Mac OS version. It works fine on Mac OS 10.9.5 but doesn't work on 10.13.1. What is your mac version? |
I Checked the demo on CentOS 7.2.1511, node v8.11.4, RocksDB v5.17.2, it does't work. I get null value without any error. |
I am running
rocksdb-node
1.7.2 with rocks 5.8 on MacOs. Below is my code:after running above code and I use admin console to inspect the rocks file as below:
I wonder why the key is not what I put which is
node
.The text was updated successfully, but these errors were encountered: