[ 
https://issues.apache.org/jira/browse/HBASE-24750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17197294#comment-17197294
 ] 

Hudson commented on HBASE-24750:
--------------------------------

Results for branch branch-2
        [build #43 on 
builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2/43/]:
 (x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2/43/General_20Nightly_20Build_20Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2/43/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2/43/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2/43/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> All executor service should start using guava ThreadFactory
> -----------------------------------------------------------
>
>                 Key: HBASE-24750
>                 URL: https://issues.apache.org/jira/browse/HBASE-24750
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Viraj Jasani
>            Assignee: Viraj Jasani
>            Priority: Major
>             Fix For: 3.0.0-alpha-1, 2.4.0
>
>
> Currently, we have majority Executor services using guava's 
> ThreadFactoryBuilder while creating fixed size thread pool. There are some 
> executors using our internal hbase-common's Threads class which provides util 
> methods for creating thread factory.
> Although there is no perf impact, we should let all Executors start using our 
> internal library for using ThreadFactory rather than having external guava 
> dependency (which is nothing more than a builder class). We might have to add 
> a couple more arguments to support full fledged ThreadFactory, but let's do 
> it and stop using guava's builder class.
> *Update:*
> Based on the consensus, we should use only guava library and retire our 
> internal code which maintains ThreadFactory creation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to