[infinispan-issues] [JBoss JIRA] (ISPN-10169) Hot Rod iteration state is kept around forever if IterationEnd is not invoked
Tristan Tarrant (Jira)
issues at jboss.org
Tue May 7 06:24:00 EDT 2019
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)
More information about the infinispan-issues
mailing list