lincoln-lil commented on code in PR #26774: URL: https://github.com/apache/flink/pull/26774#discussion_r2197665638
########## docs/content/docs/dev/datastream/operators/asyncio.md: ########## @@ -152,8 +152,9 @@ All subsequent `complete` calls will be ignored. The following three parameters control the asynchronous operations: - - **Timeout**: The timeout defines how long an asynchronous operation take before it is finally considered failed, - may include multiple retry requests if retry enabled. This parameter guards against dead/failed requests. + - **Timeout**: The timeout defines the maximum duration from the first invocation to the final completion of an asynchronous operation, + This duration may include multiple retry attempts (if retries are enabled) and determines when the operation is ultimately considered failed. Review Comment: Make sense, updated -- 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]
