[
https://issues.apache.org/jira/browse/HBASE-13560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14565102#comment-14565102
]
Ted Yu commented on HBASE-13560:
--------------------------------
Add Apache license header to StealJobQueue.java
Should this class be in util package ? It can be used by other components.
Add annotation for stability.
{code}
* the take/pool(long,TimeUnit) methods would also check whether there are jobs
in the steal-from queue if this queue is
{code}
'pool(' : did you mean poll() ?
Please wrap long line above - limit to 100 characters per line.
> Large compaction queue should steal from small compaction queue when idle
> -------------------------------------------------------------------------
>
> Key: HBASE-13560
> URL: https://issues.apache.org/jira/browse/HBASE-13560
> Project: HBase
> Issue Type: Bug
> Components: Compaction
> Affects Versions: 2.0.0
> Reporter: Elliott Clark
> Assignee: Changgeng Li
> Attachments: queuestealwork-v1.patch
>
>
> If you tune compaction threads so that a server is never over commited when
> large and small compaction threads are busy then it should be possible to
> have the large compactions steal work.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)