[
https://issues.apache.org/jira/browse/YARN-3205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14365076#comment-14365076
]
Tsuyoshi Ozawa commented on YARN-3205:
--------------------------------------
[~zxu] thank you for taking this issue.
{code}
+ Assert.assertTrue(store.fs.getConf() == store.fsConf);
{code}
I think we should validate that fs instance isn't same before restarting.
{code}
// Pseudo code
FileSystem beforeRestartFs = store.fs;
store.stop();
store.start();
Assert.assertNotEquals(store.fs, beforeRestartFs)
{code}
> FileSystemRMStateStore should disable FileSystem Cache to avoid get a
> Filesystem with an old configuration.
> -----------------------------------------------------------------------------------------------------------
>
> Key: YARN-3205
> URL: https://issues.apache.org/jira/browse/YARN-3205
> Project: Hadoop YARN
> Issue Type: Bug
> Components: resourcemanager
> Reporter: zhihai xu
> Assignee: zhihai xu
> Attachments: YARN-3205.000.patch
>
>
> FileSystemRMStateStore should disable FileSystem Cache to avoid get a
> Filesystem with an old configuration. The old configuration may not have all
> these customized DFS_CLIENT configurations for FileSystemRMStateStore.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)