Commit 73221d42 authored by Connor's avatar Connor Committed by pingcap-github-bot

change gc to GC (#100)

parent af4cd023
...@@ -1012,7 +1012,7 @@ void TitanDBImpl::OnFlushCompleted(const FlushJobInfo& flush_job_info) { ...@@ -1012,7 +1012,7 @@ void TitanDBImpl::OnFlushCompleted(const FlushJobInfo& flush_job_info) {
} }
for (const auto& file_number : outputs) { for (const auto& file_number : outputs) {
auto file = blob_storage->FindFile(file_number).lock(); auto file = blob_storage->FindFile(file_number).lock();
// This file maybe output of a gc job, and it's been gced out. // This file maybe output of a gc job, and it's been GCed out.
if (!file) { if (!file) {
continue; continue;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment