提交 cc9860ac 编写于 作者: H Hongze Cheng

more

上级 87291a5e
...@@ -1217,7 +1217,7 @@ static void tsdbScanAndTryFixDFilesHeader(STsdbRepo *pRepo) { ...@@ -1217,7 +1217,7 @@ static void tsdbScanAndTryFixDFilesHeader(STsdbRepo *pRepo) {
tsdbDebug("vgId:%d scan DFileSet %d header", REPO_ID(pRepo), fset.fid); tsdbDebug("vgId:%d scan DFileSet %d header", REPO_ID(pRepo), fset.fid);
if (tsdbOpenDFileSet(&fset, O_RDONLY) < 0) { if (tsdbOpenDFileSet(&fset, O_RDWR) < 0) {
tsdbError("vgId:%d failed to open DFileSet %d since %s, continue", REPO_ID(pRepo), fset.fid, tstrerror(terrno)); tsdbError("vgId:%d failed to open DFileSet %d since %s, continue", REPO_ID(pRepo), fset.fid, tstrerror(terrno));
continue; continue;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册