Description
Now there are 3 findbugs warnings in hadoop-common package.
https://builds.apache.org/job/PreCommit-HADOOP-Build/5336//artifact/patchprocess/newPatchFindbugsWarningshadoop-common.html
Bug type RV_RETURN_VALUE_IGNORED At ActiveStandbyElector.java:[line 1067] Bug type AT_OPERATION_SEQUENCE_ON_CONCURRENT_ABSTRACTION At NetUtils.java:[line 291]
The above two warnings will be fixed by HADOOP-11433. This issue is to fix the last one.
Bug type DLS_DEAD_LOCAL_STORE At FileBasedIPList.java:[line 53]
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-11433 Fix the new findbugs warning from NetUtils&ActiveStandbyElector
- Resolved