Skip to content
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

etcdv3: Fix error in code path for AtomicPut with TTL #39

Merged
merged 1 commit into from
Oct 14, 2017

Conversation

abronan
Copy link
Owner

@abronan abronan commented Oct 14, 2017

This commit fixes an error in code path for 'AtomicPut'
when using TTLs. It would commit an empty transaction
if we used Options but the TTL remained at its default
value: 0.

Signed-off-by: Alexandre Beslic abeslic@abronan.com

This commit fixes an error in code path for 'AtomicPut'
when using TTLs. It would commit an empty transaction
if we used Options but the TTL remained at its default
value: 0.

Signed-off-by: Alexandre Beslic <abeslic@abronan.com>
@abronan abronan merged commit a65dc5d into master Oct 14, 2017
@abronan abronan deleted the fix_etcdv3_atomicput_ttl branch October 14, 2017 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant