mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 01:50:57 -05:00
Log full transfer info on aborting a shard transfer (#8345)
This commit is contained in:
@@ -313,7 +313,7 @@ impl Collection {
|
||||
) -> CollectionResult<()> {
|
||||
// TODO: Ensure cancel safety!
|
||||
let transfer_key = transfer.key();
|
||||
log::debug!("Aborting shard transfer {transfer_key:?}");
|
||||
log::debug!("Aborting shard transfer {transfer:?}");
|
||||
|
||||
let _transfer_result = self
|
||||
.transfer_tasks
|
||||
|
||||
Reference in New Issue
Block a user