This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 2e69c9466d8 branch-3.0: [Opt](log) remove a mow log #51490 (#51608)
2e69c9466d8 is described below
commit 2e69c9466d8d7adcc99cbb93b9a53720e2bb3bee
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 11 10:34:31 2025 +0800
branch-3.0: [Opt](log) remove a mow log #51490 (#51608)
Cherry-picked from #51490
Co-authored-by: bobhan1 <[email protected]>
---
be/src/olap/rowset/beta_rowset_reader.cpp | 5 -----
1 file changed, 5 deletions(-)
diff --git a/be/src/olap/rowset/beta_rowset_reader.cpp
b/be/src/olap/rowset/beta_rowset_reader.cpp
index cca8da82637..c2f3fafaa9f 100644
--- a/be/src/olap/rowset/beta_rowset_reader.cpp
+++ b/be/src/olap/rowset/beta_rowset_reader.cpp
@@ -168,11 +168,6 @@ Status
BetaRowsetReader::get_segment_iterators(RowsetReaderContext* read_context
_read_options.delete_bitmap.emplace(seg_id, std::move(d));
}
}
- if (config::enable_mow_verbose_log) {
- LOG_INFO("get aggregated delete bitmap for rowset={}, tablet={},
cost={}ns",
- rowset()->rowset_id().to_string(),
rowset()->rowset_meta()->tablet_id(),
- _stats->delete_bitmap_get_agg_ns);
- }
}
if (_should_push_down_value_predicates()) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]