zhangstar333 commented on code in PR #23713: URL: https://github.com/apache/doris/pull/23713#discussion_r1313829559
########## be/src/service/backend_service.cpp: ########## @@ -705,8 +705,8 @@ void BackendService::ingest_binlog(TIngestBinlogResult& result, if (local_tablet->enable_unique_key_merge_on_write()) { StorageEngine::instance()->txn_manager()->set_txn_related_delete_bitmap( - partition_id, txn_id, local_tablet_id, local_tablet->schema_hash(), - local_tablet->tablet_uid(), true, delete_bitmap, pre_rowset_ids); Review Comment: Now need test P0 case, so add this. the fix pr is https://github.com/apache/doris/pull/23789 -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org