You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by billierinaldi <gi...@git.apache.org> on 2017/05/02 14:58:50 UTC

[GitHub] accumulo issue #255: ACCUMULO-4365: Fix trace test in ShellServerIT

Github user billierinaldi commented on the issue:

    https://github.com/apache/accumulo/pull/255
  
    I figure there are two possibilities, 1) the sendMutations span isn't always created, which would be bad, or 2) the span is created, but it's dropped sometimes because it's of length 0ms. It could be the latter, since I see sendMutations was 1ms for one of the sample traces posted. We could eliminate the second possibility by configuring the span receiver not to drop 0ms spans for this test. This can be done by setting tracer.span.min.ms to 0 (default value is 1) in the accumulo conf.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---