xinyiZzz commented on a change in pull request #8322:
URL: https://github.com/apache/incubator-doris/pull/8322#discussion_r823726044



##########
File path: be/src/olap/rowset/segment_reader.cpp
##########
@@ -86,10 +86,6 @@ SegmentReader::~SegmentReader() {
     _lru_cache = nullptr;
     _file_handler.close();
 
-    if (_is_data_loaded && _runtime_state != nullptr) {
-        MemTracker::update_limits(_buffer_size * -1, 
_runtime_state->mem_trackers());

Review comment:
       Abandoned the logic of judging OlapScanner's mem limit exceed by 
fragment_mem_tracker in segment_reader of segmentV1.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to