Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz committed Dec 4, 2024
1 parent 5e90812 commit fda14df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions be/src/olap/rowset/beta_rowset_writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ class BetaRowsetWriter : public BaseBetaRowsetWriter {

Status build(RowsetSharedPtr& rowset) override;

Status init(const RowsetWriterContext& rowset_writer_context) override;

Status add_segment(uint32_t segment_id, const SegmentStatistics& segstat,
TabletSchemaSPtr flush_schema) override;

Expand Down
1 change: 1 addition & 0 deletions be/src/olap/rowset/segcompaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class SegcompactionWorker {
// for unique key mow table
std::unique_ptr<SimpleRowIdConversion> _rowid_conversion;
DeleteBitmapPtr _converted_delete_bitmap;
std::shared_ptr<MemTrackerLimiter> _seg_compact_mem_tracker = nullptr;

// the state is not mutable when 1)actual compaction operation started or 2) cancelled
std::atomic<bool> _is_compacting_state_mutable = true;
Expand Down

0 comments on commit fda14df

Please sign in to comment.