[infinispan-issues] [JBoss JIRA] (ISPN-8396) Add interceptor preventing going out of memory

Dan Berindei (JIRA) issues at jboss.org
Fri Nov 17 06:55:00 EST 2017


    [ https://issues.jboss.org/browse/ISPN-8396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491098#comment-13491098 ] 

Dan Berindei commented on ISPN-8396:
------------------------------------

AFAIK we always executed the command locally on the primary owner and then sent it to the backups:

https://github.com/danberindei/infinispan/blob/master/core/src/main/java/org/infinispan/interceptors/distribution/BaseDistributionInterceptor.java#L259

The only thing that changed with the triangle is whether the primary waits for the backup ACKs to write the updated entry to the data container/stores or not.


> Add interceptor preventing going out of memory
> ----------------------------------------------
>
>                 Key: ISPN-8396
>                 URL: https://issues.jboss.org/browse/ISPN-8396
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Cloud Integrations, Core
>            Reporter: Sebastian Łaskawiec
>            Assignee: William Burns
>
> We need an interceptor which will calculate the amount of required memory for PUT and report an error if that put will cause going out of memory.
> Note that this is strictly connected to eviction mechanism (we might want to evict some entries on write)



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)



More information about the infinispan-issues mailing list