Mukul Kumar Singh created HDFS-12791:
----------------------------------------
Summary: 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
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]