Skip to content

Commit

Permalink
[pipelineX](profile) Fix Tablet counter on pipelineX engine
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel39 committed Jan 30, 2024
1 parent d9e9926 commit b238d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/pipeline/exec/olap_scan_operator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ void OlapScanLocalState::set_scan_ranges(RuntimeState* state,
for (auto& scan_range : scan_ranges) {
DCHECK(scan_range.scan_range.__isset.palo_scan_range);
_scan_ranges.emplace_back(new TPaloScanRange(scan_range.scan_range.palo_scan_range));
// COUNTER_UPDATE(_tablet_counter, 1);
COUNTER_UPDATE(_tablet_counter, 1);
}
}

Expand Down

0 comments on commit b238d39

Please sign in to comment.