提交 63bfb3a2 编写于 作者: L lihui

[#issue-1057 TBASE-1433]

上级 1fecbbfa
......@@ -488,6 +488,7 @@ int mgmtSendCfgDnodeMsg(char *cont) {
return code;
}
#ifdef CLUSTER
pStart = taosBuildReqMsg(pDnode->thandle, TSDB_MSG_TYPE_CFG_PNODE);
if (pStart == NULL) return TSDB_CODE_NODE_OFFLINE;
pMsg = pStart;
......@@ -497,6 +498,8 @@ int mgmtSendCfgDnodeMsg(char *cont) {
msgLen = pMsg - pStart;
taosSendMsgToDnode(pDnode, pStart, msgLen);
#else
(void)tsCfgDynamicOptions(pCfg->config);
#endif
return 0;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册