charlesconnell opened a new pull request, #8542: URL: https://github.com/apache/hbase/pull/8542
The class BackupInfo has a pair of methods toProtosBackupInfo() and fromProto() so you can convert the POJO BackupInfo to and from the protobuf version. These methods do not handle all fields, so some information is lost. They do not handle: - totalBytesCopied - noChecksumVerify - incrBackupFileList - incrTimestampMap In particular I ran into a problem when incrBackupFileList was missing after getting a BackupInfo from BackupAdmin. -- 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]
