[
https://issues.apache.org/jira/browse/HADOOP-19239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiang Li updated HADOOP-19239:
------------------------------
Description:
We have an online service which uses Hadoop FileSystem to load files from
Clould storage.
The currently cache in FileSystem is a HashMap, and its key honors scheme,
authority (like
[user@host:port|https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Syntax]),
ugi and a unique long for its [hash
code|https://github.com/apache/hadoop/blob/4525c7e35ea22d7a6350b8af10eb8d2ff68376e7/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java#L3891C1-L3894C8].
was:
We have an online service which uses Hadoop FileSystem to load files from
Clould storage.
The currently cache in FileSystem is a HashMap, and its key only honors scheme,
authority, ugi and a unique long (like user@host:port) for its [hash
code|https://github.com/apache/hadoop/blob/4525c7e35ea22d7a6350b8af10eb8d2ff68376e7/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java#L3891C1-L3894C8]
> Enhance FileSystem to honor security token and expiration in its cache
> ----------------------------------------------------------------------
>
> Key: HADOOP-19239
> URL: https://issues.apache.org/jira/browse/HADOOP-19239
> Project: Hadoop Common
> Issue Type: Improvement
> Components: fs
> Affects Versions: 3.3.4
> Reporter: Xiang Li
> Priority: Critical
> Fix For: 3.3.4
>
>
> We have an online service which uses Hadoop FileSystem to load files from
> Clould storage.
> The currently cache in FileSystem is a HashMap, and its key honors scheme,
> authority (like
> [user@host:port|https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Syntax]),
> ugi and a unique long for its [hash
> code|https://github.com/apache/hadoop/blob/4525c7e35ea22d7a6350b8af10eb8d2ff68376e7/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java#L3891C1-L3894C8].
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]