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


##########
crates/fluss/src/client/write/sender.rs:
##########
@@ -680,16 +709,6 @@ impl Sender {
             return 
Ok(Self::is_invalid_metadata_error(error).then_some(physical_table_path));
         }
 
-        if error == FlussError::DuplicateSequenceException {
-            warn!(
-                "Duplicate sequence for {} on bucket {}: {message}",
-                physical_table_path.as_ref(),
-                ready_write_batch.table_bucket.bucket_id()
-            );
-            self.complete_batch(ready_write_batch);
-            return Ok(None);
-        }
-
         // Generic error path. handle_failed_batch will detect 
OutOfOrderSequence /

Review Comment:
   Does this comment need updating?



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