From c11edd523dc6ee8f56387fbc0ac6a9a0b37a759f Mon Sep 17 00:00:00 2001 From: slzhou Date: Thu, 21 Apr 2022 13:38:05 +0800 Subject: [PATCH] find the reason of uv_barrier_destory core dump --- source/dnode/mgmt/implement/src/dmHandle.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/dnode/mgmt/implement/src/dmHandle.c b/source/dnode/mgmt/implement/src/dmHandle.c index df1ab79b99..0ebdeccc06 100644 --- a/source/dnode/mgmt/implement/src/dmHandle.c +++ b/source/dnode/mgmt/implement/src/dmHandle.c @@ -291,6 +291,7 @@ int32_t dmStartUdfd(SDnode *pDnode) { } int32_t dmStopUdfd(SDnode *pDnode) { + dInfo("dnode-mgmt to stop udfd. spawn err: %d", pDnode->data.udfdErrCode); SDnodeData *pData = &pDnode->data; if (pData->udfdErrCode != 0) { return 0;