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 2019/10/01 15:31:58 UTC

[GitHub] [incubator-doris] imay opened a new issue #1927: ChunkAllocator bad case

imay opened a new issue #1927: ChunkAllocator bad case
URL: https://github.com/apache/incubator-doris/issues/1927
 
 
   ![image](https://user-images.githubusercontent.com/1249159/65976434-ae342a80-e4a2-11e9-8900-5001842665e6.png)
   
   User found that ChunkAllocator seems that don't work. In above picture, most memory allocation is severed by system allocator. And user found query become slower than before. So I think this may be the bad case of ChunkAllocator.
   
   This may happen in following case. When a huge memory is allocated and freed to Allocator which is the same size with max capacity. In this case, every allocation will try allocate in all cores but fail, and then try to allocate from system. In this situation, performance will be bad. This is a guess not the real reason, I will look into it and try to improve 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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org