forked from TrueCloudLab/frostfs-node
518f375dfd
ttlNetCache should evict records after TTL duration. However if data is often accessed and there are no LRU eviction (cache used with small number of keys), then data will not be evicted ever. This is a invalid behaviour for mutable data such as eACL. Solution is to not update access time on every get, so the data will be guarantee evicted after TTL duration. Signed-off-by: Alex Vanin <alexey@nspcc.ru> |
||
---|---|---|
.. | ||
accounting.go | ||
attributes.go | ||
cache.go | ||
config.go | ||
container.go | ||
control.go | ||
grpc.go | ||
main.go | ||
metrics.go | ||
morph.go | ||
netmap.go | ||
object.go | ||
pprof.go | ||
session.go | ||
worker.go |