We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34680f commit 4aa4c16Copy full SHA for 4aa4c16
src/replica/bulk_load/replica_bulk_loader.cpp
@@ -596,12 +596,12 @@ void replica_bulk_loader::download_sst_file(
596
return;
597
}
598
// download file succeed, update progress
599
- download_file_metas.pop_back();
600
update_bulk_load_download_progress(f_size, f_meta.name);
601
METRIC_VAR_INCREMENT(bulk_load_download_file_successful_count);
602
METRIC_VAR_INCREMENT_BY(bulk_load_download_file_bytes, f_size);
603
604
// download next file
+ download_file_metas.pop_back();
605
if (!download_file_metas.empty()) {
606
_download_files_task[download_file_metas.back().name] = tasking::enqueue(
607
LPC_BACKGROUND_BULK_LOAD,
0 commit comments