Closed mischief closed 9 years ago
Thanks @mischief
@mischief thanks for the PR. I'll going to look at it, even though it's a small change I just want to check if everything is ok. I had other things to do recently, sorry for the delay.
@fatih it is a strange situation - the only way i could cause it to happen was running etcd/kontrol in a CoreOS vm in qemu on my laptop. when i would put the laptop to sleep and wake it up later, time would jump forward and cause expiry of kontrol key's ttl, so update would not work any more. it might be a rare situation in practice, but pretty annoying for development :p
@fatih friendly ping :-)
@mischief I'll look at it today! I was on vacation so sorry.
This looks good, I'm now testing it on our internal code base (We have a lot of integration tests for it). If everything is good I'll merge it :)
when the ttl expires, update will no longer work due to etcd returning a key not found error. try to add the kite again, which gets things working again. without this, kite keeps retrying and failing forever, and the service needs to be restarted for it to work.