charlesconnell commented on PR #8044:
URL: https://github.com/apache/hbase/pull/8044#issuecomment-4401308952
The yetus checks are failing for legit reasons, for example:
```
[ERROR]
/home/runner/work/hbase/hbase/src/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/ReadOnlyController.java:[889,56]
cannot find symbol
symbol: method getSuffixFileDataToWrite()
location: variable mfs of type
org.apache.hadoop.hbase.master.MasterFileSystem
```
and
```
/home/runner/work/hbase/hbase/src/hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/master/BackupLogCleaner.java:[207,70]
error: cannot find symbol
symbol: variable MASTER_REGION_DIR_NAME
location: class MasterRegionFactory
```
I am happy to review again when the build is fixed
--
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]