[infinispan-issues] [JBoss JIRA] (ISPN-10215) Send clear event to near cache when client is not accepting events quick enough
Will Burns (Jira)
issues at jboss.org
Tue May 21 09:46:01 EDT 2019
Will Burns created ISPN-10215:
---------------------------------
Summary: Send clear event to near cache when client is not accepting events quick enough
Key: ISPN-10215
URL: https://issues.jboss.org/browse/ISPN-10215
Project: Infinispan
Issue Type: Sub-task
Components: Hot Rod, Listeners
Reporter: Will Burns
Fix For: 10.0.0.Final
When a near cache is used it will install a remote listener that receives all modified/remove/expired events. If a client is unable to keep up with the amount of updates, this can cause a backup on the server which in turn can slow down writes.
One solution for this would be if a client has been backed up for a given threshold to remove the pending events and send a single clear event to the near cache. This would take away the read performance temporarily of that client temporarily but would allow write heavy clients to continue operating.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the infinispan-issues
mailing list