[jira] [Commented] (DRILL-8484) HashJoinPOP memory leak is caused by an oom exception when read data from Stream with container
[ https://issues.apache.org/jira/browse/DRILL-8484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17831155#comment-17831155 ] ASF GitHub Bot commented on DRILL-8484: --- shfshihuafeng commented on PR #2889: URL: https://github.com/apache/drill/pull/2889#issuecomment-2021914479 > @shfshihuafeng Can you please resolve merge conflicts. it is done > HashJoinPOP memory leak is caused by an oom exception when read data from > Stream with container > - > > Key: DRILL-8484 > URL: https://issues.apache.org/jira/browse/DRILL-8484 > Project: Apache Drill > Issue Type: Bug > Components: Server >Affects Versions: 1.21.1 >Reporter: shihuafeng >Priority: Major > Fix For: 1.22.0 > > > *Describe the bug* > An oom exception occurred When read data from Stream with container > ,resulting in hashJoinPOP memory leak > *To Reproduce* > prepare data for tpch 1s > # 30 concurrent for tpch sql8 > # set direct memory 5g > # when it had OutOfMemoryException , stopped all sql. > # finding memory leak > *leak info* > {code:java} > Allocator(frag:5:0) 500/100/31067136/40041943040 > (res/actual/peak/limit) > child allocators: 1 > Allocator(op:5:0:1:HashJoinPOP) 100/16384/22822912/41943040 > (res/actual/peak/limit) > child allocators: 0 > ledgers: 2 > ledger[1882757] allocator: op:5:0:1:HashJoinPOP), isOwning: true, > size: 8192, references: 2, life: 16936270178816167..0, allocatorManager: > [1703465, life: 16936270178813617..0] holds 4 buffers. > DrillBuf[2041995], udle: [1703441 0..957]{code} > {code:java} > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (DRILL-8484) HashJoinPOP memory leak is caused by an oom exception when read data from Stream with container
[ https://issues.apache.org/jira/browse/DRILL-8484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17830942#comment-17830942 ] ASF GitHub Bot commented on DRILL-8484: --- cgivre commented on PR #2889: URL: https://github.com/apache/drill/pull/2889#issuecomment-2020523775 @shfshihuafeng Can you please resolve merge conflicts. > HashJoinPOP memory leak is caused by an oom exception when read data from > Stream with container > - > > Key: DRILL-8484 > URL: https://issues.apache.org/jira/browse/DRILL-8484 > Project: Apache Drill > Issue Type: Bug > Components: Server >Affects Versions: 1.21.1 >Reporter: shihuafeng >Priority: Major > Fix For: 1.22.0 > > > *Describe the bug* > An oom exception occurred When read data from Stream with container > ,resulting in hashJoinPOP memory leak > *To Reproduce* > prepare data for tpch 1s > # 30 concurrent for tpch sql8 > # set direct memory 5g > # when it had OutOfMemoryException , stopped all sql. > # finding memory leak > *leak info* > {code:java} > Allocator(frag:5:0) 500/100/31067136/40041943040 > (res/actual/peak/limit) > child allocators: 1 > Allocator(op:5:0:1:HashJoinPOP) 100/16384/22822912/41943040 > (res/actual/peak/limit) > child allocators: 0 > ledgers: 2 > ledger[1882757] allocator: op:5:0:1:HashJoinPOP), isOwning: true, > size: 8192, references: 2, life: 16936270178816167..0, allocatorManager: > [1703465, life: 16936270178813617..0] holds 4 buffers. > DrillBuf[2041995], udle: [1703441 0..957]{code} > {code:java} > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)