Skip to content

Commit

Permalink
TODO: workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kaijchen committed Aug 1, 2023
1 parent e4119eb commit 53a7070
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions be/src/runtime/rowset_builder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,10 @@ Status RowsetBuilder::close() {
RETURN_IF_ERROR(_tablet->calc_delete_bitmap_between_segments(_cur_rowset, segments,
_delete_bitmap));
}
RETURN_IF_ERROR(_tablet->commit_phase_update_delete_bitmap(
_cur_rowset, _rowset_ids, _delete_bitmap, segments, _context.txn_id,
_rowset_writer.get()));
// TODO: FIXME
//RETURN_IF_ERROR(_tablet->commit_phase_update_delete_bitmap(
// _cur_rowset, _rowset_ids, _delete_bitmap, segments, _context.txn_id,
// _calc_delete_bitmap_token.get(), nullptr));
}
Status res = _storage_engine->txn_manager()->commit_txn(
_context.partition_id, _tablet, _context.txn_id, _context.load_id, _cur_rowset, false);
Expand Down

0 comments on commit 53a7070

Please sign in to comment.