restore no change file
This commit is contained in:
parent
a1d8119aac
commit
e14c3fc7a5
|
@ -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));
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue