yuchengxin commented on PR #28310:
URL: https://github.com/apache/flink/pull/28310#issuecomment-4861814754

   @lincoln-lil Thanks for the review.
   
   I refactored `AsyncLookupJoinRunner#timeout(...)` to make the top-level flow 
easier to follow. The method now separates:
     - locating the in-flight future,
     - retiring the old future,
     - creating the replacement future, and
     - dispatching the timeout call.
   
   So the flow now reads more directly as “retire old future -> create 
replacement -> dispatch timeout”, while keeping the behavior unchanged.


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

Reply via email to