thomassngdata opened a new pull request, #7762: URL: https://github.com/apache/hbase/pull/7762
Add handling for WALHeaderEOFException in WALInputFormat with retries similar to other caught exceptions, but supress the exception after retries because empty WAL files should be skipped. IncrementalTableBackupClient.convertWALsToHFiles fails with WALHeaderEOFException "EOF while reading PB WAL magic" when processing an empty WAL file. Because the WALInputFormat reader does not handle the WALHeaderEOFException, unlike the WALEntryStream reader. -- 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]
