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 10:29:47 UTC

[GitHub] [incubator-druid] Hailei opened a new pull request #7540: call threadlocal.remove explicitly to avoid CPU usage spikes

Hailei opened a new pull request #7540: call threadlocal.remove explicitly to avoid CPU usage spikes
URL: https://github.com/apache/incubator-druid/pull/7540
 
 
   In ConcurrentGrouper,using threadlocal to a mode where each thread gets its own buffer and its own spill files on disk,but don't call threadlocal.remove explicitly  on close() method,this will result in CPU usage spikes。we used G1GC when we encountered this problem. the same issue https://issues.apache.org/jira/browse/HBASE-16616

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