Skip to content

Commit

Permalink
Fix propagating ingest level (#393)
Browse files Browse the repository at this point in the history
 

Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
  • Loading branch information
v01dstar authored Oct 21, 2024
1 parent e623d2e commit 42687d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/db_impl/db_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6458,6 +6458,7 @@ void DBImpl::NotifyOnExternalFileIngested(
info.internal_file_path = f.internal_file_path;
info.global_seqno = f.assigned_seqno;
info.table_properties = f.table_properties;
info.picked_level = f.picked_level;
for (auto listener : immutable_db_options_.listeners) {
listener->OnExternalFileIngested(this, info);
}
Expand Down

0 comments on commit 42687d1

Please sign in to comment.