Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 38 (1.499s).
Loading phrases to help you
refine your search...
[HDFS-4477] Secondary namenode may retain old tokens - HDFS - [issue]
...Upon inspection of a fsimage created by a secondary namenode, we've discovered it contains very old tokens. These are probably the ones that were not explicitly canceled.  It may be rel...
http://issues.apache.org/jira/browse/HDFS-4477    Author: Kihwal Lee, 2013-05-17, 13:41
[HDFS-4807] DFSOutputStream.createSocketForPipeline() should not include timeout extension on connect - HDFS - [issue]
...In createSocketForPipeline(), connect() is called with a timeout set to (socket_timeout + read_extension * num_datanodes). Since it is simply connecting to a single node, it does not make se...
http://issues.apache.org/jira/browse/HDFS-4807    Author: Kihwal Lee, 2013-05-08, 16:12
[HDFS-4786] WebHdfsFileSystem hangs on close() - HDFS - [issue]
...When close() is called via fs shoutdown hook, the synchronized method, removeRenewAction() hangs. This is because DelegationTokenRenewer calls DelayQueue.take() inside a synchronized block. ...
http://issues.apache.org/jira/browse/HDFS-4786    Author: Kihwal Lee, 2013-05-06, 14:48
[HDFS-4780] Use the correct relogin method for services - HDFS - [issue]
...A number of components call reloginFromKeytab() before making requests. For StandbyCheckpointer and SecondaryNameNode, where this can be called frequently, it generates many WARN messages li...
http://issues.apache.org/jira/browse/HDFS-4780    Author: Kihwal Lee, 2013-04-30, 19:12
[HDFS-4713] Wrong server principal is used for rpc calls to namenode if HA is enabled - HDFS - [issue]
...When various components are connecting to a namenode in a HA-enabled environment, a wrong server principal may be picked up.  This result in SASL failure, since the client-side used a w...
http://issues.apache.org/jira/browse/HDFS-4713    Author: Kihwal Lee, 2013-04-24, 20:50
[HDFS-4714] Support logging short messages in Namenode IPC server for configurable list of exception classes. - HDFS - [issue]
...Namenode can slow down significantly if a rogue client/job issues massive number of requests that will fail. E.g. permission denied, quota overage, etc.  The major contributing factor i...
http://issues.apache.org/jira/browse/HDFS-4714    Author: Kihwal Lee, 2013-04-18, 19:36
Re: [VOTE] Release Apache Hadoop 0.23.7 - HDFS - [mail # dev]
...+1 I've checked out, built and deployed release-0.23.7-rc0 to a single node cluster. Ran a couple of sample jobs.  Kihwal  On 4/11/13 2:55 PM, "Thomas Graves"  wrote:  ...
   Author: Kihwal Lee, 2013-04-16, 19:45
[HDFS-4185] Add a metric for number of active leases - HDFS - [issue]
...We have seen cases of systematic open file leaks, which could have been detected if we have a metric that shows number of active leases....
http://issues.apache.org/jira/browse/HDFS-4185    Author: Kihwal Lee, 2013-03-29, 15:27
[HDFS-4183] Throttle block recovery - HDFS - [issue]
...When a large number of files are abandoned without closing, a storm of lease expiration follows in about an hour (lease hard limit). For the last block of each file, block recovery is initia...
http://issues.apache.org/jira/browse/HDFS-4183    Author: Kihwal Lee, 2013-03-29, 15:27
[HDFS-3696] Create files with WebHdfsFileSystem goes OOM when file size is big - HDFS - [issue]
...When doing "fs -put" to a WebHdfsFileSystem (webhdfs://), the FsShell goes OOM if the file size is large. When I tested, 20MB files were fine, but 200MB didn't work.  I also tried readi...
http://issues.apache.org/jira/browse/HDFS-3696    Author: Kihwal Lee, 2013-03-27, 10:40
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 (5)
last 90 days (12)
last 6 months (20)
last 9 months (38)
author
Todd Lipcon (488)
Harsh J (450)
Eli Collins (347)
Tsz Wo (168)
Aaron T. Myers (148)
Suresh Srinivas (144)
Colin Patrick McCabe (128)
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