| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
348 (0.179s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: profiling hdfs write path - HDFS - [mail # dev]
|
|
...On Tue, Dec 4, 2012 at 9:39 AM, Radim Kolar wrote: Agree. Want to write some? Would love to see patches like this. Here's a recent example: HDFS-4156 (Seeking ...
|
|
|
Author: Eli Collins,
2012-12-04, 17:44
|
|
|
[HDFS-4226] TestFsck may fail with RuntimeException - HDFS - [issue]
|
|
...I saw TestFsck fail with the following on trunk recently.Caused by: java.lang.RuntimeException: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ?...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4226
Author: Eli Collins,
2012-11-26, 18:18
|
|
|
[HDFS-4114] Deprecate the BackupNode and CheckpointNode in 2.0 - HDFS - [issue]
|
|
...Per the thread on hdfs-dev@ (http://s.apache.org/tMT) let's remove the BackupNode and CheckpointNode....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4114
Author: Eli Collins,
2012-11-22, 10:18
|
|
|
[HDFS-4217] DatanodeDescriptor#isAlive and needKeyUpdate should be private - HDFS - [issue]
|
|
...The DatanodeDescriptor isAlive and needKeyUpdate members should be private, with getters and setters....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4217
Author: Eli Collins,
2012-11-20, 22:35
|
|
|
[HDFS-4047] BPServiceActor has nested shouldRun loops - HDFS - [issue]
|
|
...BPServiceActor#run and offerService booth have while shouldRun loops. We only need the outer one, ie we can hoist the info log from offerService out to run and remove the while loop.BPServic...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4047
Author: Eli Collins,
2012-11-19, 09:07
|
|
|
[HDFS-3658] TestDFSClientRetries#testNamenodeRestart failed - HDFS - [issue]
|
|
...Saw the following fail on a jenkins run:Error Messageexpected:<MD5-of-0MD5-of-512CRC32:f397fb3d9133d0a8f55854ea2bb268b0> but was:<MD5-of-0MD5-of-0CRC32:70bc8f4b72a86921468bf8e8441dc...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3658
Author: Eli Collins,
2012-11-19, 07:20
|
|
|
[HDFS-4156] Seeking to a negative position should throw an IOE - HDFS - [issue]
|
|
...Credit to Marcelo Vanzin for finding this. If you seek() to a position before the start of the file, the seek() call succeeds, and the following read() call throws an NPE. A more friendly ap...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4156
Author: Eli Collins,
2012-11-18, 18:24
|
|
|
Re: seems like HDFS-4156 backport to branch-2 is breaking compilation - HDFS - [mail # dev]
|
|
...Fixed. On Sat, Nov 17, 2012 at 8:18 PM, Alejandro Abdelnur wrote:...
|
|
|
Author: Eli Collins,
2012-11-18, 05:25
|
|
|
[HDFS-3520] Add transfer rate logging to TransferFsImage - HDFS - [issue]
|
|
...Logging the transfer rate for images and edits in TransferFsImage is useful for debugging network issues, especially when using dfs.datanode.balance.bandwidthPerSec....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3520
Author: Eli Collins,
2012-11-15, 19:16
|
|
|
[HDFS-4030] BlockManager excessBlocksCount and postponedMisreplicatedBlocksCount should be AtomicLongs - HDFS - [issue]
|
|
...The BlockManager excessBlocksCount and postponedMisreplicatedBlocksCount fields are currently volatile longs which are incremented, which isn't thread safe. It looks like they're always incr...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4030
Author: Eli Collins,
2012-11-15, 18:18
|
|
|
|