You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/04/01 03:08:42 UTC

[GitHub] [incubator-doris] cambyzju commented on a change in pull request #8764: [fix](OlapScanner)fix bitmap or hll's OOM

cambyzju commented on a change in pull request #8764:
URL: https://github.com/apache/incubator-doris/pull/8764#discussion_r840196443



##########
File path: be/src/exec/olap_scanner.cpp
##########
@@ -286,6 +286,8 @@ Status OlapScanner::get_batch(RuntimeState* state, RowBatch* batch, bool* eof) {
     int64_t raw_bytes_threshold = config::doris_scanner_row_bytes;
     {
         SCOPED_TIMER(_parent->_scan_timer);
+        ObjectPool tmp_object_pool;

Review comment:
       please add more comments to explain why we need this tmp object pool.




-- 
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-unsubscribe@doris.apache.org

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



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