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