qingwli commented on code in PR #14722:
URL:
https://github.com/apache/dolphinscheduler/pull/14722#discussion_r1287869313
##########
dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/k8s/impl/K8sTaskExecutor.java:
##########
@@ -290,7 +294,7 @@ public TaskResponse run(String k8sParameterStr) throws
Exception {
// Wait kubernetes pod log collection finished
podLogOutputFuture.get();
} catch (ExecutionException e) {
- log.error("Handle pod log error", e);
Review Comment:
Whether if we print exceptions in the log better?
--
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]