20220422 03:39:21.680601Z 36690 FATAL EventLoop::abortNotInLoopThread - EventLoop 0x7FFF527C7268 was created in threadId_ = 24, current thread id = 36690 - EventLoop.cc:287
这部分代码,loop报错
void CthriftSvr::serve() {
if (g_cthrift_config.server_register_) {
RegSvr();
}
event_loop_.loop();
}
20220422 03:39:21.680601Z 36690 FATAL EventLoop::abortNotInLoopThread - EventLoop 0x7FFF527C7268 was created in threadId_ = 24, current thread id = 36690 - EventLoop.cc:287
这部分代码,loop报错
void CthriftSvr::serve() {
if (g_cthrift_config.server_register_) {
RegSvr();
}
event_loop_.loop();
}