This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
map_cli example fails gets #186
Comments
igchor
added a commit
to igchor/libpmemobj-cpp
that referenced
this issue
Feb 1, 2019
argn was not indcremented in case of get(). This resulted in "invalid key operation" message on every get. Ref: pmem#186
igchor
added a commit
to igchor/libpmemobj-cpp
that referenced
this issue
Feb 1, 2019
argn was not incremented in case of get(). This resulted in "invalid queue operation" message on every get. Ref: pmem#186
igchor
added a commit
to igchor/libpmemobj-cpp
that referenced
this issue
Feb 1, 2019
argn was not incremented in case of get(). This resulted in "invalid queue operation" message on every get. Ref: pmem#186
igchor
added a commit
to igchor/libpmemobj-cpp
that referenced
this issue
Feb 4, 2019
argn was not incremented in case of get(). This resulted in "invalid queue operation" message on every get. Ref: pmem#186
igchor
added a commit
to igchor/libpmemobj-cpp
that referenced
this issue
Feb 4, 2019
argn was not incremented in case of get(). This resulted in "invalid queue operation" message on every get. Ref: pmem#186
igchor
added a commit
to igchor/libpmemobj-cpp
that referenced
this issue
Feb 4, 2019
argn was not incremented in case of get(). This resulted in "invalid queue operation" message on every get. Also fix "usage" for "insert" operation. Ref: pmem#186
✓ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On -cpp 1.5 (exact tag without further commits, but reproduces with unreleased stable-1.5 and with master), the
map_cli
example fails on every "get" operation.Test commands that I'd expected to work:
which should give:
Result: every "get" says, in addition to expected output, 「invalid queue operation」 on stderr.
I strongly suspect that this is a bug in the example rather than the library, but it's you who know better...
The text was updated successfully, but these errors were encountered: