-
Notifications
You must be signed in to change notification settings - Fork 50
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
namespace prefix in KVS txn fails #1463
Comments
Oh I think it's because the namespace in the commit request defaults to the primary namespace, and that doesn't match the one in the txn... |
I think we need both of the above cases to work. If we need to explicitly set the namespace in the commit, then we have to know a priori what any symlinks along the path point to, and that sort of defeats the generality that we hoped to gain through the use of symlinks. |
this is supposed to work, and I thought I had a unit test for it. I'll see what's going on. |
I was confused on two counts when I opened this issue.
Sorry! |
I found that committing a transaction where each key contains an identical namespace prefix fails with EINVAL, e.g.
I thought that was supposed to work.
Similarly, if
lwj.0.0.1
->ns:job1/.
, then the same list with that prefix fails, e.g.The text was updated successfully, but these errors were encountered: