fix tmp file background gc issue, after tenant being dropped

This commit is contained in:
obdev
2021-07-19 14:42:14 +08:00
committed by wangzelin.wzl
parent 4770dbcdcb
commit ee48dc4c29
6 changed files with 63 additions and 12 deletions

View File

@ -118,7 +118,7 @@ private:
ServerPGMap& server_pg_map, PGOfflineIlogFlushedInfoMap& pg_offline_ilog_flushed_info_map);
int handle_pg_offline_ilog_flushed_info_map_(PGOfflineIlogFlushedInfoMap& pg_offline_ilog_flushed_info_map);
int execute_gc_tenant_tmp_file_(TenantSet& gc_tenant_set);
int execute_gc_tenant_tmp_file_();
bool check_gc_condition_() const;
private: