Mrhs121 commented on code in PR #10069:
URL: https://github.com/apache/seatunnel/pull/10069#discussion_r2529367400


##########
seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/sink/writer/RecordBuffer.java:
##########
@@ -85,6 +85,7 @@ public void stopBufferData() throws IOException {
             if (!isEmpty) {
                 ByteBuffer byteBuffer = null;
                 while (byteBuffer == null) {
+                    log.info("stopping buffer data...");

Review Comment:
   > Would it be better to adjust the log level to debug level ?
   
   Thank you for your review. This pr is only used to reproduce the problem and 
does not need to be merged. This log is written for the convenience of 
observation, as shown in the GitHub CI logs below, the process is stuck in a 
loop and continuously print this log.
   
   FYI, this problem can only be reproduced under certain conditions. I also 
spent quite a lot of time creating this test case. If you are interested, you 
can try running it locally.
   <img width="1549" height="927" alt="截屏2025-11-15 09 22 44" 
src="https://github.com/user-attachments/assets/bdca673b-472a-4f11-a946-f63a615bd6c8";
 />
   
   



-- 
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]

Reply via email to