-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error: [NVM MGR] failed to open nvm file #1
Comments
There are 3 NVM files here, NBTree, Dash and Falcon, which NVM file can not open and is the path correct? |
After I run ycsb.sh with root, it shows: The path is correct since it has the pmem_hash.data file. |
It seems to be a problem with NBTree. It may be necessary to create the file in advance. I don't have an experimental environment at the moment and I'll try it later. You can use "printf("errno=%d\n",errno);" on NBTree/tree/src/btree.cpp line 52 for more detail |
When I create the file in advance, I can open the file. However, I still run this project. Seems to be a problem with NBtree. |
It reports that "Is a directory". Is the path on src/customer_config.rs(line3) is a directory? It should be the path of a file in NVM |
I run this project successfully. This is a very good project and worthwhile for people on the topic of OLTP transactions on NVM. Thank you. |
When I ran this project, I found the project report the error. I use the root account, and run sh ycsb.sh.
Caused by:
process didn't exit successfully:
/home/xx/Falcon/target/release/deps/n2db-d18d0518254f145d ycsb_test_sync --nocapture
(exit status: 255)The text was updated successfully, but these errors were encountered: