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;
|
goto FAIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (streamMetaLoadAllTasks(pSnode->pMeta) < 0) {
|
||||||
|
goto FAIL;
|
||||||
|
}
|
||||||
|
|
||||||
stopRsync();
|
stopRsync();
|
||||||
startRsync();
|
startRsync();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue