| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
347 (0.062s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HDFS-2983] Relax the build version check to permit rolling upgrades within a release - HDFS - [issue]
|
|
...Currently the version check for DN/NN communication is strict (it checks the exact svn revision or git hash, Storage#getBuildVersion calls VersionInfo#getRevision), which prevents rolling up...
|
|
|
http://issues.apache.org/jira/browse/HDFS-2983
Author: Eli Collins,
2012-10-24, 20:12
|
|
|
[HDFS-3219] Disambiguate "visible length" in the code and docs - HDFS - [issue]
|
|
...HDFS-2288 there are two definition of visible length, or rather we're using the same name for two things:1. The HDFS-265 design doc which defines it as property of the replica:visible length...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3219
Author: Eli Collins,
2012-10-24, 09:34
|
|
|
[HDFS-4068] DatanodeID and DatanodeInfo member should be private - HDFS - [issue]
|
|
...Per HDFS-3990 let's make the DatanodeID and DatanodeInfo members private and clean up a dead argument in DatanodeManager....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4068
Author: Eli Collins,
2012-10-18, 14:21
|
|
|
[HDFS-4014] Fix warnings found by findbugs2 - HDFS - [issue]
|
|
...The HDFS side of HADOOP-8594. Ubrella jira for fixing the warnings found by findbugs 2....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4014
Author: Eli Collins,
2012-10-18, 02:16
|
|
|
[HDFS-3078] 2NN https port setting is broken - HDFS - [issue]
|
|
...The code in SecondaryNameNode.java to set the https port is broken, if the port is set it sets the bind addr to "addr:addr:port" which is bogus. Even if it did work it uses port 0 instead of...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3078
Author: Eli Collins,
2012-10-17, 19:27
|
|
|
[HDFS-2637] The rpc timeout for block recovery is too low - HDFS - [issue]
|
|
...The RPC timeout for block recovery does not take into account that it issues multiple RPCs itself. This can cause recovery to fail if the network is congested or DNs are busy....
|
|
|
http://issues.apache.org/jira/browse/HDFS-2637
Author: Eli Collins,
2012-10-17, 19:27
|
|
|
[HDFS-3008] Negative caching of local addrs doesn't work - HDFS - [issue]
|
|
...HDFS-2653 added negative caching of local addrs, however it still goes through the fall through path every time if the address is non-local....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3008
Author: Eli Collins,
2012-10-17, 19:27
|
|
|
[HDFS-3044] fsck move should be non-destructive by default - HDFS - [issue]
|
|
...The fsck move behavior in the code and originally articulated in HADOOP-101 is:Current failure modes for DFS involve blocks that are completely missing. The only way to "fix" them would be t...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3044
Author: Eli Collins,
2012-10-17, 19:27
|
|
|
[HDFS-3985] Add timeouts to TestMulitipleNNDataBlockScanner - HDFS - [issue]
|
|
...Saw TestMulitipleNNDataBlockScanner hang in a jenkins job recently. Let's add the relevant test timeouts so we can see what's going on....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3985
Author: Eli Collins,
2012-10-17, 14:21
|
|
|
[HDFS-4029] GenerationStamp should use an AtomicLong - HDFS - [issue]
|
|
...GenerationStamp#genstamp is a volatile long. Incrementing volatiles is not thread safe, which is currently not an issue because the only increment is done in nextStamp which is synchronized ...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4029
Author: Eli Collins,
2012-10-17, 14:21
|
|
|
|