зеркало из https://github.com/github/vitess-gh.git
rowcache: bug fix on closing of CachePool
This commit is contained in:
Родитель
4ec7191503
Коммит
b00275025a
|
@ -134,6 +134,9 @@ func (cp *CachePool) startMemcache() {
|
|||
}
|
||||
|
||||
func (cp *CachePool) Close() {
|
||||
if cp.pool == nil {
|
||||
return
|
||||
}
|
||||
cp.pool.Close()
|
||||
cp.cmd.Process.Kill()
|
||||
cp.pool = nil
|
||||
|
|
Загрузка…
Ссылка в новой задаче