Hey, can this change be included into the repo? 

https://github.com/memcached/memcached/pull/996

Also have a change made which we're using in the company for like 10 years 
which will traverse given slab using dirty reads and then remove all 
expired items (using proper locking so the data is read, then re-read using 
proper lock facilities if anything is found to be expired). This will add 
another command to memcached (plus more stats which will tell the user how 
many items were removed using normal memcached facilities and how many 
items were removed using this "manual" cleanup)

Is that something which you'd include? Added that a long time ago so 
probably need to make some changes for it to be compatible with slab 
rebalancer. Any locks i need to hold during a read so the memory isn't 
reclaimed by slab rebalance during read?

Thanks

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/memcached/5cf00ea8-c92a-4cb2-8e1c-1b1e2e64c6cen%40googlegroups.com.

Reply via email to