zhannngchen commented on code in PR #15005:
URL: https://github.com/apache/doris/pull/15005#discussion_r1045452632


##########
be/src/runtime/tablets_channel.cpp:
##########
@@ -439,6 +439,10 @@ Status TabletsChannel::add_batch(const 
TabletWriterAddRequest& request,
         LOG(INFO) << "packet has already recept before, expect_seq=" << cur_seq
                   << ", recept_seq=" << request.packet_seq();
         return Status::OK();
+    } else if (request.packet_seq() > cur_seq) {

Review Comment:
   `_get_current_seq` have similar warning, it's duplicate?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to