sstables_loader: use named gate
Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user