zhaohaidao commented on code in PR #189:
URL: https://github.com/apache/fluss-rust/pull/189#discussion_r2715603328


##########
crates/fluss/src/client/table/scanner.rs:
##########
@@ -745,6 +758,9 @@ impl LogFetcher {
                     .into();
 
                     let error = FlussError::for_code(error_code);
+                    if Self::should_invalidate_bucket_leader(error) {

Review Comment:
   The sender and lookup seem to have their own metadata update handling 
strategies, and from my initial assessment, it seems the changes might be 
significant.
   
   I'll leave this as a to-do list; what do you think?



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