[jira] Resolved: (HDFS-1453) Need a command line option in RaidShell to fix blocks using raid

2010-10-13 Thread Ramkumar Vadali (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Vadali resolved HDFS-1453. --- Resolution: Invalid RAID is a MR project, will reopen this under MR. Need a command line

[jira] Created: (HDFS-1455) Record DFS client/cli id with username/kerbros session token in audit log or hdfs client trace log

2010-10-13 Thread Eric Yang (JIRA)
Record DFS client/cli id with username/kerbros session token in audit log or hdfs client trace log -- Key: HDFS-1455 URL:

DataBlockScanner scan period

2010-10-13 Thread Thanh Do
Hi again, Could any body explain to me about the scanning period policy of DataBlockScanner? That is who often it wake up and scan a block file. When looking at the code, I found static final long DEFAULT_SCAN_PERIOD_HOURS = 21*24L; // three weeks but definitely it does not wake up and pick a

Re: DataBlockScanner scan period

2010-10-13 Thread Thanh Do
Brian, When you say *attempt* to complete and *entire* node scan, you mean for example, if a node has 100 block files, it will try to verify all 100 block every 3 weeks? That is in average, a block is scanned every (3 weeks / 100 time interval)? Thanks Thanh On Wed, Oct 13, 2010 at 7:07 PM,

Re: DataBlockScanner scan period

2010-10-13 Thread Thanh Do
Oh, now i see the problem. The implication here is that some blocks might not be scanned for every long time, because the scanner may not finish scan all the blocks during 3 weeks, then after that, it start over again, ... Interesting, thanks for prompt reply, Brian. Thanh On Wed, Oct 13,

[jira] Created: (HDFS-1456) Provide builder for constructing instances of MiniDFSCluster

2010-10-13 Thread Jakob Homan (JIRA)
Provide builder for constructing instances of MiniDFSCluster Key: HDFS-1456 URL: https://issues.apache.org/jira/browse/HDFS-1456 Project: Hadoop HDFS Issue Type: Improvement