[
https://issues.apache.org/jira/browse/HDFS-12791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chen Liang updated HDFS-12791:
------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
> NameNode Fsck http Connection can timeout for directories with multiple levels
> ------------------------------------------------------------------------------
>
> Key: HDFS-12791
> URL: https://issues.apache.org/jira/browse/HDFS-12791
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: tools
> Reporter: Mukul Kumar Singh
> Assignee: Mukul Kumar Singh
> Attachments: HDFS-12791.001.patch
>
>
> Currently the http connections are flushed for every 100 files, however if
> there are multiple levels of directories in the namespace then flushing will
> be postponed till multiple directories levels have been traversed. This
> connection timeout can be avoided if both files and directories are
> considered for the flushing query.
> {code}
> if (showprogress && (replRes.totalFiles + ecRes.totalFiles) % 100 == 0) {
> out.println();
> out.flush();
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]