Tristan Tarrant created ISPN-10169:
--------------------------------------
Summary: Hot Rod iteration state is kept around forever if IterationEnd is
not invoked
Key: ISPN-10169
URL:
https://issues.jboss.org/browse/ISPN-10169
Project: Infinispan
Issue Type: Bug
Components: Hot Rod, Server
Affects Versions: 10.0.0.Beta3, 9.4.12.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
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
--
This message was sent by Atlassian Jira
(v7.12.1#712002)