Fix total count in replicate points progress tracker (#7857)

* Fix total count in replicate points progress tracker

* clippy
This commit is contained in:
Kumar Shivendu
2026-01-06 00:57:25 +05:30
committed by GitHub
parent 9c5cec1b87
commit f00a69df4b

View File

@@ -84,7 +84,7 @@ pub(super) async fn transfer_stream_records(
};
replica_set
.proxify_local(remote_shard.clone(), None, filter)
.proxify_local(remote_shard.clone(), None, filter.clone())
.await?;
// Don't increment hardware usage for internal operations
@@ -92,7 +92,7 @@ pub(super) async fn transfer_stream_records(
let Some(count_result) = replica_set
.count_local(
Arc::new(CountRequestInternal {
filter: None,
filter,
exact: false,
}),
None, // no timeout