提交 f9373e2d 编写于 作者: D DorianZheng 提交者: Facebook Github Bot

Make sure to call ReleaseFileNumberFromPendingOutputs

Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/4219

Differential Revision: D9144294

Pulled By: riversand963

fbshipit-source-id: e46b72e5f8a149dc7a0512e38edcd0ddb0150f30
上级 9dbf3939
......@@ -2937,6 +2937,8 @@ Status DBImpl::IngestExternalFile(
}
dummy_sv_ctx.Clean();
if (!status.ok()) {
InstrumentedMutexLock l(&mutex_);
ReleaseFileNumberFromPendingOutputs(pending_output_elem);
return status;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册