You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Henry Robinson (JIRA)" <ji...@apache.org> on 2016/12/12 19:01:58 UTC

[jira] [Created] (KUDU-1805) Generated service IF definitions don't properly qualify MetricEntity

Henry Robinson created KUDU-1805:
------------------------------------

             Summary: Generated service IF definitions don't properly qualify MetricEntity
                 Key: KUDU-1805
                 URL: https://issues.apache.org/jira/browse/KUDU-1805
             Project: Kudu
          Issue Type: Bug
    Affects Versions: 1.0.1
            Reporter: Henry Robinson
            Priority: Minor


This generated code:

{code}
  explicit $service_name$If(const scoped_refptr<MetricEntity>& entity,
{code}

doesn't properly qualify {{MetricEntity}} into the {{kudu}} namespace. The result is that you can't put new services in non-Kudu namespaces; not a big deal for Kudu but annoying if, like me, you're trying to use Kudu's RPC library in another project. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)