Description
Findbugs is warning of a problem in FsPermission
n class org.apache.hadoop.fs.permission.FsPermission
In method org.apache.hadoop.fs.permission.FsPermission.getUMask(Configuration)
Local variable named oldUmask
At FsPermission.java:[line 249]
This may actually be a sign of a bug in the code, but as it's reading a key tagged as deprecated since 2010 and to be culled in 0.23, maybe cutting the line is the strategy. After all, if the code has been broken, and nobody complained, that deprecation worked
Attachments
Issue Links
- is duplicated by
-
HDFS-9451 Clean up depreated umasks and related unit tests
- Resolved