Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0M3
-
Fix Version/s: None
-
Component/s: core
-
Labels:None
-
Number of attachments :
Description
this is essentially a 'push' as opposed to the 'pull' of a relocation.
when paging store is partitioned, paging a session will involve a 'push' of the session to the peer that owns its partition, who will page it out into th store... (see http://jira.codehaus.org/browse/WADI-16)
Issue Links
- is depended upon by
-
WADI-16
Refactor paging and persistant stores to be merged and partitioned
-
I suspect that there is the possibility of a distributed deadlock between a session relocation and a session evacuation under the current implementation. A refactoring should resolve this...