[jboss-jira] [JBoss JIRA] (WFLY-12405) Reduce distributed web session expiration scheduler payload
Paul Ferraro (Jira)
issues at jboss.org
Wed Aug 21 14:44:00 EDT 2019
Paul Ferraro created WFLY-12405:
-----------------------------------
Summary: Reduce distributed web session expiration scheduler payload
Key: WFLY-12405
URL: https://issues.jboss.org/browse/WFLY-12405
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 17.0.1.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
If a web request is handled by a member other than the primary owner of the session, we schedule the expiration of that session on the primary owner. The command responsible for this serialized both the session ID and the meta data of the session. However, given that the primary owner will already have this information cached locally, there is no reason to include it in the payload of the scheduler command.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list