| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
349 (0.128s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HDFS-3949] NameNodeRpcServer#join should join on both client and server RPC servers - HDFS - [issue]
|
|
...Per HDFS-3939 NameNodeRpcServer#join should join on both the client and server RPC servers, otherwise NN may continue to shutdown (for tests) while the server RPC server is still running....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3949
Author: Eli Collins,
2012-09-20, 14:59
|
|
|
[HDFS-3959] Jersey warnings due to WebHDFS binding "/" - HDFS - [issue]
|
|
...Looked at NN stdout recently for a webhdfs-enabled cluster and noticed a bunch of jersery warnings like the following:WARNING: A sub-resource method, public javax.ws.rs.core.Responsewith URI...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3959
Author: Eli Collins,
2012-09-19, 23:03
|
|
|
[HDFS-3936] MiniDFSCluster shutdown races with BlocksMap usage - HDFS - [issue]
|
|
...Looks like HDFS-3664 didn't fix the whole issue because the added join times out because the thread closing the BM (FSN#stopCommonServices) holds the FSN lock while closing the BM and the BM...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3936
Author: Eli Collins,
2012-09-19, 14:58
|
|
|
[HDFS-3939] NN RPC address cleanup - HDFS - [issue]
|
|
...Most callers to NN#getNameNodeAddress wrap it in NetUtils#getHostPortString or manually create the host:port string. Let's clean that up and the relevant javadocs while we're at it....
|
|
|
http://issues.apache.org/jira/browse/HDFS-3939
Author: Eli Collins,
2012-09-19, 14:58
|
|
|
[HDFS-2051] TestBlockRecovery.testErrorReplicas is timing out - HDFS - [issue]
|
|
...The Hudson job was green until June 6th when TestBlockRecovery.testErrorReplicas started failing due to timeout, and has consistently failed since then. Recent change or perhaps Hudson is to...
|
|
|
http://issues.apache.org/jira/browse/HDFS-2051
Author: Eli Collins,
2012-09-18, 18:04
|
|
|
[HDFS-3933] Unclean exit in ReplicationMonitor#run occasionally causes tests to fail - HDFS - [issue]
|
|
...I've seen the following in jenkins jobs for TestHadoopArchives and TestBlockTokenWithDFS. We're not getting the initial ExitException thrown by ReplicationMonitor, just the log of the ...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3933
Author: Eli Collins,
2012-09-18, 02:12
|
|
|
[HDFS-3946] Separate client and server uses of NN#getAddress - HDFS - [issue]
|
|
...The use of the various static NN#getAddress methods are hard to follow because they're used by by the NN itself, the DFS client, and NN related services (fsck , balancer, zkfc, etc) and the ...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3946
Author: Eli Collins,
2012-09-18, 01:44
|
|
|
[HDFS-3945] HDFS conf is loading MR and YARN config files - HDFS - [issue]
|
|
...When running a recent trunk build and looking at the loaded NN conf (via /conf on the Web UI) I noticed that we're loading all the mapred* and yarn* configuration options, rather than ...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3945
Author: Eli Collins,
2012-09-18, 01:21
|
|
|
[HDFS-2148] Address all the federation TODOs - HDFS - [issue]
|
|
...The federation merge introduced a bunch of todos marked "TODO:FEDERATION" and "TODO". We should have jiras for these and address the issues....
|
|
|
http://issues.apache.org/jira/browse/HDFS-2148
Author: Eli Collins,
2012-09-17, 22:11
|
|
|
[HDFS-3937] The BlockManager should not use the FSN lock - HDFS - [issue]
|
|
...Like HDFS-2206 but for the BM. The BM currently calls into the FSN to acquire it's write lock, it looks like this is only needed for synchronization of it's local structures, in which case i...
|
|
|
http://issues.apache.org/jira/browse/HDFS-3937
Author: Eli Collins,
2012-09-14, 07:05
|
|
|
|