]
Pedro Ruivo updated ISPN-12629:
-------------------------------
Git Pull Request:
XSD "segmented" description is incorrect
----------------------------------------
Key: ISPN-12629
URL:
https://issues.redhat.com/browse/ISPN-12629
Project: Infinispan
Issue Type: Bug
Components: Documentation
Affects Versions: 12.0.0.CR1, 11.0.9.Final
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Priority: Major
Fix For: 12.0.0.Final, 11.0.10.Final
{{with the "hash.numSegments" property defining the number of segments}}
The description above is wrong. The number of segments for a segmented cache store is
equal to the number of segments defined in the cache. Users are trying to define
{{.addProperty("hash.numSegments", "8")}} which won't work.