Skip to content

Commit 66a652f

Browse files
authored
Update ShortCircuitCache.java
1 parent 13596ce commit 66a652f

File tree

1 file changed

+1
-1
lines changed
  • hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/shortcircuit

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/shortcircuit/ShortCircuitCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ public ShortCircuitCache(int maxTotalSize, long maxNonMmappedEvictableLifespanMs
385385
Preconditions.checkArgument(maxNonMmappedEvictableLifespanMs >= 0);
386386
this.maxNonMmappedEvictableLifespanMs = maxNonMmappedEvictableLifespanMs;
387387
Preconditions.checkArgument(maxEvictableMmapedSize >= 0,
388-
"Invalid argument: " + HdfsClientConfigKeys.Mmap.CACHE_SIZE_KEY +
388+
"Invalid argument: " + HdfsClientConfigKeys.Mmap.CACHE_SIZE_KEY +
389389
" must be greater than zero.");
390390
this.maxEvictableMmapedSize = maxEvictableMmapedSize;
391391
Preconditions.checkArgument(maxEvictableMmapedLifespanMs >= 0);

0 commit comments

Comments
 (0)