xxubai commented on code in PR #3639:
URL: https://github.com/apache/amoro/pull/3639#discussion_r2176297333
##########
amoro-ams/src/main/java/org/apache/amoro/server/DefaultOptimizingService.java:
##########
@@ -241,10 +241,11 @@ public void ackTask(String authToken, int threadId,
OptimizingTaskId taskId) {
@Override
public void completeTask(String authToken, OptimizingTaskResult taskResult) {
LOG.info(
- "Optimizer {} (threadId {}) complete task {}",
+ "Optimizer {} (threadId {}) complete task {}, result: {}",
Review Comment:
The `taskOutput` in the taskResult is unreadable. Can we simplify the result
information?
##########
amoro-optimizer/amoro-optimizer-common/src/main/java/org/apache/amoro/optimizer/common/OptimizerExecutor.java:
##########
@@ -112,9 +132,10 @@ protected void completeTask(OptimizingTaskResult
optimizingTaskResult) {
return null;
});
LOG.info(
- "Optimizer executor[{}] completed task[{}] to ams",
+ "Optimizer executor[{}] completed task[{}] to ams, taskResult: {}",
Review Comment:
Same above
--
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]