fix(stream): add some comments.

This commit is contained in:
Haojun Liao 2024-03-26 23:28:20 +08:00
parent 3c7fe5fd01
commit f3c306d582
1 changed files with 2 additions and 0 deletions

View File

@ -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