]
Martin Stefanko updated WFLY-12333:
-----------------------------------
Labels: downstream_dependency (was: )
Skip redundant put operations when distributable web sessions use
local, non-persistent cache configuration
-----------------------------------------------------------------------------------------------------------
Key: WFLY-12333
URL:
https://issues.jboss.org/browse/WFLY-12333
Project: WildFly
Issue Type: Bug
Components: Clustering, Web (Undertow)
Affects Versions: 17.0.1.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Priority: Major
Labels: downstream_dependency
When a distributable web session is closed, we perform a cache put to ensure state is
persisted/replicated. However, when the cache configuration is both local and
non-persistent, this cache operation is redundant.