You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "kylinmac (via GitHub)" <gi...@apache.org> on 2023/01/30 03:48:41 UTC

[GitHub] [doris] kylinmac opened a new issue, #16228: [Bug] peakMemoryBytes is missing in audit log

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

   ### 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
   
   1.1.5-rc02
   
   ### What's Wrong?
   
   When set enable_vectorized_engine = true, peakMemoryBytes is missing in audit log. 
   
   The image can be found in https://github.com/apache/doris/pull/14750
   
   i try to add line 
   `
           _sender->update_max_peak_memory_bytes();
   `
   in be/src/vec/sink/result_sink.cpp  , but it does not work  , the value of peakMemoryBytes is still 0.
   
   ### What You Expected?
   
   When set enable_vectorized_engine = true, print the right value of peakMemoryBytes in  audit log.
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### 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: commits-unsubscribe@doris.apache.org.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


[GitHub] [doris] kylinmac commented on issue #16228: [Bug] peakMemoryBytes is missing in audit log

Posted by "kylinmac (via GitHub)" <gi...@apache.org>.
kylinmac commented on issue #16228:
URL: https://github.com/apache/doris/issues/16228#issuecomment-1408070063

   ![image](https://user-images.githubusercontent.com/74998015/215404810-d231642f-1081-4718-bdda-892f91e86e55.png)
   The exec_mem_limit even does not work in  enable_vectorized_engine=false 


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


[GitHub] [doris] xinyiZzz commented on issue #16228: [Bug] peakMemoryBytes is missing in audit log and mem_limit does not work

Posted by "xinyiZzz (via GitHub)" <gi...@apache.org>.
xinyiZzz commented on issue #16228:
URL: https://github.com/apache/doris/issues/16228#issuecomment-1408371960

   1.1.5的话,向量化默认关闭了 exec_mem_limit 的限制,要在be.conf开启两个参数
   enable_proc_meminfo_cancel_query
   enable_mem_tracker_cancel_query
   ![image](https://user-images.githubusercontent.com/13197424/215452875-ed45c099-7a63-4fe1-9c77-a0e21946b86a.png)
   原因是向量化的内存控制,比非向量化更严格,所以个别用户升级后大量查询报exceed limit,所以默认给关掉了


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


[GitHub] [doris] xinyiZzz commented on issue #16228: [Bug] peakMemoryBytes is missing in audit log and mem_limit does not work

Posted by "xinyiZzz (via GitHub)" <gi...@apache.org>.
xinyiZzz commented on issue #16228:
URL: https://github.com/apache/doris/issues/16228#issuecomment-1408372337

   至于audit log没有peakMemoryBytes,也是1.1.5还没支持,1.2已经加上了


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


[GitHub] [doris] kylinmac closed issue #16228: [Bug] peakMemoryBytes is missing in audit log and mem_limit does not work

Posted by "kylinmac (via GitHub)" <gi...@apache.org>.
kylinmac closed issue #16228: [Bug] peakMemoryBytes is missing in audit log and mem_limit does not work
URL: https://github.com/apache/doris/issues/16228


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


[GitHub] [doris] kylinmac closed issue #16228: [Bug] peakMemoryBytes is missing in audit log and mem_limit does not work

Posted by "kylinmac (via GitHub)" <gi...@apache.org>.
kylinmac closed issue #16228: [Bug] peakMemoryBytes is missing in audit log and mem_limit does not work
URL: https://github.com/apache/doris/issues/16228


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