]
Tristan Tarrant updated ISPN-10215:
-----------------------------------
Fix Version/s: 10.0.1.Final
(was: 10.0.0.Final)
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
Priority: Major
Fix For: 10.0.1.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.