fix(stream): add some comments.
This commit is contained in:
parent
3c7fe5fd01
commit
f3c306d582
|
@ -2194,6 +2194,8 @@ int32_t mndProcessStreamReqCheckpoint(SRpcMsg *pReq) {
|
||||||
mndReleaseStream(pMnode, pStream);
|
mndReleaseStream(pMnode, pStream);
|
||||||
} else {
|
} else {
|
||||||
// todo: wait for the create stream trans completed, and launch the checkpoint trans
|
// todo: wait for the create stream trans completed, and launch the checkpoint trans
|
||||||
|
// SStreamObj *pStream = mndGetStreamObj(pMnode, req.streamId);
|
||||||
|
// sleep(500ms)
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove this entry
|
// remove this entry
|
||||||
|
|
Loading…
Reference in New Issue