gosonzhang commented on code in PR #5552:
URL: https://github.com/apache/inlong/pull/5552#discussion_r946288809
##########
inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/sink/TubeSink.java:
##########
@@ -338,8 +385,9 @@ public void run() {
}
}
if (LOG_SINK_TASK_PRINTER.shouldPrint()) {
- logger.error("Sink task fail to send the message,
finished =" + sendFinished
- + ",sink.name=" +
Thread.currentThread().getName()
+ logger.error("Sink task fail to send the message,
finished ="
+ + bChangedInflightValue + ",sink.name="
+ + Thread.currentThread().getName()
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]