]
Tristan Tarrant reassigned ISPN-3453:
-------------------------------------
Assignee: (was: Mircea Markus)
Notification in case that entries have been lost
------------------------------------------------
Key: ISPN-3453
URL:
https://issues.jboss.org/browse/ISPN-3453
Project: Infinispan
Issue Type: Feature Request
Components: State Transfer
Reporter: Radim Vansa
Currently, when some entries are lost due to multiple node crash, the application
executing requests against infinispan cache is not notified in any way - it just gets null
response for subsequent requests for the lost entries.
IMO there should be at least an option to get exception if the cache gets corrupted in
this way, so that the application will not produce further inconsistent data.