dev-work-8103 opened a new pull request, #7364: URL: https://github.com/apache/hbase/pull/7364
testBackupDeleteUpdatesIncrementalBackupSet is flaky. BackupAdminImpl.finalizeDelete() method first deletes Incremental table set in BackupSystemTable and then updates it with new Incremental table set. In this process race condition is occuring between Delete and Put calls. In a very rare scenario, These Delete and Put Objects are having same timestamps and because of that We're encountering Lost Update error. Because of this Result of Get call is empty for same row key and We're having assertion failure. I believe this is a naive solution and I'm open for improvement in my solution. -- 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]
