You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a config flag to make linearizable renew lease configurable.
Why is this needed?
The feature "linearizable renew lease" has a side affect, when "apply entries took too long" happens and the apply time took more than the TTL of a lease will cause lease keep alive failure, for some applications, they can tolerate the fake lease keep alive failure, in this case, they just need to grant a new lease and retry, but they can't tolerate the "apply entries took too long" blocks the keep alive for all leases.
The text was updated successfully, but these errors were encountered:
What would you like to be added?
Add a config flag to make linearizable renew lease configurable.
Why is this needed?
The feature "linearizable renew lease" has a side affect, when "apply entries took too long" happens and the apply time took more than the TTL of a lease will cause lease keep alive failure, for some applications, they can tolerate the fake lease keep alive failure, in this case, they just need to grant a new lease and retry, but they can't tolerate the "apply entries took too long" blocks the keep alive for all leases.
The text was updated successfully, but these errors were encountered: