metaget

2018-02-13 Thread theonajim via memcached
We potentially have a need for fetching remaining time left before a key expires from memcached. I see that mcrouter's metaget function could meet our needs, but it is not implemented in open source memcached. Are there plans to add metaget function to open source memcached? -- --- You

Extstore

2020-02-10 Thread 'theonajim' via memcached
For extstore feature, are there guidelines on size to allocate for extstore file? For example, if the drive has 500 GB capacity, do we allocate all 500 GB, 250 GB (50%) or something like 70% to 90% of drive capacity? Does extstore compaction require free space to re-write the extstore file? Is

slab_reassign_evictions_nomem

2020-08-27 Thread 'theonajim' via memcached
We are using version 1.6.6 of memcached with extstore enabled and we are observing records being evicted but evictions stat reports 0. slab_reassign_evictions_nomem stat does show items being evicted. How do we avoid losing records due to slab_reassign_evictions_nomem ? Also, is there a reason