Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.1-alpha
-
None
-
Reviewed
Description
In fuse_dfs, we check an incorrect hdfs configuration value checked for the connection expiry timer period.
gTimerPeriod = FUSE_CONN_DEFAULT_TIMER_PERIOD; ret = hdfsConfGetInt(HADOOP_FUSE_CONNECTION_TIMEOUT, &gTimerPeriod); if (ret) { fprintf(stderr, "Unable to determine the configured value for %s.", HADOOP_FUSE_TIMER_PERIOD); return -EINVAL }
We should be checking HADOOP_FUSE_TIMER_PERIOD.