Skip to content

Commit

Permalink
init (#4049)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZhou5042 authored Jan 31, 2025
1 parent 04724ee commit 9e0e60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskvine/src/manager/vine_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9e0e60a

Please sign in to comment.