From 69744016f9819612693c54babef8aa8ba6c50496 Mon Sep 17 00:00:00 2001 From: JinZhou5042 Date: Thu, 30 Jan 2025 16:58:25 -0500 Subject: [PATCH] init --- taskvine/src/manager/vine_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskvine/src/manager/vine_manager.c b/taskvine/src/manager/vine_manager.c index c65484fb6c..77a55a9e88 100644 --- a/taskvine/src/manager/vine_manager.c +++ b/taskvine/src/manager/vine_manager.c @@ -993,7 +993,7 @@ static int consider_tempfile_replications(struct vine_manager *q) continue; } - debug(D_VINE, "Found %d workers holding %s, %d replicas needed", nsources, f->cached_name, to_find); + // debug(D_VINE, "Found %d workers holding %s, %d replicas needed", nsources, f->cached_name, to_find); int round_replication_request_sent = vine_file_replica_table_replicate(q, f, sources, to_find); total_replication_request_sent += round_replication_request_sent;