You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Billie Rinaldi (JIRA)" <ji...@apache.org> on 2015/05/18 22:50:00 UTC

[jira] [Updated] (ACCUMULO-3741) Reduce incompatibilities with htrace 3.2.0-incubating

     [ https://issues.apache.org/jira/browse/ACCUMULO-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Billie Rinaldi updated ACCUMULO-3741:
-------------------------------------
    Fix Version/s: 1.8.0

> Reduce incompatibilities with htrace 3.2.0-incubating
> -----------------------------------------------------
>
>                 Key: ACCUMULO-3741
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3741
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: Billie Rinaldi
>            Assignee: Billie Rinaldi
>             Fix For: 1.8.0
>
>         Attachments: ACCUMULO-3741.1.patch, ACCUMULO-3741.2.patch, ACCUMULO-3741.3.patch
>
>
> HTrace 3.2.0-incubating is coming out soon and there are some significant differences in its API.  Ideally we would like Accumulo to work with either version.  Differences include:
> * no Trace.setProcessId method
> * process ID is handled differently now; it defaults to name/IP, while before Accumulo tracked IP manually
> * SpanReceivers are expected to set process ID if it is not provided
> * return type of Span.getKVAnnotations changed from Map<byte[],byte[]> to Map<String,String>
> * Spans can now have multiple parents (although none do yet) and getParentId has been replaced by getParents which returns a list of longs
> * multiple parents means there is no longer a fixed root span ID; root spans just have an empty list of parents



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