You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "hailin0 (via GitHub)" <gi...@apache.org> on 2023/04/06 09:46:20 UTC

[GitHub] [incubator-seatunnel] hailin0 commented on issue #4508: [Bug] [Clickhouse Sink] streaming mode, checkpoint cannot trigger data writing

hailin0 commented on issue #4508:
URL: https://github.com/apache/incubator-seatunnel/issues/4508#issuecomment-1498781762

   bug loaction
   https://github.com/apache/incubator-seatunnel/blob/dev/seatunnel-connectors-v2/connector-clickhouse/src/main/java/org/apache/seatunnel/connectors/seatunnel/clickhouse/sink/client/ClickhouseSinkWriter.java#L93
   
   missing call
   ```java
   flush(clickHouseStatement);
   sizeHolder.setValue(0);
   ```


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org