[infinispan-issues] [JBoss JIRA] (ISPN-9644) Add a method like putForExternalRead that does not suppress exceptions
Bartosz Popiela (Jira)
issues at jboss.org
Thu Oct 25 05:31:00 EDT 2018
Bartosz Popiela created ISPN-9644:
-------------------------------------
Summary: Add a method like putForExternalRead that does not suppress exceptions
Key: ISPN-9644
URL: https://issues.jboss.org/browse/ISPN-9644
Project: Infinispan
Issue Type: Feature Request
Reporter: Bartosz Popiela
It would be reasonable to add a method like org.infinispan.Cache#putForExternalRead that does not suppress exceptions or make it configurable.
I use this operation to put an item to a cache that is read heavily. Recently I got a significant decrease in performance due to the serialization related exception that caused the application to hit the database each time the cache is being read. The exception had been logged at trace level, which made it difficult to find.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the infinispan-issues
mailing list