fix stream backend convert
This commit is contained in:
parent
ccc74ef558
commit
286413abbb
|
@ -425,6 +425,7 @@ int32_t rebuildDirFromChkp2(const char* path, char* key, int64_t chkpId, char**
|
|||
code = taosMkDir(defaultPath);
|
||||
}
|
||||
}
|
||||
taosMemoryFree(chkpPath);
|
||||
|
||||
*dbPath = defaultPath;
|
||||
*dbPrefixPath = prefixPath;
|
||||
|
|
|
@ -243,7 +243,7 @@ int32_t streamMetaMayCvtDbFormat(SStreamMeta* pMeta) {
|
|||
int32_t streamTaskSetDb(SStreamMeta* pMeta, void* arg, char* key) {
|
||||
SStreamTask* pTask = arg;
|
||||
|
||||
int64_t chkpId = pTask->chkInfo.checkpointingId;
|
||||
int64_t chkpId = pTask->chkInfo.checkpointId;
|
||||
|
||||
taosThreadMutexLock(&pMeta->backendMutex);
|
||||
void** ppBackend = taosHashGet(pMeta->pTaskDbUnique, key, strlen(key));
|
||||
|
|
Loading…
Reference in New Issue