You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2018/06/09 13:16:00 UTC

[jira] [Commented] (HBASE-20709) CompatRemoteProcedureResolver should call remoteCallFailed method instead of throw UnsupportedOperationException

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

Duo Zhang commented on HBASE-20709:
-----------------------------------

Could you please explain the reason?

> CompatRemoteProcedureResolver should call remoteCallFailed method instead of throw UnsupportedOperationException
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-20709
>                 URL: https://issues.apache.org/jira/browse/HBASE-20709
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 3.0.0, 2.1.0, 2.0.0
>            Reporter: Guanghao Zhang
>            Assignee: Guanghao Zhang
>            Priority: Minor
>         Attachments: HBASE-20709.master.001.patch
>
>
> hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/RSProcedureDispatcher.java
> {code:java}
>     @Override
>     public void dispatchServerOperations(MasterProcedureEnv env, List<ServerOperation> operations) {
>       throw new UnsupportedOperationException();
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)