Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Some PreCommit builds are complaining about many findbugs violation in hdds/ozone projects. This is because we have no exclude rule for:
- The proto files are generated by hadoop-hdds/container-service project (all the other projects with proto file such as hadoop-hdds/common are fine)
- The generated files under genesis are not excluded.
With fixing these two projects we can reduce the numbers of the findbugs violation.
Attachments
Attachments
Issue Links
- blocks
-
HDFS-13510 Ozone: Fix precommit hook for Ozone/Hdds on trunk
- Resolved