ehcache / ehcache3

Ehcache 3.x line
http://www.ehcache.org
Apache License 2.0
2.02k stars 581 forks source link

issue-628 Handled failures which might occur during write-behind #3127

Closed heyhiren closed 1 year ago

heyhiren commented 1 year ago

Handle the failure which may occur during following write-behind scenarios and removed failed entries from cache.

jhouserizer commented 1 year ago

Failing tests need investigated

heyhiren commented 1 year ago

Since dead lock was happening in earlier solution for batching write-behind, changed to place to run the cleanup for failures.

heyhiren commented 1 year ago

Re-based with master