HDFS-6107: fix comment (cmccabe)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1578511 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Colin McCabe 2014-03-17 18:54:03 +00:00
parent d265dd9eb0
commit 7096c290ed
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ public class TestFsDatasetCache {
MetricsAsserts.getLongCounter("BlocksCached", dnMetrics));
// Uncache the big file and verify that the small file can now be
// cached (regression test for HDFS-XXXX)
// cached (regression test for HDFS-6107)
dfs.removeCacheDirective(bigCacheDirectiveId);
GenericTestUtils.waitFor(new Supplier<Boolean>() {
@Override