kgeisz opened a new pull request, #8638:
URL: https://github.com/apache/hbase/pull/8638

   https://issues.apache.org/jira/browse/HBASE-30371
   
   ## AI Usage
   
   The unit test in the pull request was generated with Claude Opus 4.6
   
   ## Summary
   
   This pull request adds an `if` block to `HBackupFileSystem` that allows the 
`.tmp` directory to be skipped over when each backup root subdirectory is 
searched for its `.backup.manifest` file.
   
   Before this fix, an error message would be logged during a Point-In-Time 
Restore saying the backup manifest could not be found in `.tmp`. The `.tmp` 
directory is not an actual backup directory, so it should not permanently hold 
this type of file to begin with.


-- 
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]

Reply via email to