Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 62 (0.18s).
Loading phrases to help you
refine your search...
[HDFS-4849] Idempotent create and append operations. - HDFS - [issue]
...create, append and delete operations can be made idempotent. This will reduce chances for a job or other app failures when NN fails over....
http://issues.apache.org/jira/browse/HDFS-4849    Author: Konstantin Shvachko, 2013-06-18, 22:44
[HDFS-2498] TestParallelRead times out consistently on Jenkins - HDFS - [issue]
...During last several Jenkins builds TestParallelRead consistently fails. See Hadoop-Hdfs-22-branch for logs....
http://issues.apache.org/jira/browse/HDFS-2498    Author: Konstantin Shvachko, 2013-06-17, 22:27
[HDFS-4899] TestQuorumJournalManager.testNewerVersionOfSegmentWins intermittently fails with BindException. - HDFS - [issue]
...Seen this test failing several times on Jenkins with the same BindException....
http://issues.apache.org/jira/browse/HDFS-4899    Author: Konstantin Shvachko, 2013-06-12, 19:34
[HDFS-4883] complete() should verify fileId - HDFS - [issue]
...It seems inconsistent that complete() avoids verifying real fileId, while addBlock() does it meticulously....
http://issues.apache.org/jira/browse/HDFS-4883    Author: Konstantin Shvachko, 2013-06-10, 22:19
[HDFS-4874] create with OVERWRITE deletes existing file without checking the lease: feature or a bug. - HDFS - [issue]
...create with OVERWRITE flag will remove a file under construction even if the issuing client does not hold a lease on the file.It could be a bug or the feature that applications rely upon....
http://issues.apache.org/jira/browse/HDFS-4874    Author: Konstantin Shvachko, 2013-06-07, 21:17
[HDFS-4872] Idempotent delete operation. - HDFS - [issue]
...Making delete idempotent is important to provide uninterrupted job execution in case of HA failover.This is to discuss different approaches to idempotent implementation of delete....
http://issues.apache.org/jira/browse/HDFS-4872    Author: Konstantin Shvachko, 2013-06-05, 17:50
Re: [VOTE] Release Apache Hadoop 2.0.4.1-alpha - HDFS - [mail # dev]
...+1 I verified checksums, the signature, built sources on CentOS, ran tests and a few hadoop commands.  Thanks,   On Fri, May 24, 2013 at 8:48 PM, Konstantin Boudnik  wrote: &n...
   Author: Konstantin Shvachko, 2013-05-30, 18:56
[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
Sort:
project
Hadoop (276)
HDFS (62)
MapReduce (27)
HBase (4)
Hive (1)
type
issue (32)
mail # dev (21)
mail # user (9)
date
last 7 days (3)
last 30 days (7)
last 90 days (13)
last 6 months (22)
last 9 months (62)
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 (67)
Azuryy Yu (62)
Konstantin Shvachko