-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Txn compare with version value is not functioning correctly. #10113
Comments
@mangoslicer this looks similar to grpc-gateway: txn marshaling broken #7889 , do you have any idea?? |
@sanamsarath version has a little different syntax:
|
@hexfusion I have tried first the way you mentioned but it is throwing an error.
|
@sanamsarath |
[root@db-etcd-54876f9ddc-gmtmm bin]# ./etcd -version |
sorry I was not clear You need to change |
@hexfusion Thanks, it helped. |
etcd version 3.3.2
I have added and modified a key "foo" couple of times, current version value is 3
then I tried txn request with curl command to get the details of foo and compare failed (base64 of 3 = Mw==)
and the same compare is working when I tried version != 3:
The text was updated successfully, but these errors were encountered: