HBASE-4280 [replication] ReplicationSink can deadlock itself via handlers

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1175060 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jean-Daniel Cryans 2011-09-23 22:44:00 +00:00
parent 8c94f9f825
commit 06484db575
2 changed files with 2 additions and 0 deletions

View File

@ -536,6 +536,7 @@ Release 0.92.0 - Unreleased
HBASE-4434 seek optimization: don't do eager HFile Scanner HBASE-4434 seek optimization: don't do eager HFile Scanner
next() unless the next KV is needed next() unless the next KV is needed
(Kannan Muthukkaruppan) (Kannan Muthukkaruppan)
HBASE-4280 [replication] ReplicationSink can deadlock itself via handlers
TASKS TASKS
HBASE-3559 Move report of split to master OFF the heartbeat channel HBASE-3559 Move report of split to master OFF the heartbeat channel

View File

@ -3112,6 +3112,7 @@ public class HRegionServer implements HRegionInterface, HBaseRPCErrorHandler,
} }
@Override @Override
@QosPriority(priority=HIGH_QOS)
public void replicateLogEntries(final HLog.Entry[] entries) public void replicateLogEntries(final HLog.Entry[] entries)
throws IOException { throws IOException {
checkOpen(); checkOpen();