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:
parent
d265dd9eb0
commit
7096c290ed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue