Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 56 (0.133s).
Loading phrases to help you
refine your search...
[HDFS-815] FileContext tests fail on Windows - HDFS - [issue]
...The following FileContext-related tests are failing on windows because of incorrect use "test.build.data" system property for setting hdfs paths, which end up containing "C:" as a path compo...
http://issues.apache.org/jira/browse/HDFS-815    Author: Konstantin Shvachko, 2013-05-10, 00:15
[HDFS-4746] ClassCastException in BlockManager.addStoredBlock() due to that blockReceived came after file was closed. - HDFS - [issue]
...In some cases the last block replica of a file can be reported after the file was closed. In this case file inode is of type INodeFile. BlockManager.addStoredBlock() though expects it to be ...
http://issues.apache.org/jira/browse/HDFS-4746    Author: Konstantin Shvachko, 2013-04-25, 00:21
[HDFS-4639] startFileInternal() should not increment generation stamp - HDFS - [issue]
...startFileInternal() increments genStamp and passes it to FSDirectory.addFile() as a parameter, while the addFile() simply ignores the generationStamp parameter.We should remove the call of n...
http://issues.apache.org/jira/browse/HDFS-4639    Author: Konstantin Shvachko, 2013-04-13, 15:05
[HDFS-4588] DFSTestUtil.appendFile() should close the output stream on completion. - HDFS - [issue]
...DFSTestUtil.appendFile() opens an output stream to write to a file but never closes it.This was fixed for DFSTestUtil.createFile() on trunk by HDFS-3995. The same should be done for appendFi...
http://issues.apache.org/jira/browse/HDFS-4588    Author: Konstantin Shvachko, 2013-04-11, 23:53
[HDFS-898] Sequential generation of block ids - HDFS - [issue]
...This is a proposal to replace random generation of block ids with a sequential generator in order to avoid block id reuse in the future....
http://issues.apache.org/jira/browse/HDFS-898    Author: Konstantin Shvachko, 2013-03-28, 17:16
Re: For a new installation: use the BackupNode or the CheckPointNode? - HDFS - [mail # user]
...There is no BackupNode in Hadoop 1. That was a bug in documentation.  Here is the updated link: http://hadoop.apache.org/docs/r1.1.2/hdfs_user_guide.html  Thanks,  On Sat, Mar...
   Author: Konstantin Shvachko, 2013-03-26, 22:06
[HDFS-4391] TestDataTransferKeepalive fails when tests are executed in a certain order. - HDFS - [issue]
...TestDataTransferKeepalive if testKeepaliveTimeouts() is executed AFTER testManyClosedSocketsInCache()....
http://issues.apache.org/jira/browse/HDFS-4391    Author: Konstantin Shvachko, 2013-03-12, 14:04
Re: [Vote] Merge branch-trunk-win to trunk - HDFS - [mail # dev]
...Suresh, this might be a confusing statement as your patch includes only Yarn changes. Could you please update it.  Thanks,  On Wed, Feb 27, 2013 at 6:17 PM, Suresh Srinivas  w...
   Author: Konstantin Shvachko, 2013-03-01, 19:24
[HDFS-4370] Fix typo Blanacer in DataNode - HDFS - [issue]
...It is in JavaDoc of DataNode.getBalancerBandwidth(). Should be Balancer....
http://issues.apache.org/jira/browse/HDFS-4370    Author: Konstantin Shvachko, 2013-02-19, 20:38
[HDFS-4268] Remove redundant enum NNHAStatusHeartbeat.State - HDFS - [issue]
...NNHAStatusHeartbeat.State is redundant and can be replaced with commonly used enum HAServiceState.We should also consistently use HAServiceState to check if the state is ACTIVE or STANDBY ra...
http://issues.apache.org/jira/browse/HDFS-4268    Author: Konstantin Shvachko, 2013-02-15, 05:06
Sort:
project
Hadoop (271)
HDFS (56)
MapReduce (23)
HBase (4)
Hive (1)
type
issue (27)
mail # dev (20)
mail # user (9)
date
last 7 days (0)
last 30 days (2)
last 90 days (9)
last 6 months (17)
last 9 months (56)
author
Todd Lipcon (488)
Harsh J (450)
Eli Collins (347)
Tsz Wo (168)
Aaron T. Myers (148)
Suresh Srinivas (144)
Colin Patrick McCabe (127)
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)
Konstantin Shvachko