]
Pedro Ruivo updated ISPN-7400:
------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.CR3
(was: 9.0.0.Final)
Resolution: Done
Cache segment ownership information in DistributionManager
----------------------------------------------------------
Key: ISPN-7400
URL:
https://issues.jboss.org/browse/ISPN-7400
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 9.0.0.Beta2
Reporter: Dan Berindei
Assignee: Dan Berindei
Labels: performance
Fix For: 9.0.0.CR3
ISPN-7029 introduced {{DistributionInfo}} to simplify limit the number of times we
compute the location of a given key. We can go further and cache the {{DistributionInfo}}
of each segment in {{DistributionManager}}, so that each operation only needs to compute
the segment of its key.