HeyChiang commented on issue #442: URL: https://github.com/apache/doris-flink-connector/issues/442#issuecomment-2247094059
> Is checkpoint enabled for the flink job? Yes. Here is the Flink command I'm usingļ¼ ```bash bin/flink run \ -Dexecution.checkpointing.interval=2min \ -Dexecution.checkpointing.timeout=60min \ -Dexecution.checkpointing.tolerable-failed-checkpoints=3 \ -Dparallelism.default=3 \ -c org.apache.doris.flink.tools.cdc.CdcTools \ lib/flink-doris-connector-1.19-1.6.2.jar \ oracle-sync-database \ --database djwkerp \ --oracle-conf hostname=192.168.191.210 \ --oracle-conf port=1521 \ --oracle-conf username=cdc_sync_user \ --oracle-conf password="xxxxxxxxxx" \ --oracle-conf database-name=data \ --oracle-conf schema-name=DJWKERP \ --including-tables "NGPCS_ALL_PRICE|GPCS_PLACEPOINT|PUB_EMPLOYEE|BMS_BATCH_DEF|BMS_LOT_DEF|BMS_STORER_POS|GRESA_SA_DOC|GRESA_SA_DTL|GPCS_INSIDER|BMS_ST_IO_DOC|BMS_ST_IO_DTL|GPCS_PLACEPOINT_CLASS|GPCS_PLACEPOINT_CLASS_DTL|PUB_GOODS_CLASS|PUB_GOODS_CLASS_DTL|BMS_SU_SET_DOC|BMS_SU_SET_DTL|PUB_GOODS|PUB_FACTORY|PUB_BRAND|NP_EFILES_OP_FILE" \ --sink-conf fenodes=192.168.191.93:8030 \ --sink-conf username=cdc_sync_user \ --sink-conf password="xxxxxxxxxx" \ --sink-conf jdbc-url=jdbc:mysql://192.168.191.93:9030?allowPublicKeyRetrieval=true \ --sink-conf sink.label-prefix=label \ --table-conf replication_num=3 ``` -- 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-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org