We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is an output of the attached program. This program puts entries of the same key simultaneously.
key = key, value = value2 key = key, value = value1
There are two entries of the same key in the database.
bug.c.txt
This attachment has .txt suffix because .c file cannot be attached. Rename it to bug.c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ISSUE: pmemkv_put is not thread-safe
Environment Information
Please provide a reproduction of the bug:
Here is an output of the attached program. This program puts entries of the same key simultaneously.
There are two entries of the same key in the database.
bug.c.txt
This attachment has .txt suffix because .c file cannot be attached. Rename it to bug.c
The text was updated successfully, but these errors were encountered: