find the reason of uv_barrier_destory core dump

This commit is contained in:
slzhou 2022-04-21 13:38:05 +08:00
parent a018c70117
commit c11edd523d
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ int32_t dmStartUdfd(SDnode *pDnode) {
} }
int32_t dmStopUdfd(SDnode *pDnode) { int32_t dmStopUdfd(SDnode *pDnode) {
dInfo("dnode-mgmt to stop udfd. spawn err: %d", pDnode->data.udfdErrCode);
SDnodeData *pData = &pDnode->data; SDnodeData *pData = &pDnode->data;
if (pData->udfdErrCode != 0) { if (pData->udfdErrCode != 0) {
return 0; return 0;