]
Radoslav Husar updated MODCLUSTER-600:
--------------------------------------
Priority: Major (was: Critical)
Default session draining strategy should perform draining if last
cluster member is leaving
-------------------------------------------------------------------------------------------
Key: MODCLUSTER-600
URL:
https://issues.jboss.org/browse/MODCLUSTER-600
Project: mod_cluster
Issue Type: Bug
Components: Core & Container Integration (Java)
Affects Versions: 1.3.7.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Currently, the default session draining strategy consults implementation of
org.jboss.modcluster.container.Context#isDistributable for whether session draining is
enabled org.jboss.modcluster.config.impl.SessionDrainingStrategyEnum#isEnabled. In fact
the method consulted should be checking for whether data is available on other nodes;
since if the last member is leaving a data loss will occur.