-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
9.4.12.Final, 10.0.0.Final
The DefaultIterationManager keeps a map of iterationstate for each active client iteration. Unfortunately, if the client does invoke the end operation, these states can linger forever. We should:
- reap iterationstates when the channel that created them is closed
- reap iterationstates which have been inactive for a long time
- duplicates
-
ISPN-9195 Iterator leak when Hot Rod client crashes
- Closed