find the reason of uv_barrier_destory core dump
This commit is contained in:
parent
a018c70117
commit
c11edd523d
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue