Questions about slabs rebalance thread

2021-05-07 Thread Wenxin Zheng
It seems that in 'slabs.c', slab_rebalance_thread will be created only once. Which variables are required to be protected by lock ` slabs_rebalance_lock` ? -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and st

Re: Questions about slabs rebalance thread

2021-05-07 Thread dormando
Hey, There are user commands which can optionally control the slab rebalancer, so the lock is mostly for that interaction from worker threads. The restart system also needs to stop the thread gracefully. On Fri, 7 May 2021, Wenxin Zheng wrote: > It seems that in 'slabs.c', slab_rebalance_thread

Re: Questions about slabs rebalance thread

2021-05-07 Thread Wenxin Zheng
Oh I see it. Thanks a lot!! On Saturday, May 8, 2021 at 3:09:07 AM UTC+8 Dormando wrote: > Hey, > > There are user commands which can optionally control the slab rebalancer, > so the lock is mostly for that interaction from worker threads. The > restart system also needs to stop the thread gracef

Re: Plan for WarmStart with Extstore support,and what is the progress now

2021-05-07 Thread Eric Zhang
Hello. Will warmstart with extstore support be released this moth? 在2021年4月7日星期三 UTC+8 下午4:11:22 写道: > I don't remember what needed to be done at this point. I'll check possibly > next week; I have a large change that I'm in the middle of working on and > need to finish first. > > fwiw 'next' bra