]
Bartosz Popiela updated ISPN-9644:
----------------------------------
Affects Version/s: 9.4.0.Final
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
Affects Versions: 9.4.0.Final
Reporter: Bartosz Popiela
Priority: Major
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.