提交 000e39aa 编写于 作者: H Haojun Liao

fix(stream): add one more check.

上级 af80d94a
...@@ -2197,7 +2197,7 @@ static int32_t mndProcessNodeCheckReq(SRpcMsg *pMsg) { ...@@ -2197,7 +2197,7 @@ static int32_t mndProcessNodeCheckReq(SRpcMsg *pMsg) {
taosHashCleanup(changeInfo.pDBMap); taosHashCleanup(changeInfo.pDBMap);
// keep the new vnode snapshot // keep the new vnode snapshot
if (code == TSDB_CODE_SUCCESS) { if (code == TSDB_CODE_SUCCESS || code == TSDB_CODE_ACTION_IN_PROGRESS) {
taosArrayDestroy(execNodeList.pNodeEntryList); taosArrayDestroy(execNodeList.pNodeEntryList);
execNodeList.pNodeEntryList = pNodeSnapshot; execNodeList.pNodeEntryList = pNodeSnapshot;
execNodeList.ts = ts; execNodeList.ts = ts;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册