sstables_loader: use named gate

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
This commit is contained in:
Benny Halevy
2025-03-17 17:15:34 +02:00
parent e1fe82ed33
commit 7969293dcf

View File

@@ -681,7 +681,7 @@ future<> sstables_loader::download_task_impl::run() {
});
llog.debug("Streaming sstables from {}({}/{})", _endpoint, _bucket, _prefix);
std::exception_ptr ex;
gate g;
named_gate g("sstables_loader::download_task_impl");
try {
_as.check();