[
https://issues.apache.org/jira/browse/HADOOP-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lei Xu updated HADOOP-4763:
---------------------------
Attachment: HADOOP-4763.patch
The attachment is a basic implement for deeply fsck.
Recently, the following works are done:
* fsck command line can accept "-deep" parameter
* use servlets to communicate between command line, datanode, namenode
* some routing to provide deeply and manually check on DataNode
In order to keep stable of original codes, I choose to copy some codes out and
modify for new function.
After a while of testing , I may refactory them.
> Support manually fsck in DataNode
> ---------------------------------
>
> Key: HADOOP-4763
> URL: https://issues.apache.org/jira/browse/HADOOP-4763
> Project: Hadoop Core
> Issue Type: Improvement
> Components: dfs
> Reporter: Lei Xu
> Attachments: HADOOP-4763.patch
>
>
> Now DataNode only support scan all blocks periodically. Our site need a tool
> to check some blocks and files manually.
> My current design is to add a parameter to DFSck to indicate deeply and
> manually fsck request, then let NameNode collect property block identifies
> and sent them to associated DataNode.
> I'll let DataBlockScanner runs in two ways: periodically ( original one ) and
> manually.
> Any suggestions on this are welcome.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.