fix(stream): enable the hb to mnode for stream meta when it becomes the leader.
This commit is contained in:
parent
dcbe963d32
commit
9294c8d4ee
|
@ -1287,7 +1287,7 @@ void streamMetaStartHb(SStreamMeta* pMeta) {
|
|||
int64_t* pRid = taosMemoryMalloc(sizeof(int64_t));
|
||||
metaRefMgtAdd(pMeta->vgId, pRid);
|
||||
*pRid = pMeta->rid;
|
||||
// metaHbToMnode(pRid, NULL);
|
||||
metaHbToMnode(pRid, NULL);
|
||||
}
|
||||
|
||||
void streamMetaResetStartInfo(STaskStartInfo* pStartInfo) {
|
||||
|
|
Loading…
Reference in New Issue