HBASE-3515 [replication] ReplicationSource can miss a log after RS comes out of GC
(fixing a missing handling of IOE in Replication) git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1196402 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
08a9170236
commit
930eb49759
|
@ -191,7 +191,7 @@ public class Replication implements WALActionsListener,
|
|||
}
|
||||
|
||||
@Override
|
||||
public void postLogRoll(Path oldPath, Path newPath) {
|
||||
public void postLogRoll(Path oldPath, Path newPath) throws IOException {
|
||||
getReplicationManager().logRolled(newPath);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue