Skip to content

Commit

Permalink
shorten delete_splits_marked_for_deletion log (#5395)
Browse files Browse the repository at this point in the history
Co-authored-by: Remi Dettai <[email protected]>
  • Loading branch information
trinity-1686a and rdettai authored Sep 6, 2024
1 parent fb21b03 commit 79acfe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ pub async fn run_garbage_collect(
)
.await
}
#[instrument(skip(storages, metastore, progress_opt))]
#[instrument(skip(index_uids, storages, metastore, progress_opt), fields(num_indexes=%index_uids.len()))]
/// Removes any splits marked for deletion which haven't been
/// updated after `updated_before_timestamp` in batches of 1000 splits.
///
Expand Down

0 comments on commit 79acfe4

Please sign in to comment.