Fix lock rpc server maintenance loop go-routine leak (#5423)
The problem was after the globalServiceDoneCh receives a message, we cleanly stop the ticker as expected. But the go-routine where the `select` loop is running is never returned from. The stage at which point this may occur i.e server is being restarted, doesn't seriously affect servers usage. But any build up like this on server has consequences as the new functionality would come in future.master
parent
1c3f55ff64
commit
b6e4f053a3
Loading…
Reference in new issue