tomscut commented on pull request #3676: URL: https://github.com/apache/hadoop/pull/3676#issuecomment-981190467
> In the following code, `datanode.getDnConf().getBlockReportInterval()` can not get the reconfigured property. Do we need to fix it? > > https://github.com/apache/hadoop/blob/c9d64bad37fbfbaa77481f67338b39a029d7dc51/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetImpl.java#L2626 Hi @tasanuma , I fixed this. PTAL. Thank you very much. In addition, I find that `case DFS_DATANODE_DATA_DIR_KEY` and `case DFS_DATANODE_BALANCE_MAX_NUM_CONCURRENT_MOVES_KEY` are indented too much (two more indented), do I need to fix them together? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
