Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 148 (2.741s).
Loading phrases to help you
refine your search...
Re: VOTE: HDFS-347 merge - HDFS - [mail # dev]
...Since the merge vote passed, I have merged the HDFS-347 branch to trunk. Leaving the JIRA open for now until we also do the merge to branch-2.  Colin, thanks a ton for the monster contr...
   Author: Aaron T. Myers, 2013-04-13, 02:16
Re: VOTE: HDFS-347 merge - HDFS - [mail # dev]
...I'm +1 as well. I've reviewed much of the code as well and have personally seen it running in production at several different sites. I agree with Todd that it's a substantial improvement in ...
   Author: Aaron T. Myers, 2013-04-11, 05:00
[HDFS-4657] If incremental BR is received before first full BR NN will log a line for every block on a DN - HDFS - [issue]
...This can impact restart times pretty substantially if the DNs have a lot of blocks, and since the FSNS write lock is held while processing the block report clients will not make any progress...
http://issues.apache.org/jira/browse/HDFS-4657    Author: Aaron T. Myers, 2013-04-05, 20:56
[HDFS-4658] Standby NN will log that it has received a block report "after becoming active" - HDFS - [issue]
...Even when in the standby state the following line will sometimes be logged:INFO blockmanagement.BlockManager: BLOCK* processReport: Received first block report from 172.21.3.106:50010 after ...
http://issues.apache.org/jira/browse/HDFS-4658    Author: Aaron T. Myers, 2013-04-04, 15:05
[HDFS-4656] DN heartbeat loop can be briefly tight - HDFS - [issue]
...The DN hearbeat loop looks roughly like this:if (now - timeOfLastHeartbeat > configuredHeartbeatInterval) {  // do heartbeat}timeToWait = configuredHeartbeatInterval - (now - ti...
http://issues.apache.org/jira/browse/HDFS-4656    Author: Aaron T. Myers, 2013-04-04, 00:48
[HDFS-4655] DNA_FINALIZE is logged as being an unknown command by the DN when received from the standby NN - HDFS - [issue]
...This is harmless since the alternative is just to log the command as being ignored, but this bug results in a somewhat concerning error message appearing in the logs....
http://issues.apache.org/jira/browse/HDFS-4655    Author: Aaron T. Myers, 2013-04-02, 15:07
[HDFS-4614] FSNamesystem#getContentSummary should use getPermissionChecker helper method - HDFS - [issue]
...HDFS-4222 added this helper method and called it in most places, but missed one....
http://issues.apache.org/jira/browse/HDFS-4614    Author: Aaron T. Myers, 2013-03-20, 14:04
[HDFS-4591] HA clients can fail to fail over while Standby NN is performing long checkpoint - HDFS - [issue]
...Clients know to fail over to talk to the Active NN when they perform an RPC to the Standby NN and it throws a StandbyException. However, most places in the code that check if the NN is in th...
http://issues.apache.org/jira/browse/HDFS-4591    Author: Aaron T. Myers, 2013-03-14, 14:05
[HDFS-3256] HDFS considers blocks under-replicated if topology script is configured with only 1 rack - HDFS - [issue]
...HDFS treats the mere presence of a topology script being configured as evidence that there are multiple racks. If there is in fact only a single rack, the NN will try to place the blocks on ...
http://issues.apache.org/jira/browse/HDFS-3256    Author: Aaron T. Myers, 2013-03-14, 12:40
[HDFS-4592] Default values for access time precision are out of sync between hdfs-default.xml and the code - HDFS - [issue]
...In hdfs-default.xml we have:<property>  <name>dfs.namenode.accesstime.precision</name>  <value>3600000</value>  <description>...
http://issues.apache.org/jira/browse/HDFS-4592    Author: Aaron T. Myers, 2013-03-13, 14:06
Sort:
project
HDFS (148)
Hadoop (114)
MapReduce (25)
type
issue (99)
mail # dev (47)
mail # user (2)
date
last 7 days (1)
last 30 days (6)
last 90 days (26)
last 6 months (33)
last 9 months (148)
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)