[
https://issues.apache.org/jira/browse/HDFS-13212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16383847#comment-16383847
]
Íñigo Goiri commented on HDFS-13212:
------------------------------------
Actually the unit tests is failing, the logs are
[here|https://builds.apache.org/job/PreCommit-HDFS-Build/23266/testReport/org.apache.hadoop.hdfs.server.federation.resolver/TestMountTableResolver/testLocationCache/].
The destination doesn't seem correct. I would change the map to be:
{code}
Map<String, String> map = getMountTableEntry("1", "/testlocationcache");
{code}
> RBF: Fix router location cache issue
> ------------------------------------
>
> Key: HDFS-13212
> URL: https://issues.apache.org/jira/browse/HDFS-13212
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: federation, hdfs
> Reporter: Weiwei Wu
> Priority: Major
> Attachments: HDFS-13212-001.patch, HDFS-13212-002.patch
>
>
> The MountTableResolver refreshEntries function have a bug when add a new
> mount table entry which already have location cache. The old location cache
> will never be invalid until this mount point change again.
> Need to invalid the location cache when add the mount table entries.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]