caching - Infinispan SingleFileStore Fragmentation issue is resolved in Infinispan version 7 or not? -


i using singlefilestore cache, cache file size keep growing not matter if entries removed cache. after research have came across same issues reported

  • issues.jboss.org/browse/ispn-3894

  • issues.jboss.org/browse/ispn-3877

please append http:// before above links not allowing me post question due low reputation.

these issues marked fixed in infinspan version 7.0.0.alpha4. when see documentation of infinispan 7.1.x singlefilestore here

its still stating that

in use cases, cache store suffers fragmentation: if store larger , larger values, space not reused , instead entry appended @ end of file. space (now empty) reused if write entry can fit there. also, when remove entries cache, file won’t shrink, , neither de-fragmented.

not sure if documentation not updated , migrating infinispan 6.x 7.x or not.

commits ispn-3894 , ispn-3877 in 7.1.0.final release , later ones, documentation wasn't updated when fixes got in.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -