[jira] [Commented] (HBASE-9978) The client retries even if the method is not present on the server

2013-12-02 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13836694#comment-13836694
 ] 

Hudson commented on HBASE-9978:
---

SUCCESS: Integrated in hbase-0.96 #211 (See 
[https://builds.apache.org/job/hbase-0.96/211/])
HBASE-9978 The client retries even if the method is not present on the server 
(mbertozzi: rev 1546962)
* 
/hbase/branches/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java


> The client retries even if the method is not present on the server
> --
>
> Key: HBASE-9978
> URL: https://issues.apache.org/jira/browse/HBASE-9978
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 0.98.0, 0.96.0
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
>Priority: Trivial
> Fix For: 0.98.0, 0.96.1
>
> Attachments: HBASE-9978-v0.patch
>
>
> If the RpcServer is not able to find the method on the server throws an 
> UnsupportedOperationException, but since is not wrapped in a DoNotRetry the 
> client keeps retrying even if the operation doesn't exists.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HBASE-9978) The client retries even if the method is not present on the server

2013-12-02 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13836622#comment-13836622
 ] 

Hudson commented on HBASE-9978:
---

SUCCESS: Integrated in HBase-TRUNK #4707 (See 
[https://builds.apache.org/job/HBase-TRUNK/4707/])
HBASE-9978 The client retries even if the method is not present on the server 
(mbertozzi: rev 1546961)
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java


> The client retries even if the method is not present on the server
> --
>
> Key: HBASE-9978
> URL: https://issues.apache.org/jira/browse/HBASE-9978
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 0.98.0, 0.96.0
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
>Priority: Trivial
> Fix For: 0.98.0, 0.96.1
>
> Attachments: HBASE-9978-v0.patch
>
>
> If the RpcServer is not able to find the method on the server throws an 
> UnsupportedOperationException, but since is not wrapped in a DoNotRetry the 
> client keeps retrying even if the operation doesn't exists.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HBASE-9978) The client retries even if the method is not present on the server

2013-12-02 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13836597#comment-13836597
 ] 

Hudson commented on HBASE-9978:
---

FAILURE: Integrated in hbase-0.96-hadoop2 #139 (See 
[https://builds.apache.org/job/hbase-0.96-hadoop2/139/])
HBASE-9978 The client retries even if the method is not present on the server 
(mbertozzi: rev 1546962)
* 
/hbase/branches/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java


> The client retries even if the method is not present on the server
> --
>
> Key: HBASE-9978
> URL: https://issues.apache.org/jira/browse/HBASE-9978
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 0.98.0, 0.96.0
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
>Priority: Trivial
> Fix For: 0.98.0, 0.96.1
>
> Attachments: HBASE-9978-v0.patch
>
>
> If the RpcServer is not able to find the method on the server throws an 
> UnsupportedOperationException, but since is not wrapped in a DoNotRetry the 
> client keeps retrying even if the operation doesn't exists.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HBASE-9978) The client retries even if the method is not present on the server

2013-12-02 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13836572#comment-13836572
 ] 

Hudson commented on HBASE-9978:
---

SUCCESS: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #860 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/860/])
HBASE-9978 The client retries even if the method is not present on the server 
(mbertozzi: rev 1546961)
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java


> The client retries even if the method is not present on the server
> --
>
> Key: HBASE-9978
> URL: https://issues.apache.org/jira/browse/HBASE-9978
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 0.98.0, 0.96.0
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
>Priority: Trivial
> Fix For: 0.98.0, 0.96.1
>
> Attachments: HBASE-9978-v0.patch
>
>
> If the RpcServer is not able to find the method on the server throws an 
> UnsupportedOperationException, but since is not wrapped in a DoNotRetry the 
> client keeps retrying even if the operation doesn't exists.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HBASE-9978) The client retries even if the method is not present on the server

2013-12-01 Thread Elliott Clark (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13836214#comment-13836214
 ] 

Elliott Clark commented on HBASE-9978:
--

+1

> The client retries even if the method is not present on the server
> --
>
> Key: HBASE-9978
> URL: https://issues.apache.org/jira/browse/HBASE-9978
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 0.98.0, 0.96.0
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
>Priority: Trivial
> Fix For: 0.98.0, 0.96.1
>
> Attachments: HBASE-9978-v0.patch
>
>
> If the RpcServer is not able to find the method on the server throws an 
> UnsupportedOperationException, but since is not wrapped in a DoNotRetry the 
> client keeps retrying even if the operation doesn't exists.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HBASE-9978) The client retries even if the method is not present on the server

2013-12-01 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13836203#comment-13836203
 ] 

Andrew Purtell commented on HBASE-9978:
---

You going to commit [~mbertozzi] ?

> The client retries even if the method is not present on the server
> --
>
> Key: HBASE-9978
> URL: https://issues.apache.org/jira/browse/HBASE-9978
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 0.98.0, 0.96.0
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
>Priority: Trivial
> Fix For: 0.98.0, 0.96.1
>
> Attachments: HBASE-9978-v0.patch
>
>
> If the RpcServer is not able to find the method on the server throws an 
> UnsupportedOperationException, but since is not wrapped in a DoNotRetry the 
> client keeps retrying even if the operation doesn't exists.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HBASE-9978) The client retries even if the method is not present on the server

2013-11-15 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13824385#comment-13824385
 ] 

Hadoop QA commented on HBASE-9978:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12614172/HBASE-9978-v0.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 hadoop1.0{color}.  The patch compiles against the hadoop 
1.0 profile.

{color:green}+1 hadoop2.0{color}.  The patch compiles against the hadoop 
2.0 profile.

{color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 9 
warning messages.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

{color:red}-1 site{color}.  The patch appears to cause mvn site goal to 
fail.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7892//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7892//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7892//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7892//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7892//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7892//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7892//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop1-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7892//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7892//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7892//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7892//console

This message is automatically generated.

> The client retries even if the method is not present on the server
> --
>
> Key: HBASE-9978
> URL: https://issues.apache.org/jira/browse/HBASE-9978
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 0.98.0, 0.96.0
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
>Priority: Trivial
> Fix For: 0.98.0, 0.96.1
>
> Attachments: HBASE-9978-v0.patch
>
>
> If the RpcServer is not able to find the method on the server throws an 
> UnsupportedOperationException, but since is not wrapped in a DoNotRetry the 
> client keeps retrying even if the operation doesn't exists.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HBASE-9978) The client retries even if the method is not present on the server

2013-11-15 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13824290#comment-13824290
 ] 

stack commented on HBASE-9978:
--

+1

Low impact change.

Alternative would be changing all the Unsupported* to a new exception that 
conveys same message but that is itself a subclass of DNRE 

> The client retries even if the method is not present on the server
> --
>
> Key: HBASE-9978
> URL: https://issues.apache.org/jira/browse/HBASE-9978
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 0.98.0, 0.96.0
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
>Priority: Trivial
> Fix For: 0.98.0, 0.96.1
>
> Attachments: HBASE-9978-v0.patch
>
>
> If the RpcServer is not able to find the method on the server throws an 
> UnsupportedOperationException, but since is not wrapped in a DoNotRetry the 
> client keeps retrying even if the operation doesn't exists.



--
This message was sent by Atlassian JIRA
(v6.1#6144)