TD-353
This commit is contained in:
parent
76b7e3c815
commit
40b48c8980
|
@ -148,6 +148,8 @@ void tsdbCloseRepo(TSDB_REPO_T *repo, int toCommit) {
|
||||||
if (toCommit) {
|
if (toCommit) {
|
||||||
tsdbAsyncCommit(pRepo);
|
tsdbAsyncCommit(pRepo);
|
||||||
if (pRepo->commit) pthread_join(pRepo->commitThread, NULL);
|
if (pRepo->commit) pthread_join(pRepo->commitThread, NULL);
|
||||||
|
} else {
|
||||||
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
tsdbCloseFileH(pRepo);
|
tsdbCloseFileH(pRepo);
|
||||||
|
|
Loading…
Reference in New Issue