| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
488 (0.84s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: [VOTE] Merge HDFS-3077 (QuorumJournalManager) branch to trunk - HDFS - [mail # dev]
|
|
...Thanks, Sanjay and Suresh. I've merged the branch into trunk. Will take care of merging the CHANGES.txt lists, etc, tomorrow, and start working on the agreed-upon improvements early ne...
|
|
|
Author: Todd Lipcon,
2012-10-11, 08:12
|
|
|
Re: [VOTE] Merge HDFS-3077 (QuorumJournalManager) branch to trunk - HDFS - [mail # dev]
|
|
...On Mon, Oct 8, 2012 at 6:01 PM, Suresh Srinivas wrote: I still haven't heard any actual concrete suggestion for a design improvement. Just abstract notions that "it should be simpler"....
|
|
|
Author: Todd Lipcon,
2012-10-09, 01:20
|
|
|
Re: [VOTE] Merge HDFS-3077 (QuorumJournalManager) branch to trunk - HDFS - [mail # dev]
|
|
...Hi Sanjay, The 7 extra days you requested beyond the original 7-day merge vote have now elapsed, and we have the requisite three binding +1s to merge. I'll plan to merge this lat...
|
|
|
Author: Todd Lipcon,
2012-10-09, 00:46
|
|
|
[HDFS-4015] Safemode should count and report orphaned blocks - HDFS - [issue]
|
|
...The safemode status currently reports the number of unique reported blocks compared to the total number of blocks referenced by the namespace. However, it does not report the inverse: blocks...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4015
Author: Todd Lipcon,
2012-10-06, 11:45
|
|
|
[HDFS-2276] src/test/unit tests not being run in mavenized HDFS - HDFS - [issue]
|
|
...There are about 5 tests in src/test/unit that are no longer being run....
|
|
|
http://issues.apache.org/jira/browse/HDFS-2276
Author: Todd Lipcon,
2012-10-06, 00:44
|
|
|
[HDFS-2551] fuse-dfs's close() is asynchronous - HDFS - [issue]
|
|
...FUSE's "release" operation is called asynchronously when a file is closed from userspace. This means that, if a program writes a file, closes it, and immediately re-opens it, it might not su...
|
|
|
http://issues.apache.org/jira/browse/HDFS-2551
Author: Todd Lipcon,
2012-10-03, 23:23
|
|
|
[HDFS-3652] 1.x: FSEditLog failure removes the wrong edit stream when storage dirs have same name - HDFS - [issue]
|
|
...In FSEditLog.removeEditsForStorageDir, we iterate over the edits streams trying to find the stream corresponding to a given dir. To check equality, we currently use the following condition:F...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3652
Author: Todd Lipcon,
2012-10-03, 05:08
|
|
|
Re: DFSOutputStream.Packet retention even if close() called when IOE encountered - HDFS - [mail # dev]
|
|
...Hey Benoit, Sorry for the slow response on this. The attachment seems to have not come through. Would you mind filing an HDFS JIRA and attach the reproducer case there? Tha...
|
|
|
Author: Todd Lipcon,
2012-10-01, 19:27
|
|
|
[HDFS-3373] FileContext HDFS implementation can leak socket caches - HDFS - [issue]
|
|
...As noted by Nicholas in HDFS-3359, FileContext doesn't have a close() method, and thus never calls DFSClient.close(). This means that, until finalizers run, DFSClient will hold on to its Soc...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3373
Author: Todd Lipcon,
2012-09-29, 13:39
|
|
|
[HDFS-2751] Datanode drops OS cache behind reads even for short reads - HDFS - [issue]
|
|
...HDFS-2465 has some code which attempts to disable the "drop cache behind reads" functionality when the reads are <256KB (eg HBase random access). But this check was missing in the close()...
|
|
|
http://issues.apache.org/jira/browse/HDFS-2751
Author: Todd Lipcon,
2012-09-28, 22:12
|
|
|
|