Remove some debug
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@836297 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f9a0e4cf9
commit
47c7c89e49
|
@ -813,7 +813,6 @@ public class HLog implements HConstants, Syncable {
|
|||
if (this.forceSync ||
|
||||
this.unflushedEntries.get() >= this.flushlogentries) {
|
||||
try {
|
||||
LOG.info("hflush remove");
|
||||
this.writer.sync();
|
||||
if (this.writer_out != null) {
|
||||
this.writer_out.sync();
|
||||
|
|
Loading…
Reference in New Issue