Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 38 (0.073s).
Loading phrases to help you
refine your search...
[HDFS-4138] BackupNode startup fails due to uninitialized edit log - HDFS - [issue]
...It was notices by TestBackupNode.testCheckpointNode failure. When a backup node is getting started, it tries to enter active state and start common services. But when it fails to start servi...
http://issues.apache.org/jira/browse/HDFS-4138    Author: Kihwal Lee, 2012-11-09, 14:02
[HDFS-4136] libhdfs segfaults after recent changes - HDFS - [issue]
...After HDFS-3923, jvm segfaults during testing. It is also confising since it was committed as HDFS-3916 (see CHANGES.txt and commit log)....
http://issues.apache.org/jira/browse/HDFS-4136    Author: Kihwal Lee, 2012-11-06, 15:01
[HDFS-3453] HDFS does not use ClientProtocol in a backward-compatible way - HDFS - [issue]
...HDFS-617 was brought into branch-0.20-security/branch-1 to support non-recursive create, along with HADOOP-6840 and HADOOP-6886. However, the changes in HDFS was done in an incompatible way,...
http://issues.apache.org/jira/browse/HDFS-3453    Author: Kihwal Lee, 2012-10-17, 19:27
[HDFS-3922] 0.22 and 0.23 namenode throws away blocks under construction on restart - HDFS - [issue]
...When reading edits on startup, namenode may throw away blocks under construction. This is because the file inode is turned into a "under construction" one, but nothing is done to the last bl...
http://issues.apache.org/jira/browse/HDFS-3922    Author: Kihwal Lee, 2012-09-28, 13:40
[HDFS-3087] Decomissioning on NN restart can complete without blocks being replicated - HDFS - [issue]
...If a data node is added to the exclude list and the name node is restarted, the decomissioning happens right away on the data node registration. At this point the initial block report has no...
http://issues.apache.org/jira/browse/HDFS-3087    Author: Kihwal Lee, 2012-09-26, 20:14
[HDFS-3176] JsonUtil should not parse the MD5MD5CRC32FileChecksum bytes on its own. - HDFS - [issue]
...Currently JsonUtil used by webhdfs parses MD5MD5CRC32FileChecksum binary bytes on its own and contructs a MD5MD5CRC32FileChecksum. It should instead call MD5MD5CRC32FileChecksum.readFields()...
http://issues.apache.org/jira/browse/HDFS-3176    Author: Kihwal Lee, 2012-09-12, 01:09
[HDFS-3740] Multiple test cases in TestWebhdfsFileSystem are failing - HDFS - [issue]
...After HDFS-3667, 7-8 cases have been failing in 2.0 build.These are with Clover enabled....
http://issues.apache.org/jira/browse/HDFS-3740    Author: Kihwal Lee, 2012-09-07, 22:09
[HDFS-3718] Datanode won't shutdown because of runaway DataBlockScanner thread - HDFS - [issue]
...Datanode sometimes does not shutdown because the block pool scanner thread keeps running. It prints out "Starting a new period" every five seconds, even after shutdown() is called.  Som...
http://issues.apache.org/jira/browse/HDFS-3718    Author: Kihwal Lee, 2012-09-07, 22:02
[HDFS-3646] LeaseRenewer can hold reference to inactive DFSClient instances forever - HDFS - [issue]
...If LeaseRenewer#closeClient() is not called, LeaseRenewer keeps the reference to a DFSClient instance in dfsclients forever. This prevents DFSClient, LeaseRenewer, conf, etc. from being garb...
http://issues.apache.org/jira/browse/HDFS-3646    Author: Kihwal Lee, 2012-09-07, 22:02
[HDFS-3861] Deadlock in DFSClient - HDFS - [issue]
...The deadlock is between DFSOutputStream#close() and DFSClient#close()....
http://issues.apache.org/jira/browse/HDFS-3861    Author: Kihwal Lee, 2012-09-07, 22:02
Sort:
project
Hadoop (43)
HDFS (38)
MapReduce (14)
HBase (4)
Hive (1)
type
issue (32)
mail # dev (6)
date
last 7 days (1)
last 30 days (6)
last 90 days (12)
last 6 months (20)
last 9 months (38)
author
Todd Lipcon (488)
Harsh J (452)
Eli Collins (348)
Tsz Wo (168)
Aaron T. Myers (148)
Suresh Srinivas (145)
Colin Patrick McCabe (127)
Mohammad Tariq (126)
Stuti Awasthi (95)
Jing Zhao (87)
Uma Maheswara Rao G (76)
Allen Wittenauer (73)
Daryn Sharp (72)
Brandon Li (66)
Thanh Do (59)
Kihwal Lee