Skip to content

Commit

Permalink
#tf-data-service Reduce error log frequency for the auto scaler.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 620970421
  • Loading branch information
yangustc07 authored and tensorflower-gardener committed Apr 1, 2024
1 parent 80b08b8 commit 018f460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/core/data/service/dispatcher_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ void DataServiceDispatcherImpl::ReportProcessingTimesFromActiveTasks(
task->iteration->iteration_id, worker_address,
absl::Nanoseconds(processing_time_nsec));
if (!auto_scaler_status.ok()) {
LOG_EVERY_N(WARNING, 20)
LOG_EVERY_N_SEC(WARNING, 300)
<< "Failed to report processing time for Iteration "
<< task->iteration->iteration_id << " and worker address "
<< worker_address
Expand Down

0 comments on commit 018f460

Please sign in to comment.