[jira] [Created] (HDFS-3471) NullPointerException when NameNode is closing

2012-05-28 Thread Denny Ye (JIRA)
Denny Ye created HDFS-3471: -- Summary: NullPointerException when NameNode is closing Key: HDFS-3471 URL: https://issues.apache.org/jira/browse/HDFS-3471 Project: Hadoop HDFS Issue Type: Improvement

[jira] [Created] (HDFS-3152) Reading consistency for all readers

2012-03-26 Thread Denny Ye (Created) (JIRA)
: 0.21.0, 0.20.2 Reporter: Denny Ye I met an exception when I would like to seek to latest size of file that another client was writing. Message is "Cannot seek after EOF". I got the seek target from previous input stream and now I trying to obtains the file incremental. It

[jira] [Created] (HDFS-3063) NameNode should validate all coming file path

2012-03-07 Thread Denny Ye (Created) (JIRA)
Affects Versions: 0.20.205.0 Reporter: Denny Ye Priority: Minor NameNode provides RPC service for not only DFS client but also user defined program. A common case we always met is that user transfers file path prefixed with HDFS protocol("hdfs://{namenode:{port}}/{f

[jira] [Created] (HDFS-2760) HDFS notification

2012-01-06 Thread Denny Ye (Created) (JIRA)
HDFS notification -- Key: HDFS-2760 URL: https://issues.apache.org/jira/browse/HDFS-2760 Project: Hadoop HDFS Issue Type: New Feature Affects Versions: 0.20.2 Reporter: Denny Ye Priority: Minor

[jira] [Created] (HDFS-2749) Wrong fsimage format while entering recovery mode

2012-01-04 Thread Denny Ye (Created) (JIRA)
Reporter: Denny Ye Priority: Critical hadoop is into a recovery mode and save namespace to disk before the system starting service. however, there are many situation will cause hadoop enter recovery mode like missing VERSION file and ckpt file exists due to last failure of

[jira] [Created] (HDFS-2748) fstime of image file newer than fstime of editlog

2012-01-04 Thread Denny Ye (Created) (JIRA)
Reporter: Denny Ye 1.1 first shutdown, then restart and then the fsimage was loaded and saved to disk and editlog was cleared. 1.2 shutdown again when in safe mode to make sure no change in editlog, then restart and then the fsimage was loaded and save to disk again, but the editlog was

[jira] [Resolved] (HDFS-2176) Avoid ConcurrentModificationException when FSImage initialization

2011-07-21 Thread Denny Ye (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Denny Ye resolved HDFS-2176. Resolution: Not A Problem Break when removing can avoid the ConcurrentModicationException. It's my

[jira] [Created] (HDFS-2176) Avoid ConcurrentModificationException when FSImage initialization

2011-07-20 Thread Denny Ye (JIRA)
: Improvement Affects Versions: 0.21.0 Reporter: Denny Ye Priority: Minor Below code may cause ConcurrentModificationException when some of fsimage directory equals editlog directory : Method: FSImage.setStorageDirectories(Collection fsNameDirs, Collection fsEditsDirs) Code

[jira] [Created] (HDFS-2175) Removing lease repeatedly when client lease reach to hard limit

2011-07-20 Thread Denny Ye (JIRA)
Affects Versions: 0.21.0 Reporter: Denny Ye Priority: Minor Client created file at NameNode and following crashed down. It did not write any byte to HDFS. After one hour, the NameNode aware that it need to close file and reclaim lease. Here have two steps for removing

Re: Issue of FSImage, need help

2011-06-28 Thread Denny Ye
*Root cause*: Wrong FSImage format when user killed hdfs process. It may read invalid block number, may be 1 billion or more, OutOfMemoryError happens before EOFException. How can we provide the validity of FSImage file? --regards Denny Ye On Tue, Jun 28, 2011 at 4:44 PM, mac fang wrote: >

[jira] [Created] (HDFS-2049) Should add the column name tips for HDFS shell command

2011-06-07 Thread Denny Ye (JIRA)
Components: hdfs client Affects Versions: 0.21.0 Reporter: Denny Ye :abc:root > bin/hadoop fs -count -q /ABC 11/06/07 18:05:54 INFO security.Groups: Group mapping impl=org.apache.hadoop.security.ShellBasedUnixGroupsMapping; cacheTimeout=30 11/06/07 18:05:54 WARN conf.Configurat