]
Paul Ferraro updated WFLY-12333:
--------------------------------
Component/s: Web (Undertow)
(was: EJB)
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
When a distributable SFSB is released, 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.