Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 32 (0.173s).
Loading phrases to help you
refine your search...
[HDFS-4816] transitionToActive blocks if the SBN is doing checkpoint image transfer - HDFS - [issue]
...The NN and SBN do this dance during checkpoint image transfer with nested HTTP GETs via HttpURLConnection. When an admin does a -transitionToActive during this transfer, part of that is inte...
http://issues.apache.org/jira/browse/HDFS-4816    Author: Andrew Wang, 2013-05-22, 19:32
[HDFS-4825] webhdfs / httpfs tests broken because of min block size change - HDFS - [issue]
...As reported by Suresh on HDFS-4305, some of the webhdfs tests were broken by the min block size change.Running org.apache.hadoop.fs.http.client.TestHttpFSFileSystemLocalFileSystemTests run: ...
http://issues.apache.org/jira/browse/HDFS-4825    Author: Andrew Wang, 2013-05-16, 00:07
[HDFS-4765] Permission check of symlink deletion incorrectly throws UnresolvedLinkException - HDFS - [issue]
...With permissions enabled, the permission check in FSNamesystem#delete will incorrectly throw an UnresolvedLinkException if the path contains a symlink. This leads to FileContext resolving th...
http://issues.apache.org/jira/browse/HDFS-4765    Author: Andrew Wang, 2013-05-14, 15:06
[HDFS-4751] TestLeaseRenewer#testThreadName flakes - HDFS - [issue]
...Seen internally and during upstream trunk builds, error like the following:Error Message: Unfinished stubbing detected here: -> at org.apache.hadoop.hdfs.TestLeaseRenewer.testThreadN...
http://issues.apache.org/jira/browse/HDFS-4751    Author: Andrew Wang, 2013-05-11, 15:06
[HDFS-4687] TestDelegationTokenForProxyUser#testWebHdfsDoAs is flaky with JDK7 - HDFS - [issue]
...Fails fairly often with JDK7.Running org.apache.hadoop.hdfs.security.TestDelegationTokenForProxyUserTests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.623 sec <<< FAI...
http://issues.apache.org/jira/browse/HDFS-4687    Author: Andrew Wang, 2013-04-30, 15:01
Re: transfer -> CreateSocketForPipeline : hardcoded length of 2? - HDFS - [mail # dev]
...Hi Jay,  Actually, my question on seeing that code is wondering why it's hardcoded to 2, rather than targets.length. The pipeline length is supposed to be the number of datanodes in the...
   Author: Andrew Wang, 2013-04-29, 18:05
[HDFS-4764] TestBlockReaderLocalLegacy flakes in MiniDFSCluster#shutdown - HDFS - [issue]
...I've seen this fail on two test-patch runs, and I'm pretty sure it's unrelated.Error MessageTest resulted in an unexpected exitStacktracejava.lang.AssertionError: Test resulted in an unexpec...
http://issues.apache.org/jira/browse/HDFS-4764    Author: Andrew Wang, 2013-04-26, 21:29
Re: Unable to delete symlinks in HDFS via FileContext - HDFS - [mail # dev]
...Hi Dia,  That's definitely a weird one, let's try to figure out what's going on.  Can you possibly share the complete FileContext snippet you're using to do this test? You could al...
   Author: Andrew Wang, 2013-04-25, 22:32
[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
Sort:
project
HDFS (32)
Hadoop (23)
HBase (5)
MapReduce (1)
type
issue (28)
mail # dev (4)
date
last 7 days (1)
last 30 days (9)
last 90 days (18)
last 6 months (24)
last 9 months (32)
author
Todd Lipcon (488)
Harsh J (453)
Eli Collins (348)
Tsz Wo (168)
Aaron T. Myers (148)
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