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:
parent
8c94f9f825
commit
06484db575
|
@ -536,6 +536,7 @@ Release 0.92.0 - Unreleased
|
|||
HBASE-4434 seek optimization: don't do eager HFile Scanner
|
||||
next() unless the next KV is needed
|
||||
(Kannan Muthukkaruppan)
|
||||
HBASE-4280 [replication] ReplicationSink can deadlock itself via handlers
|
||||
|
||||
TASKS
|
||||
HBASE-3559 Move report of split to master OFF the heartbeat channel
|
||||
|
|
|
@ -3112,6 +3112,7 @@ public class HRegionServer implements HRegionInterface, HBaseRPCErrorHandler,
|
|||
}
|
||||
|
||||
@Override
|
||||
@QosPriority(priority=HIGH_QOS)
|
||||
public void replicateLogEntries(final HLog.Entry[] entries)
|
||||
throws IOException {
|
||||
checkOpen();
|
||||
|
|
Loading…
Reference in New Issue