Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.6.0
-
None
-
Reviewed
Description
but I think it is simple enough to change the meaning of the value so that zero means 'never scrub'. Let me post an updated patch.
As discussed in HDFS-6929, scrubber should be disable if dfs.namenode.lazypersist.file.scrub.interval.sec is zero.
Currently namenode startup is failing if interval configured zero
2015-04-27 23:47:31,744 ERROR org.apache.hadoop.hdfs.server.namenode.FSNamesystem: FSNamesystem initialization failed. java.lang.IllegalArgumentException: dfs.namenode.lazypersist.file.scrub.interval.sec must be non-zero. at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.<init>(FSNamesystem.java:828)
Attachments
Attachments
Issue Links
- relates to
-
HDFS-6929 NN periodically unlinks lazy persist files with missing replicas from namespace
- Closed