Denis Chudov created IGNITE-28395:
-------------------------------------
Summary: Update lease map before doing lease update
Key: IGNITE-28395
URL: https://issues.apache.org/jira/browse/IGNITE-28395
Project: Ignite
Issue Type: Bug
Reporter: Denis Chudov
LeaseUpdater relies on lease map provided by LeaseTracker and updated via watch
listener. But we often see issues like this:
{code:java}
Lease update invocation failed because of outdated lease data on this
node.{code}
It seems that picking the map from lease tracker is not enough when meta
storage watch listener lags behind the real time for some reason.
I would suggest to get the lease map from meta storage in lease updater.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)