]
Tristan Tarrant updated ISPN-7400:
----------------------------------
Fix Version/s: 9.0.0.CR2
(was: 9.0.0.CR1)
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.CR2
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.