Skip to content

Commit

Permalink
init (#4049)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZhou5042 authored and btovar committed Feb 6, 2025
1 parent ac34e9e commit a3b5e29
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 @@ -981,7 +981,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 a3b5e29

Please sign in to comment.