23792380238123822383238423852386238723882389
} catch (EOFException eof) { // EOF at an opcode boundary is expected. return null; } FSEditLogOpCodes opCode = FSEditLogOpCodes.fromByte(opCodeByte); if (opCode == OP_INVALID) { verifyTerminator(); return null; }
584585586587588589590591592593594
if(!canLoadVersion(editsVersion)) { throw new IOException("Cannot process editLog version " + editsVersionToken.value); } FSEditLogOpCodes editsOpCode; do { v.visitEnclosingElement(EditsElement.RECORD); ByteToken opCodeToken; try {
13041305130613071308130913101311131213131314
} catch (EOFException eof) { // EOF at an opcode boundary is expected return null; } FSEditLogOpCodes opCode = FSEditLogOpCodes.fromByte(opCodeByte); if (opCode == OP_INVALID) { LOG.info("Reached the end of the edit file..."); return null; }