reaperall时进入exitpostmaster导致core

This commit is contained in:
mujinqiang 2021-08-04 10:05:50 +08:00 committed by cchen676
parent 17198aede1
commit f9ccb7f333
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ void ThreadPoolListener::ReaperAllSession()
(errmsg("No thread pool worker left while waiting for session close. "
"This is a very rare case when all thread pool workers happen to"
" encounter FATAL problems before session close.")));
ExitPostmaster(1);
abort();
}
elem = m_idleSessionList->RemoveHead();