[infinispan-issues] [JBoss JIRA] (ISPN-2163) LowMemoryEvent in case of internal OoM Exceptions
Thomas Fromm (JIRA)
jira-events at lists.jboss.org
Thu Jul 19 11:12:07 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Fromm updated ISPN-2163:
-------------------------------
Description:
Problem:
During operations like put() on node A and distribution of the data to B it could happen, that an OutOfMemoryException appears at B and the transaction fails. At node B I don't get notified (beside log) about the underlying exception, cause the tx is invoked remotly.
I'd like to get informed at node B, if such execptions happen. Maybe LowMemoryEvent in CacheManager?
With such event the application on B can decide cleanup stuff, shutdown or whatever.
> LowMemoryEvent in case of internal OoM Exceptions
> -------------------------------------------------
>
> Key: ISPN-2163
> URL: https://issues.jboss.org/browse/ISPN-2163
> Project: Infinispan
> Issue Type: Feature Request
> Reporter: Thomas Fromm
> Assignee: Manik Surtani
>
> Problem:
> During operations like put() on node A and distribution of the data to B it could happen, that an OutOfMemoryException appears at B and the transaction fails. At node B I don't get notified (beside log) about the underlying exception, cause the tx is invoked remotly.
> I'd like to get informed at node B, if such execptions happen. Maybe LowMemoryEvent in CacheManager?
> With such event the application on B can decide cleanup stuff, shutdown or whatever.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list