Skip to content

Commit fe92a79

Browse files
rock-gitchuandew
authored andcommitted
[feat][mdsv2] Support restore meta.
1 parent 35a262d commit fe92a79

File tree

10 files changed

+452
-60
lines changed

10 files changed

+452
-60
lines changed

proto

Submodule proto updated from d340b5c to c84e1e4

src/mdsv2/background/gc.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,15 +299,15 @@ Status GcProcessor::LaunchGc() {
299299

300300
bool GcProcessor::Execute(TaskRunnablePtr task) {
301301
if (!worker_set_->ExecuteLeastQueue(task)) {
302-
DINGO_LOG(ERROR) << "[gc] execute compact task fail.";
302+
DINGO_LOG(ERROR) << "[gc] execute task fail.";
303303
return false;
304304
}
305305
return true;
306306
}
307307

308308
bool GcProcessor::Execute(Ino ino, TaskRunnablePtr task) {
309309
if (!worker_set_->ExecuteHash(ino, task)) {
310-
DINGO_LOG(ERROR) << "[gc] execute compact task fail.";
310+
DINGO_LOG(ERROR) << "[gc] execute task fail.";
311311
return false;
312312
}
313313
return true;

0 commit comments

Comments
 (0)