You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/08/21 03:08:11 UTC

[GitHub] [hbase] openinx edited a comment on issue #513: HBASE-22867 The ForkJoinPool in CleanerChore will spawn thousands of threads in our cluster with thousands table

openinx edited a comment on issue #513: HBASE-22867 The ForkJoinPool in CleanerChore will spawn thousands of threads in our cluster with thousands table
URL: https://github.com/apache/hbase/pull/513#issuecomment-523276570
 
 
   > But seems we still use the ForkJoinPool? This may still lead to too many threads?
   
   @Apache9 
   There should have no place where we use the ForkJoinPool, because all of the work are done in the ThreadPoolExectuor now.  Or which place you mean we will use the ForkJoinPool  you mean ? 

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