[
https://issues.apache.org/jira/browse/HBASE-6165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13444232#comment-13444232
]
Jean-Daniel Cryans commented on HBASE-6165:
-------------------------------------------
The 0.94 patch doesn't set the proper QOS:
{code}
- @QosPriority(priority=HIGH_QOS)
+ @QosPriority(priority=HConstants.HIGH_QOS)
public void replicateLogEntries(final HLog.Entry[] entries)
{code}
> Replication can overrun .META. scans on cluster re-start
> --------------------------------------------------------
>
> Key: HBASE-6165
> URL: https://issues.apache.org/jira/browse/HBASE-6165
> Project: HBase
> Issue Type: Bug
> Reporter: Elliott Clark
> Assignee: Himanshu Vashishtha
> Fix For: 0.96.0, 0.94.2
>
> Attachments: HBase-6165-94-v1.patch, HBase-6165-v1.patch,
> HBase-6165-v2.patch, HBase-6165-v3.patch, HBase-6165-v4.patch
>
>
> When restarting a large set of regions on a reasonably small cluster the
> replication from another cluster tied up every xceiver meaning nothing could
> be onlined.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira