etcd/tests/integration
ahrtr bc5307de95 support linearizable renew lease
When etcdserver receives a LeaseRenew request, it may be still in
progress of processing the LeaseGrantRequest on exact the same
leaseID. Accordingly it may return a TTL=0 to client due to the
leaseID not found error. So the leader should wait for the appliedID
to be available before processing client requests.
2022-04-12 14:12:45 +08:00
..
2022-04-12 14:12:45 +08:00
2022-02-23 16:42:00 -08:00
2021-03-18 15:06:17 +01:00