Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 38 (0.106s).
Loading phrases to help you
refine your search...
[HDFS-4605] Implement block-size independent file checksum - HDFS - [issue]
...The value of current getFileChecksum() is block-size dependent. Since FileChecksum is mainly intended for comparing content of files, removing this dependency will make FileCheckum in HDFS r...
http://issues.apache.org/jira/browse/HDFS-4605    Author: Kihwal Lee, 2013-03-19, 04:14
[HDFS-4186] logSync() is called with the write lock held while releasing lease - HDFS - [issue]
...As pointed out in HDFS-4138, when the lease monitor calls internalReleaseLease(), it acquires the namespace write lock. Inside internalReleaseLease(), if a block recovery is needed, the leas...
http://issues.apache.org/jira/browse/HDFS-4186    Author: Kihwal Lee, 2013-03-11, 20:44
[HDFS-4495] Allow client-side lease renewal to be retried beyond soft-limit - HDFS - [issue]
...The current lease renewal code in DFSClient gives up after several retries, if the soft limit exceeds. This causes the client to abort.  Without this self destruction behavior, lease re...
http://issues.apache.org/jira/browse/HDFS-4495    Author: Kihwal Lee, 2013-02-14, 14:05
[HDFS-4080] Add a separate logger for block state change logs to enable turning off those logs - HDFS - [issue]
...Although the block-level logging in namenode is useful for debugging, it can add a significant overhead to busy hdfs clusters since they are done while the namespace write lock is held. One ...
http://issues.apache.org/jira/browse/HDFS-4080    Author: Kihwal Lee, 2013-02-06, 17:05
[HDFS-4075] Reduce recommissioning overhead - HDFS - [issue]
...When datanodes are recommissioned, {BlockManager#processOverReplicatedBlocksOnReCommission()} is called for each rejoined node and excess blocks are added to the invalidate list. The pr...
http://issues.apache.org/jira/browse/HDFS-4075    Author: Kihwal Lee, 2013-02-06, 17:05
[HDFS-4181] LeaseManager tries to double remove and prints extra messages - HDFS - [issue]
...When checkLeases() runs, internalReleaseLease() is called on the expired ones. When it returns true, the lease is already removed, yet it is tried again in checkLease(). This causes unnecess...
http://issues.apache.org/jira/browse/HDFS-4181    Author: Kihwal Lee, 2013-02-06, 17:05
[HDFS-4090] getFileChecksum() result incompatible when called against zero-byte files. - HDFS - [issue]
...When getFileChecksum() is called against a zero-byte file, the branch-1 client returns MD5MD5CRC32FileChecksum with crcPerBlock=0, bytePerCrc=0 and md5=70bc8f4b72a86921468bf8e8441dce51, wher...
http://issues.apache.org/jira/browse/HDFS-4090    Author: Kihwal Lee, 2013-02-06, 17:05
[HDFS-4191] Track new transactions per thread so that unnecessary logSync() calls can be avoided - HDFS - [issue]
...With this fix, logSync() can be called anytime by a thread without affecting the batched syncs metrics. As discussed in HDFS-4186, we will put this feature only to trunk first and let it soa...
http://issues.apache.org/jira/browse/HDFS-4191    Author: Kihwal Lee, 2012-12-12, 00:54
[HDFS-4254] testAllEditsDirsFailOnFlush makes subsequent test cases fail (0.23.6 only) - HDFS - [issue]
...This jira is about a broken test case in branch-0.23 only.After HDFS-4233, testAllEditsDirsFailOnFlush started making subsequent cases in the same file fail. This is because MiniDFSCluster w...
http://issues.apache.org/jira/browse/HDFS-4254    Author: Kihwal Lee, 2012-12-01, 12:42
[HDFS-4233] NN keeps serving even after no journals started while rolling edit - HDFS - [issue]
...We've seen namenode keeps serving even after rollEditLog() failure. Instead of taking a corrective action or regard this condition as FATAL, it keeps on serving and modifying its file system...
http://issues.apache.org/jira/browse/HDFS-4233    Author: Kihwal Lee, 2012-12-01, 00:14
Sort:
project
Hadoop (43)
HDFS (38)
MapReduce (14)
HBase (4)
Hive (1)
type
issue (32)
mail # dev (6)
date
last 7 days (1)
last 30 days (5)
last 90 days (12)
last 6 months (20)
last 9 months (38)
author
Todd Lipcon (488)
Harsh J (450)
Eli Collins (347)
Tsz Wo (168)
Aaron T. Myers (148)
Suresh Srinivas (144)
Colin Patrick McCabe (128)
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)
Kihwal Lee