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/09/04 18:25:03 UTC

[GitHub] [hbase] pankaj72981 opened a new pull request #585: HBASE-22930 Set unique name to longCompactions/shortCompactions/split threads

pankaj72981 opened a new pull request #585: HBASE-22930 Set unique name to longCompactions/shortCompactions/split threads
URL: https://github.com/apache/hbase/pull/585
 
 
   ThreadFactoryBuilder internally has the its own counter, but to have the counter in the thread name we need to define the format in setNameFormat(),
   
   new ThreadFactoryBuilder().setNameFormat(n + "-longCompactions-%d")

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