[infinispan-issues] [JBoss JIRA] (ISPN-10758) Cluster Expiration reaper limits parallel expirations too much
Wolf-Dieter Fink (Jira)
issues at jboss.org
Thu Oct 10 05:15:00 EDT 2019
Wolf-Dieter Fink created ISPN-10758:
---------------------------------------
Summary: Cluster Expiration reaper limits parallel expirations too much
Key: ISPN-10758
URL: https://issues.jboss.org/browse/ISPN-10758
Project: Infinispan
Issue Type: Bug
Affects Versions: 10.0.0.CR2
Reporter: Wolf-Dieter Fink
Assignee: Will Burns
Fix For: 10.0.0.CR3, 9.4.17.Final
The expiration reaper today currently limits the expiration to only allow 5 pending expiration commands at once. It also doesn't submit more expirations until those 5 complete. We should do the following changes:
# Increase the limit, possibly to 100?
# Allow for extra expiration commands to be invoked as the others are complete, instead of waiting for all of them.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list