Uh oh!
There was an error while loading. Please reload this page.
Revert "[improvement](scanner_schedule) reduce memory consumption of … - #26772
Revert "[improvement](scanner_schedule) reduce memory consumption of …#26772dataroaring wants to merge 1 commit into
Conversation
…scanner (apache#24199)" This reverts commit 71dcb58.
dataroaring
commented
Nov 10, 2023
run buildall |
| const TupleDescriptor* output_tuple_desc, | ||
| const std::list<VScannerSPtr>& scanners_, int64_t limit_, | ||
| int64_t max_bytes_in_blocks_queue_, const int num_parallel_instances = 1, | ||
| int64_t max_bytes_in_blocks_queue_, const int num_parallel_instances = 0, |
There was a problem hiding this comment.
warning: parameter 'num_parallel_instances' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions [readability-avoid-const-params-in-decls]
| int64_tmax_bytes_in_blocks_queue_, constintnum_parallel_instances=0, | |
| int64_tmax_bytes_in_blocks_queue_, intnum_parallel_instances=0, |
| } | ||
| int get_available_thread_slot_num() { | ||
| int cal_thread_slot_num_by_free_block_num() { |
There was a problem hiding this comment.
warning: method 'cal_thread_slot_num_by_free_block_num' can be made static [readability-convert-member-functions-to-static]
| intcal_thread_slot_num_by_free_block_num() { | |
| staticintcal_thread_slot_num_by_free_block_num() { |
doris-robot
commented
Nov 10, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Nov 10, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
…scanner (#24199)"
This reverts commit 71dcb58.
Proposed changes
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...