You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@htrace.apache.org by "Colin Patrick McCabe (JIRA)" <ji...@apache.org> on 2015/02/25 03:13:04 UTC

[jira] [Created] (HTRACE-115) The htraced datastore should use uint64 for span ids rather than int64

Colin Patrick McCabe created HTRACE-115:
-------------------------------------------

             Summary: The htraced datastore should use uint64 for span ids rather than int64
                 Key: HTRACE-115
                 URL: https://issues.apache.org/jira/browse/HTRACE-115
             Project: HTrace
          Issue Type: Bug
    Affects Versions: 3.2.0
            Reporter: Colin Patrick McCabe
            Assignee: Colin Patrick McCabe


Currently we manipulate span IDs as int64 rather than uint64 in some places in the htraced datastore.  This is wrong since it makes the comparison operators work differently than would be expected.  We should fix it to use uint64.



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