DieterDP-ng opened a new pull request, #6669: URL: https://github.com/apache/hbase/pull/6669
This commit simplifies and fixes some issues related to the deletion of backups: - The original code had code for deleting bulk loads. This code was non-functional since it read a bulk load format that was not actually being written. Related methods have been removed. - Added functionality that deletes all registered bulk loads if the last backup has been deleted. - The return value of BackupAdminImpl#deleteBackups could be incorrect. https://issues.apache.org/jira/browse/HBASE-28715 -- 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]
