Forráskód Böngészése

HDDS-608. Access denied exception for user hdfs while making getContainerWithPipeline call. Contributed by Mukul Kumar Singh.

Nanda kumar 6 éve
szülő
commit
90552b1ea8

+ 1 - 1
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMClientProtocolServer.java

@@ -187,7 +187,7 @@ public class SCMClientProtocolServer implements
       }
       }
     }
     }
     String remoteUser = getRpcRemoteUsername();
     String remoteUser = getRpcRemoteUsername();
-    getScm().checkAdminAccess(remoteUser);
+    getScm().checkAdminAccess(null);
     return scm.getContainerManager()
     return scm.getContainerManager()
         .getContainerWithPipeline(containerID);
         .getContainerWithPipeline(containerID);
   }
   }