You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/04/24 21:06:12 UTC

[GitHub] [incubator-druid] himanshug commented on issue #7508: Druid historical node running caused os kernel creating too many kernel's dentry slab objects.

himanshug commented on issue #7508: Druid historical node running caused os kernel creating too many kernel's dentry slab objects.
URL: https://github.com/apache/incubator-druid/issues/7508#issuecomment-486426100
 
 
   @kaka11chen good find. however I am curious what was the problem observed that led you to this investigation (e.g. you were getting OOMs or CPU usage was shooting up causing everything to become super slow) and did the problem get fixed. From the /proc/meminfo output I see , "MemFree:         3411764 kB"  (about 3G) of free memory and kernel wouldn't try too hard to clean up its internal caches at that point.
   
   I see it is a pathological use case for dentry cache though where we are creating many dentries never to be reused.

----------------------------------------------------------------
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@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org