restore no change file

This commit is contained in:
AlexDuan 2021-08-24 14:23:52 +08:00
parent a1d8119aac
commit e14c3fc7a5
2 changed files with 0 additions and 2 deletions

View File

@ -702,7 +702,6 @@ static void tsdbEndCommit(STsdbRepo *pRepo, int eno) {
(void)tsdbLockRepo(pRepo);
pRepo->imem = NULL;
(void)tsdbUnlockRepo(pRepo);
//save commited time
tsdbUnRefMemTable(pRepo, pIMem);
tsem_post(&(pRepo->readyToCommit));
}

View File

@ -178,4 +178,3 @@ void vnodeConfirmForward(void *vparam, uint64_t version, int32_t code, bool forc
SVnodeObj *pVnode = vparam;
syncConfirmForward(pVnode->sync, version, code, force);
}