-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDFS-14761. RBF: MountTableResolver cannot invalidate cache correctly #1334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
💔 -1 overall
This message was automatically generated. |
@@ -704,4 +704,26 @@ public void testLocationCache() throws Exception { | |||
mountTable.removeEntry("/testlocationcache"); | |||
mountTable.removeEntry("/anothertestlocationcache"); | |||
} | |||
|
|||
@Test | |||
public void testInvalidateCache() throws Exception { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a comment describing what the case to test is about.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your comments. I have added some comments. Pending jenkins. Please review again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The high level description should go as a javadoc.
You can add the particular comments inline.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again. New commit here. Pending jenkins.
…apache#1334) HDFS-14761. RBF: MountTableResolver cannot invalidate cache correctly
…apache#1334) HDFS-14761. RBF: MountTableResolver cannot invalidate cache correctly
No description provided.