pd icon indicating copy to clipboard operation
pd copied to clipboard

TTL config is not consistent with persistent value

Open rleungx opened this issue 1 year ago • 1 comments

Bug Report

We use the lease to persist the TTL config to etcd. But the minimum lease is calculated according to the etcd config. The default value is 5s. But the TTL in memory can be less than it. If the config in memory is expired, if we reload from etcd, it could still take effect.

rleungx avatar Nov 21 '23 10:11 rleungx