HBASE-2889 Tool to look at HLogs -- parse and tail -f; added part 1, some fixup of hlog main
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@995222 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6e2d002734
commit
74066765bb
|
@ -1869,7 +1869,7 @@ public class HLog implements Syncable {
|
|||
split(conf, logPath);
|
||||
}
|
||||
} catch (Throwable t) {
|
||||
t.printStackTrace();
|
||||
t.printStackTrace(System.err);
|
||||
System.exit(-1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue