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


##########
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:
   Sounds good! Having an issue to track that will ensure we don't lose track. 
   
   Thank you!



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