Details
Description
Reason Tests FindBugs module:hbase-server Boxed value is unboxed and then immediately reboxed in org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint.incrementUgiReference(UserGroupInformation) At SecureBulkLoadEndpoint.java:then immediately reboxed in org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint.incrementUgiReference(UserGroupInformation) At SecureBulkLoadEndpoint.java:[line 268]
Looking at branch-2 and master I suspect we're doing the same wasteful operation but findbugs can't see it through the lambda definition.
Attachments
Attachments
Issue Links
- is broken by
-
HBASE-21374 Backport HBASE-21342 to branch-1
- Resolved
-
HBASE-21342 FileSystem in use may get closed by other bulk load call in secure bulkLoad
- Resolved