Paul Ferraro created WFLY-6958:
----------------------------------
Summary: Use more intuitive values for consistent-hash-strategy
Key: WFLY-6958
URL:
https://issues.jboss.org/browse/WFLY-6958
Project: WildFly
Issue Type: Enhancement
Components: Clustering
Affects Versions: 10.0.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 11.0.0.Alpha1
Currently consistent-hash-strategy can have on of 2 values: INTRA_CACHE vs INTER_CACHE.
This was initially meant to describe a consistent hash that would be consistent within a
cache vs across multiple caches within a cache container. In retrospect, these value are
not very descriptive.
Better would be consistent-hash-strategy="AGE|ADDRESS" or "AGE|NAME",
where the strategy uses the cache view sorted by either age, or name/address.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)