Skip to content

Commit

Permalink
delete log
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoxin01 committed Oct 25, 2023
1 parent ebd2ef4 commit e1a25a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions be/src/vec/exec/scan/new_olap_scan_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,6 @@ Status NewOlapScanNode::_init_scanners(std::list<VScannerSPtr>* scanners) {

auto& read_source = tablets_read_source.emplace_back();
{
LOG_INFO("capture rs readers")
.tag("tablet_id", tablet->tablet_id())
.tag("version", version);
std::shared_lock rdlock(tablet->get_header_lock());
auto st = tablet->capture_rs_readers({0, version}, &read_source.rs_splits);
if (!st.ok()) {
Expand Down
3 changes: 0 additions & 3 deletions be/src/vec/exec/scan/new_olap_scanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,6 @@ Status NewOlapScanner::init() {
Version rd_version(0, _version);
ReadSource read_source;
{
LOG_INFO("capture rs readers")
.tag("tablet_id", _tablet->tablet_id())
.tag("version", _version);
std::shared_lock rdlock(_tablet->get_header_lock());
auto st = _tablet->capture_rs_readers(rd_version, &read_source.rs_splits);
if (!st.ok()) {
Expand Down

0 comments on commit e1a25a6

Please sign in to comment.