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 2021/03/22 07:34:16 UTC

[GitHub] [incubator-doris] JinLiOnline opened a new issue #5550: [BE] memtracker中parent和limit显示有歧义

JinLiOnline opened a new issue #5550:
URL: https://github.com/apache/incubator-doris/issues/5550


   **Describe the bug**
   doris version:0.14-rc3
    BE_IP:BE_HOST/mem_tracker 可以看到详细信息
   ![image](https://user-images.githubusercontent.com/48025020/111951620-e1e39400-8b1e-11eb-9e23-290047206ebc.png)
   
   有些疑惑点,比如:
   1)root节点limit为none
   2)mem_limit 只限制了 ExecEnv Root
   3)在代码中:比如 load channel mgr是根据 ExecEnv中的 mem_limit来计算的,但在上图中它的父节点是root,却不是ExecEnv root。
   
   
   **Expected behavior**
   我的理解,参数mem_limit限制be总的内存,作为root节点,be其他模块的可用内存上限,从root中继承。
   


-- 
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.

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


[GitHub] [incubator-doris] HappenLee commented on issue #5550: [BE] memtracker中parent和limit显示有歧义

Posted by GitBox <gi...@apache.org>.
HappenLee commented on issue #5550:
URL: https://github.com/apache/incubator-doris/issues/5550#issuecomment-803893794


   Hi,3 questions:
   1):none means not limit, now Doris do not hava mem limit of root
   2):  some operation of Doris now do not limit the mem
   3):  load channel mgr is a Independent memory management module  do not have relations withe ExecEnv. You can find the answer in the source code. To be honest, it's a bad name, we will change the name of it. 


-- 
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.

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


[GitHub] [incubator-doris] JinLiOnline commented on issue #5550: [BE] memtracker中parent和limit显示有歧义

Posted by GitBox <gi...@apache.org>.
JinLiOnline commented on issue #5550:
URL: https://github.com/apache/incubator-doris/issues/5550#issuecomment-804795786


   hi,请问后续有没有计划做关于内存管控,负载管理的工作?也希望有机会一起开发
   


-- 
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.

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


[GitHub] [incubator-doris] morningman commented on issue #5550: [BE] memtracker中parent和limit显示有歧义

Posted by GitBox <gi...@apache.org>.
morningman commented on issue #5550:
URL: https://github.com/apache/incubator-doris/issues/5550#issuecomment-804799808


   > hi,请问后续有没有计划做关于内存管控,负载管理的工作?也希望有机会一起开发
   
   yes we are, you can contact me on wechat, morningman-cmy


-- 
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.

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