You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2019/02/02 01:53:00 UTC

[jira] [Created] (PHOENIX-5119) Work around RpcScheduler interface differences in HBase 1.5

Andrew Purtell created PHOENIX-5119:
---------------------------------------

             Summary: Work around RpcScheduler interface differences in HBase 1.5
                 Key: PHOENIX-5119
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5119
             Project: Phoenix
          Issue Type: Bug
            Reporter: Andrew Purtell
            Assignee: Andrew Purtell


The RpcScheduler interface in HBase 1.5 has three new methods for exposing per handler type counts for RPC metrics. Implement them using reflection and avoid use of any @Override annotations so the code will continue to compile against earlier versions.



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