liugddx commented on code in PR #4764:
URL:
https://github.com/apache/incubator-seatunnel/pull/4764#discussion_r1197245188
##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/task/flow/SourceFlowLifeCycle.java:
##########
@@ -177,7 +177,7 @@ public void requestSplit() {
enumeratorTaskAddress)
.get();
} catch (InterruptedException | ExecutionException e) {
- log.warn("source request split failed [{}]", e);
+ log.warn("source request split failed.", e);
Review Comment:
> Why change it?
Exceptions will not be spliced into {}, this usage is wrong,
--
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]