Copilot commented on code in PR #50143:
URL: https://github.com/apache/doris/pull/50143#discussion_r2144148107
##########
be/src/agent/task_worker_pool.cpp:
##########
@@ -1529,6 +1534,12 @@ void push_storage_policy_callback(StorageEngine& engine,
const TAgentTaskRequest
}
}
+void push_index_policy_callback(const TAgentTaskRequest& req) {
Review Comment:
Consider adding error handling or logging within push_index_policy_callback
to provide feedback in case applying index policy changes fails, ensuring
consistency with similar callbacks in the module.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]