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

Hudson commented on HBASE-14954:
--------------------------------

SUCCESS: Integrated in HBase-Trunk_matrix #542 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/542/])
HBASE-14954 IllegalArgumentException was thrown when doing online (tedyu: rev 
0e147a9d6e53e71ad2e57f512b4d3e1eeeac0b78)
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CompactSplitThread.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestCompactSplitThread.java


> IllegalArgumentException was thrown when doing online configuration change in 
> CompactSplitThread
> ------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-14954
>                 URL: https://issues.apache.org/jira/browse/HBASE-14954
>             Project: HBase
>          Issue Type: Bug
>          Components: Compaction, regionserver
>    Affects Versions: 1.1.2
>            Reporter: Victor Xu
>            Assignee: Victor Xu
>             Fix For: 2.0.0, 1.2.0, 1.3.0, 1.1.3
>
>         Attachments: HBASE-14954-v1.patch
>
>
> Online configuration change is a terrific feature for HBase administrators. 
> However, when we use this feature to tune compaction thread pool size online, 
> it triggered a IllegalArgumentException. The cause is the order of 
> setMaximumPoolSize() and setCorePoolSize() of ThreadPoolExecutor: when 
> turning parameters bigger, we should setMax first; when turning parameters 
> smaller, we need to setCore first. Besides, there is also a copy-code bug in 
> merge and split thread pool which I will fix together.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to