[jira] Created: (HDFS-1074) TestProxyUtil fails

2010-04-02 Thread Tsz Wo (Nicholas), SZE (JIRA)
TestProxyUtil fails --- Key: HDFS-1074 URL: https://issues.apache.org/jira/browse/HDFS-1074 Project: Hadoop HDFS Issue Type: Bug Components: contrib/hdfsproxy Reporter: Tsz Wo (Nicholas), SZE TestProxy

[jira] Created: (HDFS-1075) Separately configure connect timeouts from read timeouts in data path

2010-04-02 Thread Todd Lipcon (JIRA)
Separately configure connect timeouts from read timeouts in data path - Key: HDFS-1075 URL: https://issues.apache.org/jira/browse/HDFS-1075 Project: Hadoop HDFS Issue Type:

[VOTE] Commit hdfs-1024 to 0.20 branch

2010-04-02 Thread Stack
Please on committing HDFS-1024 to the hadoop 0.20 branch. Background: HDFS-1024 fixes possible trashing of fsimage because of failed copy from 2NN and NN. Ordinarily, possible corruption of this proportion would merit commit w/o need of a vote only Dhruba correctly notes that UNLESS both NN and

Re: [VOTE] Commit hdfs-1024 to 0.20 branch

2010-04-02 Thread Todd Lipcon
On Fri, Apr 2, 2010 at 10:38 AM, Stack wrote: > Please on committing HDFS-1024 to the hadoop 0.20 branch. > > Background: > > HDFS-1024 fixes possible trashing of fsimage because of failed copy > from 2NN and NN. Ordinarily, possible corruption of this proportion > would merit commit w/o need of

[jira] Created: (HDFS-1076) HFDS CLI error tests fail with Avro RPC

2010-04-02 Thread Doug Cutting (JIRA)
HFDS CLI error tests fail with Avro RPC --- Key: HDFS-1076 URL: https://issues.apache.org/jira/browse/HDFS-1076 Project: Hadoop HDFS Issue Type: Sub-task Components: test Reporter: Do

[jira] Created: (HDFS-1077) namenode RPC protocol method names are overloaded

2010-04-02 Thread Doug Cutting (JIRA)
namenode RPC protocol method names are overloaded - Key: HDFS-1077 URL: https://issues.apache.org/jira/browse/HDFS-1077 Project: Hadoop HDFS Issue Type: Sub-task Components: name-node

Re: HDFS Blockreport question

2010-04-02 Thread Alberich de megres
Hi again! Anyone could help me? I could not understand how RPC class works. For me, only tries to instantiates a single interfaces with no declaration for some methods like blockreport. But then it uses rpc.getproxy to get new class wich send messages with name node. I'm sorry for this silly ques

Re: HDFS Blockreport question

2010-04-02 Thread Ryan Rawson
If you look at the getProxy code it passes an "Invoker" (or something like that) which the proxy code uses to delegate calls TO. The Invoker will call another class "Client" which has sub-classes like Call, and Connection which wrap the actual java IO. This all lives in the org.apache.hadoop.ipc