EricJoy2048 commented on code in PR #5450:
URL: https://github.com/apache/seatunnel/pull/5450#discussion_r1360061731
##########
seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/java/org/apache/seatunnel/engine/e2e/ClusterFaultToleranceIT.java:
##########
@@ -840,15 +840,15 @@ public void testStreamJobRestoreInAllNodeDown()
node1.shutdown();
node2.shutdown();
- log.info(
+ System.out.println(
Review Comment:
> Any reason for change this?
`sysout` is easier to read than log. And the log level is warn default. This
information is very important and can better help us locate the problem when CI
reports an error.
##########
pom.xml:
##########
@@ -730,6 +730,8 @@
<encoding>UTF-8</encoding>
</configuration>
</plugin>
+ <!-- disable spotless check during release -->
Review Comment:
done
--
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]