ruanwenjun commented on code in PR #5683:
URL: https://github.com/apache/seatunnel/pull/5683#discussion_r1371009888
##########
seatunnel-connectors-v2/connector-common/src/main/java/org/apache/seatunnel/connectors/seatunnel/common/multitablesink/MultiTableSinkWriter.java:
##########
@@ -243,4 +247,17 @@ public void close() throws IOException {
throw new RuntimeException(firstE);
}
}
+
+ private void checkQueueRemain() {
Review Comment:
I worry if there exist some exception make the MultiTableWriterRunnable
exist, then the blockingQueue will not empty, so the loop cannot exist.
--
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]