fix:load task in snode
This commit is contained in:
parent
8a05bad899
commit
6a44bd54ac
|
@ -123,6 +123,10 @@ SSnode *sndOpen(const char *path, const SSnodeOpt *pOption) {
|
|||
goto FAIL;
|
||||
}
|
||||
|
||||
if (streamMetaLoadAllTasks(pSnode->pMeta) < 0) {
|
||||
goto FAIL;
|
||||
}
|
||||
|
||||
stopRsync();
|
||||
startRsync();
|
||||
|
||||
|
|
Loading…
Reference in New Issue