Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 35 (0.298s).
Loading phrases to help you
refine your search...
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
are the HDFS javadocs published on the website? - HDFS - [mail # dev]
...Hi all,  I think something changed recently regarding the online HDFS javadocs. I'm fairly sure they used to be available online, since it's indexed by google:  https://www.google....
   Author: Andrew Wang, 2013-02-14, 23:48
[HDFS-4483] Refactor NN WebUI to no longer pass IP addresses in the URL - HDFS - [issue]
...Right now, the namenode passes its RPC address in WebUI URLs when it redirects to datanodes for things like browsing the filesystem. This is brittle and fails in different ways when wildcard...
http://issues.apache.org/jira/browse/HDFS-4483    Author: Andrew Wang, 2013-02-08, 18:13
[HDFS-4471] Namenode WebUI file browsing does not work with wildcard addresses configured - HDFS - [issue]
...The namenode web UI currently passes around the NN's configured RPC address in the URL. One of the places this is used is for file browsing; the NN redirects to a random DN, and the DN then ...
http://issues.apache.org/jira/browse/HDFS-4471    Author: Andrew Wang, 2013-02-08, 18:13
[HDFS-4350] Make enabling of stale marking on read and write paths independent - HDFS - [issue]
...Marking of datanodes as stale for the read and write path was introduced in HDFS-3703 and HDFS-3912 respectively. This is enabled using two new keys, DFS_NAMENODE_CHECK_STALE_DATANODE_KEY an...
http://issues.apache.org/jira/browse/HDFS-4350    Author: Andrew Wang, 2013-02-03, 13:20
[HDFS-4351] Fix BlockPlacementPolicyDefault#chooseTarget when avoiding stale nodes - HDFS - [issue]
...There's a bug in BlockPlacementPolicyDefault#chooseTarget with stale node avoidance enabled (HDFS-3912). If a NotEnoughReplicasException is thrown in the call to chooseRandom(), numOfReplica...
http://issues.apache.org/jira/browse/HDFS-4351    Author: Andrew Wang, 2013-01-04, 18:13
[HDFS-4338] TestNameNodeMetrics#testCorruptBlock is flaky - HDFS - [issue]
...Ran some background cpuburn threads, got this stack trace:Running org.apache.hadoop.hdfs.server.namenode.metrics.TestNameNodeMetricsTests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time ela...
http://issues.apache.org/jira/browse/HDFS-4338    Author: Andrew Wang, 2013-01-03, 13:55
[HDFS-3811] TestPersistBlocks#TestRestartDfsWithFlush appears to be flaky - HDFS - [issue]
...This test failed on a recent Jenkins build, but passes for me locally. Seems flaky.See:https://builds.apache.org/job/PreCommit-HDFS-Build/3021//testReport/org.apache.hadoop.hdfs/TestPersistB...
http://issues.apache.org/jira/browse/HDFS-3811    Author: Andrew Wang, 2012-10-10, 17:20
[HDFS-3976] SampleQuantiles#query is O(N^2) instead of O(N) - HDFS - [issue]
...SampleQuantiles#query() does O(N) calls LinkedList#get() in a loop, rather than using an iterator. This makes query O(N^2), rather than O(N)....
http://issues.apache.org/jira/browse/HDFS-3976    Author: Andrew Wang, 2012-09-26, 02:50
[HDFS-3957] Change MutableQuantiles to use a shared thread for rolling over metrics - HDFS - [issue]
...Each MutableQuantiles currently creates its own thread to rollover the histogram every interval. It'd be better to do this with a single, shared thread or executor, and do it with a ThreadFa...
http://issues.apache.org/jira/browse/HDFS-3957    Author: Andrew Wang, 2012-09-26, 00:16
Sort:
project
HDFS (35)
Hadoop (25)
HBase (5)
MapReduce (1)
type
issue (30)
mail # dev (5)
date
last 7 days (2)
last 30 days (6)
last 90 days (14)
last 6 months (27)
last 9 months (35)
author
Todd Lipcon (491)
Harsh J (474)
Eli Collins (349)
Tsz Wo (172)
Aaron T. Myers (151)
Suresh Srinivas (149)
Mohammad Tariq (133)
Colin Patrick McCabe (131)
Stuti Awasthi (95)
Jing Zhao (91)
Uma Maheswara Rao G (76)
Allen Wittenauer (73)
Daryn Sharp (72)
Brandon Li (68)
Azuryy Yu (62)
Andrew Wang