提交 adadbb96 编写于 作者: A Alex Duan

test: add thread name

上级 33bda8c3
......@@ -163,6 +163,7 @@ void dnodeFreeVWriteQueue(void *pWqueue) {
}
void* waitingResultThread(void* param) {
setThreadName("waitDeleteResult");
SVWriteMsg* pWrite = (SVWriteMsg* )param;
// wait request deal finished
dInfo(":SDEL pVnode:%p start wait commit pWrite=%p", pWrite->pVnode, pWrite);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册