wuchong commented on PR #2132:
URL: https://github.com/apache/fluss/pull/2132#issuecomment-3890476979

   Thank you for your contribution! However, the retry mechanism we refer to 
here is not simply a retry of the request itself, but rather a two-stage retry 
process: the first stage involves locating a node, and the second stage sends 
the request. In many cases, the issue is that the node is unavailable, so we 
need to fall back to the first stage and retry by selecting a new node (see 
https://github.com/apache/fluss/pull/479 for details). This will require a 
fairly significant refactoring and is already planned as part of that issue 
(https://github.com/apache/fluss/issues/483). Therefore, I’ll close this pull 
request for now. Thanks again for your contribution!


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