Skip to content

Commit

Permalink
[native] Make a noisy log VLOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkdutta authored and xiaoxmeng committed Jan 1, 2025
1 parent 51806b4 commit 08cf9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-native-execution/presto_cpp/main/TaskManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ std::unique_ptr<TaskInfo> TaskManager::createOrUpdateTaskImpl(
if (outputBuffers.type != protocol::BufferType::PARTITIONED &&
!execTask->updateOutputBuffers(
outputBuffers.buffers.size(), outputBuffers.noMoreBufferIds)) {
LOG(WARNING) << "Failed to update output buffers for task: " << taskId;
VLOG(1) << "Failed to update output buffers for task: " << taskId;
}

for (const auto& source : sources) {
Expand Down

0 comments on commit 08cf9bb

Please sign in to comment.