chentyhehe opened a new issue, #34971:
URL: https://github.com/apache/doris/issues/34971

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   doris-2.1.0-rc11-91efb6a43d
   
   ### What's Wrong?
   
   When doing large data volume aggregation, the data volume is about 10,000 
data to go and 4 million data to do cross grouping, often there will be such an 
error: [E-3113][E-3113] string column length is too large: 
total_length=4295007622, element_ number=2695580770#  
   doris::Exception::Exception(int, std::basic_string_view<char, 
std::char_traits<char> > const&) at 
/var/local/ldb_toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/unique_ptr.h:173
        1#  doris::Exception::Exception<unsigned long&, unsigned long&>(int, 
std::basic_string_view<char, std::char_traits<char> > const&, unsigned long&, 
unsigned long&) at 
/var/local/ldb_toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/basic_string.h:187
        2#  
doris::vectorized::ColumnString::insert_range_from(doris::vectorized::IColumn 
const&, unsigned long, unsigned long) at 
/home/zcp/repo_center/doris_release/doris/be/src/vec/columns/column_string.cpp:0
        3#  doris::Status 
doris::vectorized::MutableBlock::merge_impl<doris::vectorized::Block&>(doris::vectorized::Block&)
 at /home/zcp/repo_center/doris_release/doris/be/src/vec/common/cow.h:132
        4#  doris::Status 
doris::vectorized::MutableBlock::merge<doris::vectorized::Block&>(doris::vectorized::Block&)
 at /home/zcp/repo_center/doris_release/doris/be/src/vec/core/block.h:506
        5#  doris::vectorized::HashJoinNode::sink(doris::RuntimeState*, 
doris::vectorized::Block*, bool) at 
/home/zcp/repo_center/doris_release/doris/be/src/vec/exec/join/vhash_join_node.cpp:0
        6#  
doris::vectorized::HashJoinNode::_materialize_build_side(doris::RuntimeState*) 
at /home/zcp/repo_center/doris_release/doris/be/src/common/status.h:449
        7#  doris::vectorized::VJoinNodeBase::open(doris::RuntimeState*) at 
/var/local/ldb_toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/shared_ptr_base.h:1147
        8#  doris::vectorized::HashJoinNode::open(doris::RuntimeState*) at 
/home/zcp/repo_center/doris_release/doris/be/src/common/status.h:449
        9#  
doris::vectorized::HashJoinNode::_probe_side_open_thread(doris::RuntimeState*, 
std::promise<doris::Status>*) at 
/home/zcp/repo_center/doris_release/doris/be/src/common/status.h:449
        10# doris::ThreadPool::dispatch_thread() at 
/home/zcp/repo_center/doris_release/doris/be/src/util/threadpool.cpp:0
        11# doris::Thread::supervise_thread(void*) at 
/var/local/ldb_toolchain/bin/../usr/include/pthread.h:562
        12# ?
        13# clone
   
   ### What You Expected?
   
   I'd like to know why and how to fix it, or what version to upgrade to that 
will fix the problem
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   I searched issue,and found someone saying that the problem was fixed in 
version 2.0.4, but my version is much larger than 2.0.4
   
   
   !!!!!please please I'm in a hurry.
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to