Files
etcd/etcdserver
fanmin shi 8ef6687018 etcdserver: fix a node panic bug caused LeaseTimeToLive call on a nonexistent lease
When the non Leader etcd server receives a LeaseTimeToLive on a nonexistent lease, it responds with a nil resp and a nil error The invoking function parses the nil resp and results a segmentation fault.
I fix the bug by making sure the lease not found error is returned so that the invoking function parses the the error message instead.

fix #6537
2016-09-27 17:46:30 -07:00
..
2016-09-16 14:34:55 +08:00
2016-05-12 20:49:40 -07:00
2016-05-12 20:49:40 -07:00
2016-05-12 20:49:40 -07:00
2016-09-27 13:41:40 +08:00
2016-09-27 13:41:40 +08:00
2016-09-27 13:41:40 +08:00