JNSimba opened a new pull request, #697:
URL: https://github.com/apache/doris-flink-connector/pull/697

   # Proposed changes
   
   Issue Number: None
   
   ## Problem Summary:
   
   An incremental `@incr` query can return `ERR_INCR_VISIBLE_WAIT_TIMEOUT` 
while a transaction in the requested window is still becoming visible. Retry 
the same query and window only for error code 5101, with a 1–5 second capped 
backoff. The retry budget defaults to 5 minutes and can be set with 
`source.binlog.visible-wait-timeout`; `0s` disables connector retries. Other 
errors continue to fail immediately.
   
   ## Checklist(Required)
   
   1. Does it affect the original behavior: Yes
   2. Has unit tests been added: Yes
   3. Has document been added or modified: No Need
   4. Does it need to update dependencies: No
   5. Are there any changes that cannot be rolled back: No
   
   ## Further comments
   
   Validation: Flink 1.x and Flink 2.x production and test sources compiled 
successfully, including Spotless and Checkstyle. Tests were not executed.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to