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
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:
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
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
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
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
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
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