[jboss-jira] [JBoss JIRA] (WFLY-9933) Nodes can not join the cluster if there are sessions which can not initial transfered
Wolf-Dieter Fink (JIRA)
issues at jboss.org
Wed Feb 28 11:15:01 EST 2018
Wolf-Dieter Fink created WFLY-9933:
--------------------------------------
Summary: Nodes can not join the cluster if there are sessions which can not initial transfered
Key: WFLY-9933
URL: https://issues.jboss.org/browse/WFLY-9933
Project: WildFly
Issue Type: Enhancement
Components: Clustering
Reporter: Wolf-Dieter Fink
Assignee: Paul Ferraro
The current configuration for the infinispan cache for web session replication is waiting on the initial state transfer. If this goes wrong for some reason, i.e. an existing session which can not serialized, the complete start will fail.
This can affect all applications which are correctly working.
As this can be a configuration issue, like the timeout for the initial-state-transfer, or a bug in the application code because the session must be serializable, it should be possible to start the server even if threre are some sessions failing.
With the current configuration options there is no way to configure the cache in a way that the cache is not waiting for the ST or to have the ST asynchronous that the server starts and 'only' the session replication will not be fully loaded.
As an enhancement such configuration should be possible.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list