[
https://issues.apache.org/jira/browse/GOBBLIN-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dushyant Kumar updated GOBBLIN-1454:
------------------------------------
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 initialized
path is accessed.
was:NPE is thrown when the job tries to fetch the delegation tokens for
multiple remote namenodes.
> NPE when trying to fetch delegation tokens for multiple remote namenodes
> ------------------------------------------------------------------------
>
> Key: GOBBLIN-1454
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1454
> Project: Apache Gobblin
> Issue Type: Bug
> Reporter: Dushyant Kumar
> Priority: Critical
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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 initialized
> path is accessed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)