update logs
This commit is contained in:
parent
683c4d5870
commit
b5fa8bf617
|
@ -241,7 +241,7 @@ void *tsdbFreeFS(STsdbFS *pfs) {
|
||||||
static int tsdbProcessExpiredFS(STsdbRepo *pRepo) {
|
static int tsdbProcessExpiredFS(STsdbRepo *pRepo) {
|
||||||
tsdbStartFSTxn(pRepo, 0, 0);
|
tsdbStartFSTxn(pRepo, 0, 0);
|
||||||
if (tsdbCreateMeta(pRepo) < 0) {
|
if (tsdbCreateMeta(pRepo) < 0) {
|
||||||
tsdbError("vgId:%d failed to apply rtn since %s", REPO_ID(pRepo), tstrerror(terrno));
|
tsdbError("vgId:%d failed to create meta since %s", REPO_ID(pRepo), tstrerror(terrno));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue