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)