| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
21 (0.085s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HDFS-978] Record every new block allocation of a file into the transaction log. - HDFS - [issue]
|
|
...HDFS should record every new block allocation (of a file) into its transaction logs. In the current code, block allocations are persisted only when a file is closed or hflush-ed. This featur...
|
|
|
http://issues.apache.org/jira/browse/HDFS-978
Author: dhruba borthakur,
2012-08-24, 01:26
|
|
|
[HDFS-1508] Ability to do savenamespace without being in safemode - HDFS - [issue]
|
|
...In the current code, the administrator can run savenamespace only after putting the namenode in safemode. This means that applications that are writing to HDFS encounters errors because the ...
|
|
|
http://issues.apache.org/jira/browse/HDFS-1508
Author: dhruba borthakur,
2012-07-09, 21:15
|
|
|
[HDFS-1509] Resync discarded directories in fs.name.dir during saveNamespace command - HDFS - [issue]
|
|
...In the current implementation, if the Namenode encounters an error while writing to a fs.name.dir directory it stops writing new edits to that directory. My proposal is to make the nam...
|
|
|
http://issues.apache.org/jira/browse/HDFS-1509
Author: dhruba borthakur,
2012-07-09, 21:14
|
|
|
[HDFS-96] HDFS does not support blocks greater than 2GB - HDFS - [issue]
|
|
...HDFS currently does not support blocks greater than 2GB in size....
|
|
|
http://issues.apache.org/jira/browse/HDFS-96
Author: dhruba borthakur,
2012-07-09, 07:59
|
|
|
[HDFS-1094] Intelligent block placement policy to decrease probability of block loss - HDFS - [issue]
|
|
...The current HDFS implementation specifies that the first replica is local and the other two replicas are on any two random nodes on a random remote rack. This means that if any three datanod...
|
|
|
http://issues.apache.org/jira/browse/HDFS-1094
Author: dhruba borthakur,
2012-07-02, 16:26
|
|
|
[HDFS-3544] Ability to use SimpleRegeratingCode to fix missing blocks - HDFS - [issue]
|
|
...ReedSolomon encoding (n, k) has n storage nodes and can tolerate n-k failures. Regenerating a block needs to access k blocks. This is a problem when n and k are large. Instead, we can use si...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3544
Author: dhruba borthakur,
2012-06-19, 01:22
|
|
|
[HDFS-140] When a file is deleted, its blocks remain in the blocksmap till the next block report from Datanode - HDFS - [issue]
|
|
...When a file is deleted, the namenode sends out block deletions messages to the appropriate datanodes. However, the namenode does not delete these blocks from the blocksmap. Instead, the proc...
|
|
|
http://issues.apache.org/jira/browse/HDFS-140
Author: dhruba borthakur,
2012-05-29, 18:42
|
|
|
[HDFS-3051] A zero-copy ScatterGatherRead api from FSDataInputStream - HDFS - [issue]
|
|
...It will be nice if we can get a new API from FSDtaInputStream that allows for zero-copy read for hdfs readers....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3051
Author: dhruba borthakur,
2012-05-20, 03:51
|
|
|
[HDFS-2744] Extend FSDataInputStream to allow fadvise - HDFS - [issue]
|
|
...Now that we have direct reads from local HDFS block files (HDFS-2246), it might make sense to make FSDataInputStream support fadvise calls. I have an application (HBase) that would like to t...
|
|
|
http://issues.apache.org/jira/browse/HDFS-2744
Author: dhruba borthakur,
2012-04-13, 09:02
|
|
|
[HDFS-233] Support for snapshots - HDFS - [issue]
|
|
...Support HDFS snapshots. It should support creating snapshots without shutting down the file system. Snapshot creation should be lightweight and a typical system should be able to support a f...
|
|
|
http://issues.apache.org/jira/browse/HDFS-233
Author: dhruba borthakur,
2012-03-21, 17:50
|
|
|
|