CodeCooker17 commented on code in PR #117: URL: https://github.com/apache/doris-spark-connector/pull/117#discussion_r1318270927
########## spark-doris-connector/src/main/java/org/apache/doris/spark/cfg/ConfigurationOptions.java: ########## @@ -90,6 +90,16 @@ public interface ConfigurationOptions { int DORIS_SINK_BATCH_INTERVAL_MS_DEFAULT = 50; + String DORIS_SINK_MAX_BLOCKING_TIMES = "doris.sink.max.blocking.times"; Review Comment: 'sink.max-retries' is to specify the maximum number of retries for other exceptions, and 'doris.sink.max.blocking.times' is to specify the maximum number of retries when 'doris.sink.block.trigger.keys' appears, Often in order to ensure the success of data import, 'doris.sink.max.blocking.times' is usually set larger -- 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