dlmarion commented on PR #3021: URL: https://github.com/apache/accumulo/pull/3021#issuecomment-1278985896
I guess the question here is, "Is the OPEN in the first file when the files are sorted by name?" I think the answer is "yes", and it looks like OPEN is the first entry in any file created by DFSLogger.open(). SortedLogRecoveryTest.recover() uses LogSorter.writeBuffer to create the test WALs. It appears that it creates a new WAL file for each buffer written, but does not put an OPEN at the top of each file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
