Insert bool set

This commit is contained in:
Dominik Werder
2023-01-27 15:43:09 +01:00
parent 28954e5c0d
commit 962dfe570e
15 changed files with 646 additions and 357 deletions

View File

@@ -273,7 +273,7 @@ pub async fn spawn_scylla_insert_workers(
ingest_commons
.insert_workers_running
.fetch_sub(1, atomic::Ordering::AcqRel);
info!("insert worker {worker_ix} has no more messages");
trace!("insert worker {worker_ix} done");
};
let jh = tokio::spawn(fut);
jhs.push(jh);