Description
There is a findbugs warning existing recently(https://builds.apache.org/job/PreCommit-HDDS-Build/1517/artifact/out/branch-findbugs-hadoop-hdds_server-scm-warnings.html).
Dead store to remoteUser in org.apache.hadoop.hdds.scm.server.SCMClientProtocolServer.getContainerWithPipeline(long) Bug type DLS_DEAD_LOCAL_STORE (click for details) In class org.apache.hadoop.hdds.scm.server.SCMClientProtocolServer In method org.apache.hadoop.hdds.scm.server.SCMClientProtocolServer.getContainerWithPipeline(long) Local variable named remoteUser At SCMClientProtocolServer.java:[line 192]
Attachments
Attachments
Issue Links
- relates to
-
HDDS-608 Access denied exception for user hdfs while making getContainerWithPipeline call.
- Resolved