[jira] [Updated] (HADOOP-9786) RetryInvocationHandler#isRpcInvocation should support ProtocolTranslator

2013-07-29 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HADOOP-9786: -- Resolution: Fixed Fix Version/s: 2.1.0-beta Status: Resolved (was: Patch Available)

[jira] [Updated] (HADOOP-9786) RetryInvocationHandler#isRpcInvocation should support ProtocolTranslator

2013-07-29 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE updated HADOOP-9786: --- Hadoop Flags: Reviewed +1 HADOOP-9786.7.patch looks good. >

[jira] [Updated] (HADOOP-9786) RetryInvocationHandler#isRpcInvocation should support ProtocolTranslator

2013-07-29 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HADOOP-9786: -- Description: Currently the RetryInvocationHandler uses the same RPC ids (i.e., clientId + callId) only

[jira] [Updated] (HADOOP-9786) RetryInvocationHandler#isRpcInvocation should support ProtocolTranslator

2013-07-29 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HADOOP-9786: -- Attachment: HADOOP-9786.7.patch Update the patch to remove "public" for RetryInvocationHandler.

[jira] [Updated] (HADOOP-9786) RetryInvocationHandler#isRpcInvocation should support ProtocolTranslator

2013-07-29 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HADOOP-9786: -- Attachment: HADOOP-9786.6.patch You're right, Nicholas. isRpcInvocation now does not need to be public

[jira] [Updated] (HADOOP-9786) RetryInvocationHandler#isRpcInvocation should support ProtocolTranslator

2013-07-29 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HADOOP-9786: Attachment: HADOOP-9786.5.patch Updated patch. > RetryInvocationHandler#i

[jira] [Updated] (HADOOP-9786) RetryInvocationHandler#isRpcInvocation should support ProtocolTranslator

2013-07-29 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HADOOP-9786: Attachment: HADOOP-9786.4.patch Realized that the previous patch had for common code chang

[jira] [Updated] (HADOOP-9786) RetryInvocationHandler#isRpcInvocation should support ProtocolTranslator

2013-07-29 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HADOOP-9786: -- Attachment: HADOOP-9786.003.patch Thanks for the review Suresh! Update the patch to address your comme

[jira] [Updated] (HADOOP-9786) RetryInvocationHandler#isRpcInvocation should support ProtocolTranslator

2013-07-29 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HADOOP-9786: -- Attachment: HADOOP-9786.002.patch Update the patch to add a unit test. I put the test in TestRetryCach

[jira] [Updated] (HADOOP-9786) RetryInvocationHandler#isRpcInvocation should support ProtocolTranslator

2013-07-29 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HADOOP-9786: -- Description: Currently RetryInvocationHandler#isRpcInvocation directly uses Proxy#isProxyClass to chec

[jira] [Updated] (HADOOP-9786) RetryInvocationHandler#isRpcInvocation should support ProtocolTranslator

2013-07-29 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HADOOP-9786: -- Summary: RetryInvocationHandler#isRpcInvocation should support ProtocolTranslator (was: RetryInvocat