|
@@ -438,7 +438,7 @@ public class FileTxnLog implements TxnLog {
|
|
hdr = new TxnHeader();
|
|
hdr = new TxnHeader();
|
|
record = SerializeUtils.deserializeTxn(iab, hdr);
|
|
record = SerializeUtils.deserializeTxn(iab, hdr);
|
|
} catch (EOFException e) {
|
|
} catch (EOFException e) {
|
|
- LOG.info("EOF excepton " + e);
|
|
|
|
|
|
+ LOG.debug("EOF excepton " + e);
|
|
inputStream.close();
|
|
inputStream.close();
|
|
inputStream = null;
|
|
inputStream = null;
|
|
// thsi means that the file has ended
|
|
// thsi means that the file has ended
|
|
@@ -477,4 +477,4 @@ public class FileTxnLog implements TxnLog {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-}
|
|
|
|
|
|
+}
|