Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 14 (0.221s).
Loading phrases to help you
refine your search...
[HDFS-4306] PBHelper.convertLocatedBlock miss convert BlockToken - HDFS - [issue]
...PBHelper.convertLocatedBlock(from protobuf array to primitive array) miss convert BlockToken....
http://issues.apache.org/jira/browse/HDFS-4306    Author: Binglin Chang, 2013-01-04, 07:53
[HDFS-4333] Using right default value for creating files in HDFS - HDFS - [issue]
...The default permission to create file should be 0666 rather than 0777, HADOOP-9155 add default permission for files and change localfilesystem.create to use this default value, this jira mak...
http://issues.apache.org/jira/browse/HDFS-4333    Author: Binglin Chang, 2013-01-03, 02:08
[HDFS-4273] Problem in DFSInputStream read retry logic may cause early failure - HDFS - [issue]
...Assume the following call logic readWithStrategy()  -> blockSeekTo()  -> readBuffer()     -> reader.doRead()     -> seekToN...
http://issues.apache.org/jira/browse/HDFS-4273    Author: Binglin Chang, 2012-12-27, 10:06
[HDFS-4325] ClientProtocol.createSymlink parameter dirPerm invalid - HDFS - [issue]
...   * @param link The path of the link being created.   * @param dirPerm permissions to use when creating parent directories   * @param createParent - if true th...
http://issues.apache.org/jira/browse/HDFS-4325    Author: Binglin Chang, 2012-12-22, 13:28
[HDFS-4292] Sanity check not correct in RemoteBlockReader2.newBlockReader - HDFS - [issue]
...    if ( firstChunkOffset < 0 || firstChunkOffset > startOffset ||        firstChunkOffset >= (startOffset + checksum.getBytesPerChecksum()))...
http://issues.apache.org/jira/browse/HDFS-4292    Author: Binglin Chang, 2012-12-11, 14:09
[HDFS-4055] TestAuditLogs is flaky - HDFS - [issue]
...    InputStream istream = webfs.open(file);    int val = istream.read();    istream.close();    verifyAuditLogsRepeat(true, 3);&nb...
http://issues.apache.org/jira/browse/HDFS-4055    Author: Binglin Chang, 2012-12-07, 01:14
[HDFS-4271] Problem in DFSInputStream read retry logic may cause early failure - HDFS - [issue]
...Assume the following call logic readWithStrategy()  -> blockSeekTo()  -> readBuffer()     -> reader.doRead()     -> seekToN...
http://issues.apache.org/jira/browse/HDFS-4271    Author: Binglin Chang, 2012-12-06, 00:42
[HDFS-4272] Problem in DFSInputStream read retry logic may cause early failure - HDFS - [issue]
...Assume the following call logic readWithStrategy()  -> blockSeekTo()  -> readBuffer()     -> reader.doRead()     -> seekToN...
http://issues.apache.org/jira/browse/HDFS-4272    Author: Binglin Chang, 2012-12-05, 17:08
[HDFS-4263] DFSInputStream.reportCheckSumFailure do not report all corrupted blocks - HDFS - [issue]
...DFSInputStream.reportCheckSumFailure do not report all corrupted blocks, it seems the code forgets to loop through the corruptedBlockMap....
http://issues.apache.org/jira/browse/HDFS-4263    Author: Binglin Chang, 2012-12-04, 07:11
[HDFS-4165] Faulty sanity check in FsDirectory.unprotectedSetQuota - HDFS - [issue]
...According to the documentation:The quota can have three types of values : (1) 0 or more will set the quota to that value, (2) {@link HdfsConstants#QUOTA_DONT_SET}  implies the quota wil...
http://issues.apache.org/jira/browse/HDFS-4165    Author: Binglin Chang, 2012-11-09, 14:02
Sort:
project
MapReduce (17)
HDFS (14)
Hadoop (7)
Avro (3)
HBase (1)
Hive (1)
type
issue (13)
mail # dev (1)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (9)
last 9 months (14)
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)
Binglin Chang