Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukang-Lian committed Aug 9, 2023
1 parent ae1a1a6 commit 1174835
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions be/src/service/backend_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -666,11 +666,10 @@ void BackendService::ingest_binlog(TIngestBinlogResult& result,
local_tablet->commit_phase_update_delete_bitmap(rowset, pre_rowset_ids, delete_bitmap,
segments, txn_id,
calc_delete_bitmap_token.get(), nullptr);
calc_delete_bitmap_token->wait();
calc_delete_bitmap_token->get_delete_bitmap(delete_bitmap);
}

calc_delete_bitmap_token->wait();
calc_delete_bitmap_token->get_delete_bitmap(delete_bitmap);

// Step 6.2: commit txn
Status commit_txn_status = StorageEngine::instance()->txn_manager()->commit_txn(
local_tablet->data_dir()->get_meta(), rowset_meta->partition_id(),
Expand Down

0 comments on commit 1174835

Please sign in to comment.