]
Jason Greene updated WFLY-6958:
-------------------------------
Fix Version/s: 12.0.0.Final
(was: 12.0.0.CR1)
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: 12.0.0.Final
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.