Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
0.15.0
-
None
-
None
Description
When the application tries to fetch delegation tokens for multiple remote namenodes (>1), the current implementation of
getRemoteFSTokenFromURI method doesn't wait for initialization of all the elements of path ("ps") array before calling
obtainTokensForNamenodes leading to NPE when the fileSystem of an uninitialized path is accessed.