Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 34 (0.138s).
Loading phrases to help you
refine your search...
[HDFS-4688] DFSClient should not allow multiple concurrent creates for the same file - HDFS - [issue]
...Credit to Harsh for tracing down most of this.If a DFSClient does create with overwrite multiple times on the same file, we can get into bad states. The exact failure mode depends on the sta...
http://issues.apache.org/jira/browse/HDFS-4688    Author: Andrew Wang, 2013-04-25, 01:02
[HDFS-4680] Audit logging of client names - HDFS - [issue]
...HDFS audit logging tracks HDFS operations made by different users, e.g. creation and deletion of files. This is useful for after-the-fact root cause analysis and security. However, logging m...
http://issues.apache.org/jira/browse/HDFS-4680    Author: Andrew Wang, 2013-04-23, 16:30
[HDFS-4626] Fix NullPointerException in getLinkTarget - HDFS - [issue]
...HdfsFileStatus#getLinkTarget can throw a NPE in DFSUtil#bytes2String if symlink is null. Better to instead return null and propagate this to the client....
http://issues.apache.org/jira/browse/HDFS-4626    Author: Andrew Wang, 2013-03-22, 04:26
[HDFS-4596] Shutting down namenode during checkpointing can lead to md5sum error - HDFS - [issue]
...This is a really rare error that can hit if a NN shutdown happens during the checkpointing process.Checkpointing and restarting nominally looks like this: FSImage is written to a tmp file an...
http://issues.apache.org/jira/browse/HDFS-4596    Author: Andrew Wang, 2013-03-15, 13:20
[HDFS-4599] TestGridmixSummary#testExecutionSummarizer is broken - HDFS - [issue]
...HADOOP-9252 changed how human readable numbers are printed, and required updating a number of test cases. This one was missed because the Jenkins precommit job apparently isn't running the t...
http://issues.apache.org/jira/browse/HDFS-4599    Author: Andrew Wang, 2013-03-14, 16:03
[HDFS-4570] Increase default dfs.image.transfer.timeout value from 1 minute - HDFS - [issue]
...The default dfs.image.transfer.timeout is currently 60000 (1 minute). We've seen the NN / SNN hit this timeout with fsimages in the 2GB+ range. This default should probably be increased....
http://issues.apache.org/jira/browse/HDFS-4570    Author: Andrew Wang, 2013-03-08, 21:34
[HDFS-4569] Small image transfer related cleanups. - HDFS - [issue]
...The initial patch in HDFS-1490 has a couple small errors. It missed adding the new configuration key "dfs.image.transfer.timeout" to the hdfs-default.xml, and kept an explanatory comment fro...
http://issues.apache.org/jira/browse/HDFS-4569    Author: Andrew Wang, 2013-03-08, 14:03
[HDFS-3719] Re-enable append-related tests in TestFileConcurrentReader - HDFS - [issue]
...Both of these tests are disabled. We should figure out what append functionality we need to make the tests work again, and reenable them.  // fails due to issue w/append, disable &...
http://issues.apache.org/jira/browse/HDFS-3719    Author: Andrew Wang, 2013-03-05, 23:38
[HDFS-4547] Fallback to default authority if not specified in FileContext - HDFS - [issue]
...Currently, FileContext adheres rather strictly to RFC2396 when it comes to parsing absolute URIs (URIs with a scheme). If a user asks for a URI like "hdfs:///tmp", FileContext will error whi...
http://issues.apache.org/jira/browse/HDFS-4547    Author: Andrew Wang, 2013-03-04, 18:40
Re: are the HDFS javadocs published on the website? - HDFS - [mail # dev]
...Taking silence here to mean we aren't that concerned with the javadocs.  Are we okay with Doug's proposed fix for the broken links?  Thanks, Andrew   On Thu, Feb 14, 2013 at 4...
   Author: Andrew Wang, 2013-02-24, 02:11
Sort:
project
HDFS (34)
Hadoop (23)
HBase (5)
MapReduce (1)
type
issue (30)
mail # dev (4)
date
last 7 days (3)
last 30 days (8)
last 90 days (18)
last 6 months (25)
last 9 months (33)
author
Todd Lipcon (488)
Harsh J (455)
Eli Collins (348)
Tsz Wo (168)
Aaron T. Myers (149)
Suresh Srinivas (144)
Colin Patrick McCabe (128)
Mohammad Tariq (126)
Stuti Awasthi (95)
Jing Zhao (88)
Uma Maheswara Rao G (76)
Allen Wittenauer (73)
Daryn Sharp (72)
Brandon Li (66)
Thanh Do (59)
Andrew Wang