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:
Jean-Daniel Cryans 2011-11-02 00:05:55 +00:00
parent 08a9170236
commit 930eb49759
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}